body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', 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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: #ec7a32 !important;
}
.bg-success {
  background-color: #9b5389 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #9f769e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ec7a32 !important;
  border-color: #ec7a32 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c05512 !important;
  border-color: #c05512 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c05512 !important;
  border-color: #c05512 !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: #9b5389 !important;
  border-color: #9b5389 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #69385d !important;
  border-color: #69385d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #69385d !important;
  border-color: #69385d !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: #9f769e !important;
  border-color: #9f769e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #765375 !important;
  border-color: #765375 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #765375 !important;
  border-color: #765375 !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: #a84b10;
  color: #a84b10;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ec7a32;
  border-color: #ec7a32;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec7a32 !important;
  border-color: #ec7a32 !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: #592f4e;
  color: #592f4e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9b5389;
  border-color: #9b5389;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9b5389 !important;
  border-color: #9b5389 !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: #674866;
  color: #674866;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #9f769e;
  border-color: #9f769e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9f769e !important;
  border-color: #9f769e !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: #ec7a32 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #9b5389 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #9f769e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a84b10 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #592f4e !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: #674866 !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: #9f769e;
}
.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: #ec7a32;
  border-color: #ec7a32;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ec7a32;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf3ed;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cda1c2;
}
.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: #d4c1d3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ec7a32;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ec7a32;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ec7a32;
}
.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: #ec7a32;
  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: #ec7a32;
  border-bottom-color: #ec7a32;
}
.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: #000000 !important;
  background-color: #ec7a32 !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='%23ec7a32' %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-qMXqaFyG3P .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qMXqaFyG3P .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qMXqaFyG3P a {
  font-style: normal;
}
.cid-qMXqaFyG3P .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMXqaFyG3P .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMXqaFyG3P .nav-item:focus,
.cid-qMXqaFyG3P .nav-link:focus {
  outline: none;
}
.cid-qMXqaFyG3P .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMXqaFyG3P .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMXqaFyG3P .menu-logo {
  margin-right: auto;
}
.cid-qMXqaFyG3P .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMXqaFyG3P .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMXqaFyG3P .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMXqaFyG3P .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMXqaFyG3P .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMXqaFyG3P .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMXqaFyG3P .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMXqaFyG3P .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMXqaFyG3P .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMXqaFyG3P .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMXqaFyG3P .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMXqaFyG3P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMXqaFyG3P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMXqaFyG3P .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMXqaFyG3P .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMXqaFyG3P .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMXqaFyG3P .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMXqaFyG3P .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMXqaFyG3P .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMXqaFyG3P .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMXqaFyG3P .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMXqaFyG3P .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMXqaFyG3P button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMXqaFyG3P button.navbar-toggler:focus {
  outline: none;
}
.cid-qMXqaFyG3P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9f769e;
}
.cid-qMXqaFyG3P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMXqaFyG3P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMXqaFyG3P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMXqaFyG3P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMXqaFyG3P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMXqaFyG3P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMXqaFyG3P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMXqaFyG3P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMXqaFyG3P .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMXqaFyG3P .collapsed .btn {
  display: flex;
}
.cid-qMXqaFyG3P .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMXqaFyG3P .collapsed .navbar-collapse.collapsing,
.cid-qMXqaFyG3P .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMXqaFyG3P .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMXqaFyG3P .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMXqaFyG3P .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMXqaFyG3P .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMXqaFyG3P .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMXqaFyG3P .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMXqaFyG3P .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMXqaFyG3P .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMXqaFyG3P .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMXqaFyG3P .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMXqaFyG3P .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMXqaFyG3P .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMXqaFyG3P .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMXqaFyG3P .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMXqaFyG3P .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMXqaFyG3P .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMXqaFyG3P .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMXqaFyG3P .navbar-expand {
    flex-direction: column;
  }
  .cid-qMXqaFyG3P img {
    height: 3.8rem !important;
  }
  .cid-qMXqaFyG3P .btn {
    display: flex;
  }
  .cid-qMXqaFyG3P button.navbar-toggler {
    display: block;
  }
  .cid-qMXqaFyG3P .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMXqaFyG3P .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMXqaFyG3P .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMXqaFyG3P .navbar-collapse.collapsing,
  .cid-qMXqaFyG3P .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMXqaFyG3P .navbar-collapse.collapsing .navbar-nav,
  .cid-qMXqaFyG3P .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMXqaFyG3P .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMXqaFyG3P .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMXqaFyG3P .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMXqaFyG3P .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMXqaFyG3P .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMXqaFyG3P .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMXqaFyG3P .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMXqaFyG3P .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMXqaFyG3P .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMXqaFyG3P .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMXqaFyG3P .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMXqaFyG3P .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMXqaFyG3P .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMXqaFyG3P .navbar-collapse {
  flex-basis: auto;
}
.cid-qMXqaFyG3P .nav-link:hover,
.cid-qMXqaFyG3P .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-swzkTVNs44 {
  background-image: url("../../../assets/images/shutterflyemail-4-1250x750-800x480.png");
}
.cid-swzkTVNs44 h1 {
  color: #616161;
}
.cid-swzkTVNs44 h2,
.cid-swzkTVNs44 h3,
.cid-swzkTVNs44 p {
  color: #767676;
}
.cid-swzkTVNs44 .mbr-section-subtitle {
  font-style: italic;
}
.cid-swzkTVNs44 .mbr-text,
.cid-swzkTVNs44 .mbr-section-btn {
  text-align: center;
  color: #45505b;
}
.cid-swzkTVNs44 H3 {
  text-align: center;
  color: #232323;
}
.cid-swzkTVNs44 H1 {
  text-align: center;
  color: #9f769e;
}
.cid-qMXNMQYl3j {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qMXNMQYl3j .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
  text-align: left;
}
.cid-qMXNMQYl3j .mbr-author-name {
  font-weight: bold;
  color: #9f769e;
}
.cid-qMXNMQYl3j .mbr-author-desc {
  color: #232;
}
.cid-qMZbYIydsL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qMZbYIydsL .mbr-text {
  color: #767676;
}
.cid-qMZbYIydsL h4 {
  text-align: center;
}
.cid-qMZbYIydsL p {
  text-align: center;
}
.cid-qMZbYIydsL .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-swH0vTPjym {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-swH0vTPjym H2 {
  color: #9f769e;
}
.cid-swJAOEH4Zl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-swJAOEH4Zl .card-box {
  padding: 0 2rem;
}
.cid-swJAOEH4Zl .mbr-section-btn {
  padding-top: 1rem;
}
.cid-swJAOEH4Zl .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-swJAOEH4Zl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-swJAOEH4Zl p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-swJAOEH4Zl .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-swJAOEH4Zl .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-swJAOEH4Zl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-swJAOEH4Zl .card-title {
  text-align: left;
}
.cid-uWgyn77s4R {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uWgyn77s4R .card-box {
  padding: 0 2rem;
}
.cid-uWgyn77s4R .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uWgyn77s4R .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uWgyn77s4R h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uWgyn77s4R p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uWgyn77s4R .mbr-text {
  color: #767676;
}
.cid-uWgyn77s4R .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uWgyn77s4R .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qNbCdYdEkA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qNbCdYdEkA H2 {
  color: #9f769e;
}
.cid-qMXss5tJ0P {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qMXss5tJ0P .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qMXss5tJ0P .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qMXss5tJ0P .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qMXss5tJ0P .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qMXss5tJ0P .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #45505b;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qMXss5tJ0P .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qMXss5tJ0P .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qMXss5tJ0P .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qMXss5tJ0P .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #45505b !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qNbBRC6hgj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qNbBRC6hgj H2 {
  color: #9f769e;
}
.cid-rss0iUeJUG {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rss0iUeJUG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rss0iUeJUG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rss0iUeJUG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rss0iUeJUG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rss0iUeJUG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rss0iUeJUG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rss0iUeJUG .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rss0iUeJUG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rss0iUeJUG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-swztQgQYJP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-swztQgQYJP .title {
  margin-bottom: 2rem;
}
.cid-swztQgQYJP .mbr-section-subtitle {
  color: #232323;
}
.cid-swztQgQYJP a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-swztQgQYJP a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-swztQgQYJP textarea.form-control {
  min-height: 188px;
}
.cid-swztQgQYJP H2 {
  color: #9f769e;
}
.cid-qMXDvb5nbQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qMXDvb5nbQ .content {
    text-align: center;
  }
  .cid-qMXDvb5nbQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qMXDvb5nbQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qMXDvb5nbQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qMXDvb5nbQ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qMXDvb5nbQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qMXDvb5nbQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qMXDvb5nbQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qMXDvb5nbQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qMXDvb5nbQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qMXDvb5nbQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qMXDvb5nbQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qMXDvb5nbQ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qMXDvb5nbQ H5 {
  color: #45505b;
  text-align: left;
}
.cid-qMXDvb5nbQ P {
  color: #232323;
}
.cid-qMXDvb5nbQ .copyright > p {
  color: #767676;
}
.cid-swGW6RqHNy {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-swGW6RqHNy h3 {
  font-weight: 300;
}
.cid-swGW6RqHNy .card-img {
  width: initial;
}
.cid-swGW6RqHNy .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-swGW6RqHNy .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-swGW6RqHNy .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swGW6RqHNy .mbr-section-subtitle {
  color: #767676;
}
.cid-swGW6RqHNy .mbr-text {
  color: #767676;
}
.cid-swGW6RqHNy .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-swGW6RqHNy .mbr-al-i-c {
  align-items: center;
}
.cid-qMXqaFyG3P .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qMXqaFyG3P .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qMXqaFyG3P a {
  font-style: normal;
}
.cid-qMXqaFyG3P .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qMXqaFyG3P .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qMXqaFyG3P .nav-item:focus,
.cid-qMXqaFyG3P .nav-link:focus {
  outline: none;
}
.cid-qMXqaFyG3P .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qMXqaFyG3P .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qMXqaFyG3P .menu-logo {
  margin-right: auto;
}
.cid-qMXqaFyG3P .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qMXqaFyG3P .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qMXqaFyG3P .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qMXqaFyG3P .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qMXqaFyG3P .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qMXqaFyG3P .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qMXqaFyG3P .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qMXqaFyG3P .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qMXqaFyG3P .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qMXqaFyG3P .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qMXqaFyG3P .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qMXqaFyG3P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qMXqaFyG3P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qMXqaFyG3P .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qMXqaFyG3P .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qMXqaFyG3P .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qMXqaFyG3P .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qMXqaFyG3P .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qMXqaFyG3P .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qMXqaFyG3P .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qMXqaFyG3P .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qMXqaFyG3P .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qMXqaFyG3P button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qMXqaFyG3P button.navbar-toggler:focus {
  outline: none;
}
.cid-qMXqaFyG3P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9f769e;
}
.cid-qMXqaFyG3P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qMXqaFyG3P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qMXqaFyG3P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qMXqaFyG3P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qMXqaFyG3P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMXqaFyG3P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qMXqaFyG3P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qMXqaFyG3P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qMXqaFyG3P .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qMXqaFyG3P .collapsed .btn {
  display: flex;
}
.cid-qMXqaFyG3P .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qMXqaFyG3P .collapsed .navbar-collapse.collapsing,
.cid-qMXqaFyG3P .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qMXqaFyG3P .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qMXqaFyG3P .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qMXqaFyG3P .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qMXqaFyG3P .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qMXqaFyG3P .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qMXqaFyG3P .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qMXqaFyG3P .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qMXqaFyG3P .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qMXqaFyG3P .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qMXqaFyG3P .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qMXqaFyG3P .collapsed button.navbar-toggler {
  display: block;
}
.cid-qMXqaFyG3P .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qMXqaFyG3P .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qMXqaFyG3P .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qMXqaFyG3P .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qMXqaFyG3P .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qMXqaFyG3P .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qMXqaFyG3P .navbar-expand {
    flex-direction: column;
  }
  .cid-qMXqaFyG3P img {
    height: 3.8rem !important;
  }
  .cid-qMXqaFyG3P .btn {
    display: flex;
  }
  .cid-qMXqaFyG3P button.navbar-toggler {
    display: block;
  }
  .cid-qMXqaFyG3P .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qMXqaFyG3P .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qMXqaFyG3P .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qMXqaFyG3P .navbar-collapse.collapsing,
  .cid-qMXqaFyG3P .navbar-collapse.show {
    display: block !important;
  }
  .cid-qMXqaFyG3P .navbar-collapse.collapsing .navbar-nav,
  .cid-qMXqaFyG3P .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qMXqaFyG3P .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qMXqaFyG3P .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qMXqaFyG3P .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qMXqaFyG3P .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMXqaFyG3P .navbar-collapse.collapsing .navbar-buttons,
  .cid-qMXqaFyG3P .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qMXqaFyG3P .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qMXqaFyG3P .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qMXqaFyG3P .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qMXqaFyG3P .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qMXqaFyG3P .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qMXqaFyG3P .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qMXqaFyG3P .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qMXqaFyG3P .navbar-collapse {
  flex-basis: auto;
}
.cid-qMXqaFyG3P .nav-link:hover,
.cid-qMXqaFyG3P .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sDEX46hGzN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDEX46hGzN h3 {
  font-weight: 300;
}
.cid-sDEX46hGzN .card-img {
  width: initial;
}
.cid-sDEX46hGzN .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sDEX46hGzN .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-sDEX46hGzN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDEX46hGzN .mbr-section-subtitle {
  color: #767676;
}
.cid-sDEX46hGzN .mbr-text {
  color: #767676;
}
.cid-sDEX46hGzN .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDEX46hGzN .mbr-al-i-c {
  align-items: center;
}
.cid-sDFv0lqNq0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDFv0lqNq0 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sDFv0lqNq0 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-sDFv0lqNq0 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sDFv0lqNq0 .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDFv0lqNq0 .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-sDFv0lqNq0 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-sDFv0lqNq0 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-sDFv0lqNq0 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sDFv0lqNq0 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sDFv0lqNq0 .media-block {
    padding-left: 2rem;
  }
}
.cid-sDFv0lqNq0 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-sDFv0lqNq0 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sDFv0lqNq0 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sDrGaYYwbk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDrGaYYwbk .mbr-section-btn > * {
  margin: 0;
}
.cid-sDrGaYYwbk h4 {
  font-weight: 500;
}
.cid-sDrGaYYwbk p {
  color: #232323;
}
.cid-sDrGaYYwbk .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sDrGaYYwbk .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sDrGaYYwbk .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDrGaYYwbk .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sDrGaYYwbk .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sDrGaYYwbk .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sDrGaYYwbk .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sDrGaYYwbk .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sDrGaYYwbk .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sDrGaYYwbk .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sDrGaYYwbk .card-img span {
    font-size: 40px !important;
  }
}
.cid-sDrGaYYwbk .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sDrFAlNRfx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDrFAlNRfx .mbr-section-btn > * {
  margin: 0;
}
.cid-sDrFAlNRfx h4 {
  font-weight: 500;
}
.cid-sDrFAlNRfx p {
  color: #232323;
}
.cid-sDrFAlNRfx .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sDrFAlNRfx .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sDrFAlNRfx .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDrFAlNRfx .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sDrFAlNRfx .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sDrFAlNRfx .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sDrFAlNRfx .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sDrFAlNRfx .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sDrFAlNRfx .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sDrFAlNRfx .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sDrFAlNRfx .card-img span {
    font-size: 40px !important;
  }
}
.cid-sDrFAlNRfx .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sDEPV929GF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDEPV929GF .mbr-section-btn > * {
  margin: 0;
}
.cid-sDEPV929GF h4 {
  font-weight: 500;
}
.cid-sDEPV929GF p {
  color: #232323;
}
.cid-sDEPV929GF .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sDEPV929GF .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sDEPV929GF .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDEPV929GF .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sDEPV929GF .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sDEPV929GF .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sDEPV929GF .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sDEPV929GF .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sDEPV929GF .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sDEPV929GF .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sDEPV929GF .card-img span {
    font-size: 40px !important;
  }
}
.cid-sDEPV929GF .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sDESstjoMX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDESstjoMX h2 {
  text-align: left;
}
.cid-sDESstjoMX h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sDESstjoMX p {
  color: #767676;
  text-align: left;
}
.cid-sDESstjoMX .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sDESstjoMX .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sDESstjoMX .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDESstjoMX .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sDESstjoMX .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sDESstjoMX .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sDESstjoMX .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sDESstjoMX .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sDESstjoMX .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sDESstjoMX .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sDESstjoMX .card-img span {
    font-size: 40px !important;
  }
}
.cid-sDETrUpsh6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDETrUpsh6 h2 {
  text-align: left;
}
.cid-sDETrUpsh6 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sDETrUpsh6 p {
  color: #767676;
  text-align: left;
}
.cid-sDETrUpsh6 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sDETrUpsh6 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sDETrUpsh6 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDETrUpsh6 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sDETrUpsh6 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sDETrUpsh6 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sDETrUpsh6 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sDETrUpsh6 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sDETrUpsh6 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sDETrUpsh6 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sDETrUpsh6 .card-img span {
    font-size: 40px !important;
  }
}
.cid-sDC27AVPy9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDC27AVPy9 .mbr-section-btn > * {
  margin: 0;
}
.cid-sDC27AVPy9 h4 {
  font-weight: 500;
}
.cid-sDC27AVPy9 p {
  color: #232323;
}
.cid-sDC27AVPy9 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sDC27AVPy9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sDC27AVPy9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDC27AVPy9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sDC27AVPy9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sDC27AVPy9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sDC27AVPy9 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sDC27AVPy9 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sDC27AVPy9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sDC27AVPy9 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sDC27AVPy9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-sDC27AVPy9 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sNfEcgYNzE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sNfEcgYNzE h2 {
  text-align: left;
}
.cid-sNfEcgYNzE h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sNfEcgYNzE p {
  color: #767676;
  text-align: left;
}
.cid-sNfEcgYNzE .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sNfEcgYNzE .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sNfEcgYNzE .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sNfEcgYNzE .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sNfEcgYNzE .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sNfEcgYNzE .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sNfEcgYNzE .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sNfEcgYNzE .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sNfEcgYNzE .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sNfEcgYNzE .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sNfEcgYNzE .card-img span {
    font-size: 40px !important;
  }
}
.cid-sNfEcgYNzE P {
  text-align: left;
}
.cid-sNfFAeXoCV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sNfFAeXoCV h2 {
  text-align: left;
}
.cid-sNfFAeXoCV h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sNfFAeXoCV p {
  color: #767676;
  text-align: left;
}
.cid-sNfFAeXoCV .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sNfFAeXoCV .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sNfFAeXoCV .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sNfFAeXoCV .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sNfFAeXoCV .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sNfFAeXoCV .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sNfFAeXoCV .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sNfFAeXoCV .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sNfFAeXoCV .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sNfFAeXoCV .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sNfFAeXoCV .card-img span {
    font-size: 40px !important;
  }
}
.cid-sNfLHbQoct {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sNfLHbQoct h3 {
  font-weight: 300;
}
.cid-sNfLHbQoct .card-img {
  width: initial;
}
.cid-sNfLHbQoct .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sNfLHbQoct .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-sNfLHbQoct .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sNfLHbQoct .mbr-section-subtitle {
  color: #767676;
}
.cid-sNfLHbQoct .mbr-text {
  color: #767676;
}
.cid-sNfLHbQoct .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sNfLHbQoct .mbr-al-i-c {
  align-items: center;
}
.cid-sNfJKc0zYY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sNfJKc0zYY .mbr-section-btn > * {
  margin: 0;
}
.cid-sNfJKc0zYY h4 {
  font-weight: 500;
}
.cid-sNfJKc0zYY p {
  color: #232323;
}
.cid-sNfJKc0zYY .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sNfJKc0zYY .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sNfJKc0zYY .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sNfJKc0zYY .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sNfJKc0zYY .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sNfJKc0zYY .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sNfJKc0zYY .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sNfJKc0zYY .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sNfJKc0zYY .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sNfJKc0zYY .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sNfJKc0zYY .card-img span {
    font-size: 40px !important;
  }
}
.cid-sNfJKc0zYY .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sNfG6UQDqs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sNfG6UQDqs p {
  margin-bottom: 0;
}
.cid-sNfG6UQDqs .card-box {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-sNfG6UQDqs .card-box .card-title {
  pointer-events: all;
}
.cid-sNfG6UQDqs .card-box .mbr-text {
  pointer-events: all;
}
.cid-sNfG6UQDqs .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-sNfG6UQDqs .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-sNfG6UQDqs .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-sNfG6UQDqs .card-wrap {
  position: relative;
}
.cid-sNfG6UQDqs .card {
  padding-bottom: 2rem;
}
.cid-sNfG6UQDqs P {
  color: #767676;
  text-align: center;
}
.cid-sNfG6UQDqs H4 {
  color: #232323;
}
.cid-sNfIWDxzho {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNfIWDxzho .mbr-section-subtitle {
  color: #767676;
}
.cid-sNfIWDxzho H2 {
  text-align: center;
}
.cid-sNfIj5ymgA {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sNfIj5ymgA h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sNfIj5ymgA p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sNfIj5ymgA .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-sNfIj5ymgA .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sNfIj5ymgA .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-sNfJkacVoT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sNfJkacVoT p {
  margin-bottom: 0;
}
.cid-sNfJkacVoT .card-box {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-sNfJkacVoT .card-box .card-title {
  pointer-events: all;
}
.cid-sNfJkacVoT .card-box .mbr-text {
  pointer-events: all;
}
.cid-sNfJkacVoT .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-sNfJkacVoT .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-sNfJkacVoT .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-sNfJkacVoT .card-wrap {
  position: relative;
}
.cid-sNfJkacVoT .card {
  padding-bottom: 2rem;
}
.cid-sNfJkacVoT P {
  color: #767676;
  text-align: center;
}
.cid-sNfJkacVoT H4 {
  color: #232323;
}
.cid-sNfP36dPlF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sNfP36dPlF P {
  color: #767676;
}
.cid-swGVtAWONF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-swGVtAWONF .content {
    text-align: center;
  }
  .cid-swGVtAWONF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-swGVtAWONF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-swGVtAWONF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-swGVtAWONF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-swGVtAWONF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-swGVtAWONF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-swGVtAWONF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-swGVtAWONF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-swGVtAWONF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-swGVtAWONF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-swGVtAWONF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-swGVtAWONF .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-swGVtAWONF H5 {
  color: #45505b;
  text-align: left;
}
.cid-swGVtAWONF P {
  color: #ec7a32;
}
.cid-swGVtAWONF .copyright > p {
  color: #767676;
}
.cid-t6nXpaudLX {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t6nXpaudLX h3 {
  font-weight: 300;
}
.cid-t6nXpaudLX .card-img {
  width: initial;
}
.cid-t6nXpaudLX .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-t6nXpaudLX .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-t6nXpaudLX .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6nXpaudLX .mbr-section-subtitle {
  color: #767676;
}
.cid-t6nXpaudLX .mbr-text {
  color: #767676;
}
.cid-t6nXpaudLX .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t6nXpaudLX .mbr-al-i-c {
  align-items: center;
}
.cid-t6nXpaTQGS .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-t6nXpaTQGS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t6nXpaTQGS a {
  font-style: normal;
}
.cid-t6nXpaTQGS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t6nXpaTQGS .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-t6nXpaTQGS .nav-item:focus,
.cid-t6nXpaTQGS .nav-link:focus {
  outline: none;
}
.cid-t6nXpaTQGS .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-t6nXpaTQGS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t6nXpaTQGS .menu-logo {
  margin-right: auto;
}
.cid-t6nXpaTQGS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-t6nXpaTQGS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t6nXpaTQGS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t6nXpaTQGS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t6nXpaTQGS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t6nXpaTQGS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t6nXpaTQGS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t6nXpaTQGS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t6nXpaTQGS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t6nXpaTQGS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t6nXpaTQGS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t6nXpaTQGS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t6nXpaTQGS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6nXpaTQGS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t6nXpaTQGS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6nXpaTQGS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t6nXpaTQGS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t6nXpaTQGS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t6nXpaTQGS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t6nXpaTQGS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t6nXpaTQGS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t6nXpaTQGS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t6nXpaTQGS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t6nXpaTQGS button.navbar-toggler:focus {
  outline: none;
}
.cid-t6nXpaTQGS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9f769e;
}
.cid-t6nXpaTQGS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t6nXpaTQGS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t6nXpaTQGS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t6nXpaTQGS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t6nXpaTQGS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6nXpaTQGS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t6nXpaTQGS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t6nXpaTQGS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6nXpaTQGS .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-t6nXpaTQGS .collapsed .btn {
  display: flex;
}
.cid-t6nXpaTQGS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t6nXpaTQGS .collapsed .navbar-collapse.collapsing,
.cid-t6nXpaTQGS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t6nXpaTQGS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t6nXpaTQGS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t6nXpaTQGS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t6nXpaTQGS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t6nXpaTQGS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t6nXpaTQGS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t6nXpaTQGS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t6nXpaTQGS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t6nXpaTQGS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t6nXpaTQGS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-t6nXpaTQGS .collapsed button.navbar-toggler {
  display: block;
}
.cid-t6nXpaTQGS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t6nXpaTQGS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t6nXpaTQGS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t6nXpaTQGS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t6nXpaTQGS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t6nXpaTQGS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-t6nXpaTQGS .navbar-expand {
    flex-direction: column;
  }
  .cid-t6nXpaTQGS img {
    height: 3.8rem !important;
  }
  .cid-t6nXpaTQGS .btn {
    display: flex;
  }
  .cid-t6nXpaTQGS button.navbar-toggler {
    display: block;
  }
  .cid-t6nXpaTQGS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t6nXpaTQGS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t6nXpaTQGS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t6nXpaTQGS .navbar-collapse.collapsing,
  .cid-t6nXpaTQGS .navbar-collapse.show {
    display: block !important;
  }
  .cid-t6nXpaTQGS .navbar-collapse.collapsing .navbar-nav,
  .cid-t6nXpaTQGS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t6nXpaTQGS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t6nXpaTQGS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t6nXpaTQGS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t6nXpaTQGS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t6nXpaTQGS .navbar-collapse.collapsing .navbar-buttons,
  .cid-t6nXpaTQGS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t6nXpaTQGS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t6nXpaTQGS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t6nXpaTQGS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t6nXpaTQGS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t6nXpaTQGS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t6nXpaTQGS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t6nXpaTQGS .menu-logo {
    flex-shrink: 0;
  }
}
.cid-t6nXpaTQGS .navbar-collapse {
  flex-basis: auto;
}
.cid-t6nXpaTQGS .nav-link:hover,
.cid-t6nXpaTQGS .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-t6nXpb7USN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t6nXpb7USN h3 {
  font-weight: 300;
}
.cid-t6nXpb7USN .card-img {
  width: initial;
}
.cid-t6nXpb7USN .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-t6nXpb7USN .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-t6nXpb7USN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6nXpb7USN .mbr-section-subtitle {
  color: #767676;
}
.cid-t6nXpb7USN .mbr-text {
  color: #767676;
}
.cid-t6nXpb7USN .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t6nXpb7USN .mbr-al-i-c {
  align-items: center;
}
.cid-t6nXpbu9vy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t6nXpbu9vy .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t6nXpbu9vy .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-t6nXpbu9vy .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t6nXpbu9vy .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t6nXpbu9vy .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-t6nXpbu9vy .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-t6nXpbu9vy .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-t6nXpbu9vy .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-t6nXpbu9vy .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t6nXpbu9vy .media-block {
    padding-left: 2rem;
  }
}
.cid-t6nXpbu9vy .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-t6nXpbu9vy .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-t6nXpbu9vy .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t6nXpbQqrE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t6nXpbQqrE .mbr-section-btn > * {
  margin: 0;
}
.cid-t6nXpbQqrE h4 {
  font-weight: 500;
}
.cid-t6nXpbQqrE p {
  color: #232323;
}
.cid-t6nXpbQqrE .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t6nXpbQqrE .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t6nXpbQqrE .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6nXpbQqrE .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t6nXpbQqrE .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t6nXpbQqrE .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t6nXpbQqrE .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t6nXpbQqrE .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t6nXpbQqrE .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t6nXpbQqrE .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t6nXpbQqrE .card-img span {
    font-size: 40px !important;
  }
}
.cid-t6nXpbQqrE .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t6nXpc3WXg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t6nXpc3WXg .mbr-section-btn > * {
  margin: 0;
}
.cid-t6nXpc3WXg h4 {
  font-weight: 500;
}
.cid-t6nXpc3WXg p {
  color: #232323;
}
.cid-t6nXpc3WXg .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t6nXpc3WXg .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t6nXpc3WXg .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6nXpc3WXg .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t6nXpc3WXg .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t6nXpc3WXg .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t6nXpc3WXg .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t6nXpc3WXg .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t6nXpc3WXg .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t6nXpc3WXg .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t6nXpc3WXg .card-img span {
    font-size: 40px !important;
  }
}
.cid-t6nXpc3WXg .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t6nXpcfccj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t6nXpcfccj .mbr-section-btn > * {
  margin: 0;
}
.cid-t6nXpcfccj h4 {
  font-weight: 500;
}
.cid-t6nXpcfccj p {
  color: #232323;
}
.cid-t6nXpcfccj .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t6nXpcfccj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t6nXpcfccj .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6nXpcfccj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t6nXpcfccj .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t6nXpcfccj .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t6nXpcfccj .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t6nXpcfccj .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t6nXpcfccj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t6nXpcfccj .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t6nXpcfccj .card-img span {
    font-size: 40px !important;
  }
}
.cid-t6nXpcfccj .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t6nXpct6QX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t6nXpct6QX h2 {
  text-align: left;
}
.cid-t6nXpct6QX h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t6nXpct6QX p {
  color: #767676;
  text-align: left;
}
.cid-t6nXpct6QX .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t6nXpct6QX .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t6nXpct6QX .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6nXpct6QX .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t6nXpct6QX .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t6nXpct6QX .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t6nXpct6QX .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t6nXpct6QX .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t6nXpct6QX .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t6nXpct6QX .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t6nXpct6QX .card-img span {
    font-size: 40px !important;
  }
}
.cid-t6nXpcIfKD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t6nXpcIfKD h2 {
  text-align: left;
}
.cid-t6nXpcIfKD h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t6nXpcIfKD p {
  color: #767676;
  text-align: left;
}
.cid-t6nXpcIfKD .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t6nXpcIfKD .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t6nXpcIfKD .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6nXpcIfKD .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t6nXpcIfKD .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t6nXpcIfKD .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t6nXpcIfKD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t6nXpcIfKD .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t6nXpcIfKD .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t6nXpcIfKD .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t6nXpcIfKD .card-img span {
    font-size: 40px !important;
  }
}
.cid-t6nXpcYQhU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t6nXpcYQhU .mbr-section-btn > * {
  margin: 0;
}
.cid-t6nXpcYQhU h4 {
  font-weight: 500;
}
.cid-t6nXpcYQhU p {
  color: #232323;
}
.cid-t6nXpcYQhU .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t6nXpcYQhU .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t6nXpcYQhU .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6nXpcYQhU .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t6nXpcYQhU .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t6nXpcYQhU .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t6nXpcYQhU .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t6nXpcYQhU .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t6nXpcYQhU .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t6nXpcYQhU .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t6nXpcYQhU .card-img span {
    font-size: 40px !important;
  }
}
.cid-t6nXpcYQhU .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t6nXpddn6W {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t6nXpddn6W h2 {
  text-align: left;
}
.cid-t6nXpddn6W h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t6nXpddn6W p {
  color: #767676;
  text-align: left;
}
.cid-t6nXpddn6W .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t6nXpddn6W .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t6nXpddn6W .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6nXpddn6W .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t6nXpddn6W .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t6nXpddn6W .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t6nXpddn6W .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t6nXpddn6W .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t6nXpddn6W .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t6nXpddn6W .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t6nXpddn6W .card-img span {
    font-size: 40px !important;
  }
}
.cid-t6nXpdsRnr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t6nXpdsRnr h2 {
  text-align: left;
}
.cid-t6nXpdsRnr h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t6nXpdsRnr p {
  color: #767676;
  text-align: left;
}
.cid-t6nXpdsRnr .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t6nXpdsRnr .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t6nXpdsRnr .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6nXpdsRnr .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t6nXpdsRnr .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t6nXpdsRnr .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t6nXpdsRnr .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t6nXpdsRnr .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t6nXpdsRnr .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t6nXpdsRnr .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t6nXpdsRnr .card-img span {
    font-size: 40px !important;
  }
}
.cid-t6nXpdIuM3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t6nXpdIuM3 h3 {
  font-weight: 300;
}
.cid-t6nXpdIuM3 .card-img {
  width: initial;
}
.cid-t6nXpdIuM3 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-t6nXpdIuM3 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-t6nXpdIuM3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6nXpdIuM3 .mbr-section-subtitle {
  color: #767676;
}
.cid-t6nXpdIuM3 .mbr-text {
  color: #767676;
}
.cid-t6nXpdIuM3 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t6nXpdIuM3 .mbr-al-i-c {
  align-items: center;
}
.cid-t6nXpe6yMJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t6nXpe6yMJ .mbr-section-btn > * {
  margin: 0;
}
.cid-t6nXpe6yMJ h4 {
  font-weight: 500;
}
.cid-t6nXpe6yMJ p {
  color: #232323;
}
.cid-t6nXpe6yMJ .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t6nXpe6yMJ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t6nXpe6yMJ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6nXpe6yMJ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t6nXpe6yMJ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t6nXpe6yMJ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t6nXpe6yMJ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t6nXpe6yMJ .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t6nXpe6yMJ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t6nXpe6yMJ .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t6nXpe6yMJ .card-img span {
    font-size: 40px !important;
  }
}
.cid-t6nXpe6yMJ .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t6nXpekY6x {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t6nXpekY6x p {
  margin-bottom: 0;
}
.cid-t6nXpekY6x .card-box {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-t6nXpekY6x .card-box .card-title {
  pointer-events: all;
}
.cid-t6nXpekY6x .card-box .mbr-text {
  pointer-events: all;
}
.cid-t6nXpekY6x .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-t6nXpekY6x .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-t6nXpekY6x .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-t6nXpekY6x .card-wrap {
  position: relative;
}
.cid-t6nXpekY6x .card {
  padding-bottom: 2rem;
}
.cid-t6nXpekY6x P {
  color: #767676;
  text-align: center;
}
.cid-t6nXpekY6x H4 {
  color: #232323;
}
.cid-t6nXpeF3Js {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6nXpeF3Js .mbr-section-subtitle {
  color: #767676;
}
.cid-t6nXpeF3Js H2 {
  text-align: center;
}
.cid-t6nXpeRzQz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t6nXpeRzQz h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t6nXpeRzQz p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-t6nXpeRzQz .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-t6nXpeRzQz .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-t6nXpeRzQz .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-t6nXpfaggz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t6nXpfaggz p {
  margin-bottom: 0;
}
.cid-t6nXpfaggz .card-box {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-t6nXpfaggz .card-box .card-title {
  pointer-events: all;
}
.cid-t6nXpfaggz .card-box .mbr-text {
  pointer-events: all;
}
.cid-t6nXpfaggz .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-t6nXpfaggz .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-t6nXpfaggz .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-t6nXpfaggz .card-wrap {
  position: relative;
}
.cid-t6nXpfaggz .card {
  padding-bottom: 2rem;
}
.cid-t6nXpfaggz P {
  color: #767676;
  text-align: center;
}
.cid-t6nXpfaggz H4 {
  color: #232323;
}
.cid-t6nXpfENe2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t6nXpfENe2 .content {
    text-align: center;
  }
  .cid-t6nXpfENe2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6nXpfENe2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t6nXpfENe2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t6nXpfENe2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t6nXpfENe2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6nXpfENe2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t6nXpfENe2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t6nXpfENe2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t6nXpfENe2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6nXpfENe2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6nXpfENe2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6nXpfENe2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t6nXpfENe2 H5 {
  color: #45505b;
  text-align: left;
}
.cid-t6nXpfENe2 P {
  color: #ec7a32;
}
.cid-t6nXpfENe2 .copyright > p {
  color: #767676;
}
.cid-tyvo0LiRcW {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyvo0LiRcW h3 {
  font-weight: 300;
}
.cid-tyvo0LiRcW .card-img {
  width: initial;
}
.cid-tyvo0LiRcW .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tyvo0LiRcW .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-tyvo0LiRcW .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyvo0LiRcW .mbr-section-subtitle {
  color: #767676;
}
.cid-tyvo0LiRcW .mbr-text {
  color: #767676;
}
.cid-tyvo0LiRcW .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tyvo0LiRcW .mbr-al-i-c {
  align-items: center;
}
.cid-tyvo0LI0Ti .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tyvo0LI0Ti .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tyvo0LI0Ti a {
  font-style: normal;
}
.cid-tyvo0LI0Ti .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tyvo0LI0Ti .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tyvo0LI0Ti .nav-item:focus,
.cid-tyvo0LI0Ti .nav-link:focus {
  outline: none;
}
.cid-tyvo0LI0Ti .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tyvo0LI0Ti .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tyvo0LI0Ti .menu-logo {
  margin-right: auto;
}
.cid-tyvo0LI0Ti .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tyvo0LI0Ti .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tyvo0LI0Ti .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tyvo0LI0Ti .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tyvo0LI0Ti .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tyvo0LI0Ti .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tyvo0LI0Ti .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tyvo0LI0Ti .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tyvo0LI0Ti .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyvo0LI0Ti .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tyvo0LI0Ti .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tyvo0LI0Ti .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tyvo0LI0Ti .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyvo0LI0Ti .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tyvo0LI0Ti .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyvo0LI0Ti .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tyvo0LI0Ti .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tyvo0LI0Ti .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tyvo0LI0Ti .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tyvo0LI0Ti .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tyvo0LI0Ti .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tyvo0LI0Ti .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tyvo0LI0Ti button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tyvo0LI0Ti button.navbar-toggler:focus {
  outline: none;
}
.cid-tyvo0LI0Ti button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9f769e;
}
.cid-tyvo0LI0Ti button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyvo0LI0Ti button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyvo0LI0Ti button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyvo0LI0Ti button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyvo0LI0Ti nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyvo0LI0Ti nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyvo0LI0Ti nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyvo0LI0Ti nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyvo0LI0Ti .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tyvo0LI0Ti .collapsed .btn {
  display: flex;
}
.cid-tyvo0LI0Ti .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tyvo0LI0Ti .collapsed .navbar-collapse.collapsing,
.cid-tyvo0LI0Ti .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tyvo0LI0Ti .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tyvo0LI0Ti .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tyvo0LI0Ti .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tyvo0LI0Ti .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tyvo0LI0Ti .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tyvo0LI0Ti .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tyvo0LI0Ti .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tyvo0LI0Ti .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tyvo0LI0Ti .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tyvo0LI0Ti .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tyvo0LI0Ti .collapsed button.navbar-toggler {
  display: block;
}
.cid-tyvo0LI0Ti .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tyvo0LI0Ti .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tyvo0LI0Ti .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tyvo0LI0Ti .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tyvo0LI0Ti .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tyvo0LI0Ti .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tyvo0LI0Ti .navbar-expand {
    flex-direction: column;
  }
  .cid-tyvo0LI0Ti img {
    height: 3.8rem !important;
  }
  .cid-tyvo0LI0Ti .btn {
    display: flex;
  }
  .cid-tyvo0LI0Ti button.navbar-toggler {
    display: block;
  }
  .cid-tyvo0LI0Ti .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tyvo0LI0Ti .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tyvo0LI0Ti .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tyvo0LI0Ti .navbar-collapse.collapsing,
  .cid-tyvo0LI0Ti .navbar-collapse.show {
    display: block !important;
  }
  .cid-tyvo0LI0Ti .navbar-collapse.collapsing .navbar-nav,
  .cid-tyvo0LI0Ti .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tyvo0LI0Ti .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tyvo0LI0Ti .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tyvo0LI0Ti .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tyvo0LI0Ti .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tyvo0LI0Ti .navbar-collapse.collapsing .navbar-buttons,
  .cid-tyvo0LI0Ti .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tyvo0LI0Ti .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tyvo0LI0Ti .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tyvo0LI0Ti .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tyvo0LI0Ti .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tyvo0LI0Ti .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tyvo0LI0Ti .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tyvo0LI0Ti .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tyvo0LI0Ti .navbar-collapse {
  flex-basis: auto;
}
.cid-tyvo0LI0Ti .nav-link:hover,
.cid-tyvo0LI0Ti .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tyvo0LXGle {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tyvo0LXGle h3 {
  font-weight: 300;
}
.cid-tyvo0LXGle .card-img {
  width: initial;
}
.cid-tyvo0LXGle .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tyvo0LXGle .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-tyvo0LXGle .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyvo0LXGle .mbr-section-subtitle {
  color: #767676;
}
.cid-tyvo0LXGle .mbr-text {
  color: #767676;
}
.cid-tyvo0LXGle .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tyvo0LXGle .mbr-al-i-c {
  align-items: center;
}
.cid-tyvEyIoASc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyvEyIoASc .mbr-section-btn > * {
  margin: 0;
}
.cid-tyvEyIoASc h4 {
  font-weight: 500;
}
.cid-tyvEyIoASc p {
  color: #232323;
}
.cid-tyvEyIoASc .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tyvEyIoASc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyvEyIoASc .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyvEyIoASc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyvEyIoASc .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyvEyIoASc .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyvEyIoASc .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyvEyIoASc .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyvEyIoASc .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyvEyIoASc .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyvEyIoASc .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyvEyIoASc .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tyvEzpxvEv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyvEzpxvEv .mbr-section-btn > * {
  margin: 0;
}
.cid-tyvEzpxvEv h4 {
  font-weight: 500;
}
.cid-tyvEzpxvEv p {
  color: #232323;
}
.cid-tyvEzpxvEv .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tyvEzpxvEv .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyvEzpxvEv .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyvEzpxvEv .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyvEzpxvEv .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyvEzpxvEv .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyvEzpxvEv .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyvEzpxvEv .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyvEzpxvEv .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyvEzpxvEv .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyvEzpxvEv .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyvEzpxvEv .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tyvo0N1jFp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyvo0N1jFp .mbr-section-btn > * {
  margin: 0;
}
.cid-tyvo0N1jFp h4 {
  font-weight: 500;
}
.cid-tyvo0N1jFp p {
  color: #232323;
}
.cid-tyvo0N1jFp .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tyvo0N1jFp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyvo0N1jFp .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyvo0N1jFp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyvo0N1jFp .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyvo0N1jFp .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyvo0N1jFp .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyvo0N1jFp .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyvo0N1jFp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyvo0N1jFp .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyvo0N1jFp .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyvo0N1jFp .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tyvo0NdpZ3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyvo0NdpZ3 .mbr-section-btn > * {
  margin: 0;
}
.cid-tyvo0NdpZ3 h4 {
  font-weight: 500;
}
.cid-tyvo0NdpZ3 p {
  color: #232323;
}
.cid-tyvo0NdpZ3 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tyvo0NdpZ3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyvo0NdpZ3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyvo0NdpZ3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyvo0NdpZ3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyvo0NdpZ3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyvo0NdpZ3 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyvo0NdpZ3 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyvo0NdpZ3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyvo0NdpZ3 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyvo0NdpZ3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyvo0NdpZ3 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tyvo0NqCbT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyvo0NqCbT h2 {
  text-align: left;
}
.cid-tyvo0NqCbT h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tyvo0NqCbT p {
  color: #767676;
  text-align: left;
}
.cid-tyvo0NqCbT .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tyvo0NqCbT .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyvo0NqCbT .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyvo0NqCbT .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyvo0NqCbT .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyvo0NqCbT .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyvo0NqCbT .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyvo0NqCbT .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyvo0NqCbT .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyvo0NqCbT .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyvo0NqCbT .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyvo0NHcaa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyvo0NHcaa h2 {
  text-align: left;
}
.cid-tyvo0NHcaa h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tyvo0NHcaa p {
  color: #767676;
  text-align: left;
}
.cid-tyvo0NHcaa .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tyvo0NHcaa .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyvo0NHcaa .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyvo0NHcaa .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyvo0NHcaa .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyvo0NHcaa .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyvo0NHcaa .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyvo0NHcaa .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyvo0NHcaa .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyvo0NHcaa .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyvo0NHcaa .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyvo0NYI41 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyvo0NYI41 .mbr-section-btn > * {
  margin: 0;
}
.cid-tyvo0NYI41 h4 {
  font-weight: 500;
}
.cid-tyvo0NYI41 p {
  color: #232323;
}
.cid-tyvo0NYI41 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tyvo0NYI41 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyvo0NYI41 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyvo0NYI41 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyvo0NYI41 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyvo0NYI41 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyvo0NYI41 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyvo0NYI41 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyvo0NYI41 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyvo0NYI41 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyvo0NYI41 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyvo0NYI41 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tyvL0LxWu7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tyvL0LxWu7 .mbr-section-subtitle {
  color: #767676;
}
.cid-tyvJAha9cM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyvJAha9cM h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tyvJAha9cM p {
  color: #767676;
  text-align: left;
}
.cid-tyvJAha9cM .card-img {
  text-align: left;
}
.cid-tyvJAha9cM .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tyvJAha9cM .card-title,
.cid-tyvJAha9cM .card-img {
  text-align: center;
}
.cid-tyvJAha9cM P {
  text-align: center;
}
.cid-tPk4gdgQpp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tPk4gdgQpp .mbr-section-subtitle {
  color: #232323;
}
.cid-tPk4gdgQpp .btn {
  margin: 0 0 .5rem 0;
}
.cid-tPk2w7vAwH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tPk2w7vAwH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tPk2w7vAwH p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tPk2w7vAwH .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tPk2w7vAwH .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tPk2w7vAwH .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-tPk2w7vAwH P {
  text-align: left;
}
.cid-tPk53He2Xu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPk53He2Xu .mbr-section-subtitle {
  color: #232323;
}
.cid-tPk53He2Xu .btn {
  margin: 0 0 .5rem 0;
}
.cid-tPk44Um0Of {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tPk44Um0Of h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tPk44Um0Of p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tPk44Um0Of .card-img {
  width: auto;
}
.cid-tPk44Um0Of .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tPk44Um0Of .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-tPk44Um0Of .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-tPk44Um0Of .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyvGhATNG3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tyvGhATNG3 p {
  margin-bottom: 0;
}
.cid-tyvGhATNG3 .card-box {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-tyvGhATNG3 .card-box .card-title {
  pointer-events: all;
}
.cid-tyvGhATNG3 .card-box .mbr-text {
  pointer-events: all;
}
.cid-tyvGhATNG3 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-tyvGhATNG3 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tyvGhATNG3 .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-tyvGhATNG3 .card-wrap {
  position: relative;
}
.cid-tyvGhATNG3 .card {
  padding-bottom: 2rem;
}
.cid-tyvGhATNG3 P {
  color: #767676;
  text-align: center;
}
.cid-tyvGhATNG3 H4 {
  color: #232323;
}
.cid-tPk6NOpOCU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPk6NOpOCU .mbr-section-subtitle {
  color: #232323;
  text-align: right;
}
.cid-tPk6NOpOCU .btn {
  margin: 0 0 .5rem 0;
}
.cid-tPk6v90Bx5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tPk6v90Bx5 .mbr-text,
.cid-tPk6v90Bx5 blockquote {
  color: #767676;
}
.cid-tyvo0Odgkj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyvo0Odgkj h2 {
  text-align: left;
}
.cid-tyvo0Odgkj h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tyvo0Odgkj p {
  color: #767676;
  text-align: left;
}
.cid-tyvo0Odgkj .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tyvo0Odgkj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyvo0Odgkj .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyvo0Odgkj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyvo0Odgkj .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyvo0Odgkj .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyvo0Odgkj .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyvo0Odgkj .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyvo0Odgkj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyvo0Odgkj .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyvo0Odgkj .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyvo0Orbed {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyvo0Orbed h2 {
  text-align: left;
}
.cid-tyvo0Orbed h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tyvo0Orbed p {
  color: #767676;
  text-align: left;
}
.cid-tyvo0Orbed .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tyvo0Orbed .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyvo0Orbed .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyvo0Orbed .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyvo0Orbed .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyvo0Orbed .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyvo0Orbed .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyvo0Orbed .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyvo0Orbed .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyvo0Orbed .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyvo0Orbed .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyvo0OGw81 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tyvo0OGw81 h3 {
  font-weight: 300;
}
.cid-tyvo0OGw81 .card-img {
  width: initial;
}
.cid-tyvo0OGw81 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tyvo0OGw81 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-tyvo0OGw81 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyvo0OGw81 .mbr-section-subtitle {
  color: #767676;
}
.cid-tyvo0OGw81 .mbr-text {
  color: #767676;
}
.cid-tyvo0OGw81 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tyvo0OGw81 .mbr-al-i-c {
  align-items: center;
}
.cid-tyvo0PimoH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tyvo0PimoH p {
  margin-bottom: 0;
}
.cid-tyvo0PimoH .card-box {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-tyvo0PimoH .card-box .card-title {
  pointer-events: all;
}
.cid-tyvo0PimoH .card-box .mbr-text {
  pointer-events: all;
}
.cid-tyvo0PimoH .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-tyvo0PimoH .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tyvo0PimoH .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-tyvo0PimoH .card-wrap {
  position: relative;
}
.cid-tyvo0PimoH .card {
  padding-bottom: 2rem;
}
.cid-tyvo0PimoH P {
  color: #767676;
  text-align: center;
}
.cid-tyvo0PimoH H4 {
  color: #232323;
}
.cid-tyvo0P2ZcD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyvo0P2ZcD .mbr-section-btn > * {
  margin: 0;
}
.cid-tyvo0P2ZcD h4 {
  font-weight: 500;
}
.cid-tyvo0P2ZcD p {
  color: #232323;
}
.cid-tyvo0P2ZcD .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tyvo0P2ZcD .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyvo0P2ZcD .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyvo0P2ZcD .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyvo0P2ZcD .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyvo0P2ZcD .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyvo0P2ZcD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyvo0P2ZcD .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyvo0P2ZcD .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyvo0P2ZcD .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyvo0P2ZcD .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyvo0P2ZcD .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tyvo0Q1fJc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tyvo0Q1fJc p {
  margin-bottom: 0;
}
.cid-tyvo0Q1fJc .card-box {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-tyvo0Q1fJc .card-box .card-title {
  pointer-events: all;
}
.cid-tyvo0Q1fJc .card-box .mbr-text {
  pointer-events: all;
}
.cid-tyvo0Q1fJc .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-tyvo0Q1fJc .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tyvo0Q1fJc .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-tyvo0Q1fJc .card-wrap {
  position: relative;
}
.cid-tyvo0Q1fJc .card {
  padding-bottom: 2rem;
}
.cid-tyvo0Q1fJc P {
  color: #767676;
  text-align: center;
}
.cid-tyvo0Q1fJc H4 {
  color: #232323;
}
.cid-tyvo0Qw3JW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tyvo0Qw3JW .content {
    text-align: center;
  }
  .cid-tyvo0Qw3JW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tyvo0Qw3JW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tyvo0Qw3JW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tyvo0Qw3JW .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tyvo0Qw3JW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tyvo0Qw3JW .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tyvo0Qw3JW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tyvo0Qw3JW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tyvo0Qw3JW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tyvo0Qw3JW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tyvo0Qw3JW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyvo0Qw3JW .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tyvo0Qw3JW H5 {
  color: #45505b;
  text-align: left;
}
.cid-tyvo0Qw3JW P {
  color: #ec7a32;
}
.cid-tyvo0Qw3JW .copyright > p {
  color: #767676;
}
.cid-tyBak26Fhz {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBak26Fhz h3 {
  font-weight: 300;
}
.cid-tyBak26Fhz .card-img {
  width: initial;
}
.cid-tyBak26Fhz .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tyBak26Fhz .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-tyBak26Fhz .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyBak26Fhz .mbr-section-subtitle {
  color: #767676;
}
.cid-tyBak26Fhz .mbr-text {
  color: #767676;
}
.cid-tyBak26Fhz .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tyBak26Fhz .mbr-al-i-c {
  align-items: center;
}
.cid-tyBak2x7OY .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tyBak2x7OY .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tyBak2x7OY a {
  font-style: normal;
}
.cid-tyBak2x7OY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tyBak2x7OY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tyBak2x7OY .nav-item:focus,
.cid-tyBak2x7OY .nav-link:focus {
  outline: none;
}
.cid-tyBak2x7OY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tyBak2x7OY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tyBak2x7OY .menu-logo {
  margin-right: auto;
}
.cid-tyBak2x7OY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tyBak2x7OY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tyBak2x7OY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tyBak2x7OY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tyBak2x7OY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tyBak2x7OY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tyBak2x7OY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tyBak2x7OY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tyBak2x7OY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyBak2x7OY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tyBak2x7OY .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tyBak2x7OY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tyBak2x7OY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyBak2x7OY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tyBak2x7OY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyBak2x7OY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tyBak2x7OY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tyBak2x7OY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tyBak2x7OY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tyBak2x7OY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tyBak2x7OY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tyBak2x7OY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tyBak2x7OY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tyBak2x7OY button.navbar-toggler:focus {
  outline: none;
}
.cid-tyBak2x7OY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9f769e;
}
.cid-tyBak2x7OY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyBak2x7OY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyBak2x7OY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyBak2x7OY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyBak2x7OY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyBak2x7OY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyBak2x7OY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyBak2x7OY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyBak2x7OY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tyBak2x7OY .collapsed .btn {
  display: flex;
}
.cid-tyBak2x7OY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tyBak2x7OY .collapsed .navbar-collapse.collapsing,
.cid-tyBak2x7OY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tyBak2x7OY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tyBak2x7OY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tyBak2x7OY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tyBak2x7OY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tyBak2x7OY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tyBak2x7OY .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tyBak2x7OY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tyBak2x7OY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tyBak2x7OY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tyBak2x7OY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tyBak2x7OY .collapsed button.navbar-toggler {
  display: block;
}
.cid-tyBak2x7OY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tyBak2x7OY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tyBak2x7OY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tyBak2x7OY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tyBak2x7OY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tyBak2x7OY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tyBak2x7OY .navbar-expand {
    flex-direction: column;
  }
  .cid-tyBak2x7OY img {
    height: 3.8rem !important;
  }
  .cid-tyBak2x7OY .btn {
    display: flex;
  }
  .cid-tyBak2x7OY button.navbar-toggler {
    display: block;
  }
  .cid-tyBak2x7OY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tyBak2x7OY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tyBak2x7OY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tyBak2x7OY .navbar-collapse.collapsing,
  .cid-tyBak2x7OY .navbar-collapse.show {
    display: block !important;
  }
  .cid-tyBak2x7OY .navbar-collapse.collapsing .navbar-nav,
  .cid-tyBak2x7OY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tyBak2x7OY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tyBak2x7OY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tyBak2x7OY .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tyBak2x7OY .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tyBak2x7OY .navbar-collapse.collapsing .navbar-buttons,
  .cid-tyBak2x7OY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tyBak2x7OY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tyBak2x7OY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tyBak2x7OY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tyBak2x7OY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tyBak2x7OY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tyBak2x7OY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tyBak2x7OY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tyBak2x7OY .navbar-collapse {
  flex-basis: auto;
}
.cid-tyBak2x7OY .nav-link:hover,
.cid-tyBak2x7OY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tyBak2M90K {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tyBak2M90K h3 {
  font-weight: 300;
}
.cid-tyBak2M90K .card-img {
  width: initial;
}
.cid-tyBak2M90K .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tyBak2M90K .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-tyBak2M90K .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyBak2M90K .mbr-section-subtitle {
  color: #767676;
}
.cid-tyBak2M90K .mbr-text {
  color: #767676;
}
.cid-tyBak2M90K .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tyBak2M90K .mbr-al-i-c {
  align-items: center;
}
.cid-tyBe25avGg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tyBe25avGg .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tyBe25avGg .step {
  width: 66px;
  height: 66px;
  font-size: 33px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-tyBe25avGg .separline .step-wrapper {
    position: relative;
  }
  .cid-tyBe25avGg .separline .step-wrapper:before,
  .cid-tyBe25avGg .separline .step-wrapper:after {
    top: 35px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 33px - 8px);
    background-color: #efefef;
  }
  .cid-tyBe25avGg .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-tyBe25avGg .separline .step-wrapper:after {
    left: calc(50% + 8px + 33px);
  }
  .cid-tyBe25avGg .separline.last-child .step-wrapper:after,
  .cid-tyBe25avGg .separline:nth-child(3n) .step-wrapper:after,
  .cid-tyBe25avGg .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-tyBe25avGg .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-tyBak3iA9v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBak3iA9v .mbr-section-btn > * {
  margin: 0;
}
.cid-tyBak3iA9v h4 {
  font-weight: 500;
}
.cid-tyBak3iA9v p {
  color: #232323;
}
.cid-tyBak3iA9v .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tyBak3iA9v .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyBak3iA9v .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyBak3iA9v .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyBak3iA9v .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyBak3iA9v .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyBak3iA9v .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyBak3iA9v .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyBak3iA9v .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyBak3iA9v .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyBak3iA9v .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyBak3iA9v .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tyBak3wowu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBak3wowu .mbr-section-btn > * {
  margin: 0;
}
.cid-tyBak3wowu h4 {
  font-weight: 500;
}
.cid-tyBak3wowu p {
  color: #232323;
}
.cid-tyBak3wowu .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tyBak3wowu .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyBak3wowu .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyBak3wowu .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyBak3wowu .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyBak3wowu .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyBak3wowu .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyBak3wowu .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyBak3wowu .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyBak3wowu .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyBak3wowu .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyBak3wowu .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tyBak4123h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBak4123h .mbr-section-btn > * {
  margin: 0;
}
.cid-tyBak4123h h4 {
  font-weight: 500;
}
.cid-tyBak4123h p {
  color: #232323;
}
.cid-tyBak4123h .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tyBak4123h .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyBak4123h .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyBak4123h .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyBak4123h .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyBak4123h .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyBak4123h .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyBak4123h .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyBak4123h .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyBak4123h .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyBak4123h .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyBak4123h .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tyBak4jb8m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBak4jb8m h2 {
  text-align: left;
}
.cid-tyBak4jb8m h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tyBak4jb8m p {
  color: #767676;
  text-align: left;
}
.cid-tyBak4jb8m .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tyBak4jb8m .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyBak4jb8m .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyBak4jb8m .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyBak4jb8m .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyBak4jb8m .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyBak4jb8m .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyBak4jb8m .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyBak4jb8m .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyBak4jb8m .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyBak4jb8m .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyBak4Bscd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBak4Bscd h2 {
  text-align: left;
}
.cid-tyBak4Bscd h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tyBak4Bscd p {
  color: #767676;
  text-align: left;
}
.cid-tyBak4Bscd .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tyBak4Bscd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyBak4Bscd .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyBak4Bscd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyBak4Bscd .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyBak4Bscd .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyBak4Bscd .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyBak4Bscd .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyBak4Bscd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyBak4Bscd .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyBak4Bscd .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyBak56swC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tyBak56swC .mbr-section-subtitle {
  color: #767676;
}
.cid-tyBak5h4LS {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tyBak5h4LS h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tyBak5h4LS p {
  color: #767676;
  text-align: left;
}
.cid-tyBak5h4LS .card-img {
  text-align: left;
}
.cid-tyBak5h4LS .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tyBak5h4LS .card-title,
.cid-tyBak5h4LS .card-img {
  text-align: center;
}
.cid-tyBak5h4LS P {
  text-align: center;
}
.cid-tyBak5BWal {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tyBak5BWal p {
  margin-bottom: 0;
}
.cid-tyBak5BWal .card-box {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-tyBak5BWal .card-box .card-title {
  pointer-events: all;
}
.cid-tyBak5BWal .card-box .mbr-text {
  pointer-events: all;
}
.cid-tyBak5BWal .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-tyBak5BWal .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tyBak5BWal .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-tyBak5BWal .card-wrap {
  position: relative;
}
.cid-tyBak5BWal .card {
  padding-bottom: 2rem;
}
.cid-tyBak5BWal P {
  color: #767676;
  text-align: left;
}
.cid-tyBak5BWal H4 {
  color: #232323;
}
.cid-tyBak5VtNZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBak5VtNZ h2 {
  text-align: left;
}
.cid-tyBak5VtNZ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tyBak5VtNZ p {
  color: #767676;
  text-align: left;
}
.cid-tyBak5VtNZ .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tyBak5VtNZ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyBak5VtNZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyBak5VtNZ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyBak5VtNZ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyBak5VtNZ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyBak5VtNZ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyBak5VtNZ .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyBak5VtNZ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyBak5VtNZ .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyBak5VtNZ .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyBak6botV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBak6botV h2 {
  text-align: left;
}
.cid-tyBak6botV h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tyBak6botV p {
  color: #767676;
  text-align: left;
}
.cid-tyBak6botV .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tyBak6botV .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyBak6botV .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyBak6botV .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyBak6botV .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyBak6botV .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyBak6botV .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyBak6botV .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyBak6botV .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyBak6botV .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyBak6botV .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyBak6r9vv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tyBak6r9vv h3 {
  font-weight: 300;
}
.cid-tyBak6r9vv .card-img {
  width: initial;
}
.cid-tyBak6r9vv .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tyBak6r9vv .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-tyBak6r9vv .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyBak6r9vv .mbr-section-subtitle {
  color: #767676;
}
.cid-tyBak6r9vv .mbr-text {
  color: #767676;
}
.cid-tyBak6r9vv .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tyBak6r9vv .mbr-al-i-c {
  align-items: center;
}
.cid-tyBak6NVS6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tyBak6NVS6 p {
  margin-bottom: 0;
}
.cid-tyBak6NVS6 .card-box {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-tyBak6NVS6 .card-box .card-title {
  pointer-events: all;
}
.cid-tyBak6NVS6 .card-box .mbr-text {
  pointer-events: all;
}
.cid-tyBak6NVS6 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-tyBak6NVS6 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tyBak6NVS6 .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-tyBak6NVS6 .card-wrap {
  position: relative;
}
.cid-tyBak6NVS6 .card {
  padding-bottom: 2rem;
}
.cid-tyBak6NVS6 P {
  color: #767676;
  text-align: center;
}
.cid-tyBak6NVS6 H4 {
  color: #232323;
}
.cid-tyBk8ixMeq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tyBk8ixMeq p {
  margin-bottom: 0;
}
.cid-tyBk8ixMeq .card-box {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-tyBk8ixMeq .card-box .mbr-text {
  pointer-events: all;
}
.cid-tyBk8ixMeq .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-tyBk8ixMeq .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tyBk8ixMeq .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-tyBk8ixMeq .card-wrap {
  position: relative;
}
.cid-tyBk8ixMeq .card {
  padding-bottom: 2rem;
}
.cid-tyBk8ixMeq P {
  color: #767676;
  text-align: left;
}
.cid-tyBk8ixMeq H4 {
  color: #232323;
  text-align: left;
}
.cid-tyBak79kyG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBak79kyG .mbr-section-btn > * {
  margin: 0;
}
.cid-tyBak79kyG h4 {
  font-weight: 500;
}
.cid-tyBak79kyG p {
  color: #232323;
}
.cid-tyBak79kyG .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tyBak79kyG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tyBak79kyG .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tyBak79kyG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tyBak79kyG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tyBak79kyG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tyBak79kyG .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tyBak79kyG .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tyBak79kyG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tyBak79kyG .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tyBak79kyG .card-img span {
    font-size: 40px !important;
  }
}
.cid-tyBak79kyG .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tyBak7nJO5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tyBak7nJO5 p {
  margin-bottom: 0;
}
.cid-tyBak7nJO5 .card-box {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-tyBak7nJO5 .card-box .card-title {
  pointer-events: all;
}
.cid-tyBak7nJO5 .card-box .mbr-text {
  pointer-events: all;
}
.cid-tyBak7nJO5 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-tyBak7nJO5 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tyBak7nJO5 .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-tyBak7nJO5 .card-wrap {
  position: relative;
}
.cid-tyBak7nJO5 .card {
  padding-bottom: 2rem;
}
.cid-tyBak7nJO5 P {
  color: #767676;
  text-align: center;
}
.cid-tyBak7nJO5 H4 {
  color: #232323;
}
.cid-tyBak7FXeZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tyBak7FXeZ .content {
    text-align: center;
  }
  .cid-tyBak7FXeZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tyBak7FXeZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tyBak7FXeZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tyBak7FXeZ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tyBak7FXeZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tyBak7FXeZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tyBak7FXeZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tyBak7FXeZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tyBak7FXeZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tyBak7FXeZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tyBak7FXeZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyBak7FXeZ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tyBak7FXeZ H5 {
  color: #45505b;
  text-align: left;
}
.cid-tyBak7FXeZ P {
  color: #767676;
}
.cid-tyBak7FXeZ .copyright > p {
  color: #767676;
}
.cid-uWg4CC9K1J {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWg4CC9K1J h3 {
  font-weight: 300;
}
.cid-uWg4CC9K1J .card-img {
  width: initial;
}
.cid-uWg4CC9K1J .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uWg4CC9K1J .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uWg4CC9K1J .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWg4CC9K1J .mbr-section-subtitle {
  color: #767676;
}
.cid-uWg4CC9K1J .mbr-text {
  color: #767676;
}
.cid-uWg4CC9K1J .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uWg4CC9K1J .mbr-al-i-c {
  align-items: center;
}
.cid-uWg4CCCXGy .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uWg4CCCXGy .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uWg4CCCXGy a {
  font-style: normal;
}
.cid-uWg4CCCXGy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uWg4CCCXGy .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uWg4CCCXGy .nav-item:focus,
.cid-uWg4CCCXGy .nav-link:focus {
  outline: none;
}
.cid-uWg4CCCXGy .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uWg4CCCXGy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uWg4CCCXGy .menu-logo {
  margin-right: auto;
}
.cid-uWg4CCCXGy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uWg4CCCXGy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uWg4CCCXGy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uWg4CCCXGy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uWg4CCCXGy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uWg4CCCXGy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uWg4CCCXGy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uWg4CCCXGy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uWg4CCCXGy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWg4CCCXGy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uWg4CCCXGy .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uWg4CCCXGy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uWg4CCCXGy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWg4CCCXGy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uWg4CCCXGy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWg4CCCXGy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uWg4CCCXGy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uWg4CCCXGy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uWg4CCCXGy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uWg4CCCXGy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uWg4CCCXGy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uWg4CCCXGy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uWg4CCCXGy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uWg4CCCXGy button.navbar-toggler:focus {
  outline: none;
}
.cid-uWg4CCCXGy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9f769e;
}
.cid-uWg4CCCXGy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWg4CCCXGy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWg4CCCXGy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWg4CCCXGy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWg4CCCXGy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWg4CCCXGy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWg4CCCXGy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWg4CCCXGy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWg4CCCXGy .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uWg4CCCXGy .collapsed .btn {
  display: flex;
}
.cid-uWg4CCCXGy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uWg4CCCXGy .collapsed .navbar-collapse.collapsing,
.cid-uWg4CCCXGy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uWg4CCCXGy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uWg4CCCXGy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uWg4CCCXGy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uWg4CCCXGy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uWg4CCCXGy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uWg4CCCXGy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uWg4CCCXGy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uWg4CCCXGy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uWg4CCCXGy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uWg4CCCXGy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uWg4CCCXGy .collapsed button.navbar-toggler {
  display: block;
}
.cid-uWg4CCCXGy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uWg4CCCXGy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uWg4CCCXGy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uWg4CCCXGy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uWg4CCCXGy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uWg4CCCXGy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uWg4CCCXGy .navbar-expand {
    flex-direction: column;
  }
  .cid-uWg4CCCXGy img {
    height: 3.8rem !important;
  }
  .cid-uWg4CCCXGy .btn {
    display: flex;
  }
  .cid-uWg4CCCXGy button.navbar-toggler {
    display: block;
  }
  .cid-uWg4CCCXGy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uWg4CCCXGy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uWg4CCCXGy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uWg4CCCXGy .navbar-collapse.collapsing,
  .cid-uWg4CCCXGy .navbar-collapse.show {
    display: block !important;
  }
  .cid-uWg4CCCXGy .navbar-collapse.collapsing .navbar-nav,
  .cid-uWg4CCCXGy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uWg4CCCXGy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uWg4CCCXGy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uWg4CCCXGy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uWg4CCCXGy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWg4CCCXGy .navbar-collapse.collapsing .navbar-buttons,
  .cid-uWg4CCCXGy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uWg4CCCXGy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uWg4CCCXGy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uWg4CCCXGy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uWg4CCCXGy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uWg4CCCXGy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uWg4CCCXGy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uWg4CCCXGy .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uWg4CCCXGy .navbar-collapse {
  flex-basis: auto;
}
.cid-uWg4CCCXGy .nav-link:hover,
.cid-uWg4CCCXGy .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uWg4CCRaTP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uWg4CCRaTP h3 {
  font-weight: 300;
}
.cid-uWg4CCRaTP .card-img {
  width: initial;
}
.cid-uWg4CCRaTP .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uWg4CCRaTP .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-uWg4CCRaTP .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWg4CCRaTP .mbr-section-subtitle {
  color: #767676;
}
.cid-uWg4CCRaTP .mbr-text {
  color: #767676;
}
.cid-uWg4CCRaTP .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uWg4CCRaTP .mbr-al-i-c {
  align-items: center;
}
.cid-uWg6BZGYvR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uWg6BZGYvR .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uWg6BZGYvR .mbr-content-text {
  color: #767676;
}
.cid-uWg6BZGYvR .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uWg6BZGYvR .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-uWg6BZGYvR .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-uWg6BZGYvR .img-text {
  color: #c1c1c1;
}
.cid-uWg7uu9GAT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWg7uu9GAT .mbr-text,
.cid-uWg7uu9GAT blockquote {
  color: #767676;
}
.cid-uWg4CDgTvf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWg4CDgTvf .mbr-section-btn > * {
  margin: 0;
}
.cid-uWg4CDgTvf h4 {
  font-weight: 500;
}
.cid-uWg4CDgTvf p {
  color: #232323;
}
.cid-uWg4CDgTvf .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uWg4CDgTvf .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uWg4CDgTvf .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWg4CDgTvf .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWg4CDgTvf .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uWg4CDgTvf .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uWg4CDgTvf .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uWg4CDgTvf .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uWg4CDgTvf .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uWg4CDgTvf .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uWg4CDgTvf .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWg4CDgTvf .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uWg4CDxNaE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWg4CDxNaE .mbr-section-btn > * {
  margin: 0;
}
.cid-uWg4CDxNaE h4 {
  font-weight: 500;
}
.cid-uWg4CDxNaE p {
  color: #232323;
}
.cid-uWg4CDxNaE .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uWg4CDxNaE .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uWg4CDxNaE .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWg4CDxNaE .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWg4CDxNaE .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uWg4CDxNaE .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uWg4CDxNaE .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uWg4CDxNaE .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uWg4CDxNaE .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uWg4CDxNaE .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uWg4CDxNaE .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWg4CDxNaE .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uWg83tWPGd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWg83tWPGd .mbr-section-btn > * {
  margin: 0;
}
.cid-uWg83tWPGd h4 {
  font-weight: 500;
}
.cid-uWg83tWPGd p {
  color: #232323;
}
.cid-uWg83tWPGd .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uWg83tWPGd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uWg83tWPGd .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWg83tWPGd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWg83tWPGd .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uWg83tWPGd .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uWg83tWPGd .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uWg83tWPGd .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uWg83tWPGd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uWg83tWPGd .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uWg83tWPGd .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWg83tWPGd .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uWg4CDNU51 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWg4CDNU51 .mbr-section-btn > * {
  margin: 0;
}
.cid-uWg4CDNU51 h4 {
  font-weight: 500;
}
.cid-uWg4CDNU51 p {
  color: #232323;
}
.cid-uWg4CDNU51 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uWg4CDNU51 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uWg4CDNU51 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWg4CDNU51 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWg4CDNU51 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uWg4CDNU51 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uWg4CDNU51 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uWg4CDNU51 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uWg4CDNU51 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uWg4CDNU51 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uWg4CDNU51 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWg4CDNU51 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uWg4CE27pf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWg4CE27pf .mbr-section-btn > * {
  margin: 0;
}
.cid-uWg4CE27pf h4 {
  font-weight: 500;
}
.cid-uWg4CE27pf p {
  color: #232323;
}
.cid-uWg4CE27pf .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uWg4CE27pf .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uWg4CE27pf .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWg4CE27pf .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWg4CE27pf .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uWg4CE27pf .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uWg4CE27pf .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uWg4CE27pf .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uWg4CE27pf .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uWg4CE27pf .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uWg4CE27pf .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWg4CE27pf .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uWgnGNTY6d {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWgnGNTY6d h2 {
  text-align: left;
}
.cid-uWgnGNTY6d h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uWgnGNTY6d p {
  color: #767676;
  text-align: left;
}
.cid-uWgnGNTY6d .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uWgnGNTY6d .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uWgnGNTY6d .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWgnGNTY6d .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWgnGNTY6d .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uWgnGNTY6d .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uWgnGNTY6d .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uWgnGNTY6d .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uWgnGNTY6d .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uWgnGNTY6d .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uWgnGNTY6d .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWgnttKKfm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWgnttKKfm h2 {
  text-align: left;
}
.cid-uWgnttKKfm h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uWgnttKKfm p {
  color: #767676;
  text-align: left;
}
.cid-uWgnttKKfm .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uWgnttKKfm .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uWgnttKKfm .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWgnttKKfm .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWgnttKKfm .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uWgnttKKfm .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uWgnttKKfm .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uWgnttKKfm .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uWgnttKKfm .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uWgnttKKfm .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uWgnttKKfm .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWg4CESdRX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWg4CESdRX .mbr-section-btn > * {
  margin: 0;
}
.cid-uWg4CESdRX h4 {
  font-weight: 500;
}
.cid-uWg4CESdRX p {
  color: #232323;
}
.cid-uWg4CESdRX .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uWg4CESdRX .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uWg4CESdRX .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWg4CESdRX .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWg4CESdRX .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uWg4CESdRX .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uWg4CESdRX .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uWg4CESdRX .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uWg4CESdRX .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uWg4CESdRX .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uWg4CESdRX .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWg4CESdRX .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uWgowM6nzG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWgowM6nzG h2 {
  text-align: left;
}
.cid-uWgowM6nzG h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uWgowM6nzG p {
  color: #767676;
  text-align: left;
}
.cid-uWgowM6nzG .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uWgowM6nzG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uWgowM6nzG .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWgowM6nzG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWgowM6nzG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uWgowM6nzG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uWgowM6nzG .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uWgowM6nzG .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uWgowM6nzG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uWgowM6nzG .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uWgowM6nzG .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWgoRE15hS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWgoRE15hS h2 {
  text-align: left;
}
.cid-uWgoRE15hS h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uWgoRE15hS p {
  color: #767676;
  text-align: left;
}
.cid-uWgoRE15hS .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uWgoRE15hS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uWgoRE15hS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWgoRE15hS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWgoRE15hS .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uWgoRE15hS .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uWgoRE15hS .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uWgoRE15hS .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uWgoRE15hS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uWgoRE15hS .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uWgoRE15hS .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWgp69HF9F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWgp69HF9F h2 {
  text-align: left;
}
.cid-uWgp69HF9F h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uWgp69HF9F p {
  color: #767676;
  text-align: left;
}
.cid-uWgp69HF9F .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uWgp69HF9F .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uWgp69HF9F .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWgp69HF9F .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWgp69HF9F .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uWgp69HF9F .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uWgp69HF9F .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uWgp69HF9F .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uWgp69HF9F .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uWgp69HF9F .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uWgp69HF9F .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWgp6DdJIy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWgp6DdJIy h2 {
  text-align: left;
}
.cid-uWgp6DdJIy h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uWgp6DdJIy p {
  color: #767676;
  text-align: left;
}
.cid-uWgp6DdJIy .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uWgp6DdJIy .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uWgp6DdJIy .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWgp6DdJIy .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWgp6DdJIy .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uWgp6DdJIy .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uWgp6DdJIy .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uWgp6DdJIy .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uWgp6DdJIy .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uWgp6DdJIy .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uWgp6DdJIy .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWgp7aAOkG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWgp7aAOkG h2 {
  text-align: left;
}
.cid-uWgp7aAOkG h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uWgp7aAOkG p {
  color: #767676;
  text-align: left;
}
.cid-uWgp7aAOkG .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uWgp7aAOkG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uWgp7aAOkG .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWgp7aAOkG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWgp7aAOkG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uWgp7aAOkG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uWgp7aAOkG .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uWgp7aAOkG .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uWgp7aAOkG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uWgp7aAOkG .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uWgp7aAOkG .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWgqUBQ9PX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWgqUBQ9PX h2 {
  text-align: left;
}
.cid-uWgqUBQ9PX h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uWgqUBQ9PX p {
  color: #767676;
  text-align: left;
}
.cid-uWgqUBQ9PX .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uWgqUBQ9PX .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uWgqUBQ9PX .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWgqUBQ9PX .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWgqUBQ9PX .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uWgqUBQ9PX .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uWgqUBQ9PX .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uWgqUBQ9PX .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uWgqUBQ9PX .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uWgqUBQ9PX .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uWgqUBQ9PX .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWguljEt0o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWguljEt0o .mbr-section-subtitle {
  color: #767676;
}
.cid-uWguljEt0o H2 {
  text-align: center;
}
.cid-uWgtL8WlNx {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uWgtL8WlNx h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uWgtL8WlNx p {
  color: #767676;
  text-align: left;
}
.cid-uWgtL8WlNx .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-uWgtL8WlNx .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-uWgtL8WlNx .card-title {
  margin-bottom: 0;
}
.cid-uWgtL8WlNx .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uWgtL8WlNx .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-uWgtL8WlNx .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWg4CGJ33y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uWg4CGJ33y p {
  margin-bottom: 0;
}
.cid-uWg4CGJ33y .card-box {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-uWg4CGJ33y .card-box .card-title {
  pointer-events: all;
}
.cid-uWg4CGJ33y .card-box .mbr-text {
  pointer-events: all;
}
.cid-uWg4CGJ33y .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-uWg4CGJ33y .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-uWg4CGJ33y .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-uWg4CGJ33y .card-wrap {
  position: relative;
}
.cid-uWg4CGJ33y .card {
  padding-bottom: 2rem;
}
.cid-uWg4CGJ33y P {
  color: #767676;
  text-align: left;
}
.cid-uWg4CGJ33y H4 {
  color: #232323;
}
.cid-uWg4CGJ33y .mbr-section-title {
  text-align: left;
}
.cid-uWg4CIVSdC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uWg4CIVSdC p {
  margin-bottom: 0;
}
.cid-uWg4CIVSdC .card-box {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-uWg4CIVSdC .card-box .card-title {
  pointer-events: all;
}
.cid-uWg4CIVSdC .card-box .mbr-text {
  pointer-events: all;
}
.cid-uWg4CIVSdC .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-uWg4CIVSdC .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-uWg4CIVSdC .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-uWg4CIVSdC .card-wrap {
  position: relative;
}
.cid-uWg4CIVSdC .card {
  padding-bottom: 2rem;
}
.cid-uWg4CIVSdC P {
  color: #767676;
  text-align: left;
}
.cid-uWg4CIVSdC H4 {
  color: #232323;
}
.cid-uWg4CJWlBx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uWg4CJWlBx .content {
    text-align: center;
  }
  .cid-uWg4CJWlBx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWg4CJWlBx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uWg4CJWlBx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uWg4CJWlBx .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uWg4CJWlBx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uWg4CJWlBx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uWg4CJWlBx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uWg4CJWlBx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uWg4CJWlBx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uWg4CJWlBx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uWg4CJWlBx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWg4CJWlBx .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uWg4CJWlBx H5 {
  color: #45505b;
  text-align: left;
}
.cid-uWg4CJWlBx P {
  color: #ec7a32;
}
.cid-uWg4CJWlBx .copyright > p {
  color: #767676;
}
