@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #e96188 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e96188 !important;
  border-color: #e96188 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #df1f56 !important;
  border-color: #df1f56 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #df1f56 !important;
  border-color: #df1f56 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c81c4d;
  color: #c81c4d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e96188;
  border-color: #e96188;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e96188 !important;
  border-color: #e96188 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e96188 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c81c4d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e96188;
  border-color: #e96188;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e96188;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e96188;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #e96188;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e96188;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e96188;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e96188;
  border-bottom-color: #e96188;
}
.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: #e96188 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e96188' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-s23UcZcSST .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-s23UcZcSST .collapsed {
  flex-direction: row!important;
}
.cid-s23UcZcSST .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s23UcZcSST .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s23UcZcSST .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-s23UcZcSST .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-s23UcZcSST .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s23UcZcSST .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s23UcZcSST .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s23UcZcSST .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s23UcZcSST .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s23UcZcSST .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s23UcZcSST .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s23UcZcSST .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s23UcZcSST .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s23UcZcSST .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s23UcZcSST .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s23UcZcSST .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s23UcZcSST .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s23UcZcSST .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s23UcZcSST .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s23UcZcSST .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s23UcZcSST .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s23UcZcSST .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s23UcZcSST .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s23UcZcSST .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s23UcZcSST .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s23UcZcSST .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s23UcZcSST .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s23UcZcSST .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-s23UcZcSST .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s23UcZcSST .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s23UcZcSST .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s23UcZcSST .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s23UcZcSST .nav-item:focus,
.cid-s23UcZcSST .nav-link:focus {
  outline: none;
}
.cid-s23UcZcSST .text-white:hover,
.cid-s23UcZcSST .text-white:active,
.cid-s23UcZcSST .text-white:focus {
  color: white!important;
}
.cid-s23UcZcSST .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s23UcZcSST .dropdown-item:hover {
  color: black!important;
}
.cid-s23UcZcSST .dropdown-menu {
  background-color: white!important;
}
.cid-s23UcZcSST .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s23UcZcSST .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s23UcZcSST .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-s23UcZcSST .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-s23UcZcSST .nav-item {
    position: relative;
  }
}
.cid-s23UcZcSST .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s23UcZcSST .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s23UcZcSST .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s23UcZcSST .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s23UcZcSST .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s23UcZcSST .navbar-caption {
  font-weight: 600!important;
}
.cid-s23UcZcSST .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s23UcZcSST .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s23UcZcSST .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s23UcZcSST .dropdown-item.active,
.cid-s23UcZcSST .dropdown-item:active {
  background-color: transparent;
}
.cid-s23UcZcSST .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s23UcZcSST .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s23UcZcSST .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s23UcZcSST .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-s23UcZcSST .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s23UcZcSST ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s23UcZcSST .navbar-buttons {
  text-align: center;
}
.cid-s23UcZcSST button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s23UcZcSST button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-s23UcZcSST button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s23UcZcSST button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s23UcZcSST button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s23UcZcSST button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s23UcZcSST nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s23UcZcSST nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s23UcZcSST nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s23UcZcSST nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s23UcZcSST .nav-link {
  font-weight: 600!important;
}
.cid-s23UcZcSST a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s23UcZcSST .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s23UcZcSST .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s23UcZcSST .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s23UcZcSST .navbar {
    height: 77px;
  }
  .cid-s23UcZcSST .navbar.opened {
    height: auto;
  }
  .cid-s23UcZcSST .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s23UHZJEAl {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-s23UHZJEAl .form-group {
  text-align: left;
  min-height: 0px;
  border: 0px solid #CCC;
  border-radius: 5px;
  margin-bottom: 0;
}
.cid-s23UHZJEAl .jq-selectbox li.selected {
  background-color: #149dcc;
}
.cid-s23UHZJEAl .jq-selectbox li:hover {
  background-color: #149dcc;
}
.cid-s23UHZJEAl .jq-selectbox ul {
  background-color: #fff;
}
.cid-s23UHZJEAl .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #149dcc;
}
.cid-s23UHZJEAl .form-control[name="email"]:focus {
  outline: none;
  box-shadow: 0;
}
.cid-s23UHZJEAl .form-control[name="email"]:active {
  outline: none;
  box-shadow: 0;
}
.cid-s23UHZJEAl .mbr-iconfont-btn {
  margin: 0;
}
.cid-s23UHZJEAl .jq-selectbox__dropdown {
  top: 65px!important;
}
.cid-s23UHZJEAl .mbr-form .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 1.1rem 20px;
  border-radius: 5px;
}
.cid-s23UHZJEAl .form-group,
.cid-s23UHZJEAl .mbr-section-btn {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-s23UHZJEAl .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-s23UHZJEAl .mbr-section-btn {
    margin: auto;
  }
}
@media (min-width: 577px) {
  .cid-s23UHZJEAl .mbr-form .row {
    align-items: stretch;
  }
  .cid-s23UHZJEAl .mbr-form .col + .mbr-section-btn .btn,
  .cid-s23UHZJEAl .mbr-form .col-auto + .mbr-section-btn .btn,
  .cid-s23UHZJEAl .mbr-form .dragArea > *:not(.col-lg-12) + .col-auto.mbr-section-btn .btn {
    margin: 0 !important;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-s23UHZJEAl .mbr-form .col + .mbr-section-btn,
  .cid-s23UHZJEAl .mbr-form .col-auto + .mbr-section-btn {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-s23UHZJEAl .mbr-section-title {
  color: #ffffff;
}
.cid-s243PoIAyk {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s243PoIAyk .mbr-text,
.cid-s243PoIAyk .mbr-section-subtitle {
  color: #767676;
}
.cid-s243PoIAyk .card-title {
  color: #66458e;
}
.cid-s243PoIAyk .card .card-img span {
  color: #66458e;
  font-size: 60px;
  background: linear-gradient(45deg, #66458e, #e96188);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-s243PoIAyk .mbr-section-subtitle,
  .cid-s243PoIAyk .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s243PoIAyk .card .card-img span {
    background: none;
  }
}
.cid-s243xL68jP {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-s243xL68jP .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-s243xL68jP .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-s243xL68jP .card:hover {
  margin-top: -0.6rem;
}
.cid-s243xL68jP .card-wrapper {
  position: relative;
}
.cid-s243xL68jP .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-s243xL68jP .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-s243xL68jP .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-s243xL68jP .big {
  margin-top: -25%;
}
.cid-s243xL68jP .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-s243xL68jP .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-s243xL68jP .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-s243zh63eq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-s243zh63eq .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-s243zh63eq .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-s243zh63eq .card:hover {
  margin-top: -0.6rem;
}
.cid-s243zh63eq .card-wrapper {
  position: relative;
}
.cid-s243zh63eq .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-s243zh63eq .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-s243zh63eq .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-s243zh63eq .big {
  margin-top: -25%;
}
.cid-s243zh63eq .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-s243zh63eq .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-s243zh63eq .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-s24colCNKc {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s24a0ztJaK {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s24a0ztJaK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s24a0ztJaK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s24a0ztJaK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s24a0ztJaK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s24a0ztJaK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #434ba3);
}
.cid-s24a0ztJaK .icon-focus {
  display: none;
}
.cid-s24a0ztJaK .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-s24a0ztJaK ul {
  font-size: 0;
}
.cid-s24a0ztJaK .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-s24a0ztJaK .mbr-gallery-filter ul li .btn.active,
.cid-s24a0ztJaK .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-s24a0ztJaK .mbr-gallery-filter ul li .btn.active:after,
.cid-s24a0ztJaK .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #e96188, #ff3366);
}
.cid-s24a0ztJaK .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-s24a0ztJaK .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-s24a0ztJaK .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-s24a0ztJaK .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-s24a0ztJaK .btn:hover {
  background: transparent !important;
}
.cid-s24a0ztJaK .btn:hover:before {
  background: transparent !important;
}
.cid-s24a0ztJaK .btn:before {
  background-color: transparent !important;
}
.cid-s24a0ztJaK .btn:focus {
  box-shadow: none;
}
.cid-s24a0ztJaK .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-s2521JSyJf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2521JSyJf .mbr-section-subtitle {
  color: #767676;
}
.cid-s24bTqzlLy {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s24bTqzlLy .mbr-text,
.cid-s24bTqzlLy blockquote {
  color: #767676;
}
.cid-s242Jxv10t {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s242Jxv10t .google-map {
  height: 25rem;
  position: relative;
}
.cid-s242Jxv10t .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s242Jxv10t .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s242Jxv10t .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s242Jxv10t .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s242Jxv10t .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s242Jxv10t .form-container {
  padding: 3rem;
}
.cid-s242Jxv10t .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-s242Jxv10t .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #66458e, #e96188);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s242Jxv10t .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-s242Jxv10t .form-group,
  .cid-s242Jxv10t .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-s242Jxv10t .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-s242Jxv10t .form-control:focus,
.cid-s242Jxv10t .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-s242Jxv10t textarea.form-control {
  min-height: 170px;
}
.cid-s242Jxv10t .form-group {
  margin-bottom: 1rem;
}
.cid-s242Jxv10t input::-webkit-input-placeholder,
.cid-s242Jxv10t textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-s242Jxv10t input:-moz-placeholder,
.cid-s242Jxv10t textarea:-moz-placeholder {
  color: #565656;
}
.cid-s242Jxv10t .jq-selectbox li,
.cid-s242Jxv10t .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s242Jxv10t .jq-selectbox li:hover,
.cid-s242Jxv10t .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s242Jxv10t .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s242Jxv10t .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s242Jxv10t .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s242Jxv10t .text-block {
    margin-bottom: 2rem;
  }
  .cid-s242Jxv10t .wrapper {
    margin-top: 0;
  }
}
.cid-s242Jxv10t .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s242Jxv10t .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-s242Jxv10t .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s242Jxv10t .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-s242Jxv10t .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s242Jxv10t .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s242Jxv10t .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s24aqrBrbt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
@media (max-width: 767px) {
  .cid-s24aqrBrbt .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s24aqrBrbt .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s24aqrBrbt .media-wrap img {
  height: 6rem;
}
.cid-s24aqrBrbt .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s24aqrBrbt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s24aqrBrbt .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s24aqrBrbt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s24aqrBrbt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s24aqrBrbt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s24aqrBrbt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s24aqrBrbt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s24aqrBrbt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s24aqrBrbt .links {
  color: #ffffff;
}
.cid-s25xBhyP0n .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-s25xBhyP0n .collapsed {
  flex-direction: row!important;
}
.cid-s25xBhyP0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s25xBhyP0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s25xBhyP0n .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-s25xBhyP0n .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-s25xBhyP0n .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s25xBhyP0n .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s25xBhyP0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s25xBhyP0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s25xBhyP0n .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s25xBhyP0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s25xBhyP0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s25xBhyP0n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s25xBhyP0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s25xBhyP0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s25xBhyP0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s25xBhyP0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s25xBhyP0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s25xBhyP0n .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s25xBhyP0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s25xBhyP0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s25xBhyP0n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s25xBhyP0n .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s25xBhyP0n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s25xBhyP0n .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s25xBhyP0n .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s25xBhyP0n .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s25xBhyP0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s25xBhyP0n .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-s25xBhyP0n .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s25xBhyP0n .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s25xBhyP0n .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s25xBhyP0n .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s25xBhyP0n .nav-item:focus,
.cid-s25xBhyP0n .nav-link:focus {
  outline: none;
}
.cid-s25xBhyP0n .text-white:hover,
.cid-s25xBhyP0n .text-white:active,
.cid-s25xBhyP0n .text-white:focus {
  color: white!important;
}
.cid-s25xBhyP0n .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s25xBhyP0n .dropdown-item:hover {
  color: black!important;
}
.cid-s25xBhyP0n .dropdown-menu {
  background-color: white!important;
}
.cid-s25xBhyP0n .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s25xBhyP0n .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s25xBhyP0n .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-s25xBhyP0n .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-s25xBhyP0n .nav-item {
    position: relative;
  }
}
.cid-s25xBhyP0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s25xBhyP0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s25xBhyP0n .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s25xBhyP0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s25xBhyP0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s25xBhyP0n .navbar-caption {
  font-weight: 600!important;
}
.cid-s25xBhyP0n .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s25xBhyP0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s25xBhyP0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s25xBhyP0n .dropdown-item.active,
.cid-s25xBhyP0n .dropdown-item:active {
  background-color: transparent;
}
.cid-s25xBhyP0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s25xBhyP0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s25xBhyP0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s25xBhyP0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-s25xBhyP0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s25xBhyP0n ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s25xBhyP0n .navbar-buttons {
  text-align: center;
}
.cid-s25xBhyP0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s25xBhyP0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-s25xBhyP0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s25xBhyP0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s25xBhyP0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s25xBhyP0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s25xBhyP0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s25xBhyP0n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s25xBhyP0n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s25xBhyP0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s25xBhyP0n .nav-link {
  font-weight: 600!important;
}
.cid-s25xBhyP0n a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s25xBhyP0n .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s25xBhyP0n .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s25xBhyP0n .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s25xBhyP0n .navbar {
    height: 77px;
  }
  .cid-s25xBhyP0n .navbar.opened {
    height: auto;
  }
  .cid-s25xBhyP0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s25yepHtjf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s25yepHtjf .mbr-section-subtitle {
  color: #767676;
}
.cid-s25LkazC7p {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s25LkazC7p .mbr-text,
.cid-s25LkazC7p blockquote {
  color: #767676;
}
.cid-s25xBkSYhN {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-s25xBkSYhN .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-s25xBkSYhN .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-s25xBkSYhN .card:hover {
  margin-top: -0.6rem;
}
.cid-s25xBkSYhN .card-wrapper {
  position: relative;
}
.cid-s25xBkSYhN .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-s25xBkSYhN .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-s25xBkSYhN .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-s25xBkSYhN .big {
  margin-top: -25%;
}
.cid-s25xBkSYhN .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-s25xBkSYhN .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-s25xBkSYhN .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-s25xBm9FTH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s25xBm9FTH .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-s25xBm9FTH .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-s25xBm9FTH .card:hover {
  margin-top: -0.6rem;
}
.cid-s25xBm9FTH .card-wrapper {
  position: relative;
}
.cid-s25xBm9FTH .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-s25xBm9FTH .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-s25xBm9FTH .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-s25xBm9FTH .big {
  margin-top: -25%;
}
.cid-s25xBm9FTH .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-s25xBm9FTH .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-s25xBm9FTH .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-s25A949hzT {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s25A949hzT .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-s25A949hzT .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-s25A949hzT .card:hover {
  margin-top: -0.6rem;
}
.cid-s25A949hzT .card-wrapper {
  position: relative;
}
.cid-s25A949hzT .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-s25A949hzT .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-s25A949hzT .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-s25A949hzT .big {
  margin-top: -25%;
}
.cid-s25A949hzT .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-s25A949hzT .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-s25A949hzT .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-s25AJf08Lb {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s25AJf08Lb .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-s25AJf08Lb .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-s25AJf08Lb .card:hover {
  margin-top: -0.6rem;
}
.cid-s25AJf08Lb .card-wrapper {
  position: relative;
}
.cid-s25AJf08Lb .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-s25AJf08Lb .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-s25AJf08Lb .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-s25AJf08Lb .big {
  margin-top: -25%;
}
.cid-s25AJf08Lb .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-s25AJf08Lb .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-s25AJf08Lb .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-s25AKnkLgg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s25AKnkLgg .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-s25AKnkLgg .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-s25AKnkLgg .card:hover {
  margin-top: -0.6rem;
}
.cid-s25AKnkLgg .card-wrapper {
  position: relative;
}
.cid-s25AKnkLgg .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-s25AKnkLgg .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-s25AKnkLgg .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-s25AKnkLgg .big {
  margin-top: -25%;
}
.cid-s25AKnkLgg .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-s25AKnkLgg .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-s25AKnkLgg .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-s25ALmXmrG {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-s25ALmXmrG .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-s25ALmXmrG .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-s25ALmXmrG .card:hover {
  margin-top: -0.6rem;
}
.cid-s25ALmXmrG .card-wrapper {
  position: relative;
}
.cid-s25ALmXmrG .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-s25ALmXmrG .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-s25ALmXmrG .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-s25ALmXmrG .big {
  margin-top: -25%;
}
.cid-s25ALmXmrG .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-s25ALmXmrG .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-s25ALmXmrG .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-s25xBs8xqK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
@media (max-width: 767px) {
  .cid-s25xBs8xqK .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s25xBs8xqK .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s25xBs8xqK .media-wrap img {
  height: 6rem;
}
.cid-s25xBs8xqK .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s25xBs8xqK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s25xBs8xqK .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s25xBs8xqK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s25xBs8xqK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s25xBs8xqK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s25xBs8xqK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s25xBs8xqK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s25xBs8xqK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s25xBs8xqK .links {
  color: #ffffff;
}
.cid-s265iYs5rs .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-s265iYs5rs .collapsed {
  flex-direction: row!important;
}
.cid-s265iYs5rs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s265iYs5rs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s265iYs5rs .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-s265iYs5rs .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-s265iYs5rs .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s265iYs5rs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s265iYs5rs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s265iYs5rs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s265iYs5rs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s265iYs5rs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s265iYs5rs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s265iYs5rs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s265iYs5rs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s265iYs5rs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s265iYs5rs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s265iYs5rs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s265iYs5rs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s265iYs5rs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s265iYs5rs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s265iYs5rs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s265iYs5rs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s265iYs5rs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s265iYs5rs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s265iYs5rs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s265iYs5rs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s265iYs5rs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s265iYs5rs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s265iYs5rs .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-s265iYs5rs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s265iYs5rs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s265iYs5rs .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s265iYs5rs .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s265iYs5rs .nav-item:focus,
.cid-s265iYs5rs .nav-link:focus {
  outline: none;
}
.cid-s265iYs5rs .text-white:hover,
.cid-s265iYs5rs .text-white:active,
.cid-s265iYs5rs .text-white:focus {
  color: white!important;
}
.cid-s265iYs5rs .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s265iYs5rs .dropdown-item:hover {
  color: black!important;
}
.cid-s265iYs5rs .dropdown-menu {
  background-color: white!important;
}
.cid-s265iYs5rs .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s265iYs5rs .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s265iYs5rs .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-s265iYs5rs .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-s265iYs5rs .nav-item {
    position: relative;
  }
}
.cid-s265iYs5rs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s265iYs5rs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s265iYs5rs .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s265iYs5rs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s265iYs5rs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s265iYs5rs .navbar-caption {
  font-weight: 600!important;
}
.cid-s265iYs5rs .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s265iYs5rs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s265iYs5rs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s265iYs5rs .dropdown-item.active,
.cid-s265iYs5rs .dropdown-item:active {
  background-color: transparent;
}
.cid-s265iYs5rs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s265iYs5rs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s265iYs5rs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s265iYs5rs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-s265iYs5rs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s265iYs5rs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s265iYs5rs .navbar-buttons {
  text-align: center;
}
.cid-s265iYs5rs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s265iYs5rs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-s265iYs5rs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s265iYs5rs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s265iYs5rs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s265iYs5rs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s265iYs5rs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s265iYs5rs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s265iYs5rs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s265iYs5rs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s265iYs5rs .nav-link {
  font-weight: 600!important;
}
.cid-s265iYs5rs a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s265iYs5rs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s265iYs5rs .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s265iYs5rs .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s265iYs5rs .navbar {
    height: 77px;
  }
  .cid-s265iYs5rs .navbar.opened {
    height: auto;
  }
  .cid-s265iYs5rs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s265j0Bz4e {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s265j0Bz4e .mbr-text,
.cid-s265j0Bz4e .mbr-section-subtitle {
  color: #767676;
}
.cid-s265j0Bz4e .card-title {
  color: #66458e;
}
.cid-s265j0Bz4e .card .card-img span {
  color: #66458e;
  font-size: 60px;
  background: linear-gradient(45deg, #66458e, #e96188);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-s265j0Bz4e .mbr-section-subtitle,
  .cid-s265j0Bz4e .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s265j0Bz4e .card .card-img span {
    background: none;
  }
}
.cid-s265OO5WHt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s265OO5WHt .counter-container {
  color: #767676;
}
.cid-s265OO5WHt .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-s265OO5WHt .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-s265OO5WHt .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-s265OO5WHt .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #66458e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-s265XniURL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s265XniURL H1 {
  color: #232323;
}
.cid-s265XniURL .mbr-text,
.cid-s265XniURL .mbr-section-btn {
  color: #767676;
}
.cid-s265XniURL .img-box {
  position: relative;
}
.cid-s265XniURL .card-ico span {
  font-size: 96px;
  color: #e96188;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-s265XniURL .card-ico .ico1 {
  background-color: #434ba3;
}
.cid-s265XniURL .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 2rem !important;
}
.cid-s265XniURL .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-s265XniURL .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-s265XniURL .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-s265XniURL img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 992px) {
  .cid-s265XniURL .img-box {
    height: 500px;
  }
  .cid-s265XniURL .img1 {
    left: 1rem;
  }
  .cid-s265XniURL .img2 {
    right: 1rem;
  }
  .cid-s265XniURL img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-s265XniURL img {
    width: 60%;
  }
  .cid-s265XniURL .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-s265XniURL .author-box {
    justify-content: center;
  }
  .cid-s265XniURL .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-s265XniURL .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-s265XniURL .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-s265XniURL .card-ico span {
    margin-right: 0rem;
  }
}
.cid-s265XniURL .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s265XniURL .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s265XniURL .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s265XniURL h3,
.cid-s265XniURL h4 {
  margin: 0;
  padding: 0;
}
.cid-s265XniURL .card-title,
.cid-s265XniURL .mbr-section-subtitle {
  color: #232323;
}
.cid-s265j9bjwN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
@media (max-width: 767px) {
  .cid-s265j9bjwN .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s265j9bjwN .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s265j9bjwN .media-wrap img {
  height: 6rem;
}
.cid-s265j9bjwN .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s265j9bjwN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s265j9bjwN .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s265j9bjwN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s265j9bjwN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s265j9bjwN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s265j9bjwN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s265j9bjwN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s265j9bjwN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s265j9bjwN .links {
  color: #ffffff;
}
.cid-s268EOekDj .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-s268EOekDj .collapsed {
  flex-direction: row!important;
}
.cid-s268EOekDj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s268EOekDj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s268EOekDj .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-s268EOekDj .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-s268EOekDj .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s268EOekDj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s268EOekDj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s268EOekDj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s268EOekDj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s268EOekDj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s268EOekDj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s268EOekDj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s268EOekDj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s268EOekDj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s268EOekDj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s268EOekDj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s268EOekDj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s268EOekDj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s268EOekDj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s268EOekDj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s268EOekDj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s268EOekDj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s268EOekDj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s268EOekDj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s268EOekDj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s268EOekDj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s268EOekDj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s268EOekDj .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-s268EOekDj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s268EOekDj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s268EOekDj .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s268EOekDj .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s268EOekDj .nav-item:focus,
.cid-s268EOekDj .nav-link:focus {
  outline: none;
}
.cid-s268EOekDj .text-white:hover,
.cid-s268EOekDj .text-white:active,
.cid-s268EOekDj .text-white:focus {
  color: white!important;
}
.cid-s268EOekDj .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s268EOekDj .dropdown-item:hover {
  color: black!important;
}
.cid-s268EOekDj .dropdown-menu {
  background-color: white!important;
}
.cid-s268EOekDj .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s268EOekDj .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s268EOekDj .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-s268EOekDj .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-s268EOekDj .nav-item {
    position: relative;
  }
}
.cid-s268EOekDj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s268EOekDj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s268EOekDj .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s268EOekDj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s268EOekDj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s268EOekDj .navbar-caption {
  font-weight: 600!important;
}
.cid-s268EOekDj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s268EOekDj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s268EOekDj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s268EOekDj .dropdown-item.active,
.cid-s268EOekDj .dropdown-item:active {
  background-color: transparent;
}
.cid-s268EOekDj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s268EOekDj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s268EOekDj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s268EOekDj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-s268EOekDj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s268EOekDj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s268EOekDj .navbar-buttons {
  text-align: center;
}
.cid-s268EOekDj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s268EOekDj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-s268EOekDj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s268EOekDj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s268EOekDj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s268EOekDj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s268EOekDj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s268EOekDj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s268EOekDj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s268EOekDj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s268EOekDj .nav-link {
  font-weight: 600!important;
}
.cid-s268EOekDj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s268EOekDj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s268EOekDj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s268EOekDj .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s268EOekDj .navbar {
    height: 77px;
  }
  .cid-s268EOekDj .navbar.opened {
    height: auto;
  }
  .cid-s268EOekDj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2699eKQum {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2699eKQum .mbr-section-subtitle {
  color: #767676;
}
.cid-s269iKL5xX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s269iKL5xX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s269iKL5xX .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s269iKL5xX .mbr-text {
  color: #767676;
}
.cid-s269gLfILW {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s269gLfILW .mbr-text,
.cid-s269gLfILW blockquote {
  color: #767676;
}
.cid-s26aSvZtqJ {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s26aSvZtqJ .mbr-section-subtitle {
  color: #767676;
}
.cid-s26aSvZtqJ .btn {
  margin: 0 0 .5rem 0;
}
.cid-s268ES1U5B {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
@media (max-width: 767px) {
  .cid-s268ES1U5B .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s268ES1U5B .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s268ES1U5B .media-wrap img {
  height: 6rem;
}
.cid-s268ES1U5B .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s268ES1U5B .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s268ES1U5B .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s268ES1U5B .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s268ES1U5B .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s268ES1U5B .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s268ES1U5B .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s268ES1U5B .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s268ES1U5B .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s268ES1U5B .links {
  color: #ffffff;
}
.cid-s26djvsVDq .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-s26djvsVDq .collapsed {
  flex-direction: row!important;
}
.cid-s26djvsVDq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s26djvsVDq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s26djvsVDq .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-s26djvsVDq .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-s26djvsVDq .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s26djvsVDq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s26djvsVDq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s26djvsVDq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s26djvsVDq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s26djvsVDq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s26djvsVDq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s26djvsVDq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s26djvsVDq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s26djvsVDq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s26djvsVDq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s26djvsVDq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s26djvsVDq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s26djvsVDq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s26djvsVDq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s26djvsVDq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s26djvsVDq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s26djvsVDq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s26djvsVDq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s26djvsVDq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s26djvsVDq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s26djvsVDq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s26djvsVDq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s26djvsVDq .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-s26djvsVDq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s26djvsVDq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s26djvsVDq .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26djvsVDq .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s26djvsVDq .nav-item:focus,
.cid-s26djvsVDq .nav-link:focus {
  outline: none;
}
.cid-s26djvsVDq .text-white:hover,
.cid-s26djvsVDq .text-white:active,
.cid-s26djvsVDq .text-white:focus {
  color: white!important;
}
.cid-s26djvsVDq .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s26djvsVDq .dropdown-item:hover {
  color: black!important;
}
.cid-s26djvsVDq .dropdown-menu {
  background-color: white!important;
}
.cid-s26djvsVDq .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s26djvsVDq .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26djvsVDq .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-s26djvsVDq .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-s26djvsVDq .nav-item {
    position: relative;
  }
}
.cid-s26djvsVDq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26djvsVDq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s26djvsVDq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s26djvsVDq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s26djvsVDq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26djvsVDq .navbar-caption {
  font-weight: 600!important;
}
.cid-s26djvsVDq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s26djvsVDq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s26djvsVDq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s26djvsVDq .dropdown-item.active,
.cid-s26djvsVDq .dropdown-item:active {
  background-color: transparent;
}
.cid-s26djvsVDq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s26djvsVDq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s26djvsVDq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s26djvsVDq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-s26djvsVDq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s26djvsVDq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s26djvsVDq .navbar-buttons {
  text-align: center;
}
.cid-s26djvsVDq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s26djvsVDq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-s26djvsVDq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s26djvsVDq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s26djvsVDq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s26djvsVDq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s26djvsVDq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26djvsVDq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s26djvsVDq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s26djvsVDq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26djvsVDq .nav-link {
  font-weight: 600!important;
}
.cid-s26djvsVDq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s26djvsVDq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s26djvsVDq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s26djvsVDq .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s26djvsVDq .navbar {
    height: 77px;
  }
  .cid-s26djvsVDq .navbar.opened {
    height: auto;
  }
  .cid-s26djvsVDq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s26djwsWZA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s26djwsWZA .mbr-section-subtitle {
  color: #767676;
}
.cid-s26djx16ID {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s26djx16ID .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s26djx16ID .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s26djx16ID .mbr-text {
  color: #767676;
}
.cid-s26djxGUyJ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s26djxGUyJ .mbr-text,
.cid-s26djxGUyJ blockquote {
  color: #767676;
}
.cid-s26djynrK3 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s26djynrK3 .mbr-section-subtitle {
  color: #767676;
}
.cid-s26djynrK3 .btn {
  margin: 0 0 .5rem 0;
}
.cid-s26djyYvYU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
@media (max-width: 767px) {
  .cid-s26djyYvYU .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26djyYvYU .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s26djyYvYU .media-wrap img {
  height: 6rem;
}
.cid-s26djyYvYU .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s26djyYvYU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26djyYvYU .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s26djyYvYU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s26djyYvYU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s26djyYvYU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s26djyYvYU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s26djyYvYU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s26djyYvYU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s26djyYvYU .links {
  color: #ffffff;
}
.cid-s26fF0n8kz .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-s26fF0n8kz .collapsed {
  flex-direction: row!important;
}
.cid-s26fF0n8kz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s26fF0n8kz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s26fF0n8kz .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-s26fF0n8kz .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-s26fF0n8kz .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s26fF0n8kz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s26fF0n8kz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s26fF0n8kz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s26fF0n8kz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s26fF0n8kz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s26fF0n8kz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s26fF0n8kz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s26fF0n8kz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s26fF0n8kz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s26fF0n8kz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s26fF0n8kz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s26fF0n8kz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s26fF0n8kz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s26fF0n8kz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s26fF0n8kz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s26fF0n8kz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s26fF0n8kz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s26fF0n8kz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s26fF0n8kz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s26fF0n8kz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s26fF0n8kz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s26fF0n8kz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s26fF0n8kz .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-s26fF0n8kz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s26fF0n8kz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s26fF0n8kz .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26fF0n8kz .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s26fF0n8kz .nav-item:focus,
.cid-s26fF0n8kz .nav-link:focus {
  outline: none;
}
.cid-s26fF0n8kz .text-white:hover,
.cid-s26fF0n8kz .text-white:active,
.cid-s26fF0n8kz .text-white:focus {
  color: white!important;
}
.cid-s26fF0n8kz .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s26fF0n8kz .dropdown-item:hover {
  color: black!important;
}
.cid-s26fF0n8kz .dropdown-menu {
  background-color: white!important;
}
.cid-s26fF0n8kz .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s26fF0n8kz .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26fF0n8kz .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-s26fF0n8kz .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-s26fF0n8kz .nav-item {
    position: relative;
  }
}
.cid-s26fF0n8kz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26fF0n8kz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s26fF0n8kz .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s26fF0n8kz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s26fF0n8kz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26fF0n8kz .navbar-caption {
  font-weight: 600!important;
}
.cid-s26fF0n8kz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s26fF0n8kz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s26fF0n8kz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s26fF0n8kz .dropdown-item.active,
.cid-s26fF0n8kz .dropdown-item:active {
  background-color: transparent;
}
.cid-s26fF0n8kz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s26fF0n8kz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s26fF0n8kz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s26fF0n8kz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-s26fF0n8kz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s26fF0n8kz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s26fF0n8kz .navbar-buttons {
  text-align: center;
}
.cid-s26fF0n8kz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s26fF0n8kz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-s26fF0n8kz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s26fF0n8kz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s26fF0n8kz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s26fF0n8kz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s26fF0n8kz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26fF0n8kz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s26fF0n8kz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s26fF0n8kz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26fF0n8kz .nav-link {
  font-weight: 600!important;
}
.cid-s26fF0n8kz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s26fF0n8kz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s26fF0n8kz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s26fF0n8kz .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s26fF0n8kz .navbar {
    height: 77px;
  }
  .cid-s26fF0n8kz .navbar.opened {
    height: auto;
  }
  .cid-s26fF0n8kz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s26fF1mv26 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s26fF1mv26 .mbr-section-subtitle {
  color: #767676;
}
.cid-s26fF21ZUS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s26fF21ZUS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s26fF21ZUS .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s26fF21ZUS .mbr-text {
  color: #767676;
}
.cid-s26fF2x5GZ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s26fF2x5GZ .mbr-text,
.cid-s26fF2x5GZ blockquote {
  color: #767676;
}
.cid-s26fF3kfA5 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s26fF3kfA5 .mbr-section-subtitle {
  color: #767676;
}
.cid-s26fF3kfA5 .btn {
  margin: 0 0 .5rem 0;
}
.cid-s26fF3Zk4M {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
@media (max-width: 767px) {
  .cid-s26fF3Zk4M .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26fF3Zk4M .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s26fF3Zk4M .media-wrap img {
  height: 6rem;
}
.cid-s26fF3Zk4M .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s26fF3Zk4M .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26fF3Zk4M .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s26fF3Zk4M .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s26fF3Zk4M .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s26fF3Zk4M .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s26fF3Zk4M .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s26fF3Zk4M .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s26fF3Zk4M .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s26fF3Zk4M .links {
  color: #ffffff;
}
.cid-s26hHQfDHX .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-s26hHQfDHX .collapsed {
  flex-direction: row!important;
}
.cid-s26hHQfDHX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s26hHQfDHX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s26hHQfDHX .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-s26hHQfDHX .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-s26hHQfDHX .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s26hHQfDHX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s26hHQfDHX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s26hHQfDHX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s26hHQfDHX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s26hHQfDHX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s26hHQfDHX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s26hHQfDHX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s26hHQfDHX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s26hHQfDHX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s26hHQfDHX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s26hHQfDHX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s26hHQfDHX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s26hHQfDHX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s26hHQfDHX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s26hHQfDHX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s26hHQfDHX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s26hHQfDHX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s26hHQfDHX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s26hHQfDHX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s26hHQfDHX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s26hHQfDHX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s26hHQfDHX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s26hHQfDHX .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-s26hHQfDHX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s26hHQfDHX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s26hHQfDHX .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26hHQfDHX .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s26hHQfDHX .nav-item:focus,
.cid-s26hHQfDHX .nav-link:focus {
  outline: none;
}
.cid-s26hHQfDHX .text-white:hover,
.cid-s26hHQfDHX .text-white:active,
.cid-s26hHQfDHX .text-white:focus {
  color: white!important;
}
.cid-s26hHQfDHX .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s26hHQfDHX .dropdown-item:hover {
  color: black!important;
}
.cid-s26hHQfDHX .dropdown-menu {
  background-color: white!important;
}
.cid-s26hHQfDHX .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s26hHQfDHX .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26hHQfDHX .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-s26hHQfDHX .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-s26hHQfDHX .nav-item {
    position: relative;
  }
}
.cid-s26hHQfDHX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26hHQfDHX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s26hHQfDHX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s26hHQfDHX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s26hHQfDHX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26hHQfDHX .navbar-caption {
  font-weight: 600!important;
}
.cid-s26hHQfDHX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s26hHQfDHX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s26hHQfDHX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s26hHQfDHX .dropdown-item.active,
.cid-s26hHQfDHX .dropdown-item:active {
  background-color: transparent;
}
.cid-s26hHQfDHX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s26hHQfDHX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s26hHQfDHX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s26hHQfDHX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-s26hHQfDHX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s26hHQfDHX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s26hHQfDHX .navbar-buttons {
  text-align: center;
}
.cid-s26hHQfDHX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s26hHQfDHX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-s26hHQfDHX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s26hHQfDHX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s26hHQfDHX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s26hHQfDHX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s26hHQfDHX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26hHQfDHX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s26hHQfDHX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s26hHQfDHX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26hHQfDHX .nav-link {
  font-weight: 600!important;
}
.cid-s26hHQfDHX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s26hHQfDHX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s26hHQfDHX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s26hHQfDHX .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s26hHQfDHX .navbar {
    height: 77px;
  }
  .cid-s26hHQfDHX .navbar.opened {
    height: auto;
  }
  .cid-s26hHQfDHX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s26hHRrHro {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s26hHRrHro .mbr-section-subtitle {
  color: #767676;
}
.cid-s26hHS4Gvi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s26hHS4Gvi .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s26hHS4Gvi .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s26hHS4Gvi .mbr-text {
  color: #767676;
}
.cid-s26hHSzadL {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s26hHSzadL .mbr-text,
.cid-s26hHSzadL blockquote {
  color: #767676;
}
.cid-s26hHT80Oy {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s26hHT80Oy .mbr-section-subtitle {
  color: #767676;
}
.cid-s26hHT80Oy .btn {
  margin: 0 0 .5rem 0;
}
.cid-s26hHTSTDB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
@media (max-width: 767px) {
  .cid-s26hHTSTDB .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26hHTSTDB .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s26hHTSTDB .media-wrap img {
  height: 6rem;
}
.cid-s26hHTSTDB .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s26hHTSTDB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26hHTSTDB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s26hHTSTDB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s26hHTSTDB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s26hHTSTDB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s26hHTSTDB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s26hHTSTDB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s26hHTSTDB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s26hHTSTDB .links {
  color: #ffffff;
}
.cid-s26iJs0a39 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-s26iJs0a39 .collapsed {
  flex-direction: row!important;
}
.cid-s26iJs0a39 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s26iJs0a39 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s26iJs0a39 .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-s26iJs0a39 .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-s26iJs0a39 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s26iJs0a39 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s26iJs0a39 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s26iJs0a39 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s26iJs0a39 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s26iJs0a39 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s26iJs0a39 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s26iJs0a39 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s26iJs0a39 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s26iJs0a39 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s26iJs0a39 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s26iJs0a39 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s26iJs0a39 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s26iJs0a39 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s26iJs0a39 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s26iJs0a39 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s26iJs0a39 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s26iJs0a39 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s26iJs0a39 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s26iJs0a39 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s26iJs0a39 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s26iJs0a39 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s26iJs0a39 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s26iJs0a39 .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-s26iJs0a39 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s26iJs0a39 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s26iJs0a39 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26iJs0a39 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s26iJs0a39 .nav-item:focus,
.cid-s26iJs0a39 .nav-link:focus {
  outline: none;
}
.cid-s26iJs0a39 .text-white:hover,
.cid-s26iJs0a39 .text-white:active,
.cid-s26iJs0a39 .text-white:focus {
  color: white!important;
}
.cid-s26iJs0a39 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s26iJs0a39 .dropdown-item:hover {
  color: black!important;
}
.cid-s26iJs0a39 .dropdown-menu {
  background-color: white!important;
}
.cid-s26iJs0a39 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s26iJs0a39 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26iJs0a39 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-s26iJs0a39 .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-s26iJs0a39 .nav-item {
    position: relative;
  }
}
.cid-s26iJs0a39 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26iJs0a39 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s26iJs0a39 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s26iJs0a39 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s26iJs0a39 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26iJs0a39 .navbar-caption {
  font-weight: 600!important;
}
.cid-s26iJs0a39 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s26iJs0a39 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s26iJs0a39 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s26iJs0a39 .dropdown-item.active,
.cid-s26iJs0a39 .dropdown-item:active {
  background-color: transparent;
}
.cid-s26iJs0a39 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s26iJs0a39 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s26iJs0a39 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s26iJs0a39 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-s26iJs0a39 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s26iJs0a39 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s26iJs0a39 .navbar-buttons {
  text-align: center;
}
.cid-s26iJs0a39 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s26iJs0a39 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-s26iJs0a39 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s26iJs0a39 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s26iJs0a39 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s26iJs0a39 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s26iJs0a39 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26iJs0a39 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s26iJs0a39 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s26iJs0a39 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26iJs0a39 .nav-link {
  font-weight: 600!important;
}
.cid-s26iJs0a39 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s26iJs0a39 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s26iJs0a39 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s26iJs0a39 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s26iJs0a39 .navbar {
    height: 77px;
  }
  .cid-s26iJs0a39 .navbar.opened {
    height: auto;
  }
  .cid-s26iJs0a39 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s26iJtcUSe {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s26iJtcUSe .mbr-section-subtitle {
  color: #767676;
}
.cid-s26iJtUdHf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s26iJtUdHf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s26iJtUdHf .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s26iJtUdHf .mbr-text {
  color: #767676;
}
.cid-s26iJuskf0 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s26iJuskf0 .mbr-text,
.cid-s26iJuskf0 blockquote {
  color: #767676;
}
.cid-s26iJv7ggg {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s26iJv7ggg .mbr-section-subtitle {
  color: #767676;
}
.cid-s26iJv7ggg .btn {
  margin: 0 0 .5rem 0;
}
.cid-s26iJvMz8g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
@media (max-width: 767px) {
  .cid-s26iJvMz8g .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26iJvMz8g .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s26iJvMz8g .media-wrap img {
  height: 6rem;
}
.cid-s26iJvMz8g .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s26iJvMz8g .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26iJvMz8g .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s26iJvMz8g .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s26iJvMz8g .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s26iJvMz8g .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s26iJvMz8g .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s26iJvMz8g .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s26iJvMz8g .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s26iJvMz8g .links {
  color: #ffffff;
}
.cid-s26jSrSUyw .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-s26jSrSUyw .collapsed {
  flex-direction: row!important;
}
.cid-s26jSrSUyw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s26jSrSUyw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s26jSrSUyw .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-s26jSrSUyw .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-s26jSrSUyw .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s26jSrSUyw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s26jSrSUyw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s26jSrSUyw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s26jSrSUyw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s26jSrSUyw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s26jSrSUyw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s26jSrSUyw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s26jSrSUyw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s26jSrSUyw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s26jSrSUyw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s26jSrSUyw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s26jSrSUyw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s26jSrSUyw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s26jSrSUyw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s26jSrSUyw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s26jSrSUyw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s26jSrSUyw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s26jSrSUyw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s26jSrSUyw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s26jSrSUyw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s26jSrSUyw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s26jSrSUyw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s26jSrSUyw .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-s26jSrSUyw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s26jSrSUyw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s26jSrSUyw .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26jSrSUyw .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s26jSrSUyw .nav-item:focus,
.cid-s26jSrSUyw .nav-link:focus {
  outline: none;
}
.cid-s26jSrSUyw .text-white:hover,
.cid-s26jSrSUyw .text-white:active,
.cid-s26jSrSUyw .text-white:focus {
  color: white!important;
}
.cid-s26jSrSUyw .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s26jSrSUyw .dropdown-item:hover {
  color: black!important;
}
.cid-s26jSrSUyw .dropdown-menu {
  background-color: white!important;
}
.cid-s26jSrSUyw .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s26jSrSUyw .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26jSrSUyw .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-s26jSrSUyw .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-s26jSrSUyw .nav-item {
    position: relative;
  }
}
.cid-s26jSrSUyw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26jSrSUyw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s26jSrSUyw .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s26jSrSUyw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s26jSrSUyw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26jSrSUyw .navbar-caption {
  font-weight: 600!important;
}
.cid-s26jSrSUyw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s26jSrSUyw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s26jSrSUyw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s26jSrSUyw .dropdown-item.active,
.cid-s26jSrSUyw .dropdown-item:active {
  background-color: transparent;
}
.cid-s26jSrSUyw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s26jSrSUyw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s26jSrSUyw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s26jSrSUyw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-s26jSrSUyw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s26jSrSUyw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s26jSrSUyw .navbar-buttons {
  text-align: center;
}
.cid-s26jSrSUyw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s26jSrSUyw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-s26jSrSUyw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s26jSrSUyw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s26jSrSUyw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s26jSrSUyw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s26jSrSUyw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26jSrSUyw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s26jSrSUyw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s26jSrSUyw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26jSrSUyw .nav-link {
  font-weight: 600!important;
}
.cid-s26jSrSUyw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s26jSrSUyw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s26jSrSUyw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s26jSrSUyw .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s26jSrSUyw .navbar {
    height: 77px;
  }
  .cid-s26jSrSUyw .navbar.opened {
    height: auto;
  }
  .cid-s26jSrSUyw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s26jSt0GjZ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s26jSt0GjZ .mbr-section-subtitle {
  color: #767676;
}
.cid-s26jStC7aU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s26jStC7aU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s26jStC7aU .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s26jStC7aU .mbr-text {
  color: #767676;
}
.cid-s26jSud1OA {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s26jSud1OA .mbr-text,
.cid-s26jSud1OA blockquote {
  color: #767676;
}
.cid-s26jSuZg5p {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s26jSuZg5p .mbr-section-subtitle {
  color: #767676;
}
.cid-s26jSuZg5p .btn {
  margin: 0 0 .5rem 0;
}
.cid-s26jSvDL1q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
@media (max-width: 767px) {
  .cid-s26jSvDL1q .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26jSvDL1q .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s26jSvDL1q .media-wrap img {
  height: 6rem;
}
.cid-s26jSvDL1q .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s26jSvDL1q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26jSvDL1q .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s26jSvDL1q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s26jSvDL1q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s26jSvDL1q .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s26jSvDL1q .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s26jSvDL1q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s26jSvDL1q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s26jSvDL1q .links {
  color: #ffffff;
}
.cid-s26lMnj5oD .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-s26lMnj5oD .collapsed {
  flex-direction: row!important;
}
.cid-s26lMnj5oD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s26lMnj5oD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s26lMnj5oD .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-s26lMnj5oD .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-s26lMnj5oD .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s26lMnj5oD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s26lMnj5oD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s26lMnj5oD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s26lMnj5oD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s26lMnj5oD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s26lMnj5oD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s26lMnj5oD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s26lMnj5oD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s26lMnj5oD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s26lMnj5oD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s26lMnj5oD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s26lMnj5oD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s26lMnj5oD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s26lMnj5oD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s26lMnj5oD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s26lMnj5oD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s26lMnj5oD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s26lMnj5oD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s26lMnj5oD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s26lMnj5oD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s26lMnj5oD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s26lMnj5oD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s26lMnj5oD .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-s26lMnj5oD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s26lMnj5oD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s26lMnj5oD .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26lMnj5oD .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s26lMnj5oD .nav-item:focus,
.cid-s26lMnj5oD .nav-link:focus {
  outline: none;
}
.cid-s26lMnj5oD .text-white:hover,
.cid-s26lMnj5oD .text-white:active,
.cid-s26lMnj5oD .text-white:focus {
  color: white!important;
}
.cid-s26lMnj5oD .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s26lMnj5oD .dropdown-item:hover {
  color: black!important;
}
.cid-s26lMnj5oD .dropdown-menu {
  background-color: white!important;
}
.cid-s26lMnj5oD .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s26lMnj5oD .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26lMnj5oD .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-s26lMnj5oD .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-s26lMnj5oD .nav-item {
    position: relative;
  }
}
.cid-s26lMnj5oD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26lMnj5oD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s26lMnj5oD .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s26lMnj5oD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s26lMnj5oD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26lMnj5oD .navbar-caption {
  font-weight: 600!important;
}
.cid-s26lMnj5oD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s26lMnj5oD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s26lMnj5oD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s26lMnj5oD .dropdown-item.active,
.cid-s26lMnj5oD .dropdown-item:active {
  background-color: transparent;
}
.cid-s26lMnj5oD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s26lMnj5oD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s26lMnj5oD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s26lMnj5oD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-s26lMnj5oD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s26lMnj5oD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s26lMnj5oD .navbar-buttons {
  text-align: center;
}
.cid-s26lMnj5oD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s26lMnj5oD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-s26lMnj5oD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s26lMnj5oD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s26lMnj5oD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s26lMnj5oD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s26lMnj5oD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26lMnj5oD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s26lMnj5oD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s26lMnj5oD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26lMnj5oD .nav-link {
  font-weight: 600!important;
}
.cid-s26lMnj5oD a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s26lMnj5oD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s26lMnj5oD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s26lMnj5oD .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s26lMnj5oD .navbar {
    height: 77px;
  }
  .cid-s26lMnj5oD .navbar.opened {
    height: auto;
  }
  .cid-s26lMnj5oD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s26lMollwx {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s26lMollwx .mbr-section-subtitle {
  color: #767676;
}
.cid-s26lMp2UGP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s26lMp2UGP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s26lMp2UGP .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s26lMp2UGP .mbr-text {
  color: #767676;
}
.cid-s26lMpEVSK {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s26lMpEVSK .mbr-text,
.cid-s26lMpEVSK blockquote {
  color: #767676;
}
.cid-s26lMqfJt7 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s26lMqfJt7 .mbr-section-subtitle {
  color: #767676;
}
.cid-s26lMqfJt7 .btn {
  margin: 0 0 .5rem 0;
}
.cid-s26lMr51F2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
@media (max-width: 767px) {
  .cid-s26lMr51F2 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26lMr51F2 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s26lMr51F2 .media-wrap img {
  height: 6rem;
}
.cid-s26lMr51F2 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s26lMr51F2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26lMr51F2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s26lMr51F2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s26lMr51F2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s26lMr51F2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s26lMr51F2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s26lMr51F2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s26lMr51F2 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s26lMr51F2 .links {
  color: #ffffff;
}
.cid-s26n7A2H5w .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-s26n7A2H5w .collapsed {
  flex-direction: row!important;
}
.cid-s26n7A2H5w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s26n7A2H5w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s26n7A2H5w .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-s26n7A2H5w .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-s26n7A2H5w .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s26n7A2H5w .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s26n7A2H5w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s26n7A2H5w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s26n7A2H5w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s26n7A2H5w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s26n7A2H5w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s26n7A2H5w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s26n7A2H5w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s26n7A2H5w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s26n7A2H5w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s26n7A2H5w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s26n7A2H5w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s26n7A2H5w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s26n7A2H5w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s26n7A2H5w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s26n7A2H5w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s26n7A2H5w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s26n7A2H5w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s26n7A2H5w .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s26n7A2H5w .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s26n7A2H5w .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s26n7A2H5w .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s26n7A2H5w .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-s26n7A2H5w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s26n7A2H5w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s26n7A2H5w .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26n7A2H5w .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s26n7A2H5w .nav-item:focus,
.cid-s26n7A2H5w .nav-link:focus {
  outline: none;
}
.cid-s26n7A2H5w .text-white:hover,
.cid-s26n7A2H5w .text-white:active,
.cid-s26n7A2H5w .text-white:focus {
  color: white!important;
}
.cid-s26n7A2H5w .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s26n7A2H5w .dropdown-item:hover {
  color: black!important;
}
.cid-s26n7A2H5w .dropdown-menu {
  background-color: white!important;
}
.cid-s26n7A2H5w .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s26n7A2H5w .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26n7A2H5w .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-s26n7A2H5w .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-s26n7A2H5w .nav-item {
    position: relative;
  }
}
.cid-s26n7A2H5w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26n7A2H5w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s26n7A2H5w .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s26n7A2H5w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s26n7A2H5w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26n7A2H5w .navbar-caption {
  font-weight: 600!important;
}
.cid-s26n7A2H5w .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s26n7A2H5w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s26n7A2H5w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s26n7A2H5w .dropdown-item.active,
.cid-s26n7A2H5w .dropdown-item:active {
  background-color: transparent;
}
.cid-s26n7A2H5w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s26n7A2H5w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s26n7A2H5w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s26n7A2H5w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-s26n7A2H5w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s26n7A2H5w ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s26n7A2H5w .navbar-buttons {
  text-align: center;
}
.cid-s26n7A2H5w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s26n7A2H5w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-s26n7A2H5w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s26n7A2H5w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s26n7A2H5w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s26n7A2H5w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s26n7A2H5w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26n7A2H5w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s26n7A2H5w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s26n7A2H5w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26n7A2H5w .nav-link {
  font-weight: 600!important;
}
.cid-s26n7A2H5w a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s26n7A2H5w .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s26n7A2H5w .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s26n7A2H5w .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s26n7A2H5w .navbar {
    height: 77px;
  }
  .cid-s26n7A2H5w .navbar.opened {
    height: auto;
  }
  .cid-s26n7A2H5w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s26n7B4yc7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s26n7B4yc7 .mbr-section-subtitle {
  color: #767676;
}
.cid-s26n7BL35I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s26n7BL35I .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s26n7BL35I .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s26n7BL35I .mbr-text {
  color: #767676;
}
.cid-s26n7CkcnO {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s26n7CkcnO .mbr-text,
.cid-s26n7CkcnO blockquote {
  color: #767676;
}
.cid-s26n7CYYKj {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s26n7CYYKj .mbr-section-subtitle {
  color: #767676;
}
.cid-s26n7CYYKj .btn {
  margin: 0 0 .5rem 0;
}
.cid-s26n7DLBjF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
@media (max-width: 767px) {
  .cid-s26n7DLBjF .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26n7DLBjF .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s26n7DLBjF .media-wrap img {
  height: 6rem;
}
.cid-s26n7DLBjF .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s26n7DLBjF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26n7DLBjF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s26n7DLBjF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s26n7DLBjF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s26n7DLBjF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s26n7DLBjF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s26n7DLBjF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s26n7DLBjF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s26n7DLBjF .links {
  color: #ffffff;
}
.cid-s26oN9c2ob .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-s26oN9c2ob .collapsed {
  flex-direction: row!important;
}
.cid-s26oN9c2ob .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s26oN9c2ob .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s26oN9c2ob .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-s26oN9c2ob .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-s26oN9c2ob .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s26oN9c2ob .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s26oN9c2ob .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s26oN9c2ob .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s26oN9c2ob .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s26oN9c2ob .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s26oN9c2ob .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s26oN9c2ob .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s26oN9c2ob .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s26oN9c2ob .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s26oN9c2ob .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s26oN9c2ob .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s26oN9c2ob .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s26oN9c2ob .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s26oN9c2ob .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s26oN9c2ob .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s26oN9c2ob .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s26oN9c2ob .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s26oN9c2ob .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s26oN9c2ob .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s26oN9c2ob .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s26oN9c2ob .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s26oN9c2ob .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s26oN9c2ob .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-s26oN9c2ob .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s26oN9c2ob .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s26oN9c2ob .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26oN9c2ob .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s26oN9c2ob .nav-item:focus,
.cid-s26oN9c2ob .nav-link:focus {
  outline: none;
}
.cid-s26oN9c2ob .text-white:hover,
.cid-s26oN9c2ob .text-white:active,
.cid-s26oN9c2ob .text-white:focus {
  color: white!important;
}
.cid-s26oN9c2ob .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s26oN9c2ob .dropdown-item:hover {
  color: black!important;
}
.cid-s26oN9c2ob .dropdown-menu {
  background-color: white!important;
}
.cid-s26oN9c2ob .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s26oN9c2ob .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26oN9c2ob .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-s26oN9c2ob .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-s26oN9c2ob .nav-item {
    position: relative;
  }
}
.cid-s26oN9c2ob .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26oN9c2ob .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s26oN9c2ob .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s26oN9c2ob .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s26oN9c2ob .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26oN9c2ob .navbar-caption {
  font-weight: 600!important;
}
.cid-s26oN9c2ob .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s26oN9c2ob .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s26oN9c2ob .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s26oN9c2ob .dropdown-item.active,
.cid-s26oN9c2ob .dropdown-item:active {
  background-color: transparent;
}
.cid-s26oN9c2ob .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s26oN9c2ob .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s26oN9c2ob .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s26oN9c2ob .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-s26oN9c2ob .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s26oN9c2ob ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s26oN9c2ob .navbar-buttons {
  text-align: center;
}
.cid-s26oN9c2ob button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s26oN9c2ob button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-s26oN9c2ob button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s26oN9c2ob button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s26oN9c2ob button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s26oN9c2ob button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s26oN9c2ob nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26oN9c2ob nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s26oN9c2ob nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s26oN9c2ob nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26oN9c2ob .nav-link {
  font-weight: 600!important;
}
.cid-s26oN9c2ob a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s26oN9c2ob .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s26oN9c2ob .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s26oN9c2ob .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s26oN9c2ob .navbar {
    height: 77px;
  }
  .cid-s26oN9c2ob .navbar.opened {
    height: auto;
  }
  .cid-s26oN9c2ob .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s26oNakPGA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s26oNakPGA .mbr-section-subtitle {
  color: #767676;
}
.cid-s26oNaWmTD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s26oNaWmTD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s26oNaWmTD .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s26oNaWmTD .mbr-text {
  color: #767676;
}
.cid-s26oNbADis {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s26oNbADis .mbr-text,
.cid-s26oNbADis blockquote {
  color: #767676;
}
.cid-s26oNc7mHi {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s26oNc7mHi .mbr-section-subtitle {
  color: #767676;
}
.cid-s26oNc7mHi .btn {
  margin: 0 0 .5rem 0;
}
.cid-s26oNcQ0qc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
@media (max-width: 767px) {
  .cid-s26oNcQ0qc .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26oNcQ0qc .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s26oNcQ0qc .media-wrap img {
  height: 6rem;
}
.cid-s26oNcQ0qc .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s26oNcQ0qc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26oNcQ0qc .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s26oNcQ0qc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s26oNcQ0qc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s26oNcQ0qc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s26oNcQ0qc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s26oNcQ0qc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s26oNcQ0qc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s26oNcQ0qc .links {
  color: #ffffff;
}
.cid-s26qfHoiZa .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-s26qfHoiZa .collapsed {
  flex-direction: row!important;
}
.cid-s26qfHoiZa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s26qfHoiZa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s26qfHoiZa .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-s26qfHoiZa .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-s26qfHoiZa .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s26qfHoiZa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s26qfHoiZa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s26qfHoiZa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s26qfHoiZa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s26qfHoiZa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s26qfHoiZa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s26qfHoiZa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s26qfHoiZa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s26qfHoiZa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s26qfHoiZa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s26qfHoiZa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s26qfHoiZa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s26qfHoiZa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s26qfHoiZa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s26qfHoiZa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s26qfHoiZa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s26qfHoiZa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s26qfHoiZa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s26qfHoiZa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s26qfHoiZa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s26qfHoiZa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s26qfHoiZa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s26qfHoiZa .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-s26qfHoiZa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s26qfHoiZa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s26qfHoiZa .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26qfHoiZa .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s26qfHoiZa .nav-item:focus,
.cid-s26qfHoiZa .nav-link:focus {
  outline: none;
}
.cid-s26qfHoiZa .text-white:hover,
.cid-s26qfHoiZa .text-white:active,
.cid-s26qfHoiZa .text-white:focus {
  color: white!important;
}
.cid-s26qfHoiZa .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s26qfHoiZa .dropdown-item:hover {
  color: black!important;
}
.cid-s26qfHoiZa .dropdown-menu {
  background-color: white!important;
}
.cid-s26qfHoiZa .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-s26qfHoiZa .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s26qfHoiZa .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-s26qfHoiZa .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-s26qfHoiZa .nav-item {
    position: relative;
  }
}
.cid-s26qfHoiZa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26qfHoiZa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s26qfHoiZa .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s26qfHoiZa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s26qfHoiZa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s26qfHoiZa .navbar-caption {
  font-weight: 600!important;
}
.cid-s26qfHoiZa .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s26qfHoiZa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s26qfHoiZa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s26qfHoiZa .dropdown-item.active,
.cid-s26qfHoiZa .dropdown-item:active {
  background-color: transparent;
}
.cid-s26qfHoiZa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s26qfHoiZa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s26qfHoiZa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s26qfHoiZa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-s26qfHoiZa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s26qfHoiZa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s26qfHoiZa .navbar-buttons {
  text-align: center;
}
.cid-s26qfHoiZa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s26qfHoiZa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-s26qfHoiZa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s26qfHoiZa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s26qfHoiZa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s26qfHoiZa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s26qfHoiZa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26qfHoiZa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s26qfHoiZa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s26qfHoiZa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s26qfHoiZa .nav-link {
  font-weight: 600!important;
}
.cid-s26qfHoiZa a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s26qfHoiZa .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s26qfHoiZa .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s26qfHoiZa .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s26qfHoiZa .navbar {
    height: 77px;
  }
  .cid-s26qfHoiZa .navbar.opened {
    height: auto;
  }
  .cid-s26qfHoiZa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s26qfIq7su {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s26qfIq7su .mbr-section-subtitle {
  color: #767676;
}
.cid-s26qfIXEKR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s26qfIXEKR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s26qfIXEKR .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s26qfIXEKR .mbr-text {
  color: #767676;
}
.cid-s26qfJCTYK {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s26qfJCTYK .mbr-text,
.cid-s26qfJCTYK blockquote {
  color: #767676;
}
.cid-s26qfK9ZYD {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s26qfK9ZYD .mbr-section-subtitle {
  color: #767676;
}
.cid-s26qfK9ZYD .btn {
  margin: 0 0 .5rem 0;
}
.cid-s26qfKPFt0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
@media (max-width: 767px) {
  .cid-s26qfKPFt0 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26qfKPFt0 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s26qfKPFt0 .media-wrap img {
  height: 6rem;
}
.cid-s26qfKPFt0 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s26qfKPFt0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s26qfKPFt0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s26qfKPFt0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s26qfKPFt0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s26qfKPFt0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s26qfKPFt0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s26qfKPFt0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s26qfKPFt0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s26qfKPFt0 .links {
  color: #ffffff;
}
