body {
  font-family: 'Be Vietnam Pro', sans-serif;
}
.display-1 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 4.5rem;
  line-height: 1.17;
}
.display-1 > .iconography-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 3.75rem;
  line-height: 1.31;
}
.display-2 > .iconography-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.18rem;
  line-height: 1.4;
}
.display-4 > .iconography-iconfont {
  font-size: 1.475rem;
}
.display-5 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.875rem;
  line-height: 1.4;
}
.display-5 > .iconography-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .iconography-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.17 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.31 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.944rem;
    font-size: calc( 1.063rem + (1.18 - 1.063) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.063rem + (1.18 - 1.063) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #df6ed0 !important;
}
.bg-danger {
  background-color: #ffd5f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffaef4 !important;
  border-color: #ffaef4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff57e8 !important;
  border-color: #ff57e8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff57e8 !important;
  border-color: #ff57e8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #df6ed0 !important;
  border-color: #df6ed0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ca2db5 !important;
  border-color: #ca2db5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ca2db5 !important;
  border-color: #ca2db5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffd5f9 !important;
  border-color: #ffd5f9 !important;
  color: #d500b7 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff7eed !important;
  border-color: #ff7eed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #d500b7 !important;
  background-color: #ff7eed !important;
  border-color: #ff7eed !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffaef4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff57e8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffaef4 !important;
  border-color: #ffaef4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #df6ed0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ca2db5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #df6ed0 !important;
  border-color: #df6ed0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd5f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff7eed !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #d500b7 !important;
  background-color: #ffd5f9 !important;
  border-color: #ffd5f9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ffaef4 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #df6ed0 !important;
}
.text-danger {
  color: #ffd5f9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #010d4c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff48e6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bd2aaa !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff6fea !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #02274a;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #df6ed0;
}
.alert-danger {
  background-color: #ffd5f9;
}
.iconography-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.iconography-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.iconography-plan-header.bg-primary .iconography-plan-subtitle,
.iconography-plan-header.bg-primary .iconography-plan-price-desc {
  color: #b3b3b3;
}
.iconography-plan-header.bg-success .iconography-plan-subtitle,
.iconography-plan-header.bg-success .iconography-plan-price-desc {
  color: #b3b3b3;
}
.iconography-plan-header.bg-info .iconography-plan-subtitle,
.iconography-plan-header.bg-info .iconography-plan-price-desc {
  color: #ffffff;
}
.iconography-plan-header.bg-warning .iconography-plan-subtitle,
.iconography-plan-header.bg-warning .iconography-plan-price-desc {
  color: #ffffff;
}
.iconography-plan-header.bg-danger .iconography-plan-subtitle,
.iconography-plan-header.bg-danger .iconography-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.18rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .iconography-iconfont {
  font-size: 1.475rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.18rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .iconography-iconfont {
  font-size: 1.475rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #ffaef4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
a:hover {
  background-image: none !important;
}
.container {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}
.container .row {
  margin-left: -12px;
  margin-right: -12px;
}
.container .row > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
.btn {
  min-height: 48px;
  padding: 8px 40px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: none;
  position: relative;
}
.btn::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  transform: scale(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .iconography-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .iconography-section-btn .btn {
    width: 100%;
  }
}
.iconography-section-btn .btn-primary:hover {
  background-color: #ffaef4 !important;
  color: #ffffff !important;
}
.iconography-section-btn .btn-primary:hover::before,
.iconography-section-btn .btn-secondary:hover::before,
.iconography-section-btn .btn-info:hover::before,
.iconography-section-btn .btn-success:hover::before,
.iconography-section-btn .btn-warning:hover::before,
.iconography-section-btn .btn-danger:hover::before,
.iconography-section-btn .btn-white:hover::before,
.iconography-section-btn .btn-black:hover::before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.MZjfL-uOXbY2iwJz {
  background-color: transparent;
}
.MZjfL-uOXbY2iwJz .navbar-dropdown {
  background-color: #ffaef4 !important;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffaef4 !important;
  background: #ffaef4;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.MZjfL-uOXbY2iwJz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .MZjfL-uOXbY2iwJz .menu_box .navbar.opened,
  .MZjfL-uOXbY2iwJz .menu_box .navbar-collapse {
    background-color: #ffaef4 !important;
    transition: all 0s ease 0s;
  }
}
.MZjfL-uOXbY2iwJz .navbar-dropdown {
  position: relative !important;
}
.MZjfL-uOXbY2iwJz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.MZjfL-uOXbY2iwJz .btn:hover {
  box-shadow: none;
}
.MZjfL-uOXbY2iwJz .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .MZjfL-uOXbY2iwJz .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .nav-item {
    margin: 0 !important;
  }
}
.MZjfL-uOXbY2iwJz .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.MZjfL-uOXbY2iwJz .nav-item .nav-link:hover,
.MZjfL-uOXbY2iwJz .nav-item .nav-link:focus {
  background-color: #ffaef4 !important;
  color: #000000 !important;
}
.MZjfL-uOXbY2iwJz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .MZjfL-uOXbY2iwJz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .MZjfL-uOXbY2iwJz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .MZjfL-uOXbY2iwJz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .MZjfL-uOXbY2iwJz .offcanvas_box {
    display: none;
  }
}
.MZjfL-uOXbY2iwJz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.MZjfL-uOXbY2iwJz .container {
  display: flex;
  margin: auto;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper:hover {
  opacity: .5;
}
.MZjfL-uOXbY2iwJz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar-nav {
    margin: 0;
  }
}
.MZjfL-uOXbY2iwJz .dropdown-menu,
.MZjfL-uOXbY2iwJz .navbar.opened {
  background-color: false !important;
}
.MZjfL-uOXbY2iwJz .nav-item:focus,
.MZjfL-uOXbY2iwJz .nav-link:focus {
  outline: none;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item .iconography-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item .iconography-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXbY2iwJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MZjfL-uOXbY2iwJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MZjfL-uOXbY2iwJz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.MZjfL-uOXbY2iwJz .navbar.opened {
  transition: all 0.3s;
}
.MZjfL-uOXbY2iwJz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.MZjfL-uOXbY2iwJz .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.MZjfL-uOXbY2iwJz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed {
  justify-content: center;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .navbar .nav-item {
    padding: .5rem 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .MZjfL-uOXbY2iwJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MZjfL-uOXbY2iwJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MZjfL-uOXbY2iwJz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .MZjfL-uOXbY2iwJz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MZjfL-uOXbY2iwJz .navbar .icons-menu {
    padding: 0;
  }
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short {
  min-height: 60px;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.MZjfL-uOXbY2iwJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.MZjfL-uOXbY2iwJz .navbar-brand .navbar-logo a {
  outline: none;
}
.MZjfL-uOXbY2iwJz .dropdown-item.active,
.MZjfL-uOXbY2iwJz .dropdown-item:active {
  background-color: transparent;
}
.MZjfL-uOXbY2iwJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MZjfL-uOXbY2iwJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MZjfL-uOXbY2iwJz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffaef4;
  background: #ffffff;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.MZjfL-uOXbY2iwJz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .MZjfL-uOXbY2iwJz .navbar {
    height: 70px;
  }
  .MZjfL-uOXbY2iwJz .navbar.opened {
    height: auto;
  }
  .MZjfL-uOXbY2iwJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MZjfL-uOXbY2iwJz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .MZjfL-uOXbY2iwJz .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.MZjfL-uOXbY2iwJz .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.MZjfL-uOXbY2iwJz .text_widget {
  margin-bottom: 32px;
}
.MZjfL-uOXbY2iwJz .text_widget a {
  transition: all 0.3s ease-out;
}
.MZjfL-uOXbY2iwJz .text_widget a:hover,
.MZjfL-uOXbY2iwJz .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXbY2iwJz .navbar-caption {
  color: #0f1d07;
}
.MZjfL-uOXbY2iwJz .iconography-text {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXbY2iwJz .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper {
    display: block;
  }
}
.MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-subtitle,
.MZjfL-uOXbY2iwJz .text_widget,
.MZjfL-uOXbY2iwJz .iconography-section-btn {
  text-align: center;
}
.MZjfL-uOXbY2iwJz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.MZjfL-uOXcFMPMEP {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.MZjfL-uOXcFMPMEP .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXcFMPMEP .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXcFMPMEP .container {
    padding: 0 16px;
  }
}
.MZjfL-uOXcFMPMEP .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .MZjfL-uOXcFMPMEP .title-wrapper {
    padding: 0;
  }
}
.MZjfL-uOXcFMPMEP .title-wrapper .title-wrap .iconography-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .MZjfL-uOXcFMPMEP .title-wrapper .title-wrap .iconography-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .MZjfL-uOXcFMPMEP .title-wrapper .title-wrap .iconography-section-title {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXcFMPMEP .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .MZjfL-uOXcFMPMEP .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.MZjfL-uOXcFMPMEP .title-wrapper .title-wrap .text-wrap .iconography-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .MZjfL-uOXcFMPMEP .title-wrapper .title-wrap .text-wrap .iconography-text {
    margin-bottom: 10px;
  }
}
.MZjfL-uOXcFMPMEP .title-wrapper .title-wrap .text-wrap .iconography-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXcFMPMEP .title-wrapper .title-wrap .text-wrap .iconography-desc {
    margin: 10px 0 0;
  }
}
.MZjfL-uOXcFMPMEP .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .MZjfL-uOXcFMPMEP .title-wrapper img {
    display: none;
  }
}
.MZjfL-uOXcFMPMEP .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.MZjfL-uOXcFMPMEP .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.MZjfL-uOXcFMPMEP .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.MZjfL-uOXcFMPMEP .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.MZjfL-uOXcFMPMEP .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #ffaef4;
}
@media (max-width: 992px) {
  .MZjfL-uOXcFMPMEP .title-wrapper .line_1 {
    display: none;
  }
}
.MZjfL-uOXcFMPMEP .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #ffaef4;
}
@media (max-width: 992px) {
  .MZjfL-uOXcFMPMEP .title-wrapper .line_2 {
    display: none;
  }
}
.MZjfL-uOXcFMPMEP .iconography-section-title {
  color: #08323C;
}
.MZjfL-uOXcFMPMEP .iconography-text {
  color: #000000;
  text-align: center;
}
.MZjfL-uOXcFMPMEP .iconography-desc {
  color: #08323C;
  text-align: center;
}
.MZjfL-uOXcFMPMEP .iconography-section-title,
.MZjfL-uOXcFMPMEP .iconography-section-btn {
  text-align: center;
  color: #cf56bf;
}
.MZjfL-uOXddvcxj5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffaef4;
  overflow: hidden;
  position: relative;
}
.MZjfL-uOXddvcxj5 .container,
.MZjfL-uOXddvcxj5 .container-fluid {
  position: static;
}
.MZjfL-uOXddvcxj5 .label-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}
.MZjfL-uOXddvcxj5 .label-text span {
  padding: 8px 18px;
  background-color: #ffffff;
  border-radius: 15px;
  color: inherit;
}
.MZjfL-uOXddvcxj5 .iconography-section-title {
  color: #000000;
  margin-bottom: 15px;
}
.MZjfL-uOXddvcxj5 .colored-text {
  color: #df6ed0;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.MZjfL-uOXddvcxj5 .iconography-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .MZjfL-uOXddvcxj5 .iconography-text {
    padding-right: 48px;
  }
}
.MZjfL-uOXddvcxj5 .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.MZjfL-uOXddvcxj5 .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  padding: 25px 25px 25px 25px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 10px;
}
.MZjfL-uOXddvcxj5 .card:hover .card-number {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.MZjfL-uOXddvcxj5 .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #000000;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.MZjfL-uOXddvcxj5 .card-title {
  color: #df6ed0;
  margin-bottom: 8px;
}
.MZjfL-uOXddvcxj5 .card-text {
  color: #000000;
  opacity: 0.8;
}
.MZjfL-uOXddvcxj5 .iconography-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .MZjfL-uOXddvcxj5 .iconography-section-btn {
    margin-top: 30px;
  }
}
.MZjfL-uOXddvcxj5 .iconography-section-btn .btn:before {
  display: none;
}
.MZjfL-uOXddvcxj5 .iconography-section-btn .btn:hover:before {
  display: none;
}
.MZjfL-uOXddvcxj5 .image-wrapper {
  height: 650px;
  position: relative;
  z-index: 2;
}
.MZjfL-uOXddvcxj5 .image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .MZjfL-uOXddvcxj5 .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    right: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .MZjfL-uOXddvcxj5 .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .MZjfL-uOXddvcxj5 .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .MZjfL-uOXddvcxj5 .image-wrapper {
    top: 42%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .MZjfL-uOXddvcxj5 .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.MZjfL-uOXddvcxj5 .bg-round {
  position: absolute;
  top: -14%;
  padding: 0;
}
.MZjfL-uOXddvcxj5 .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .MZjfL-uOXddvcxj5 .bg-round {
    width: 56%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .MZjfL-uOXddvcxj5 .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .MZjfL-uOXddvcxj5 .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .MZjfL-uOXddvcxj5 .bg-round {
    top: auto;
    bottom: -10%;
  }
  .MZjfL-uOXddvcxj5 .bg-round svg {
    height: 100%;
  }
}
.MZjfL-uOXddvcxj5 .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .MZjfL-uOXddvcxj5 .col-text {
    margin-right: auto;
  }
}
.MZjfL-uOXddvcxj5 .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXddvcxj5 .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXeRL1fuQ {
  padding-top: 8rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.MZjfL-uOXeRL1fuQ .row {
  position: relative;
}
.MZjfL-uOXeRL1fuQ .row .blur-circle {
  position: absolute;
  top: 0;
  left: 10%;
  width: 30%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffaef4 50%, #ffaef4);
  filter: blur(64px) blur(64px);
  z-index: 1;
  left: auto;
  right: 10%;
}
@media (max-width: 768px) {
  .MZjfL-uOXeRL1fuQ .row .blur-circle {
    display: none;
  }
}
.MZjfL-uOXeRL1fuQ .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXeRL1fuQ .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXeRL1fuQ .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .MZjfL-uOXeRL1fuQ .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .MZjfL-uOXeRL1fuQ .row {
    padding: 0 24px;
  }
}
.MZjfL-uOXeRL1fuQ .title {
  display: flex;
  align-items: center;
}
.MZjfL-uOXeRL1fuQ .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .MZjfL-uOXeRL1fuQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.MZjfL-uOXeRL1fuQ .title-wrapper .iconography-section-title {
  margin-bottom: 32px;
}
.MZjfL-uOXeRL1fuQ .title-wrapper .iconography-section-title span {
  position: relative;
  z-index: 1;
}
.MZjfL-uOXeRL1fuQ .title-wrapper .iconography-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffaef4;
  z-index: -1;
}
.MZjfL-uOXeRL1fuQ .title-wrapper .iconography-text {
  margin: 0;
}
.MZjfL-uOXeRL1fuQ .image-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .MZjfL-uOXeRL1fuQ .image-wrapper {
    margin-bottom: 32px;
  }
}
.MZjfL-uOXeRL1fuQ .image-wrapper img {
  max-height: 500px;
  width: 70%;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .MZjfL-uOXeRL1fuQ .image-wrapper img {
    width: 100%;
  }
}
.MZjfL-uOXeRL1fuQ .iconography-section-title {
  color: #111111;
  text-align: center;
}
.MZjfL-uOXeRL1fuQ .iconography-text {
  color: #111111;
  text-align: center;
}
.MZjfL-uOXe9p7nWI {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  z-index: 0;
}
.MZjfL-uOXe9p7nWI .card-wrapper {
  display: flex;
  overflow: visible;
}
.MZjfL-uOXe9p7nWI img {
  width: 60px;
  display: inline-block;
  margin-bottom: 1rem;
}
.MZjfL-uOXe9p7nWI .icon1 {
  background: #ffaef4;
}
.MZjfL-uOXe9p7nWI .icon2 {
  background: #ffaef4;
}
.MZjfL-uOXe9p7nWI .icon3 {
  background: #ffaef4;
}
.MZjfL-uOXe9p7nWI .card-box {
  padding-left: 1rem;
}
.MZjfL-uOXe9p7nWI .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.MZjfL-uOXe9p7nWI .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.MZjfL-uOXe9p7nWI .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.MZjfL-uOXe9p7nWI .iconfont-wrapper:hover .iconography-iconfont {
  color: white;
}
.MZjfL-uOXe9p7nWI .iconography-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #000000;
}
.MZjfL-uOXe9p7nWI .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.MZjfL-uOXe9p7nWI .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .MZjfL-uOXe9p7nWI .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .MZjfL-uOXe9p7nWI .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.MZjfL-uOXe9p7nWI .card-text {
  color: #000000;
}
.MZjfL-uOXe9p7nWI .title {
  color: #ffffff;
}
.MZjfL-uOXe9p7nWI .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXe9p7nWI .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXe9p7nWI .title,
.MZjfL-uOXe9p7nWI .img-col {
  color: #df6ed0;
}
.MZjfL-uOXVOvQM6w {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #cf56bf;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXVOvQM6w .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont,
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont {
  background-color: #ffe66d;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a .iconography-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.MZjfL-uOXVOvQM6w .content-wrapper .iconography-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .list-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:hover,
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
    margin-top: 8px;
  }
}
.MZjfL-uOXVOvQM6w .list {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-copy {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXVOvQM6w .list,
.MZjfL-uOXVOvQM6w .item-wrap {
  text-align: center;
  color: #ffffff;
}
.MZjfL-uOXVOvQM6w .iconography-copy,
.MZjfL-uOXVOvQM6w .social-wrap {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXbY2iwJz {
  background-color: transparent;
}
.MZjfL-uOXbY2iwJz .navbar-dropdown {
  background-color: #ffaef4 !important;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffaef4 !important;
  background: #ffaef4;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.MZjfL-uOXbY2iwJz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .MZjfL-uOXbY2iwJz .menu_box .navbar.opened,
  .MZjfL-uOXbY2iwJz .menu_box .navbar-collapse {
    background-color: #ffaef4 !important;
    transition: all 0s ease 0s;
  }
}
.MZjfL-uOXbY2iwJz .navbar-dropdown {
  position: relative !important;
}
.MZjfL-uOXbY2iwJz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.MZjfL-uOXbY2iwJz .btn:hover {
  box-shadow: none;
}
.MZjfL-uOXbY2iwJz .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .MZjfL-uOXbY2iwJz .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .nav-item {
    margin: 0 !important;
  }
}
.MZjfL-uOXbY2iwJz .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.MZjfL-uOXbY2iwJz .nav-item .nav-link:hover,
.MZjfL-uOXbY2iwJz .nav-item .nav-link:focus {
  background-color: #ffaef4 !important;
  color: #000000 !important;
}
.MZjfL-uOXbY2iwJz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .MZjfL-uOXbY2iwJz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .MZjfL-uOXbY2iwJz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .MZjfL-uOXbY2iwJz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .MZjfL-uOXbY2iwJz .offcanvas_box {
    display: none;
  }
}
.MZjfL-uOXbY2iwJz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.MZjfL-uOXbY2iwJz .container {
  display: flex;
  margin: auto;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper:hover {
  opacity: .5;
}
.MZjfL-uOXbY2iwJz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar-nav {
    margin: 0;
  }
}
.MZjfL-uOXbY2iwJz .dropdown-menu,
.MZjfL-uOXbY2iwJz .navbar.opened {
  background-color: false !important;
}
.MZjfL-uOXbY2iwJz .nav-item:focus,
.MZjfL-uOXbY2iwJz .nav-link:focus {
  outline: none;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item .iconography-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item .iconography-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXbY2iwJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MZjfL-uOXbY2iwJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MZjfL-uOXbY2iwJz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.MZjfL-uOXbY2iwJz .navbar.opened {
  transition: all 0.3s;
}
.MZjfL-uOXbY2iwJz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.MZjfL-uOXbY2iwJz .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.MZjfL-uOXbY2iwJz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed {
  justify-content: center;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .navbar .nav-item {
    padding: .5rem 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .MZjfL-uOXbY2iwJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MZjfL-uOXbY2iwJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MZjfL-uOXbY2iwJz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .MZjfL-uOXbY2iwJz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MZjfL-uOXbY2iwJz .navbar .icons-menu {
    padding: 0;
  }
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short {
  min-height: 60px;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.MZjfL-uOXbY2iwJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.MZjfL-uOXbY2iwJz .navbar-brand .navbar-logo a {
  outline: none;
}
.MZjfL-uOXbY2iwJz .dropdown-item.active,
.MZjfL-uOXbY2iwJz .dropdown-item:active {
  background-color: transparent;
}
.MZjfL-uOXbY2iwJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MZjfL-uOXbY2iwJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MZjfL-uOXbY2iwJz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffaef4;
  background: #ffffff;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.MZjfL-uOXbY2iwJz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .MZjfL-uOXbY2iwJz .navbar {
    height: 70px;
  }
  .MZjfL-uOXbY2iwJz .navbar.opened {
    height: auto;
  }
  .MZjfL-uOXbY2iwJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MZjfL-uOXbY2iwJz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .MZjfL-uOXbY2iwJz .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.MZjfL-uOXbY2iwJz .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.MZjfL-uOXbY2iwJz .text_widget {
  margin-bottom: 32px;
}
.MZjfL-uOXbY2iwJz .text_widget a {
  transition: all 0.3s ease-out;
}
.MZjfL-uOXbY2iwJz .text_widget a:hover,
.MZjfL-uOXbY2iwJz .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXbY2iwJz .navbar-caption {
  color: #0f1d07;
}
.MZjfL-uOXbY2iwJz .iconography-text {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXbY2iwJz .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper {
    display: block;
  }
}
.MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-subtitle,
.MZjfL-uOXbY2iwJz .text_widget,
.MZjfL-uOXbY2iwJz .iconography-section-btn {
  text-align: center;
}
.MZjfL-uOXbY2iwJz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.MZjfL-uOXfE02QDC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.MZjfL-uOXfE02QDC .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXfE02QDC .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXfE02QDC .container {
  padding-left: 10px;
  padding-right: 10px;
}
.MZjfL-uOXfE02QDC .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.MZjfL-uOXfE02QDC .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.MZjfL-uOXfE02QDC .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .MZjfL-uOXfE02QDC .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .MZjfL-uOXfE02QDC .col-img {
    padding: 30px !important;
  }
}
.MZjfL-uOXfE02QDC .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.MZjfL-uOXfE02QDC .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .MZjfL-uOXfE02QDC .text-wrapper {
    margin-bottom: 30px;
  }
}
.MZjfL-uOXfE02QDC .iconography-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.MZjfL-uOXfE02QDC .iconography-section-subtitle {
  color: #cf56bf;
  margin-bottom: 22px;
  text-align: center;
}
.MZjfL-uOXfE02QDC .iconography-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.MZjfL-uOXfE02QDC .iconography-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .MZjfL-uOXfE02QDC .iconography-text {
    padding-right: 0;
  }
}
.MZjfL-uOXfE02QDC .iconography-section-btn {
  margin-top: 20px;
}
.MZjfL-uOXfE02QDC .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .MZjfL-uOXfE02QDC .social-container {
    padding-top: 40px;
  }
}
.MZjfL-uOXfE02QDC .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.MZjfL-uOXfE02QDC .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.MZjfL-uOXfE02QDC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  transition: 0.4s all;
}
.MZjfL-uOXfE02QDC .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.MZjfL-uOXfE02QDC .soc-item .iconography-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.MZjfL-uOXfE02QDC .soc-item:hover {
  transform: translateY(-3px);
}
.MZjfL-uOXfE02QDC .soc-item:hover:before {
  opacity: 1;
}
.MZjfL-uOXfE02QDC .soc-item a {
  animation: none;
}
.MZjfL-uOXfE02QDC .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #ffaef4, #df6ed0);
  box-shadow: 10px 10px 19px #ffaef4, -10px -10px 19px #ffffff;
}
.MZjfL-uOXfE02QDC .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.MZjfL-uOXfE02QDC .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.MZjfL-uOXfE02QDC .iconography-text,
.MZjfL-uOXfE02QDC .iconography-section-btn {
  color: #000000;
  text-align: center;
}
.MZjfL-uOXFJ4USby {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffaef4;
}
.MZjfL-uOXFJ4USby .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXFJ4USby .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXFJ4USby .row {
  justify-content: center;
}
.MZjfL-uOXFJ4USby .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .MZjfL-uOXFJ4USby .title-wrapper {
    margin-bottom: 30px;
  }
}
.MZjfL-uOXFJ4USby .title-wrapper .iconography-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .MZjfL-uOXFJ4USby .title-wrapper .iconography-section-title {
    margin-bottom: 30px;
  }
}
.MZjfL-uOXFJ4USby .title-wrapper .text-wrapper .iconography-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXFJ4USby .title-wrapper .text-wrapper .iconography-text {
    width: 100%;
  }
}
.MZjfL-uOXFJ4USby .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .MZjfL-uOXFJ4USby .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .MZjfL-uOXFJ4USby .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .MZjfL-uOXFJ4USby .items-wrapper {
    display: block;
  }
}
.MZjfL-uOXFJ4USby .item {
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .MZjfL-uOXFJ4USby .item {
    transform: none;
  }
}
.MZjfL-uOXFJ4USby .item:nth-child(2n) {
  transform: rotate(1deg);
}
@media (max-width: 992px) {
  .MZjfL-uOXFJ4USby .item:nth-child(2n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .MZjfL-uOXFJ4USby .item {
    margin-bottom: 16px;
  }
}
.MZjfL-uOXFJ4USby .item .item-wrapper {
  height: 100%;
  background-color: #cf56bf;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .MZjfL-uOXFJ4USby .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .MZjfL-uOXFJ4USby .item .item-wrapper {
    padding: 30px 20px;
  }
}
.MZjfL-uOXFJ4USby .item .item-wrapper .card-number,
.MZjfL-uOXFJ4USby .item .item-wrapper .card-number_2 {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .MZjfL-uOXFJ4USby .item .item-wrapper .card-number,
  .MZjfL-uOXFJ4USby .item .item-wrapper .card-number_2 {
    margin-bottom: 30px;
  }
}
.MZjfL-uOXFJ4USby .item .item-wrapper .card-box .card-title,
.MZjfL-uOXFJ4USby .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 30px;
}
.MZjfL-uOXFJ4USby .item .item-wrapper .card-box .card-text,
.MZjfL-uOXFJ4USby .item .item-wrapper .card-box .card-text_2 {
  margin-bottom: 0;
}
.MZjfL-uOXFJ4USby .item .item-wrapper .card-box .iconography-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .MZjfL-uOXFJ4USby .item .item-wrapper .card-box .iconography-section-btn {
    margin-top: 30px;
  }
}
.MZjfL-uOXFJ4USby .item .item-wrapper .card-box .iconography-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.MZjfL-uOXFJ4USby .item .card_2 {
  background-color: transparent;
  border: 3px solid #cf56bf;
}
.MZjfL-uOXFJ4USby .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXFJ4USby .iconography-text,
.MZjfL-uOXFJ4USby .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXFJ4USby .card-number {
  color: #000000;
}
.MZjfL-uOXFJ4USby .card-title {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXFJ4USby .card-text {
  color: #000000;
}
.MZjfL-uOXFJ4USby .card-number_2 {
  color: #ffffff;
}
.MZjfL-uOXFJ4USby .card-title_2 {
  color: #000000;
  text-align: center;
}
.MZjfL-uOXFJ4USby .card-text_2 {
  color: #000000;
  text-align: center;
}
.MZjfL-uOXFJ4USby .card-text,
.MZjfL-uOXFJ4USby .iconography-section-btn {
  text-align: center;
  color: #ffffff;
}
.MZjfL-uOXFBi69La {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.MZjfL-uOXFBi69La .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXFBi69La .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXFBi69La .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MZjfL-uOXFBi69La .title-wrapper {
    margin-bottom: 32px;
  }
}
.MZjfL-uOXFBi69La .title-wrapper .iconography-section-title {
  margin-bottom: 32px;
}
.MZjfL-uOXFBi69La .title-wrapper .text-wrapper .iconography-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .MZjfL-uOXFBi69La .title-wrapper .text-wrapper .iconography-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .MZjfL-uOXFBi69La .title-wrapper .text-wrapper .iconography-text {
    width: 100%;
  }
}
.MZjfL-uOXFBi69La .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.MZjfL-uOXFBi69La .items-wrapper .item {
  padding: 0 12px;
}
.MZjfL-uOXFBi69La .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .MZjfL-uOXFBi69La .item {
    margin-bottom: 16px;
  }
}
.MZjfL-uOXFBi69La .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .MZjfL-uOXFBi69La .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.MZjfL-uOXFBi69La .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .MZjfL-uOXFBi69La .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .MZjfL-uOXFBi69La .item .item-wrapper .item-content {
    width: 100%;
  }
}
.MZjfL-uOXFBi69La .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.MZjfL-uOXFBi69La .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.MZjfL-uOXFBi69La .item .item-wrapper .item-content .iconography-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .MZjfL-uOXFBi69La .item .item-wrapper .item-content .iconography-section-btn {
    margin-top: 20px;
  }
}
.MZjfL-uOXFBi69La .item .item-wrapper .item-content .iconography-section-btn .btn {
  margin-bottom: 0;
}
.MZjfL-uOXFBi69La .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .MZjfL-uOXFBi69La .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.MZjfL-uOXFBi69La .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #df6ed0;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .MZjfL-uOXFBi69La .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.MZjfL-uOXFBi69La .item .card_1 {
  background-color: #ffaef4;
}
.MZjfL-uOXFBi69La .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .MZjfL-uOXFBi69La .item .card_1 .item-img img {
    transform: none;
  }
}
.MZjfL-uOXFBi69La .item .card_2 {
  background-color: #ffaef4;
}
.MZjfL-uOXFBi69La .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .MZjfL-uOXFBi69La .item .card_2 .item-img img {
    transform: none;
  }
}
.MZjfL-uOXFBi69La .item .card_3 {
  background-color: #ffaef4;
}
.MZjfL-uOXFBi69La .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .MZjfL-uOXFBi69La .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .MZjfL-uOXFBi69La .item .card_3 .item-content {
    width: 100%;
  }
}
.MZjfL-uOXFBi69La .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .MZjfL-uOXFBi69La .item .card_3 .item-img {
    width: 100%;
  }
}
.MZjfL-uOXFBi69La .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .MZjfL-uOXFBi69La .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.MZjfL-uOXFBi69La .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .MZjfL-uOXFBi69La .main-btn {
    margin-top: 16px;
  }
}
.MZjfL-uOXFBi69La .iconography-section-title {
  color: #000c3f;
}
.MZjfL-uOXFBi69La .iconography-text,
.MZjfL-uOXFBi69La .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.MZjfL-uOXFBi69La .iconography-section-title,
.MZjfL-uOXFBi69La .main-btn {
  text-align: center;
}
.MZjfL-uOXFBi69La .item-title {
  color: #000c3f;
}
.MZjfL-uOXFBi69La .item-text {
  color: #000000;
  text-align: center;
}
.MZjfL-uOXFBi69La .item-title,
.MZjfL-uOXFBi69La .card-btn {
  text-align: center;
  color: #000000;
}
.MZjfL-uOXG8snSI5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffaef4;
}
.MZjfL-uOXG8snSI5 .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXG8snSI5 .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXG8snSI5 .row {
  justify-content: center;
}
.MZjfL-uOXG8snSI5 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .MZjfL-uOXG8snSI5 .title-wrapper {
    margin-bottom: 30px;
  }
}
.MZjfL-uOXG8snSI5 .title-wrapper .iconography-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .MZjfL-uOXG8snSI5 .title-wrapper .iconography-section-title {
    margin-bottom: 30px;
  }
}
.MZjfL-uOXG8snSI5 .title-wrapper .text-wrapper .iconography-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXG8snSI5 .title-wrapper .text-wrapper .iconography-text {
    width: 100%;
  }
}
.MZjfL-uOXG8snSI5 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .MZjfL-uOXG8snSI5 .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .MZjfL-uOXG8snSI5 .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .MZjfL-uOXG8snSI5 .items-wrapper {
    display: block;
  }
}
.MZjfL-uOXG8snSI5 .item {
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .MZjfL-uOXG8snSI5 .item {
    transform: none;
  }
}
.MZjfL-uOXG8snSI5 .item:nth-child(2n) {
  transform: rotate(1deg);
}
@media (max-width: 992px) {
  .MZjfL-uOXG8snSI5 .item:nth-child(2n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .MZjfL-uOXG8snSI5 .item {
    margin-bottom: 16px;
  }
}
.MZjfL-uOXG8snSI5 .item .item-wrapper {
  height: 100%;
  background-color: #cf56bf;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .MZjfL-uOXG8snSI5 .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .MZjfL-uOXG8snSI5 .item .item-wrapper {
    padding: 30px 20px;
  }
}
.MZjfL-uOXG8snSI5 .item .item-wrapper .card-number,
.MZjfL-uOXG8snSI5 .item .item-wrapper .card-number_2 {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .MZjfL-uOXG8snSI5 .item .item-wrapper .card-number,
  .MZjfL-uOXG8snSI5 .item .item-wrapper .card-number_2 {
    margin-bottom: 30px;
  }
}
.MZjfL-uOXG8snSI5 .item .item-wrapper .card-box .card-title,
.MZjfL-uOXG8snSI5 .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 30px;
}
.MZjfL-uOXG8snSI5 .item .item-wrapper .card-box .card-text,
.MZjfL-uOXG8snSI5 .item .item-wrapper .card-box .card-text_2 {
  margin-bottom: 0;
}
.MZjfL-uOXG8snSI5 .item .item-wrapper .card-box .iconography-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .MZjfL-uOXG8snSI5 .item .item-wrapper .card-box .iconography-section-btn {
    margin-top: 30px;
  }
}
.MZjfL-uOXG8snSI5 .item .item-wrapper .card-box .iconography-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.MZjfL-uOXG8snSI5 .item .card_2 {
  background-color: transparent;
  border: 3px solid #cf56bf;
}
.MZjfL-uOXG8snSI5 .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXG8snSI5 .iconography-text,
.MZjfL-uOXG8snSI5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXG8snSI5 .card-number {
  color: #000000;
}
.MZjfL-uOXG8snSI5 .card-title {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXG8snSI5 .card-text {
  color: #000000;
}
.MZjfL-uOXG8snSI5 .card-number_2 {
  color: #ffffff;
}
.MZjfL-uOXG8snSI5 .card-title_2 {
  color: #000000;
  text-align: center;
}
.MZjfL-uOXG8snSI5 .card-text_2 {
  color: #000000;
  text-align: center;
}
.MZjfL-uOXG8snSI5 .card-text,
.MZjfL-uOXG8snSI5 .iconography-section-btn {
  text-align: center;
  color: #ffffff;
}
.MZjfL-uOXGgNXxAx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.MZjfL-uOXGgNXxAx .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXGgNXxAx .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXGgNXxAx .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MZjfL-uOXGgNXxAx .title-wrapper {
    margin-bottom: 32px;
  }
}
.MZjfL-uOXGgNXxAx .title-wrapper .iconography-section-title {
  margin-bottom: 32px;
}
.MZjfL-uOXGgNXxAx .title-wrapper .text-wrapper .iconography-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .MZjfL-uOXGgNXxAx .title-wrapper .text-wrapper .iconography-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .MZjfL-uOXGgNXxAx .title-wrapper .text-wrapper .iconography-text {
    width: 100%;
  }
}
.MZjfL-uOXGgNXxAx .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.MZjfL-uOXGgNXxAx .items-wrapper .item {
  padding: 0 12px;
}
.MZjfL-uOXGgNXxAx .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .MZjfL-uOXGgNXxAx .item {
    margin-bottom: 16px;
  }
}
.MZjfL-uOXGgNXxAx .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .MZjfL-uOXGgNXxAx .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.MZjfL-uOXGgNXxAx .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .MZjfL-uOXGgNXxAx .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .MZjfL-uOXGgNXxAx .item .item-wrapper .item-content {
    width: 100%;
  }
}
.MZjfL-uOXGgNXxAx .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.MZjfL-uOXGgNXxAx .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.MZjfL-uOXGgNXxAx .item .item-wrapper .item-content .iconography-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .MZjfL-uOXGgNXxAx .item .item-wrapper .item-content .iconography-section-btn {
    margin-top: 20px;
  }
}
.MZjfL-uOXGgNXxAx .item .item-wrapper .item-content .iconography-section-btn .btn {
  margin-bottom: 0;
}
.MZjfL-uOXGgNXxAx .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .MZjfL-uOXGgNXxAx .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.MZjfL-uOXGgNXxAx .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #df6ed0;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .MZjfL-uOXGgNXxAx .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.MZjfL-uOXGgNXxAx .item .card_1 {
  background-color: #ffaef4;
}
.MZjfL-uOXGgNXxAx .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .MZjfL-uOXGgNXxAx .item .card_1 .item-img img {
    transform: none;
  }
}
.MZjfL-uOXGgNXxAx .item .card_2 {
  background-color: #ffaef4;
}
.MZjfL-uOXGgNXxAx .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .MZjfL-uOXGgNXxAx .item .card_2 .item-img img {
    transform: none;
  }
}
.MZjfL-uOXGgNXxAx .item .card_3 {
  background-color: #ffaef4;
}
.MZjfL-uOXGgNXxAx .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .MZjfL-uOXGgNXxAx .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .MZjfL-uOXGgNXxAx .item .card_3 .item-content {
    width: 100%;
  }
}
.MZjfL-uOXGgNXxAx .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .MZjfL-uOXGgNXxAx .item .card_3 .item-img {
    width: 100%;
  }
}
.MZjfL-uOXGgNXxAx .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .MZjfL-uOXGgNXxAx .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.MZjfL-uOXGgNXxAx .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .MZjfL-uOXGgNXxAx .main-btn {
    margin-top: 16px;
  }
}
.MZjfL-uOXGgNXxAx .iconography-section-title {
  color: #000c3f;
}
.MZjfL-uOXGgNXxAx .iconography-text,
.MZjfL-uOXGgNXxAx .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.MZjfL-uOXGgNXxAx .iconography-section-title,
.MZjfL-uOXGgNXxAx .main-btn {
  text-align: center;
}
.MZjfL-uOXGgNXxAx .item-title {
  color: #000c3f;
}
.MZjfL-uOXGgNXxAx .item-text {
  color: #000000;
  text-align: center;
}
.MZjfL-uOXGgNXxAx .item-title,
.MZjfL-uOXGgNXxAx .card-btn {
  text-align: center;
  color: #000000;
}
.MZjfL-uOXVOvQM6w {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #cf56bf;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXVOvQM6w .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont,
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont {
  background-color: #ffe66d;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a .iconography-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.MZjfL-uOXVOvQM6w .content-wrapper .iconography-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .list-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:hover,
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
    margin-top: 8px;
  }
}
.MZjfL-uOXVOvQM6w .list {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-copy {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXVOvQM6w .list,
.MZjfL-uOXVOvQM6w .item-wrap {
  text-align: center;
  color: #ffffff;
}
.MZjfL-uOXVOvQM6w .iconography-copy,
.MZjfL-uOXVOvQM6w .social-wrap {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXbY2iwJz {
  background-color: transparent;
}
.MZjfL-uOXbY2iwJz .navbar-dropdown {
  background-color: #ffaef4 !important;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffaef4 !important;
  background: #ffaef4;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.MZjfL-uOXbY2iwJz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .MZjfL-uOXbY2iwJz .menu_box .navbar.opened,
  .MZjfL-uOXbY2iwJz .menu_box .navbar-collapse {
    background-color: #ffaef4 !important;
    transition: all 0s ease 0s;
  }
}
.MZjfL-uOXbY2iwJz .navbar-dropdown {
  position: relative !important;
}
.MZjfL-uOXbY2iwJz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.MZjfL-uOXbY2iwJz .btn:hover {
  box-shadow: none;
}
.MZjfL-uOXbY2iwJz .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .MZjfL-uOXbY2iwJz .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .nav-item {
    margin: 0 !important;
  }
}
.MZjfL-uOXbY2iwJz .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.MZjfL-uOXbY2iwJz .nav-item .nav-link:hover,
.MZjfL-uOXbY2iwJz .nav-item .nav-link:focus {
  background-color: #ffaef4 !important;
  color: #000000 !important;
}
.MZjfL-uOXbY2iwJz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .MZjfL-uOXbY2iwJz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .MZjfL-uOXbY2iwJz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .MZjfL-uOXbY2iwJz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .MZjfL-uOXbY2iwJz .offcanvas_box {
    display: none;
  }
}
.MZjfL-uOXbY2iwJz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.MZjfL-uOXbY2iwJz .container {
  display: flex;
  margin: auto;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper:hover {
  opacity: .5;
}
.MZjfL-uOXbY2iwJz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar-nav {
    margin: 0;
  }
}
.MZjfL-uOXbY2iwJz .dropdown-menu,
.MZjfL-uOXbY2iwJz .navbar.opened {
  background-color: false !important;
}
.MZjfL-uOXbY2iwJz .nav-item:focus,
.MZjfL-uOXbY2iwJz .nav-link:focus {
  outline: none;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item .iconography-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item .iconography-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXbY2iwJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MZjfL-uOXbY2iwJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MZjfL-uOXbY2iwJz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.MZjfL-uOXbY2iwJz .navbar.opened {
  transition: all 0.3s;
}
.MZjfL-uOXbY2iwJz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.MZjfL-uOXbY2iwJz .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.MZjfL-uOXbY2iwJz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed {
  justify-content: center;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .navbar .nav-item {
    padding: .5rem 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .MZjfL-uOXbY2iwJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MZjfL-uOXbY2iwJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MZjfL-uOXbY2iwJz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .MZjfL-uOXbY2iwJz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MZjfL-uOXbY2iwJz .navbar .icons-menu {
    padding: 0;
  }
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short {
  min-height: 60px;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.MZjfL-uOXbY2iwJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.MZjfL-uOXbY2iwJz .navbar-brand .navbar-logo a {
  outline: none;
}
.MZjfL-uOXbY2iwJz .dropdown-item.active,
.MZjfL-uOXbY2iwJz .dropdown-item:active {
  background-color: transparent;
}
.MZjfL-uOXbY2iwJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MZjfL-uOXbY2iwJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MZjfL-uOXbY2iwJz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffaef4;
  background: #ffffff;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.MZjfL-uOXbY2iwJz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .MZjfL-uOXbY2iwJz .navbar {
    height: 70px;
  }
  .MZjfL-uOXbY2iwJz .navbar.opened {
    height: auto;
  }
  .MZjfL-uOXbY2iwJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MZjfL-uOXbY2iwJz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .MZjfL-uOXbY2iwJz .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.MZjfL-uOXbY2iwJz .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.MZjfL-uOXbY2iwJz .text_widget {
  margin-bottom: 32px;
}
.MZjfL-uOXbY2iwJz .text_widget a {
  transition: all 0.3s ease-out;
}
.MZjfL-uOXbY2iwJz .text_widget a:hover,
.MZjfL-uOXbY2iwJz .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXbY2iwJz .navbar-caption {
  color: #0f1d07;
}
.MZjfL-uOXbY2iwJz .iconography-text {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXbY2iwJz .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper {
    display: block;
  }
}
.MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-subtitle,
.MZjfL-uOXbY2iwJz .text_widget,
.MZjfL-uOXbY2iwJz .iconography-section-btn {
  text-align: center;
}
.MZjfL-uOXbY2iwJz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.MZjfL-uOXGoOlkAa {
  overflow: hidden;
  background-color: #ffffff;
}
.MZjfL-uOXGoOlkAa .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXGoOlkAa .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXGoOlkAa .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .MZjfL-uOXGoOlkAa .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .MZjfL-uOXGoOlkAa .container {
    padding: 0 24px;
  }
}
.MZjfL-uOXGoOlkAa .row {
  position: relative;
}
.MZjfL-uOXGoOlkAa .row .card {
  justify-content: center;
}
.MZjfL-uOXGoOlkAa .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #ffaef4;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .MZjfL-uOXGoOlkAa .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .MZjfL-uOXGoOlkAa .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.MZjfL-uOXGoOlkAa .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .MZjfL-uOXGoOlkAa .title-wrapper {
    margin-bottom: 32px;
  }
}
.MZjfL-uOXGoOlkAa .title-wrapper .iconography-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MZjfL-uOXGoOlkAa .title-wrapper .iconography-section-title {
    margin-bottom: 32px;
  }
}
.MZjfL-uOXGoOlkAa .title-wrapper .iconography-text {
  margin-bottom: 0;
}
.MZjfL-uOXGoOlkAa .title-wrapper .iconography-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .MZjfL-uOXGoOlkAa .title-wrapper .iconography-section-btn {
    margin-top: 32px;
  }
}
.MZjfL-uOXGoOlkAa .image-wrapper {
  position: relative;
}
.MZjfL-uOXGoOlkAa .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .MZjfL-uOXGoOlkAa .image-wrapper img {
    height: 350px;
  }
}
.MZjfL-uOXGoOlkAa .iconography-section-title {
  color: #F5DF4D;
}
.MZjfL-uOXGoOlkAa .iconography-text {
  color: #FF3399;
}
.MZjfL-uOXGoOlkAa .iconography-section-title,
.MZjfL-uOXGoOlkAa .iconography-section-btn {
  color: #cf56bf;
  text-align: center;
}
.MZjfL-uOXGoOlkAa .iconography-text,
.MZjfL-uOXGoOlkAa .iconography-section-btn {
  color: #000000;
  text-align: center;
}
.MZjfL-uOXGIMtktV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df6ed0;
}
.MZjfL-uOXGIMtktV .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXGIMtktV .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXGIMtktV .title-wrapper .iconography-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MZjfL-uOXGIMtktV .title-wrapper .iconography-section-title {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXGIMtktV .content-wrapper {
  margin: 0 -8px;
}
.MZjfL-uOXGIMtktV .content-wrapper .card {
  padding: 0 8px;
}
.MZjfL-uOXGIMtktV .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .MZjfL-uOXGIMtktV .image-wrapper {
    margin-bottom: 12px;
  }
}
.MZjfL-uOXGIMtktV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .MZjfL-uOXGIMtktV .image-wrapper img {
    height: 300px;
  }
}
.MZjfL-uOXGIMtktV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .MZjfL-uOXGIMtktV .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.MZjfL-uOXGIMtktV .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffaef4;
  padding: 64px;
}
@media (max-width: 1440px) {
  .MZjfL-uOXGIMtktV .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .MZjfL-uOXGIMtktV .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.MZjfL-uOXGIMtktV .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .MZjfL-uOXGIMtktV .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXGIMtktV .items-wrapper .item .item-wrapper .iconfont-wrap .iconography-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8e73fe;
  font-size: 36px;
  color: #e5e5e5;
}
.MZjfL-uOXGIMtktV .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.MZjfL-uOXGIMtktV .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.MZjfL-uOXGIMtktV .items-wrapper .item .item-wrapper .card-box .iconography-section-btn {
  margin-top: 24px;
}
.MZjfL-uOXGIMtktV .items-wrapper .item .item-wrapper .card-box .iconography-section-btn .btn {
  margin-bottom: 0;
}
.MZjfL-uOXGIMtktV .iconography-section-title {
  color: #2c2c26;
}
.MZjfL-uOXGIMtktV .card-title {
  color: #2c2c26;
}
.MZjfL-uOXGIMtktV .card-text {
  color: #000000;
  text-align: center;
}
.MZjfL-uOXGIMtktV .card-title,
.MZjfL-uOXGIMtktV .iconfont-wrap {
  text-align: center;
  color: #000000;
}
.MZjfL-uOXH0L07O0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.MZjfL-uOXH0L07O0 .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXH0L07O0 .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXH0L07O0 .row {
  justify-content: center;
  margin: 0 -13px;
}
.MZjfL-uOXH0L07O0 .row .item {
  padding: 0 13px;
}
.MZjfL-uOXH0L07O0 .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .MZjfL-uOXH0L07O0 .item {
    margin-bottom: 16px;
  }
}
.MZjfL-uOXH0L07O0 .item .item-wrapper {
  height: 100%;
  background-color: #cf56bf;
  padding: 54px;
}
@media (max-width: 1200px) {
  .MZjfL-uOXH0L07O0 .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .MZjfL-uOXH0L07O0 .item .item-wrapper {
    padding: 30px 16px;
  }
}
.MZjfL-uOXH0L07O0 .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #151e11;
}
.MZjfL-uOXH0L07O0 .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.MZjfL-uOXH0L07O0 .item .item-wrapper .card-box .label-wrapper .label-wrap .iconography-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.MZjfL-uOXH0L07O0 .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .MZjfL-uOXH0L07O0 .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.MZjfL-uOXH0L07O0 .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXH0L07O0 .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.MZjfL-uOXH0L07O0 .item .item-wrapper .card-box .iconography-section-btn {
  margin-top: 20px;
}
.MZjfL-uOXH0L07O0 .item-label {
  color: #fff7ee;
}
.MZjfL-uOXH0L07O0 .item-title {
  color: #fff7ee;
}
.MZjfL-uOXH0L07O0 .item-text {
  color: #fff7ee;
}
.MZjfL-uOXH0L07O0 .item-title,
.MZjfL-uOXH0L07O0 .iconography-section-btn {
  text-align: center;
}
.MZjfL-uOXH0L07O0 .item-text,
.MZjfL-uOXH0L07O0 .text-wrap {
  text-align: center;
}
.MZjfL-uOXH2jAZla {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #df6ed0;
}
.MZjfL-uOXH2jAZla .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXH2jAZla .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXH2jAZla .title-wrapper .iconography-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .MZjfL-uOXH2jAZla .title-wrapper .iconography-section-title {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXH2jAZla .content-wrapper {
  margin: 0 -8px;
}
.MZjfL-uOXH2jAZla .content-wrapper .card {
  padding: 0 8px;
}
.MZjfL-uOXH2jAZla .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .MZjfL-uOXH2jAZla .image-wrapper {
    margin-bottom: 12px;
  }
}
.MZjfL-uOXH2jAZla .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .MZjfL-uOXH2jAZla .image-wrapper img {
    height: 300px;
  }
}
.MZjfL-uOXH2jAZla .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .MZjfL-uOXH2jAZla .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.MZjfL-uOXH2jAZla .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffaef4;
  padding: 64px;
}
@media (max-width: 1440px) {
  .MZjfL-uOXH2jAZla .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .MZjfL-uOXH2jAZla .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.MZjfL-uOXH2jAZla .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .MZjfL-uOXH2jAZla .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXH2jAZla .items-wrapper .item .item-wrapper .iconfont-wrap .iconography-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8e73fe;
  font-size: 36px;
  color: #e5e5e5;
}
.MZjfL-uOXH2jAZla .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.MZjfL-uOXH2jAZla .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.MZjfL-uOXH2jAZla .items-wrapper .item .item-wrapper .card-box .iconography-section-btn {
  margin-top: 24px;
}
.MZjfL-uOXH2jAZla .items-wrapper .item .item-wrapper .card-box .iconography-section-btn .btn {
  margin-bottom: 0;
}
.MZjfL-uOXH2jAZla .iconography-section-title {
  color: #2c2c26;
}
.MZjfL-uOXH2jAZla .card-title {
  color: #2c2c26;
}
.MZjfL-uOXH2jAZla .card-text {
  color: #000000;
  text-align: center;
}
.MZjfL-uOXH2jAZla .card-title,
.MZjfL-uOXH2jAZla .iconfont-wrap {
  text-align: center;
  color: #000000;
}
.MZjfL-uOXH9TWkQv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.MZjfL-uOXH9TWkQv .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXH9TWkQv .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXH9TWkQv .row {
  justify-content: center;
  margin: 0 -13px;
}
.MZjfL-uOXH9TWkQv .row .item {
  padding: 0 13px;
}
.MZjfL-uOXH9TWkQv .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .MZjfL-uOXH9TWkQv .item {
    margin-bottom: 16px;
  }
}
.MZjfL-uOXH9TWkQv .item .item-wrapper {
  height: 100%;
  background-color: #cf56bf;
  padding: 54px;
}
@media (max-width: 1200px) {
  .MZjfL-uOXH9TWkQv .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .MZjfL-uOXH9TWkQv .item .item-wrapper {
    padding: 30px 16px;
  }
}
.MZjfL-uOXH9TWkQv .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #151e11;
}
.MZjfL-uOXH9TWkQv .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.MZjfL-uOXH9TWkQv .item .item-wrapper .card-box .label-wrapper .label-wrap .iconography-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.MZjfL-uOXH9TWkQv .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .MZjfL-uOXH9TWkQv .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.MZjfL-uOXH9TWkQv .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXH9TWkQv .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.MZjfL-uOXH9TWkQv .item .item-wrapper .card-box .iconography-section-btn {
  margin-top: 20px;
}
.MZjfL-uOXH9TWkQv .item-label {
  color: #fff7ee;
}
.MZjfL-uOXH9TWkQv .item-title {
  color: #fff7ee;
}
.MZjfL-uOXH9TWkQv .item-text {
  color: #fff7ee;
}
.MZjfL-uOXH9TWkQv .item-title,
.MZjfL-uOXH9TWkQv .iconography-section-btn {
  text-align: center;
}
.MZjfL-uOXH9TWkQv .item-text,
.MZjfL-uOXH9TWkQv .text-wrap {
  text-align: center;
}
.MZjfL-uOXVOvQM6w {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #cf56bf;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXVOvQM6w .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont,
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont {
  background-color: #ffe66d;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a .iconography-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.MZjfL-uOXVOvQM6w .content-wrapper .iconography-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .list-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:hover,
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
    margin-top: 8px;
  }
}
.MZjfL-uOXVOvQM6w .list {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-copy {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXVOvQM6w .list,
.MZjfL-uOXVOvQM6w .item-wrap {
  text-align: center;
  color: #ffffff;
}
.MZjfL-uOXVOvQM6w .iconography-copy,
.MZjfL-uOXVOvQM6w .social-wrap {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXbY2iwJz {
  background-color: transparent;
}
.MZjfL-uOXbY2iwJz .navbar-dropdown {
  background-color: #ffaef4 !important;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffaef4 !important;
  background: #ffaef4;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.MZjfL-uOXbY2iwJz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .MZjfL-uOXbY2iwJz .menu_box .navbar.opened,
  .MZjfL-uOXbY2iwJz .menu_box .navbar-collapse {
    background-color: #ffaef4 !important;
    transition: all 0s ease 0s;
  }
}
.MZjfL-uOXbY2iwJz .navbar-dropdown {
  position: relative !important;
}
.MZjfL-uOXbY2iwJz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.MZjfL-uOXbY2iwJz .btn:hover {
  box-shadow: none;
}
.MZjfL-uOXbY2iwJz .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .MZjfL-uOXbY2iwJz .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .nav-item {
    margin: 0 !important;
  }
}
.MZjfL-uOXbY2iwJz .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.MZjfL-uOXbY2iwJz .nav-item .nav-link:hover,
.MZjfL-uOXbY2iwJz .nav-item .nav-link:focus {
  background-color: #ffaef4 !important;
  color: #000000 !important;
}
.MZjfL-uOXbY2iwJz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .MZjfL-uOXbY2iwJz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .MZjfL-uOXbY2iwJz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .MZjfL-uOXbY2iwJz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .MZjfL-uOXbY2iwJz .offcanvas_box {
    display: none;
  }
}
.MZjfL-uOXbY2iwJz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.MZjfL-uOXbY2iwJz .container {
  display: flex;
  margin: auto;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper:hover {
  opacity: .5;
}
.MZjfL-uOXbY2iwJz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar-nav {
    margin: 0;
  }
}
.MZjfL-uOXbY2iwJz .dropdown-menu,
.MZjfL-uOXbY2iwJz .navbar.opened {
  background-color: false !important;
}
.MZjfL-uOXbY2iwJz .nav-item:focus,
.MZjfL-uOXbY2iwJz .nav-link:focus {
  outline: none;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item .iconography-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item .iconography-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXbY2iwJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MZjfL-uOXbY2iwJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MZjfL-uOXbY2iwJz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.MZjfL-uOXbY2iwJz .navbar.opened {
  transition: all 0.3s;
}
.MZjfL-uOXbY2iwJz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.MZjfL-uOXbY2iwJz .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.MZjfL-uOXbY2iwJz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed {
  justify-content: center;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .navbar .nav-item {
    padding: .5rem 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .MZjfL-uOXbY2iwJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MZjfL-uOXbY2iwJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MZjfL-uOXbY2iwJz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .MZjfL-uOXbY2iwJz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MZjfL-uOXbY2iwJz .navbar .icons-menu {
    padding: 0;
  }
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short {
  min-height: 60px;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.MZjfL-uOXbY2iwJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.MZjfL-uOXbY2iwJz .navbar-brand .navbar-logo a {
  outline: none;
}
.MZjfL-uOXbY2iwJz .dropdown-item.active,
.MZjfL-uOXbY2iwJz .dropdown-item:active {
  background-color: transparent;
}
.MZjfL-uOXbY2iwJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MZjfL-uOXbY2iwJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MZjfL-uOXbY2iwJz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffaef4;
  background: #ffffff;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.MZjfL-uOXbY2iwJz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .MZjfL-uOXbY2iwJz .navbar {
    height: 70px;
  }
  .MZjfL-uOXbY2iwJz .navbar.opened {
    height: auto;
  }
  .MZjfL-uOXbY2iwJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MZjfL-uOXbY2iwJz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .MZjfL-uOXbY2iwJz .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.MZjfL-uOXbY2iwJz .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.MZjfL-uOXbY2iwJz .text_widget {
  margin-bottom: 32px;
}
.MZjfL-uOXbY2iwJz .text_widget a {
  transition: all 0.3s ease-out;
}
.MZjfL-uOXbY2iwJz .text_widget a:hover,
.MZjfL-uOXbY2iwJz .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXbY2iwJz .navbar-caption {
  color: #0f1d07;
}
.MZjfL-uOXbY2iwJz .iconography-text {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXbY2iwJz .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper {
    display: block;
  }
}
.MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-subtitle,
.MZjfL-uOXbY2iwJz .text_widget,
.MZjfL-uOXbY2iwJz .iconography-section-btn {
  text-align: center;
}
.MZjfL-uOXbY2iwJz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.MZjfL-uOXHjv3H3y {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #ffffff;
}
.MZjfL-uOXHjv3H3y .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .MZjfL-uOXHjv3H3y .image-wrap {
    padding: 16px;
  }
}
.MZjfL-uOXHjv3H3y .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.MZjfL-uOXHjv3H3y .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .MZjfL-uOXHjv3H3y .image-overlay {
    padding: 16px;
  }
}
.MZjfL-uOXHjv3H3y .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.MZjfL-uOXHjv3H3y .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXHjv3H3y .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXHjv3H3y .row {
  justify-content: center;
}
.MZjfL-uOXHjv3H3y .iconography-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .MZjfL-uOXHjv3H3y .iconography-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .MZjfL-uOXHjv3H3y .iconography-section-title {
    margin: 30px 16px;
  }
}
.MZjfL-uOXHjv3H3y .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #df6ed0;
}
@media (max-width: 992px) {
  .MZjfL-uOXHjv3H3y .card-wrapper {
    padding: 30px 16px;
  }
}
.MZjfL-uOXHjv3H3y .card-wrapper .text-wrapper .iconography-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .MZjfL-uOXHjv3H3y .card-wrapper .text-wrapper .iconography-text {
    width: 100%;
  }
}
.MZjfL-uOXHjv3H3y .iconography-text,
.MZjfL-uOXHjv3H3y .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.MZjfL-uOXHjv3H3y .iconography-section-btn .btn {
  margin-bottom: 0;
}
.MZjfL-uOXHjv3H3y .iconography-text,
.MZjfL-uOXHjv3H3y .iconography-section-btn {
  text-align: center;
}
.MZjfL-uOXVOvQM6w {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #cf56bf;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXVOvQM6w .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont,
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont {
  background-color: #ffe66d;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a .iconography-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.MZjfL-uOXVOvQM6w .content-wrapper .iconography-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .list-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:hover,
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
    margin-top: 8px;
  }
}
.MZjfL-uOXVOvQM6w .list {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-copy {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXVOvQM6w .list,
.MZjfL-uOXVOvQM6w .item-wrap {
  text-align: center;
  color: #ffffff;
}
.MZjfL-uOXVOvQM6w .iconography-copy,
.MZjfL-uOXVOvQM6w .social-wrap {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXbY2iwJz {
  background-color: transparent;
}
.MZjfL-uOXbY2iwJz .navbar-dropdown {
  background-color: #ffaef4 !important;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffaef4 !important;
  background: #ffaef4;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.MZjfL-uOXbY2iwJz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .MZjfL-uOXbY2iwJz .menu_box .navbar.opened,
  .MZjfL-uOXbY2iwJz .menu_box .navbar-collapse {
    background-color: #ffaef4 !important;
    transition: all 0s ease 0s;
  }
}
.MZjfL-uOXbY2iwJz .navbar-dropdown {
  position: relative !important;
}
.MZjfL-uOXbY2iwJz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.MZjfL-uOXbY2iwJz .btn:hover {
  box-shadow: none;
}
.MZjfL-uOXbY2iwJz .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .MZjfL-uOXbY2iwJz .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .nav-item {
    margin: 0 !important;
  }
}
.MZjfL-uOXbY2iwJz .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.MZjfL-uOXbY2iwJz .nav-item .nav-link:hover,
.MZjfL-uOXbY2iwJz .nav-item .nav-link:focus {
  background-color: #ffaef4 !important;
  color: #000000 !important;
}
.MZjfL-uOXbY2iwJz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .MZjfL-uOXbY2iwJz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .MZjfL-uOXbY2iwJz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .MZjfL-uOXbY2iwJz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .MZjfL-uOXbY2iwJz .offcanvas_box {
    display: none;
  }
}
.MZjfL-uOXbY2iwJz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.MZjfL-uOXbY2iwJz .container {
  display: flex;
  margin: auto;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper:hover {
  opacity: .5;
}
.MZjfL-uOXbY2iwJz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar-nav {
    margin: 0;
  }
}
.MZjfL-uOXbY2iwJz .dropdown-menu,
.MZjfL-uOXbY2iwJz .navbar.opened {
  background-color: false !important;
}
.MZjfL-uOXbY2iwJz .nav-item:focus,
.MZjfL-uOXbY2iwJz .nav-link:focus {
  outline: none;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item .iconography-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item .iconography-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXbY2iwJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MZjfL-uOXbY2iwJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MZjfL-uOXbY2iwJz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.MZjfL-uOXbY2iwJz .navbar.opened {
  transition: all 0.3s;
}
.MZjfL-uOXbY2iwJz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.MZjfL-uOXbY2iwJz .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.MZjfL-uOXbY2iwJz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed {
  justify-content: center;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .navbar .nav-item {
    padding: .5rem 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .MZjfL-uOXbY2iwJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MZjfL-uOXbY2iwJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MZjfL-uOXbY2iwJz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .MZjfL-uOXbY2iwJz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MZjfL-uOXbY2iwJz .navbar .icons-menu {
    padding: 0;
  }
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short {
  min-height: 60px;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.MZjfL-uOXbY2iwJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.MZjfL-uOXbY2iwJz .navbar-brand .navbar-logo a {
  outline: none;
}
.MZjfL-uOXbY2iwJz .dropdown-item.active,
.MZjfL-uOXbY2iwJz .dropdown-item:active {
  background-color: transparent;
}
.MZjfL-uOXbY2iwJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MZjfL-uOXbY2iwJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MZjfL-uOXbY2iwJz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffaef4;
  background: #ffffff;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.MZjfL-uOXbY2iwJz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .MZjfL-uOXbY2iwJz .navbar {
    height: 70px;
  }
  .MZjfL-uOXbY2iwJz .navbar.opened {
    height: auto;
  }
  .MZjfL-uOXbY2iwJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MZjfL-uOXbY2iwJz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .MZjfL-uOXbY2iwJz .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.MZjfL-uOXbY2iwJz .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.MZjfL-uOXbY2iwJz .text_widget {
  margin-bottom: 32px;
}
.MZjfL-uOXbY2iwJz .text_widget a {
  transition: all 0.3s ease-out;
}
.MZjfL-uOXbY2iwJz .text_widget a:hover,
.MZjfL-uOXbY2iwJz .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXbY2iwJz .navbar-caption {
  color: #0f1d07;
}
.MZjfL-uOXbY2iwJz .iconography-text {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXbY2iwJz .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper {
    display: block;
  }
}
.MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-subtitle,
.MZjfL-uOXbY2iwJz .text_widget,
.MZjfL-uOXbY2iwJz .iconography-section-btn {
  text-align: center;
}
.MZjfL-uOXbY2iwJz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.MZjfL-uOXHA4dy7R {
  background-color: #ffffff;
}
.MZjfL-uOXHA4dy7R .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXHA4dy7R .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXHA4dy7R .row {
  justify-content: center;
}
.MZjfL-uOXHA4dy7R .form-wrapper {
  background-color: #cf56bf;
  padding: 20px 50px 50px;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .MZjfL-uOXHA4dy7R .form-wrapper {
    padding: 20px;
  }
}
.MZjfL-uOXHA4dy7R .form-wrapper .line-wrap {
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .MZjfL-uOXHA4dy7R .form-wrapper .line-wrap {
    height: 4px;
    margin-bottom: 20px;
  }
}
.MZjfL-uOXHA4dy7R .form-wrapper .iconography-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .MZjfL-uOXHA4dy7R .form-wrapper .iconography-section-title {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXHA4dy7R .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.MZjfL-uOXHA4dy7R .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.MZjfL-uOXHA4dy7R .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.MZjfL-uOXHA4dy7R .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #fafafa;
  padding: 27px 32px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .MZjfL-uOXHA4dy7R .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 12px 16px;
  }
}
.MZjfL-uOXHA4dy7R .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .3;
}
.MZjfL-uOXHA4dy7R .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.MZjfL-uOXHA4dy7R .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .MZjfL-uOXHA4dy7R .form-wrapper .form-wrap .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.MZjfL-uOXHA4dy7R .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.MZjfL-uOXHA4dy7R .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.MZjfL-uOXHA4dy7R .form-wrapper .form-wrap .dragArea.row .iconography-section-btn {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXHA4dy7R .form-wrapper .form-wrap .dragArea.row .iconography-section-btn {
    margin-top: 0;
  }
}
.MZjfL-uOXHA4dy7R .form-wrapper .form-wrap .dragArea.row .iconography-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXHA4dy7R .form-wrapper .form-wrap .dragArea.row .iconography-section-btn .btn {
    margin-top: 0;
  }
}
.MZjfL-uOXHA4dy7R .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXHA4dy7R label {
  color: #000c3f;
}
.MZjfL-uOXVOvQM6w {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #cf56bf;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXVOvQM6w .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont,
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont {
  background-color: #ffe66d;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a .iconography-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.MZjfL-uOXVOvQM6w .content-wrapper .iconography-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .list-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:hover,
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
    margin-top: 8px;
  }
}
.MZjfL-uOXVOvQM6w .list {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-copy {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXVOvQM6w .list,
.MZjfL-uOXVOvQM6w .item-wrap {
  text-align: center;
  color: #ffffff;
}
.MZjfL-uOXVOvQM6w .iconography-copy,
.MZjfL-uOXVOvQM6w .social-wrap {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXbY2iwJz {
  background-color: transparent;
}
.MZjfL-uOXbY2iwJz .navbar-dropdown {
  background-color: #ffaef4 !important;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffaef4 !important;
  background: #ffaef4;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.MZjfL-uOXbY2iwJz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .MZjfL-uOXbY2iwJz .menu_box .navbar.opened,
  .MZjfL-uOXbY2iwJz .menu_box .navbar-collapse {
    background-color: #ffaef4 !important;
    transition: all 0s ease 0s;
  }
}
.MZjfL-uOXbY2iwJz .navbar-dropdown {
  position: relative !important;
}
.MZjfL-uOXbY2iwJz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.MZjfL-uOXbY2iwJz .btn:hover {
  box-shadow: none;
}
.MZjfL-uOXbY2iwJz .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .MZjfL-uOXbY2iwJz .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .nav-item {
    margin: 0 !important;
  }
}
.MZjfL-uOXbY2iwJz .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.MZjfL-uOXbY2iwJz .nav-item .nav-link:hover,
.MZjfL-uOXbY2iwJz .nav-item .nav-link:focus {
  background-color: #ffaef4 !important;
  color: #000000 !important;
}
.MZjfL-uOXbY2iwJz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .MZjfL-uOXbY2iwJz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .MZjfL-uOXbY2iwJz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .MZjfL-uOXbY2iwJz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .MZjfL-uOXbY2iwJz .offcanvas_box {
    display: none;
  }
}
.MZjfL-uOXbY2iwJz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.MZjfL-uOXbY2iwJz .container {
  display: flex;
  margin: auto;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.MZjfL-uOXbY2iwJz .iconfont-wrapper:hover {
  opacity: .5;
}
.MZjfL-uOXbY2iwJz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar-nav {
    margin: 0;
  }
}
.MZjfL-uOXbY2iwJz .dropdown-menu,
.MZjfL-uOXbY2iwJz .navbar.opened {
  background-color: false !important;
}
.MZjfL-uOXbY2iwJz .nav-item:focus,
.MZjfL-uOXbY2iwJz .nav-link:focus {
  outline: none;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item .iconography-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MZjfL-uOXbY2iwJz .dropdown .dropdown-menu .dropdown-item .iconography-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXbY2iwJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MZjfL-uOXbY2iwJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MZjfL-uOXbY2iwJz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.MZjfL-uOXbY2iwJz .navbar.opened {
  transition: all 0.3s;
}
.MZjfL-uOXbY2iwJz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.MZjfL-uOXbY2iwJz .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.MZjfL-uOXbY2iwJz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed {
  justify-content: center;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.MZjfL-uOXbY2iwJz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .MZjfL-uOXbY2iwJz .navbar .nav-item {
    padding: .5rem 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .MZjfL-uOXbY2iwJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MZjfL-uOXbY2iwJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MZjfL-uOXbY2iwJz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .MZjfL-uOXbY2iwJz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .MZjfL-uOXbY2iwJz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .MZjfL-uOXbY2iwJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MZjfL-uOXbY2iwJz .navbar .icons-menu {
    padding: 0;
  }
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short {
  min-height: 60px;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.MZjfL-uOXbY2iwJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.MZjfL-uOXbY2iwJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.MZjfL-uOXbY2iwJz .navbar-brand .navbar-logo a {
  outline: none;
}
.MZjfL-uOXbY2iwJz .dropdown-item.active,
.MZjfL-uOXbY2iwJz .dropdown-item:active {
  background-color: transparent;
}
.MZjfL-uOXbY2iwJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MZjfL-uOXbY2iwJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MZjfL-uOXbY2iwJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MZjfL-uOXbY2iwJz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.MZjfL-uOXbY2iwJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffaef4;
  background: #ffffff;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXbY2iwJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MZjfL-uOXbY2iwJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXbY2iwJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.MZjfL-uOXbY2iwJz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .MZjfL-uOXbY2iwJz .navbar {
    height: 70px;
  }
  .MZjfL-uOXbY2iwJz .navbar.opened {
    height: auto;
  }
  .MZjfL-uOXbY2iwJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MZjfL-uOXbY2iwJz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .MZjfL-uOXbY2iwJz .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.MZjfL-uOXbY2iwJz .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.MZjfL-uOXbY2iwJz .text_widget {
  margin-bottom: 32px;
}
.MZjfL-uOXbY2iwJz .text_widget a {
  transition: all 0.3s ease-out;
}
.MZjfL-uOXbY2iwJz .text_widget a:hover,
.MZjfL-uOXbY2iwJz .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .MZjfL-uOXbY2iwJz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXbY2iwJz .navbar-caption {
  color: #0f1d07;
}
.MZjfL-uOXbY2iwJz .iconography-text {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXbY2iwJz .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper {
    display: block;
  }
}
.MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .MZjfL-uOXbY2iwJz .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.MZjfL-uOXbY2iwJz .iconography-section-subtitle,
.MZjfL-uOXbY2iwJz .text_widget,
.MZjfL-uOXbY2iwJz .iconography-section-btn {
  text-align: center;
}
.MZjfL-uOXbY2iwJz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.MZjfL-uOXITHvQZe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.MZjfL-uOXITHvQZe .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXITHvQZe .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXITHvQZe .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #cf56bf, #ffaef4);
  box-shadow: 10px 10px 19px #ffd5f9, -10px -10px 19px #ffb7f5;
}
@media (max-width: 767px) {
  .MZjfL-uOXITHvQZe .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .MZjfL-uOXITHvQZe .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.MZjfL-uOXITHvQZe .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .MZjfL-uOXITHvQZe .card-title {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXITHvQZe .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .MZjfL-uOXITHvQZe .card-subtitle {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXITHvQZe .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.MZjfL-uOXJovzonD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.MZjfL-uOXJovzonD .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXJovzonD .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXJovzonD .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffd5f9, #ffaef4);
  box-shadow: 10px 10px 19px #df6ed0, -10px -10px 19px #ffaef4;
}
@media (max-width: 767px) {
  .MZjfL-uOXJovzonD .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .MZjfL-uOXJovzonD .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.MZjfL-uOXJovzonD .card-title {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .MZjfL-uOXJovzonD .card-title {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXJovzonD .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .MZjfL-uOXJovzonD .card-subtitle {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXJovzonD .card-text {
  color: #000000;
  margin-bottom: 0;
}
.MZjfL-uOXVOvQM6w {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #cf56bf;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXVOvQM6w .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont,
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont {
  background-color: #ffe66d;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a .iconography-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.MZjfL-uOXVOvQM6w .content-wrapper .iconography-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .list-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:hover,
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
    margin-top: 8px;
  }
}
.MZjfL-uOXVOvQM6w .list {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-copy {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXVOvQM6w .list,
.MZjfL-uOXVOvQM6w .item-wrap {
  text-align: center;
  color: #ffffff;
}
.MZjfL-uOXVOvQM6w .iconography-copy,
.MZjfL-uOXVOvQM6w .social-wrap {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXJPFwBBZ {
  background-color: transparent;
}
.MZjfL-uOXJPFwBBZ .navbar-dropdown {
  background-color: #ffaef4 !important;
  padding: 0;
}
.MZjfL-uOXJPFwBBZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffaef4 !important;
  background: #ffaef4;
}
.MZjfL-uOXJPFwBBZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.MZjfL-uOXJPFwBBZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .MZjfL-uOXJPFwBBZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .MZjfL-uOXJPFwBBZ .menu_box .navbar.opened,
  .MZjfL-uOXJPFwBBZ .menu_box .navbar-collapse {
    background-color: #ffaef4 !important;
    transition: all 0s ease 0s;
  }
}
.MZjfL-uOXJPFwBBZ .navbar-dropdown {
  position: relative !important;
}
.MZjfL-uOXJPFwBBZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.MZjfL-uOXJPFwBBZ .btn:hover {
  box-shadow: none;
}
.MZjfL-uOXJPFwBBZ .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .MZjfL-uOXJPFwBBZ .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXJPFwBBZ .nav-item {
    margin: 0 !important;
  }
}
.MZjfL-uOXJPFwBBZ .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.MZjfL-uOXJPFwBBZ .nav-item .nav-link:hover,
.MZjfL-uOXJPFwBBZ .nav-item .nav-link:focus {
  background-color: #ffaef4 !important;
  color: #000000 !important;
}
.MZjfL-uOXJPFwBBZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .MZjfL-uOXJPFwBBZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .MZjfL-uOXJPFwBBZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXJPFwBBZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .MZjfL-uOXJPFwBBZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .MZjfL-uOXJPFwBBZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .MZjfL-uOXJPFwBBZ .offcanvas_box {
    display: none;
  }
}
.MZjfL-uOXJPFwBBZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.MZjfL-uOXJPFwBBZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.MZjfL-uOXJPFwBBZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.MZjfL-uOXJPFwBBZ .container {
  display: flex;
  margin: auto;
}
.MZjfL-uOXJPFwBBZ .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.MZjfL-uOXJPFwBBZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.MZjfL-uOXJPFwBBZ .iconfont-wrapper:hover {
  opacity: .5;
}
.MZjfL-uOXJPFwBBZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .MZjfL-uOXJPFwBBZ .navbar-nav {
    margin: 0;
  }
}
.MZjfL-uOXJPFwBBZ .dropdown-menu,
.MZjfL-uOXJPFwBBZ .navbar.opened {
  background-color: false !important;
}
.MZjfL-uOXJPFwBBZ .nav-item:focus,
.MZjfL-uOXJPFwBBZ .nav-link:focus {
  outline: none;
}
.MZjfL-uOXJPFwBBZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXJPFwBBZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.MZjfL-uOXJPFwBBZ .dropdown .dropdown-menu .dropdown-item .iconography-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MZjfL-uOXJPFwBBZ .dropdown .dropdown-menu .dropdown-item .iconography-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXJPFwBBZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MZjfL-uOXJPFwBBZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MZjfL-uOXJPFwBBZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXJPFwBBZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.MZjfL-uOXJPFwBBZ .navbar.opened {
  transition: all 0.3s;
}
.MZjfL-uOXJPFwBBZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.MZjfL-uOXJPFwBBZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.MZjfL-uOXJPFwBBZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.MZjfL-uOXJPFwBBZ .navbar.collapsed {
  justify-content: center;
}
.MZjfL-uOXJPFwBBZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MZjfL-uOXJPFwBBZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.MZjfL-uOXJPFwBBZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MZjfL-uOXJPFwBBZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MZjfL-uOXJPFwBBZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MZjfL-uOXJPFwBBZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.MZjfL-uOXJPFwBBZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .MZjfL-uOXJPFwBBZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .MZjfL-uOXJPFwBBZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .MZjfL-uOXJPFwBBZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MZjfL-uOXJPFwBBZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MZjfL-uOXJPFwBBZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .MZjfL-uOXJPFwBBZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MZjfL-uOXJPFwBBZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .MZjfL-uOXJPFwBBZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MZjfL-uOXJPFwBBZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .MZjfL-uOXJPFwBBZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .MZjfL-uOXJPFwBBZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .MZjfL-uOXJPFwBBZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .MZjfL-uOXJPFwBBZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MZjfL-uOXJPFwBBZ .navbar .icons-menu {
    padding: 0;
  }
}
.MZjfL-uOXJPFwBBZ .navbar.navbar-short {
  min-height: 60px;
}
.MZjfL-uOXJPFwBBZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.MZjfL-uOXJPFwBBZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.MZjfL-uOXJPFwBBZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.MZjfL-uOXJPFwBBZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.MZjfL-uOXJPFwBBZ .navbar-brand .navbar-logo a {
  outline: none;
}
.MZjfL-uOXJPFwBBZ .dropdown-item.active,
.MZjfL-uOXJPFwBBZ .dropdown-item:active {
  background-color: transparent;
}
.MZjfL-uOXJPFwBBZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.MZjfL-uOXJPFwBBZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MZjfL-uOXJPFwBBZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MZjfL-uOXJPFwBBZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MZjfL-uOXJPFwBBZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.MZjfL-uOXJPFwBBZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.MZjfL-uOXJPFwBBZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffaef4;
  background: #ffffff;
}
.MZjfL-uOXJPFwBBZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.MZjfL-uOXJPFwBBZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.MZjfL-uOXJPFwBBZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXJPFwBBZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXJPFwBBZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.MZjfL-uOXJPFwBBZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXJPFwBBZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MZjfL-uOXJPFwBBZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MZjfL-uOXJPFwBBZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXJPFwBBZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.MZjfL-uOXJPFwBBZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .MZjfL-uOXJPFwBBZ .navbar {
    height: 70px;
  }
  .MZjfL-uOXJPFwBBZ .navbar.opened {
    height: auto;
  }
  .MZjfL-uOXJPFwBBZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MZjfL-uOXJPFwBBZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .MZjfL-uOXJPFwBBZ .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.MZjfL-uOXJPFwBBZ .iconography-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.MZjfL-uOXJPFwBBZ .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .MZjfL-uOXJPFwBBZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.MZjfL-uOXJPFwBBZ .text_widget {
  margin-bottom: 32px;
}
.MZjfL-uOXJPFwBBZ .text_widget a {
  transition: all 0.3s ease-out;
}
.MZjfL-uOXJPFwBBZ .text_widget a:hover,
.MZjfL-uOXJPFwBBZ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .MZjfL-uOXJPFwBBZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.MZjfL-uOXJPFwBBZ .iconography-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXJPFwBBZ .navbar-caption {
  color: #0f1d07;
}
.MZjfL-uOXJPFwBBZ .iconography-text {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXJPFwBBZ .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXJPFwBBZ .navigation-wrapper {
    display: block;
  }
}
.MZjfL-uOXJPFwBBZ .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .MZjfL-uOXJPFwBBZ .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.MZjfL-uOXJPFwBBZ .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .MZjfL-uOXJPFwBBZ .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.MZjfL-uOXJPFwBBZ .iconography-section-subtitle,
.MZjfL-uOXJPFwBBZ .text_widget,
.MZjfL-uOXJPFwBBZ .iconography-section-btn {
  text-align: center;
}
.MZjfL-uOXJPFwBBZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.MZjfL-uOXJPG21PQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.MZjfL-uOXJPG21PQ .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXJPG21PQ .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXJPG21PQ .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #df6ed0, #ffaef4);
  box-shadow: 10px 10px 19px #ffd5f9, -10px -10px 19px #ffb7f5;
}
@media (max-width: 767px) {
  .MZjfL-uOXJPG21PQ .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .MZjfL-uOXJPG21PQ .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.MZjfL-uOXJPG21PQ .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .MZjfL-uOXJPG21PQ .card-title {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXJPG21PQ .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .MZjfL-uOXJPG21PQ .card-subtitle {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXJPG21PQ .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.MZjfL-uOXJPGpSvi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.MZjfL-uOXJPGpSvi .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXJPGpSvi .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXJPGpSvi .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffd5f9, #ffaef4);
  box-shadow: 10px 10px 19px #df6ed0, -10px -10px 19px #ffaef4;
}
@media (max-width: 767px) {
  .MZjfL-uOXJPGpSvi .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .MZjfL-uOXJPGpSvi .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.MZjfL-uOXJPGpSvi .card-title {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .MZjfL-uOXJPGpSvi .card-title {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXJPGpSvi .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .MZjfL-uOXJPGpSvi .card-subtitle {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXJPGpSvi .card-text {
  color: #000000;
  margin-bottom: 0;
}
.MZjfL-uOXVOvQM6w {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #cf56bf;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXVOvQM6w .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont,
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont {
  background-color: #ffe66d;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a .iconography-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.MZjfL-uOXVOvQM6w .content-wrapper .iconography-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .list-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:hover,
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
    margin-top: 8px;
  }
}
.MZjfL-uOXVOvQM6w .list {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-copy {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXVOvQM6w .list,
.MZjfL-uOXVOvQM6w .item-wrap {
  text-align: center;
  color: #ffffff;
}
.MZjfL-uOXVOvQM6w .iconography-copy,
.MZjfL-uOXVOvQM6w .social-wrap {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXJR9qPRT {
  background-color: transparent;
}
.MZjfL-uOXJR9qPRT .navbar-dropdown {
  background-color: #ffaef4 !important;
  padding: 0;
}
.MZjfL-uOXJR9qPRT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffaef4 !important;
  background: #ffaef4;
}
.MZjfL-uOXJR9qPRT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.MZjfL-uOXJR9qPRT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .MZjfL-uOXJR9qPRT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .MZjfL-uOXJR9qPRT .menu_box .navbar.opened,
  .MZjfL-uOXJR9qPRT .menu_box .navbar-collapse {
    background-color: #ffaef4 !important;
    transition: all 0s ease 0s;
  }
}
.MZjfL-uOXJR9qPRT .navbar-dropdown {
  position: relative !important;
}
.MZjfL-uOXJR9qPRT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.MZjfL-uOXJR9qPRT .btn:hover {
  box-shadow: none;
}
.MZjfL-uOXJR9qPRT .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .MZjfL-uOXJR9qPRT .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXJR9qPRT .nav-item {
    margin: 0 !important;
  }
}
.MZjfL-uOXJR9qPRT .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.MZjfL-uOXJR9qPRT .nav-item .nav-link:hover,
.MZjfL-uOXJR9qPRT .nav-item .nav-link:focus {
  background-color: #ffaef4 !important;
  color: #000000 !important;
}
.MZjfL-uOXJR9qPRT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .MZjfL-uOXJR9qPRT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .MZjfL-uOXJR9qPRT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXJR9qPRT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .MZjfL-uOXJR9qPRT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .MZjfL-uOXJR9qPRT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .MZjfL-uOXJR9qPRT .offcanvas_box {
    display: none;
  }
}
.MZjfL-uOXJR9qPRT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.MZjfL-uOXJR9qPRT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.MZjfL-uOXJR9qPRT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.MZjfL-uOXJR9qPRT .container {
  display: flex;
  margin: auto;
}
.MZjfL-uOXJR9qPRT .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.MZjfL-uOXJR9qPRT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.MZjfL-uOXJR9qPRT .iconfont-wrapper:hover {
  opacity: .5;
}
.MZjfL-uOXJR9qPRT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .MZjfL-uOXJR9qPRT .navbar-nav {
    margin: 0;
  }
}
.MZjfL-uOXJR9qPRT .dropdown-menu,
.MZjfL-uOXJR9qPRT .navbar.opened {
  background-color: false !important;
}
.MZjfL-uOXJR9qPRT .nav-item:focus,
.MZjfL-uOXJR9qPRT .nav-link:focus {
  outline: none;
}
.MZjfL-uOXJR9qPRT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXJR9qPRT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.MZjfL-uOXJR9qPRT .dropdown .dropdown-menu .dropdown-item .iconography-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MZjfL-uOXJR9qPRT .dropdown .dropdown-menu .dropdown-item .iconography-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXJR9qPRT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MZjfL-uOXJR9qPRT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MZjfL-uOXJR9qPRT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXJR9qPRT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.MZjfL-uOXJR9qPRT .navbar.opened {
  transition: all 0.3s;
}
.MZjfL-uOXJR9qPRT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.MZjfL-uOXJR9qPRT .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.MZjfL-uOXJR9qPRT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.MZjfL-uOXJR9qPRT .navbar.collapsed {
  justify-content: center;
}
.MZjfL-uOXJR9qPRT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MZjfL-uOXJR9qPRT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.MZjfL-uOXJR9qPRT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MZjfL-uOXJR9qPRT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MZjfL-uOXJR9qPRT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MZjfL-uOXJR9qPRT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.MZjfL-uOXJR9qPRT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .MZjfL-uOXJR9qPRT .navbar .nav-item {
    padding: .5rem 0;
  }
  .MZjfL-uOXJR9qPRT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .MZjfL-uOXJR9qPRT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MZjfL-uOXJR9qPRT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MZjfL-uOXJR9qPRT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .MZjfL-uOXJR9qPRT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MZjfL-uOXJR9qPRT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .MZjfL-uOXJR9qPRT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MZjfL-uOXJR9qPRT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .MZjfL-uOXJR9qPRT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .MZjfL-uOXJR9qPRT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .MZjfL-uOXJR9qPRT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .MZjfL-uOXJR9qPRT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MZjfL-uOXJR9qPRT .navbar .icons-menu {
    padding: 0;
  }
}
.MZjfL-uOXJR9qPRT .navbar.navbar-short {
  min-height: 60px;
}
.MZjfL-uOXJR9qPRT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.MZjfL-uOXJR9qPRT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.MZjfL-uOXJR9qPRT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.MZjfL-uOXJR9qPRT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.MZjfL-uOXJR9qPRT .navbar-brand .navbar-logo a {
  outline: none;
}
.MZjfL-uOXJR9qPRT .dropdown-item.active,
.MZjfL-uOXJR9qPRT .dropdown-item:active {
  background-color: transparent;
}
.MZjfL-uOXJR9qPRT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.MZjfL-uOXJR9qPRT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MZjfL-uOXJR9qPRT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MZjfL-uOXJR9qPRT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MZjfL-uOXJR9qPRT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.MZjfL-uOXJR9qPRT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.MZjfL-uOXJR9qPRT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffaef4;
  background: #ffffff;
}
.MZjfL-uOXJR9qPRT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.MZjfL-uOXJR9qPRT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.MZjfL-uOXJR9qPRT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXJR9qPRT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXJR9qPRT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.MZjfL-uOXJR9qPRT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXJR9qPRT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MZjfL-uOXJR9qPRT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MZjfL-uOXJR9qPRT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXJR9qPRT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.MZjfL-uOXJR9qPRT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .MZjfL-uOXJR9qPRT .navbar {
    height: 70px;
  }
  .MZjfL-uOXJR9qPRT .navbar.opened {
    height: auto;
  }
  .MZjfL-uOXJR9qPRT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MZjfL-uOXJR9qPRT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .MZjfL-uOXJR9qPRT .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.MZjfL-uOXJR9qPRT .iconography-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.MZjfL-uOXJR9qPRT .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .MZjfL-uOXJR9qPRT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.MZjfL-uOXJR9qPRT .text_widget {
  margin-bottom: 32px;
}
.MZjfL-uOXJR9qPRT .text_widget a {
  transition: all 0.3s ease-out;
}
.MZjfL-uOXJR9qPRT .text_widget a:hover,
.MZjfL-uOXJR9qPRT .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .MZjfL-uOXJR9qPRT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.MZjfL-uOXJR9qPRT .iconography-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXJR9qPRT .navbar-caption {
  color: #0f1d07;
}
.MZjfL-uOXJR9qPRT .iconography-text {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXJR9qPRT .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXJR9qPRT .navigation-wrapper {
    display: block;
  }
}
.MZjfL-uOXJR9qPRT .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .MZjfL-uOXJR9qPRT .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.MZjfL-uOXJR9qPRT .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .MZjfL-uOXJR9qPRT .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.MZjfL-uOXJR9qPRT .iconography-section-subtitle,
.MZjfL-uOXJR9qPRT .text_widget,
.MZjfL-uOXJR9qPRT .iconography-section-btn {
  text-align: center;
}
.MZjfL-uOXJR9qPRT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.MZjfL-uOXJRa4qUa {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.MZjfL-uOXJRa4qUa .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXJRa4qUa .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXJRa4qUa .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #df6ed0, #ffaef4);
  box-shadow: 10px 10px 19px #ffd5f9, -10px -10px 19px #ffb7f5;
}
@media (max-width: 767px) {
  .MZjfL-uOXJRa4qUa .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .MZjfL-uOXJRa4qUa .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.MZjfL-uOXJRa4qUa .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .MZjfL-uOXJRa4qUa .card-title {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXJRa4qUa .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .MZjfL-uOXJRa4qUa .card-subtitle {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXJRa4qUa .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.MZjfL-uOXJRattoC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.MZjfL-uOXJRattoC .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXJRattoC .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXJRattoC .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffd5f9, #ffaef4);
  box-shadow: 10px 10px 19px #df6ed0, -10px -10px 19px #ffaef4;
}
@media (max-width: 767px) {
  .MZjfL-uOXJRattoC .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .MZjfL-uOXJRattoC .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.MZjfL-uOXJRattoC .card-title {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .MZjfL-uOXJRattoC .card-title {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXJRattoC .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .MZjfL-uOXJRattoC .card-subtitle {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXJRattoC .card-text {
  color: #000000;
  margin-bottom: 0;
}
.MZjfL-uOXVOvQM6w {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #cf56bf;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXVOvQM6w .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont,
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont {
  background-color: #ffe66d;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a .iconography-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.MZjfL-uOXVOvQM6w .content-wrapper .iconography-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .list-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:hover,
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
    margin-top: 8px;
  }
}
.MZjfL-uOXVOvQM6w .list {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-copy {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXVOvQM6w .list,
.MZjfL-uOXVOvQM6w .item-wrap {
  text-align: center;
  color: #ffffff;
}
.MZjfL-uOXVOvQM6w .iconography-copy,
.MZjfL-uOXVOvQM6w .social-wrap {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXJTZuy3h {
  background-color: transparent;
}
.MZjfL-uOXJTZuy3h .navbar-dropdown {
  background-color: #ffaef4 !important;
  padding: 0;
}
.MZjfL-uOXJTZuy3h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffaef4 !important;
  background: #ffaef4;
}
.MZjfL-uOXJTZuy3h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.MZjfL-uOXJTZuy3h .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .MZjfL-uOXJTZuy3h .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .MZjfL-uOXJTZuy3h .menu_box .navbar.opened,
  .MZjfL-uOXJTZuy3h .menu_box .navbar-collapse {
    background-color: #ffaef4 !important;
    transition: all 0s ease 0s;
  }
}
.MZjfL-uOXJTZuy3h .navbar-dropdown {
  position: relative !important;
}
.MZjfL-uOXJTZuy3h .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.MZjfL-uOXJTZuy3h .btn:hover {
  box-shadow: none;
}
.MZjfL-uOXJTZuy3h .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .MZjfL-uOXJTZuy3h .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXJTZuy3h .nav-item {
    margin: 0 !important;
  }
}
.MZjfL-uOXJTZuy3h .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.MZjfL-uOXJTZuy3h .nav-item .nav-link:hover,
.MZjfL-uOXJTZuy3h .nav-item .nav-link:focus {
  background-color: #ffaef4 !important;
  color: #000000 !important;
}
.MZjfL-uOXJTZuy3h .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .MZjfL-uOXJTZuy3h .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .MZjfL-uOXJTZuy3h .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .MZjfL-uOXJTZuy3h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .MZjfL-uOXJTZuy3h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .MZjfL-uOXJTZuy3h .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .MZjfL-uOXJTZuy3h .offcanvas_box {
    display: none;
  }
}
.MZjfL-uOXJTZuy3h .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.MZjfL-uOXJTZuy3h .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.MZjfL-uOXJTZuy3h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.MZjfL-uOXJTZuy3h .container {
  display: flex;
  margin: auto;
}
.MZjfL-uOXJTZuy3h .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.MZjfL-uOXJTZuy3h .iconfont-wrapper:last-child {
  margin-right: 0;
}
.MZjfL-uOXJTZuy3h .iconfont-wrapper:hover {
  opacity: .5;
}
.MZjfL-uOXJTZuy3h .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .MZjfL-uOXJTZuy3h .navbar-nav {
    margin: 0;
  }
}
.MZjfL-uOXJTZuy3h .dropdown-menu,
.MZjfL-uOXJTZuy3h .navbar.opened {
  background-color: false !important;
}
.MZjfL-uOXJTZuy3h .nav-item:focus,
.MZjfL-uOXJTZuy3h .nav-link:focus {
  outline: none;
}
.MZjfL-uOXJTZuy3h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXJTZuy3h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.MZjfL-uOXJTZuy3h .dropdown .dropdown-menu .dropdown-item .iconography-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.MZjfL-uOXJTZuy3h .dropdown .dropdown-menu .dropdown-item .iconography-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.MZjfL-uOXJTZuy3h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.MZjfL-uOXJTZuy3h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.MZjfL-uOXJTZuy3h .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXJTZuy3h .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.MZjfL-uOXJTZuy3h .navbar.opened {
  transition: all 0.3s;
}
.MZjfL-uOXJTZuy3h .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.MZjfL-uOXJTZuy3h .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.MZjfL-uOXJTZuy3h .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.MZjfL-uOXJTZuy3h .navbar.collapsed {
  justify-content: center;
}
.MZjfL-uOXJTZuy3h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.MZjfL-uOXJTZuy3h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.MZjfL-uOXJTZuy3h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.MZjfL-uOXJTZuy3h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.MZjfL-uOXJTZuy3h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.MZjfL-uOXJTZuy3h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.MZjfL-uOXJTZuy3h .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .MZjfL-uOXJTZuy3h .navbar .nav-item {
    padding: .5rem 0;
  }
  .MZjfL-uOXJTZuy3h .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .MZjfL-uOXJTZuy3h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .MZjfL-uOXJTZuy3h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .MZjfL-uOXJTZuy3h .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .MZjfL-uOXJTZuy3h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .MZjfL-uOXJTZuy3h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .MZjfL-uOXJTZuy3h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .MZjfL-uOXJTZuy3h .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .MZjfL-uOXJTZuy3h .navbar ul.navbar-nav li {
    margin: 0;
  }
  .MZjfL-uOXJTZuy3h .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .MZjfL-uOXJTZuy3h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .MZjfL-uOXJTZuy3h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .MZjfL-uOXJTZuy3h .navbar .icons-menu {
    padding: 0;
  }
}
.MZjfL-uOXJTZuy3h .navbar.navbar-short {
  min-height: 60px;
}
.MZjfL-uOXJTZuy3h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.MZjfL-uOXJTZuy3h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.MZjfL-uOXJTZuy3h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.MZjfL-uOXJTZuy3h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.MZjfL-uOXJTZuy3h .navbar-brand .navbar-logo a {
  outline: none;
}
.MZjfL-uOXJTZuy3h .dropdown-item.active,
.MZjfL-uOXJTZuy3h .dropdown-item:active {
  background-color: transparent;
}
.MZjfL-uOXJTZuy3h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.MZjfL-uOXJTZuy3h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.MZjfL-uOXJTZuy3h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.MZjfL-uOXJTZuy3h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.MZjfL-uOXJTZuy3h ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.MZjfL-uOXJTZuy3h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.MZjfL-uOXJTZuy3h button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffaef4;
  background: #ffffff;
}
.MZjfL-uOXJTZuy3h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.MZjfL-uOXJTZuy3h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.MZjfL-uOXJTZuy3h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXJTZuy3h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.MZjfL-uOXJTZuy3h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.MZjfL-uOXJTZuy3h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXJTZuy3h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.MZjfL-uOXJTZuy3h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.MZjfL-uOXJTZuy3h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.MZjfL-uOXJTZuy3h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.MZjfL-uOXJTZuy3h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .MZjfL-uOXJTZuy3h .navbar {
    height: 70px;
  }
  .MZjfL-uOXJTZuy3h .navbar.opened {
    height: auto;
  }
  .MZjfL-uOXJTZuy3h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.MZjfL-uOXJTZuy3h .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .MZjfL-uOXJTZuy3h .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.MZjfL-uOXJTZuy3h .iconography-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.MZjfL-uOXJTZuy3h .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .MZjfL-uOXJTZuy3h .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.MZjfL-uOXJTZuy3h .text_widget {
  margin-bottom: 32px;
}
.MZjfL-uOXJTZuy3h .text_widget a {
  transition: all 0.3s ease-out;
}
.MZjfL-uOXJTZuy3h .text_widget a:hover,
.MZjfL-uOXJTZuy3h .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .MZjfL-uOXJTZuy3h .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.MZjfL-uOXJTZuy3h .iconography-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXJTZuy3h .navbar-caption {
  color: #0f1d07;
}
.MZjfL-uOXJTZuy3h .iconography-text {
  color: #0f1d07;
  text-align: center;
}
.MZjfL-uOXJTZuy3h .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXJTZuy3h .navigation-wrapper {
    display: block;
  }
}
.MZjfL-uOXJTZuy3h .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .MZjfL-uOXJTZuy3h .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.MZjfL-uOXJTZuy3h .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .MZjfL-uOXJTZuy3h .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.MZjfL-uOXJTZuy3h .iconography-section-subtitle,
.MZjfL-uOXJTZuy3h .text_widget,
.MZjfL-uOXJTZuy3h .iconography-section-btn {
  text-align: center;
}
.MZjfL-uOXJTZuy3h a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.MZjfL-uOXJU09Zmr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.MZjfL-uOXJU09Zmr .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXJU09Zmr .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXJU09Zmr .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #df6ed0, #ffaef4);
  box-shadow: 10px 10px 19px #ffd5f9, -10px -10px 19px #ffb7f5;
}
@media (max-width: 767px) {
  .MZjfL-uOXJU09Zmr .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .MZjfL-uOXJU09Zmr .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.MZjfL-uOXJU09Zmr .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .MZjfL-uOXJU09Zmr .card-title {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXJU09Zmr .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .MZjfL-uOXJU09Zmr .card-subtitle {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXJU09Zmr .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.MZjfL-uOXJU0uYut {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.MZjfL-uOXJU0uYut .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXJU0uYut .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXJU0uYut .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffd5f9, #ffaef4);
  box-shadow: 10px 10px 19px #df6ed0, -10px -10px 19px #ffaef4;
}
@media (max-width: 767px) {
  .MZjfL-uOXJU0uYut .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .MZjfL-uOXJU0uYut .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.MZjfL-uOXJU0uYut .card-title {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .MZjfL-uOXJU0uYut .card-title {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXJU0uYut .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .MZjfL-uOXJU0uYut .card-subtitle {
    margin-bottom: 20px;
  }
}
.MZjfL-uOXJU0uYut .card-text {
  color: #000000;
  margin-bottom: 0;
}
.MZjfL-uOXVOvQM6w {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #cf56bf;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image.disabled {
  display: none;
}
.MZjfL-uOXVOvQM6w .iconography-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.MZjfL-uOXVOvQM6w .content-wrap {
  justify-content: center;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .content-wrapper .social-wrap {
    margin-bottom: 12px;
  }
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont,
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a:hover .iconography-iconfont {
  background-color: #ffe66d;
}
.MZjfL-uOXVOvQM6w .content-wrapper .social-wrap .soc-wrap .soc-item a .iconography-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #050f0f;
  font-size: 32px;
  border-radius: .5rem;
  border: 2px solid #050f0f;
  transition: all 0.3s ease-in-out;
  margin: 0 12px 12px 0;
}
.MZjfL-uOXVOvQM6w .content-wrapper .iconography-copy {
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .list-wrapper {
    margin-bottom: 24px;
  }
}
.MZjfL-uOXVOvQM6w .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:hover,
.MZjfL-uOXVOvQM6w .list-wrapper .list .item-wrap:focus {
  transform: translateX(3px);
}
.MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .MZjfL-uOXVOvQM6w .title-wrapper .iconography-section-title {
    margin-top: 8px;
  }
}
.MZjfL-uOXVOvQM6w .list {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-copy {
  color: #050f0f;
}
.MZjfL-uOXVOvQM6w .iconography-section-title {
  color: #ffffff;
  text-align: center;
}
.MZjfL-uOXVOvQM6w .list,
.MZjfL-uOXVOvQM6w .item-wrap {
  text-align: center;
  color: #ffffff;
}
.MZjfL-uOXVOvQM6w .iconography-copy,
.MZjfL-uOXVOvQM6w .social-wrap {
  color: #ffffff;
  text-align: center;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
.cookie-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}

.cookie-overlay.active {
	display: block;
}

.cookie-notification {
	position: fixed;
	bottom: -350px;
	left: 0;
	right: 0;
	background-color: gray;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
	padding: 20px;
	text-align: center;
	transition: transform 0.3s ease;
	transform: translateY(200px);
	z-index: 1000;
}

.cookie-notification.active {
	transform: translateY(-350px);
}

.cookie-notification__content {
	max-width: 800px;
	margin: 0 auto;
	color: aliceblue;
}

.cookie-notification__content p a {
	color: aliceblue;
	transition: all 0.5s ease-in-out;
}

.cookie-notification__content p a:hover {
	color: blueviolet;
}

.cookie-notification__actions {
	margin-top: 10px;
}

.cookie-notification__button {
	margin: 5px;
	padding: 10px 15px;
	min-width: 150px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cookie-notification__button:hover {
	filter: saturate(0.8);
}

@media (max-width: 768px) {
	.cookie-notification {
		bottom: -250px;
		padding: 15px;
		transform: translateY(150px);
	}
	.cookie-notification.active {
		transform: translateY(-250px);
	}
	.cookie-notification__content {
		max-width: 90%;
	}
	.cookie-notification__button {
		min-width: 120px;
		font-size: 12px;
		padding: 8px 12px;
	}
}

@media (max-width: 480px) {
	.cookie-notification {
		bottom: -200px;
		padding: 10px;
		transform: translateY(100px);
	}
	.cookie-notification.active {
		transform: translateY(-200px);
	}
	.cookie-notification__content {
		max-width: 95%;
	}
	.cookie-notification__button {
		min-width: 100px;
		font-size: 10px;
		padding: 6px 10px;
	}
}

/* logoanimations */
@keyframes fadeZoomIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.navbar-brand {
    animation: fadeZoomIn 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 21: translate bounce */
a, button, .btn {
  position: relative;
}
a:active, button:active, .btn:active {
  animation: bounce-click 0.3s ease-out;
}
@keyframes bounce-click {
  0% { transform: translateY(0); }
  50% { transform: translateY(5px); }
  100% { transform: translateY(0); }
}
/* endmainanimations */
.quiz-section {
  background-image: url("../../../assets/images/black_light.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}