body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Handlee-Regular';
  font-size: 2.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 {
  font-family: 'Handlee-Regular';
  font-size: 1.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-4 {
  font-family: 'OpenSans-Regular';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Handlee-Regular';
  font-size: 1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Handlee-Regular';
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #465052 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d20019 !important;
  border-color: #d20019 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #850010 !important;
  border-color: #850010 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #850010 !important;
  border-color: #850010 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #6c000d;
  color: #6c000d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #d20019;
  border-color: #d20019;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d20019 !important;
  border-color: #d20019 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #465052 !important;
}
.text-secondary {
  color: #d20019 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #171a1b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6c000d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #465052;
  border-color: #465052;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #465052;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Handlee-Regular';
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #465052;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@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: #465052;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #465052;
}
/* Headers*/
@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: #465052;
  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: #465052;
  border-bottom-color: #465052;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #465052 !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: #d20019 !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='%23465052' %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-rk2TcXoHZ2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rk2TcXoHZ2 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk2TcXoHZ2 .mbr-figure img {
  height: 90%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk2TcXoHZ2 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rk2SWnSsm0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rk2SWnSsm0 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rk2SWnSsm0 .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rk2SWnSsm0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rk2SWnSsm0 ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rk2SWnSsm0 .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rk2SWnSsm0 .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rk2SWnSsm0 .navigation-portrait {
  height: 48px;
}
.cid-rk2SWnSsm0 .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rk2SWnSsm0 .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rk2SWnSsm0 .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rk2SWnSsm0 .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rk2SWnSsm0 .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rk2SWnSsm0 .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rk2SWnSsm0 .align-to-right {
  float: right;
}
.cid-rk2SWnSsm0 .nav-header {
  float: left;
}
.cid-rk2SWnSsm0 .navigation-hidden .nav-header {
  display: none;
}
.cid-rk2SWnSsm0 .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rk2SWnSsm0 .nav-brand:hover,
.cid-rk2SWnSsm0 .nav-brand:focus {
  color: #70998b;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rk2SWnSsm0 .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rk2SWnSsm0 .nav-logo:focus > img {
  outline: initial;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rk2SWnSsm0 .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rk2SWnSsm0 .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rk2SWnSsm0 .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rk2SWnSsm0 .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rk2SWnSsm0 .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rk2SWnSsm0 .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rk2SWnSsm0 .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rk2SWnSsm0 .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rk2SWnSsm0 .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rk2SWnSsm0 .nav-menu > li:hover > a,
.cid-rk2SWnSsm0 .nav-menu > li.active > a,
.cid-rk2SWnSsm0 .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rk2SWnSsm0 .nav-menu > li > a > i,
.cid-rk2SWnSsm0 .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rk2SWnSsm0 .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rk2SWnSsm0 .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rk2SWnSsm0 .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rk2SWnSsm0 .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rk2SWnSsm0 .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rk2SWnSsm0 .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rk2SWnSsm0 .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rk2SWnSsm0 .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rk2SWnSsm0 .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rk2SWnSsm0 .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rk2SWnSsm0 .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rk2SWnSsm0 .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rk2SWnSsm0 .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rk2SWnSsm0 .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rk2SWnSsm0 .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rk2SWnSsm0 .navigation-hidden .nav-search {
  display: none;
}
.cid-rk2SWnSsm0 .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rk2SWnSsm0 .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rk2SWnSsm0 .nav-search-icon:after,
.cid-rk2SWnSsm0 .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rk2SWnSsm0 .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rk2SWnSsm0 .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rk2SWnSsm0 .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rk2SWnSsm0 .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rk2SWnSsm0 .nav-search-inner input[type=text],
.cid-rk2SWnSsm0 .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-search-inner input[type=text],
.cid-rk2SWnSsm0 .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rk2SWnSsm0 .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rk2SWnSsm0 .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rk2SWnSsm0 .nav-button:hover,
.cid-rk2SWnSsm0 .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rk2SWnSsm0 .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rk2SWnSsm0 .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rk2SWnSsm0 .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rk2SWnSsm0 .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rk2SWnSsm0 .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rk2SWnSsm0 .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rk2SWnSsm0 .nav-dropdown > li:hover > a,
.cid-rk2SWnSsm0 .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rk2SWnSsm0 .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rk2SWnSsm0 .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rk2SWnSsm0 .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rk2SWnSsm0 .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rk2SWnSsm0 .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rk2SWnSsm0 .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rk2SWnSsm0 .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rk2SWnSsm0 .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rk2SWnSsm0 .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rk2SWnSsm0 .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rk2SWnSsm0 .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rk2SWnSsm0 .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rk2SWnSsm0 .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rk2SWnSsm0 .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rk2SWnSsm0 .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rk2SWnSsm0 .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rk2SWnSsm0 .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rk2SWnSsm0 .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rk2SWnSsm0 .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rk2SWnSsm0 .megamenu-panel-half {
  width: 50%;
}
.cid-rk2SWnSsm0 .megamenu-panel-quarter {
  width: 25%;
}
.cid-rk2SWnSsm0 .navigation-portrait .megamenu-panel-half,
.cid-rk2SWnSsm0 .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rk2SWnSsm0 .megamenu-panel-row {
  width: 100%;
}
.cid-rk2SWnSsm0 .megamenu-panel-row:before,
.cid-rk2SWnSsm0 .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rk2SWnSsm0 .megamenu-panel-row:after {
  clear: both;
}
.cid-rk2SWnSsm0 .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rk2SWnSsm0 .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rk2SWnSsm0 .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rk2SWnSsm0 .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rk2SWnSsm0 .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rk2SWnSsm0 .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rk2SWnSsm0 .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rk2SWnSsm0 .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rk2SWnSsm0 .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rk2SWnSsm0 .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rk2SWnSsm0 .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rk2SWnSsm0 .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rk2SWnSsm0 .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rk2SWnSsm0 .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rk2SWnSsm0 .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rk2SWnSsm0 .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rk2SWnSsm0 .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rk2SWnSsm0 .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rk2SWnSsm0 .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rk2SWnSsm0 .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rk2SWnSsm0 .megamenu-tabs-nav > li.active a,
.cid-rk2SWnSsm0 .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rk2SWnSsm0 .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rk2SWnSsm0 .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rk2SWnSsm0 .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rk2SWnSsm0 .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rk2SWnSsm0 .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rk2SWnSsm0 .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rk2SWnSsm0 .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rk2SWnSsm0 .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rk2SWnSsm0 .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rk2SWnSsm0 .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rk2SWnSsm0 .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rk2SWnSsm0 .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rk2SWnSsm0 .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rk2SWnSsm0 .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rk2SWnSsm0 .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rk2SWnSsm0 .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rk2SWnSsm0 .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rk2SWnSsm0 w {
  color: #0082c3;
}
.cid-rk2HNoEaT4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk2HNoEaT4 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rk2HNoEaT4 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk2HNoEaT4 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rk8MPsDtkJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rk8MPsDtkJ .card-text,
.cid-rk8MPsDtkJ .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rk8MPsDtkJ .main,
.cid-rk8MPsDtkJ .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #622d04;
}
.cid-rk8MPsDtkJ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rk8MPsDtkJ .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rk8MPsDtkJ .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rk8MPsDtkJ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rk8MPsDtkJ .text-element {
  padding: 3rem 2rem;
}
.cid-rk8MPsDtkJ .mbr-iconfont {
  font-size: 3rem;
  color: #188ef4;
}
.cid-rk8MPsDtkJ .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-rk8MPsDtkJ .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-rk8MPsDtkJ .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-rk8MPsDtkJ .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-rk8MPsDtkJ .image-element,
  .cid-rk8MPsDtkJ .text-element {
    margin-bottom: 0;
  }
  .cid-rk8MPsDtkJ .main:first-child {
    padding-top: 0;
  }
}
.cid-rk8MPsDtkJ .mbr-section-subtitle DIV {
  color: #cc2952;
}
.cid-rk8MPsDtkJ .mbr-section-subtitle {
  color: #cc2952;
}
.cid-rk8MPsDtkJ .mbr-title,
.cid-rk8MPsDtkJ .card-img {
  color: #ffffff;
}
.cid-rk8MPsDtkJ .card-text,
.cid-rk8MPsDtkJ .mbr-section-btn {
  color: #ffffff;
}
.cid-rrveRtwm9Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrveRtwm9Z .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrveRtwm9Z .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrveRtwm9Z .mbr-text {
  color: #444;
}
.cid-rrveRtwm9Z h5 {
  margin-bottom: 0;
}
.cid-rrveRtwm9Z .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrveRtwm9Z .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrveRtwm9Z .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrveRtwm9Z .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrveRtwm9Z .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrveRtwm9Z .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrveRtwm9Z .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrveRtwm9Z .social-list a:hover {
  opacity: .4;
}
.cid-rrveRtwm9Z .media-container-row > div {
  padding: 0px;
}
.cid-rrveRtwm9Z .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrveRtwm9Z .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrveRtwm9Z .group-title SPAN {
  color: #4f4943;
}
.cid-rrveRtwm9Z .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrveRtwm9Z .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrveRtwm9Z .social-list,
  .cid-rrveRtwm9Z .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrveRtwm9Z h3 {
    margin-bottom: 10px;
  }
  .cid-rrveRtwm9Z .navbar-brand {
    text-align: center;
  }
}
.cid-rrveRtwm9Z .links SPAN {
  color: #9e9e9e;
}
.cid-rrvpnNcdbQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvpnNcdbQ .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvpnNcdbQ .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvpnNcdbQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvpnNcdbQ .inner-container {
    width: 100% !important;
  }
}
.cid-rrvpnNcdbQ copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvpnNcdbQ ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3u8IGYn9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3u8IGYn9 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3u8IGYn9 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3u8IGYn9 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruG3ibqGj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruG3ibqGj .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruG3ibqGj .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruG3ibqGj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruG3ibqGj ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruG3ibqGj .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruG3ibqGj .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruG3ibqGj .navigation-portrait {
  height: 48px;
}
.cid-rruG3ibqGj .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruG3ibqGj .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruG3ibqGj .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruG3ibqGj .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruG3ibqGj .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruG3ibqGj .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruG3ibqGj .align-to-right {
  float: right;
}
.cid-rruG3ibqGj .nav-header {
  float: left;
}
.cid-rruG3ibqGj .navigation-hidden .nav-header {
  display: none;
}
.cid-rruG3ibqGj .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruG3ibqGj .nav-brand:hover,
.cid-rruG3ibqGj .nav-brand:focus {
  color: #70998b;
}
.cid-rruG3ibqGj .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruG3ibqGj .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruG3ibqGj .nav-logo:focus > img {
  outline: initial;
}
.cid-rruG3ibqGj .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruG3ibqGj .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruG3ibqGj .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruG3ibqGj .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruG3ibqGj .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruG3ibqGj .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruG3ibqGj .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruG3ibqGj .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruG3ibqGj .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruG3ibqGj .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruG3ibqGj .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruG3ibqGj .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruG3ibqGj .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruG3ibqGj .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruG3ibqGj .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruG3ibqGj .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruG3ibqGj .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruG3ibqGj .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruG3ibqGj .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruG3ibqGj .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruG3ibqGj .nav-menu > li:hover > a,
.cid-rruG3ibqGj .nav-menu > li.active > a,
.cid-rruG3ibqGj .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruG3ibqGj .nav-menu > li > a > i,
.cid-rruG3ibqGj .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruG3ibqGj .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruG3ibqGj .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruG3ibqGj .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruG3ibqGj .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruG3ibqGj .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruG3ibqGj .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruG3ibqGj .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruG3ibqGj .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruG3ibqGj .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruG3ibqGj .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruG3ibqGj .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruG3ibqGj .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruG3ibqGj .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruG3ibqGj .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruG3ibqGj .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruG3ibqGj .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruG3ibqGj .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruG3ibqGj .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruG3ibqGj .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruG3ibqGj .navigation-hidden .nav-search {
  display: none;
}
.cid-rruG3ibqGj .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruG3ibqGj .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruG3ibqGj .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruG3ibqGj .nav-search-icon:after,
.cid-rruG3ibqGj .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruG3ibqGj .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruG3ibqGj .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruG3ibqGj .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruG3ibqGj .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruG3ibqGj .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruG3ibqGj .nav-search-inner input[type=text],
.cid-rruG3ibqGj .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruG3ibqGj .navigation-portrait .nav-search-inner input[type=text],
.cid-rruG3ibqGj .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruG3ibqGj .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruG3ibqGj .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruG3ibqGj .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruG3ibqGj .nav-button:hover,
.cid-rruG3ibqGj .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruG3ibqGj .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruG3ibqGj .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruG3ibqGj .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruG3ibqGj .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruG3ibqGj .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruG3ibqGj .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruG3ibqGj .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruG3ibqGj .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruG3ibqGj .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruG3ibqGj .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruG3ibqGj .nav-dropdown > li:hover > a,
.cid-rruG3ibqGj .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruG3ibqGj .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruG3ibqGj .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruG3ibqGj .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruG3ibqGj .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruG3ibqGj .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruG3ibqGj .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruG3ibqGj .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruG3ibqGj .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruG3ibqGj .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruG3ibqGj .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruG3ibqGj .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruG3ibqGj .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruG3ibqGj .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruG3ibqGj .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruG3ibqGj .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruG3ibqGj .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruG3ibqGj .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruG3ibqGj .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruG3ibqGj .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruG3ibqGj .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruG3ibqGj .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruG3ibqGj .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruG3ibqGj .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruG3ibqGj .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruG3ibqGj .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruG3ibqGj .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruG3ibqGj .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruG3ibqGj .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruG3ibqGj .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruG3ibqGj .megamenu-panel-half {
  width: 50%;
}
.cid-rruG3ibqGj .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruG3ibqGj .navigation-portrait .megamenu-panel-half,
.cid-rruG3ibqGj .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruG3ibqGj .megamenu-panel-row {
  width: 100%;
}
.cid-rruG3ibqGj .megamenu-panel-row:before,
.cid-rruG3ibqGj .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruG3ibqGj .megamenu-panel-row:after {
  clear: both;
}
.cid-rruG3ibqGj .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruG3ibqGj .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruG3ibqGj .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruG3ibqGj .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruG3ibqGj .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruG3ibqGj .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruG3ibqGj .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruG3ibqGj .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruG3ibqGj .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruG3ibqGj .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruG3ibqGj .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruG3ibqGj .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruG3ibqGj .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruG3ibqGj .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruG3ibqGj .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruG3ibqGj .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruG3ibqGj .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruG3ibqGj .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruG3ibqGj .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruG3ibqGj .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruG3ibqGj .megamenu-tabs-nav > li.active a,
.cid-rruG3ibqGj .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruG3ibqGj .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruG3ibqGj .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruG3ibqGj .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruG3ibqGj .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruG3ibqGj .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruG3ibqGj .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruG3ibqGj .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruG3ibqGj .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruG3ibqGj .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruG3ibqGj .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruG3ibqGj .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruG3ibqGj .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruG3ibqGj .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruG3ibqGj .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruG3ibqGj .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruG3ibqGj .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruG3ibqGj .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruG3ibqGj w {
  color: #0082c3;
}
.cid-qZWltPp9Qm {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/p3-2000x1091.jpg");
}
.cid-qZWltPp9Qm h1 {
  color: #616161;
}
.cid-qZWltPp9Qm h2,
.cid-qZWltPp9Qm h3,
.cid-qZWltPp9Qm p {
  color: #767676;
}
.cid-qZWltPp9Qm .mbr-section-subtitle {
  font-style: italic;
}
.cid-qZWltPp9Qm H1 {
  text-align: left;
}
.cid-qZWltPp9Qm H3 {
  text-align: left;
}
.cid-qZWltPp9Qm P {
  text-align: left;
  color: #d20019;
}
.cid-qZWltPp9Qm SPAN {
  color: #465052;
}
.cid-qZWltPp9Qm DIV {
  text-align: left;
}
.cid-rrz9etPzxE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrz9etPzxE .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrz9etPzxE .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrz9etPzxE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrz9etPzxE .inner-container {
    width: 100% !important;
  }
}
.cid-rrz9fwdDFb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrz9fwdDFb .mbr-text {
  color: #767676;
}
.cid-rrz9fwdDFb .mbr-section-subtitle {
  color: #767676;
}
.cid-rrz9fwdDFb .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrz9fwdDFb .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrz9fwdDFb .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrz9fwdDFb .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrz9fwdDFb .card-box {
  padding-bottom: 1rem;
}
.cid-rrz9fwdDFb .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrz9fwdDFb .num,
  .cid-rrz9fwdDFb .card-title,
  .cid-rrz9fwdDFb .mbr-text,
  .cid-rrz9fwdDFb .mbr-title,
  .cid-rrz9fwdDFb .mbr-section-subtitle,
  .cid-rrz9fwdDFb .mbr-section-btn,
  .cid-rrz9fwdDFb .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrz9fwdDFb .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrz9fwdDFb .mbr-section-title {
  text-align: left;
}
.cid-rrz9fwdDFb blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrz9fwdDFb gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrz9fwdDFb orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrz9fwdDFb rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvy0cmCIZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvy0cmCIZ .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvy0cmCIZ .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvy0cmCIZ .mbr-text {
  color: #444;
}
.cid-rrvy0cmCIZ h5 {
  margin-bottom: 0;
}
.cid-rrvy0cmCIZ .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvy0cmCIZ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvy0cmCIZ .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvy0cmCIZ .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvy0cmCIZ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvy0cmCIZ .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvy0cmCIZ .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvy0cmCIZ .social-list a:hover {
  opacity: .4;
}
.cid-rrvy0cmCIZ .media-container-row > div {
  padding: 0px;
}
.cid-rrvy0cmCIZ .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvy0cmCIZ .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvy0cmCIZ .group-title SPAN {
  color: #4f4943;
}
.cid-rrvy0cmCIZ .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvy0cmCIZ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvy0cmCIZ .social-list,
  .cid-rrvy0cmCIZ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvy0cmCIZ h3 {
    margin-bottom: 10px;
  }
  .cid-rrvy0cmCIZ .navbar-brand {
    text-align: center;
  }
}
.cid-rrvy0cmCIZ .links SPAN {
  color: #9e9e9e;
}
.cid-rrvy19wB9y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvy19wB9y .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvy19wB9y .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvy19wB9y .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvy19wB9y .inner-container {
    width: 100% !important;
  }
}
.cid-rrvy19wB9y copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvy19wB9y ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3v5m4UJH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3v5m4UJH .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3v5m4UJH .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3v5m4UJH .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruI0UldEb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruI0UldEb .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruI0UldEb .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruI0UldEb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruI0UldEb ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruI0UldEb .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruI0UldEb .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruI0UldEb .navigation-portrait {
  height: 48px;
}
.cid-rruI0UldEb .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruI0UldEb .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruI0UldEb .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruI0UldEb .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruI0UldEb .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruI0UldEb .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruI0UldEb .align-to-right {
  float: right;
}
.cid-rruI0UldEb .nav-header {
  float: left;
}
.cid-rruI0UldEb .navigation-hidden .nav-header {
  display: none;
}
.cid-rruI0UldEb .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruI0UldEb .nav-brand:hover,
.cid-rruI0UldEb .nav-brand:focus {
  color: #70998b;
}
.cid-rruI0UldEb .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruI0UldEb .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruI0UldEb .nav-logo:focus > img {
  outline: initial;
}
.cid-rruI0UldEb .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruI0UldEb .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruI0UldEb .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruI0UldEb .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruI0UldEb .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruI0UldEb .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruI0UldEb .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruI0UldEb .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruI0UldEb .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruI0UldEb .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruI0UldEb .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruI0UldEb .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruI0UldEb .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruI0UldEb .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruI0UldEb .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruI0UldEb .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruI0UldEb .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruI0UldEb .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruI0UldEb .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruI0UldEb .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruI0UldEb .nav-menu > li:hover > a,
.cid-rruI0UldEb .nav-menu > li.active > a,
.cid-rruI0UldEb .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruI0UldEb .nav-menu > li > a > i,
.cid-rruI0UldEb .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruI0UldEb .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruI0UldEb .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruI0UldEb .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruI0UldEb .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruI0UldEb .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruI0UldEb .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruI0UldEb .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruI0UldEb .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruI0UldEb .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruI0UldEb .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruI0UldEb .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruI0UldEb .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruI0UldEb .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruI0UldEb .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruI0UldEb .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruI0UldEb .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruI0UldEb .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruI0UldEb .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruI0UldEb .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruI0UldEb .navigation-hidden .nav-search {
  display: none;
}
.cid-rruI0UldEb .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruI0UldEb .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruI0UldEb .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruI0UldEb .nav-search-icon:after,
.cid-rruI0UldEb .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruI0UldEb .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruI0UldEb .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruI0UldEb .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruI0UldEb .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruI0UldEb .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruI0UldEb .nav-search-inner input[type=text],
.cid-rruI0UldEb .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruI0UldEb .navigation-portrait .nav-search-inner input[type=text],
.cid-rruI0UldEb .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruI0UldEb .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruI0UldEb .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruI0UldEb .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruI0UldEb .nav-button:hover,
.cid-rruI0UldEb .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruI0UldEb .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruI0UldEb .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruI0UldEb .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruI0UldEb .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruI0UldEb .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruI0UldEb .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruI0UldEb .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruI0UldEb .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruI0UldEb .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruI0UldEb .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruI0UldEb .nav-dropdown > li:hover > a,
.cid-rruI0UldEb .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruI0UldEb .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruI0UldEb .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruI0UldEb .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruI0UldEb .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruI0UldEb .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruI0UldEb .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruI0UldEb .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruI0UldEb .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruI0UldEb .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruI0UldEb .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruI0UldEb .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruI0UldEb .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruI0UldEb .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruI0UldEb .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruI0UldEb .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruI0UldEb .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruI0UldEb .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruI0UldEb .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruI0UldEb .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruI0UldEb .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruI0UldEb .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruI0UldEb .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruI0UldEb .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruI0UldEb .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruI0UldEb .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruI0UldEb .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruI0UldEb .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruI0UldEb .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruI0UldEb .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruI0UldEb .megamenu-panel-half {
  width: 50%;
}
.cid-rruI0UldEb .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruI0UldEb .navigation-portrait .megamenu-panel-half,
.cid-rruI0UldEb .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruI0UldEb .megamenu-panel-row {
  width: 100%;
}
.cid-rruI0UldEb .megamenu-panel-row:before,
.cid-rruI0UldEb .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruI0UldEb .megamenu-panel-row:after {
  clear: both;
}
.cid-rruI0UldEb .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruI0UldEb .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruI0UldEb .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruI0UldEb .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruI0UldEb .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruI0UldEb .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruI0UldEb .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruI0UldEb .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruI0UldEb .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruI0UldEb .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruI0UldEb .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruI0UldEb .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruI0UldEb .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruI0UldEb .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruI0UldEb .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruI0UldEb .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruI0UldEb .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruI0UldEb .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruI0UldEb .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruI0UldEb .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruI0UldEb .megamenu-tabs-nav > li.active a,
.cid-rruI0UldEb .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruI0UldEb .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruI0UldEb .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruI0UldEb .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruI0UldEb .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruI0UldEb .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruI0UldEb .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruI0UldEb .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruI0UldEb .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruI0UldEb .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruI0UldEb .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruI0UldEb .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruI0UldEb .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruI0UldEb .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruI0UldEb .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruI0UldEb .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruI0UldEb .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruI0UldEb .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruI0UldEb w {
  color: #0082c3;
}
.cid-qZYq8U2GbK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mat2-2000x1333.jpg");
}
.cid-qZYq8U2GbK .card-text,
.cid-qZYq8U2GbK .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-qZYq8U2GbK .main,
.cid-qZYq8U2GbK .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #f4f8fa;
}
.cid-qZYq8U2GbK .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qZYq8U2GbK .main-reverse {
  flex-direction: row-reverse;
}
.cid-qZYq8U2GbK .image-element {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-qZYq8U2GbK .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qZYq8U2GbK .text-element {
  padding: 3rem 2rem;
}
.cid-qZYq8U2GbK .mbr-iconfont {
  font-size: 3rem;
  color: #188ef4;
}
.cid-qZYq8U2GbK .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-qZYq8U2GbK .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-qZYq8U2GbK .main-reverse {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-qZYq8U2GbK .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-qZYq8U2GbK .image-element,
  .cid-qZYq8U2GbK .text-element {
    margin-bottom: 0;
  }
  .cid-qZYq8U2GbK .main:first-child {
    padding-top: 0;
  }
}
.cid-qZYq8U2GbK .mbr-section-title {
  color: #ffffff;
}
.cid-qZYq8U2GbK .card-text,
.cid-qZYq8U2GbK .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-qZYq8U2GbK .mbr-title,
.cid-qZYq8U2GbK .card-img {
  text-align: left;
}
.cid-rrvIKF1MAn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvIKF1MAn .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvIKF1MAn .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvIKF1MAn .mbr-text {
  color: #444;
}
.cid-rrvIKF1MAn h5 {
  margin-bottom: 0;
}
.cid-rrvIKF1MAn .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvIKF1MAn .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvIKF1MAn .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvIKF1MAn .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvIKF1MAn .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvIKF1MAn .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvIKF1MAn .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvIKF1MAn .social-list a:hover {
  opacity: .4;
}
.cid-rrvIKF1MAn .media-container-row > div {
  padding: 0px;
}
.cid-rrvIKF1MAn .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvIKF1MAn .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvIKF1MAn .group-title SPAN {
  color: #4f4943;
}
.cid-rrvIKF1MAn .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvIKF1MAn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvIKF1MAn .social-list,
  .cid-rrvIKF1MAn .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvIKF1MAn h3 {
    margin-bottom: 10px;
  }
  .cid-rrvIKF1MAn .navbar-brand {
    text-align: center;
  }
}
.cid-rrvIKF1MAn .links SPAN {
  color: #9e9e9e;
}
.cid-rrvILf7cqn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvILf7cqn .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvILf7cqn .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvILf7cqn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvILf7cqn .inner-container {
    width: 100% !important;
  }
}
.cid-rrvILf7cqn copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvILf7cqn ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3v91jVOE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3v91jVOE .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3v91jVOE .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3v91jVOE .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruIf7Q9rH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruIf7Q9rH .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruIf7Q9rH .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruIf7Q9rH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruIf7Q9rH ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruIf7Q9rH .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruIf7Q9rH .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruIf7Q9rH .navigation-portrait {
  height: 48px;
}
.cid-rruIf7Q9rH .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruIf7Q9rH .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruIf7Q9rH .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruIf7Q9rH .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruIf7Q9rH .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruIf7Q9rH .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruIf7Q9rH .align-to-right {
  float: right;
}
.cid-rruIf7Q9rH .nav-header {
  float: left;
}
.cid-rruIf7Q9rH .navigation-hidden .nav-header {
  display: none;
}
.cid-rruIf7Q9rH .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruIf7Q9rH .nav-brand:hover,
.cid-rruIf7Q9rH .nav-brand:focus {
  color: #70998b;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruIf7Q9rH .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruIf7Q9rH .nav-logo:focus > img {
  outline: initial;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruIf7Q9rH .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruIf7Q9rH .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruIf7Q9rH .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruIf7Q9rH .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruIf7Q9rH .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruIf7Q9rH .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruIf7Q9rH .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruIf7Q9rH .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruIf7Q9rH .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruIf7Q9rH .nav-menu > li:hover > a,
.cid-rruIf7Q9rH .nav-menu > li.active > a,
.cid-rruIf7Q9rH .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruIf7Q9rH .nav-menu > li > a > i,
.cid-rruIf7Q9rH .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruIf7Q9rH .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruIf7Q9rH .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruIf7Q9rH .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruIf7Q9rH .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruIf7Q9rH .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruIf7Q9rH .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruIf7Q9rH .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruIf7Q9rH .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruIf7Q9rH .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruIf7Q9rH .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruIf7Q9rH .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruIf7Q9rH .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruIf7Q9rH .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruIf7Q9rH .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruIf7Q9rH .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruIf7Q9rH .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruIf7Q9rH .navigation-hidden .nav-search {
  display: none;
}
.cid-rruIf7Q9rH .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruIf7Q9rH .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruIf7Q9rH .nav-search-icon:after,
.cid-rruIf7Q9rH .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruIf7Q9rH .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruIf7Q9rH .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruIf7Q9rH .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruIf7Q9rH .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruIf7Q9rH .nav-search-inner input[type=text],
.cid-rruIf7Q9rH .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-search-inner input[type=text],
.cid-rruIf7Q9rH .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruIf7Q9rH .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruIf7Q9rH .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruIf7Q9rH .nav-button:hover,
.cid-rruIf7Q9rH .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruIf7Q9rH .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruIf7Q9rH .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruIf7Q9rH .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruIf7Q9rH .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruIf7Q9rH .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruIf7Q9rH .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruIf7Q9rH .nav-dropdown > li:hover > a,
.cid-rruIf7Q9rH .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruIf7Q9rH .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruIf7Q9rH .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruIf7Q9rH .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruIf7Q9rH .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruIf7Q9rH .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruIf7Q9rH .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruIf7Q9rH .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruIf7Q9rH .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruIf7Q9rH .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruIf7Q9rH .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruIf7Q9rH .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruIf7Q9rH .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruIf7Q9rH .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruIf7Q9rH .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruIf7Q9rH .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruIf7Q9rH .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruIf7Q9rH .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruIf7Q9rH .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruIf7Q9rH .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruIf7Q9rH .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruIf7Q9rH .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruIf7Q9rH .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruIf7Q9rH .megamenu-panel-half {
  width: 50%;
}
.cid-rruIf7Q9rH .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruIf7Q9rH .navigation-portrait .megamenu-panel-half,
.cid-rruIf7Q9rH .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruIf7Q9rH .megamenu-panel-row {
  width: 100%;
}
.cid-rruIf7Q9rH .megamenu-panel-row:before,
.cid-rruIf7Q9rH .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruIf7Q9rH .megamenu-panel-row:after {
  clear: both;
}
.cid-rruIf7Q9rH .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruIf7Q9rH .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruIf7Q9rH .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruIf7Q9rH .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruIf7Q9rH .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruIf7Q9rH .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruIf7Q9rH .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruIf7Q9rH .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruIf7Q9rH .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruIf7Q9rH .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruIf7Q9rH .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruIf7Q9rH .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruIf7Q9rH .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruIf7Q9rH .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruIf7Q9rH .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruIf7Q9rH .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruIf7Q9rH .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruIf7Q9rH .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruIf7Q9rH .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruIf7Q9rH .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruIf7Q9rH .megamenu-tabs-nav > li.active a,
.cid-rruIf7Q9rH .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruIf7Q9rH .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruIf7Q9rH .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruIf7Q9rH .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruIf7Q9rH .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruIf7Q9rH .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruIf7Q9rH .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruIf7Q9rH .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruIf7Q9rH .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruIf7Q9rH .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruIf7Q9rH .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruIf7Q9rH .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruIf7Q9rH .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruIf7Q9rH .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruIf7Q9rH .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruIf7Q9rH .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruIf7Q9rH .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruIf7Q9rH .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruIf7Q9rH w {
  color: #0082c3;
}
.cid-qZYvb5OW1J {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZYvb5OW1J .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-qZYvb5OW1J .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-qZYvb5OW1J .card-img img {
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-qZYvb5OW1J .section-text,
.cid-qZYvb5OW1J .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-qZYvb5OW1J .section-text,
  .cid-qZYvb5OW1J .card-text,
  .cid-qZYvb5OW1J .card-title,
  .cid-qZYvb5OW1J .mbr-section-title {
    text-align: center;
  }
}
.cid-qZYvb5OW1J .section-text DIV {
  color: #5b686b;
}
.cid-qZYvb5OW1J rot {
  color: #d20019;
}
.cid-qZYvb5OW1J .card-text,
.cid-qZYvb5OW1J .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-qZYvb5OW1J .card-title,
.cid-qZYvb5OW1J .card-img {
  text-align: left;
  color: #232323;
}
.cid-qZYvb5OW1J H2 {
  text-align: left;
  color: #622d04;
}
.cid-qZYvb5OW1J .section-text {
  text-align: left;
  color: #5b686b;
}
.cid-rrAJg4LaJM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rrAJg4LaJM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rrAJg4LaJM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rrAJg4LaJM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rrAJg4LaJM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rrAJg4LaJM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrAJg4LaJM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rrAJg4LaJM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rrAJg4LaJM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rrAJg4LaJM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrvIOeujDA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvIOeujDA .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvIOeujDA .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvIOeujDA .mbr-text {
  color: #444;
}
.cid-rrvIOeujDA h5 {
  margin-bottom: 0;
}
.cid-rrvIOeujDA .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvIOeujDA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvIOeujDA .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvIOeujDA .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvIOeujDA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvIOeujDA .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvIOeujDA .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvIOeujDA .social-list a:hover {
  opacity: .4;
}
.cid-rrvIOeujDA .media-container-row > div {
  padding: 0px;
}
.cid-rrvIOeujDA .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvIOeujDA .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvIOeujDA .group-title SPAN {
  color: #4f4943;
}
.cid-rrvIOeujDA .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvIOeujDA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvIOeujDA .social-list,
  .cid-rrvIOeujDA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvIOeujDA h3 {
    margin-bottom: 10px;
  }
  .cid-rrvIOeujDA .navbar-brand {
    text-align: center;
  }
}
.cid-rrvIOeujDA .links SPAN {
  color: #9e9e9e;
}
.cid-rrvIOH2ZAn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvIOH2ZAn .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvIOH2ZAn .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvIOH2ZAn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvIOH2ZAn .inner-container {
    width: 100% !important;
  }
}
.cid-rrvIOH2ZAn copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvIOH2ZAn ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3vcJbp0w {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3vcJbp0w .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3vcJbp0w .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3vcJbp0w .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruIqgA5gS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruIqgA5gS .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruIqgA5gS .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruIqgA5gS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruIqgA5gS ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruIqgA5gS .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruIqgA5gS .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruIqgA5gS .navigation-portrait {
  height: 48px;
}
.cid-rruIqgA5gS .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruIqgA5gS .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruIqgA5gS .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruIqgA5gS .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruIqgA5gS .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruIqgA5gS .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruIqgA5gS .align-to-right {
  float: right;
}
.cid-rruIqgA5gS .nav-header {
  float: left;
}
.cid-rruIqgA5gS .navigation-hidden .nav-header {
  display: none;
}
.cid-rruIqgA5gS .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruIqgA5gS .nav-brand:hover,
.cid-rruIqgA5gS .nav-brand:focus {
  color: #70998b;
}
.cid-rruIqgA5gS .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruIqgA5gS .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruIqgA5gS .nav-logo:focus > img {
  outline: initial;
}
.cid-rruIqgA5gS .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruIqgA5gS .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruIqgA5gS .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruIqgA5gS .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruIqgA5gS .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruIqgA5gS .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruIqgA5gS .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruIqgA5gS .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruIqgA5gS .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruIqgA5gS .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruIqgA5gS .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruIqgA5gS .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruIqgA5gS .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruIqgA5gS .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruIqgA5gS .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruIqgA5gS .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruIqgA5gS .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruIqgA5gS .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruIqgA5gS .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruIqgA5gS .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruIqgA5gS .nav-menu > li:hover > a,
.cid-rruIqgA5gS .nav-menu > li.active > a,
.cid-rruIqgA5gS .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruIqgA5gS .nav-menu > li > a > i,
.cid-rruIqgA5gS .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruIqgA5gS .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruIqgA5gS .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruIqgA5gS .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruIqgA5gS .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruIqgA5gS .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruIqgA5gS .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruIqgA5gS .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruIqgA5gS .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruIqgA5gS .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruIqgA5gS .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruIqgA5gS .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruIqgA5gS .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruIqgA5gS .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruIqgA5gS .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruIqgA5gS .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruIqgA5gS .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruIqgA5gS .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruIqgA5gS .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruIqgA5gS .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruIqgA5gS .navigation-hidden .nav-search {
  display: none;
}
.cid-rruIqgA5gS .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruIqgA5gS .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruIqgA5gS .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruIqgA5gS .nav-search-icon:after,
.cid-rruIqgA5gS .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruIqgA5gS .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruIqgA5gS .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruIqgA5gS .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruIqgA5gS .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruIqgA5gS .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruIqgA5gS .nav-search-inner input[type=text],
.cid-rruIqgA5gS .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruIqgA5gS .navigation-portrait .nav-search-inner input[type=text],
.cid-rruIqgA5gS .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruIqgA5gS .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruIqgA5gS .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruIqgA5gS .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruIqgA5gS .nav-button:hover,
.cid-rruIqgA5gS .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruIqgA5gS .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruIqgA5gS .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruIqgA5gS .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruIqgA5gS .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruIqgA5gS .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruIqgA5gS .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruIqgA5gS .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruIqgA5gS .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruIqgA5gS .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruIqgA5gS .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruIqgA5gS .nav-dropdown > li:hover > a,
.cid-rruIqgA5gS .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruIqgA5gS .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruIqgA5gS .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruIqgA5gS .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruIqgA5gS .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruIqgA5gS .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruIqgA5gS .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruIqgA5gS .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruIqgA5gS .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruIqgA5gS .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruIqgA5gS .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruIqgA5gS .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruIqgA5gS .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruIqgA5gS .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruIqgA5gS .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruIqgA5gS .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruIqgA5gS .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruIqgA5gS .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruIqgA5gS .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruIqgA5gS .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruIqgA5gS .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruIqgA5gS .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruIqgA5gS .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruIqgA5gS .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruIqgA5gS .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruIqgA5gS .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruIqgA5gS .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruIqgA5gS .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruIqgA5gS .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruIqgA5gS .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruIqgA5gS .megamenu-panel-half {
  width: 50%;
}
.cid-rruIqgA5gS .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruIqgA5gS .navigation-portrait .megamenu-panel-half,
.cid-rruIqgA5gS .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruIqgA5gS .megamenu-panel-row {
  width: 100%;
}
.cid-rruIqgA5gS .megamenu-panel-row:before,
.cid-rruIqgA5gS .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruIqgA5gS .megamenu-panel-row:after {
  clear: both;
}
.cid-rruIqgA5gS .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruIqgA5gS .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruIqgA5gS .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruIqgA5gS .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruIqgA5gS .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruIqgA5gS .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruIqgA5gS .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruIqgA5gS .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruIqgA5gS .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruIqgA5gS .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruIqgA5gS .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruIqgA5gS .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruIqgA5gS .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruIqgA5gS .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruIqgA5gS .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruIqgA5gS .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruIqgA5gS .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruIqgA5gS .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruIqgA5gS .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruIqgA5gS .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruIqgA5gS .megamenu-tabs-nav > li.active a,
.cid-rruIqgA5gS .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruIqgA5gS .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruIqgA5gS .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruIqgA5gS .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruIqgA5gS .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruIqgA5gS .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruIqgA5gS .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruIqgA5gS .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruIqgA5gS .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruIqgA5gS .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruIqgA5gS .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruIqgA5gS .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruIqgA5gS .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruIqgA5gS .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruIqgA5gS .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruIqgA5gS .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruIqgA5gS .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruIqgA5gS .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruIqgA5gS w {
  color: #0082c3;
}
.cid-qZYApBcynB {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-qZYApBcynB .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-qZYApBcynB .mbr-text {
  color: #8d97ad;
}
.cid-qZYApBcynB .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 3px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-qZYApBcynB .mbr-text,
.cid-qZYApBcynB .mbr-section-btn {
  color: #232323;
}
.cid-rrvIS6Xquy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvIS6Xquy .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvIS6Xquy .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvIS6Xquy .mbr-text {
  color: #444;
}
.cid-rrvIS6Xquy h5 {
  margin-bottom: 0;
}
.cid-rrvIS6Xquy .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvIS6Xquy .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvIS6Xquy .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvIS6Xquy .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvIS6Xquy .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvIS6Xquy .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvIS6Xquy .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvIS6Xquy .social-list a:hover {
  opacity: .4;
}
.cid-rrvIS6Xquy .media-container-row > div {
  padding: 0px;
}
.cid-rrvIS6Xquy .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvIS6Xquy .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvIS6Xquy .group-title SPAN {
  color: #4f4943;
}
.cid-rrvIS6Xquy .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvIS6Xquy .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvIS6Xquy .social-list,
  .cid-rrvIS6Xquy .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvIS6Xquy h3 {
    margin-bottom: 10px;
  }
  .cid-rrvIS6Xquy .navbar-brand {
    text-align: center;
  }
}
.cid-rrvIS6Xquy .links SPAN {
  color: #9e9e9e;
}
.cid-rrvISKUxvx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvISKUxvx .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvISKUxvx .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvISKUxvx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvISKUxvx .inner-container {
    width: 100% !important;
  }
}
.cid-rrvISKUxvx copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvISKUxvx ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3vgscCs9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3vgscCs9 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3vgscCs9 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3vgscCs9 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruIA3T5w2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruIA3T5w2 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruIA3T5w2 .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruIA3T5w2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruIA3T5w2 ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruIA3T5w2 .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruIA3T5w2 .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruIA3T5w2 .navigation-portrait {
  height: 48px;
}
.cid-rruIA3T5w2 .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruIA3T5w2 .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruIA3T5w2 .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruIA3T5w2 .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruIA3T5w2 .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruIA3T5w2 .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruIA3T5w2 .align-to-right {
  float: right;
}
.cid-rruIA3T5w2 .nav-header {
  float: left;
}
.cid-rruIA3T5w2 .navigation-hidden .nav-header {
  display: none;
}
.cid-rruIA3T5w2 .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruIA3T5w2 .nav-brand:hover,
.cid-rruIA3T5w2 .nav-brand:focus {
  color: #70998b;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruIA3T5w2 .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruIA3T5w2 .nav-logo:focus > img {
  outline: initial;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruIA3T5w2 .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruIA3T5w2 .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruIA3T5w2 .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruIA3T5w2 .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruIA3T5w2 .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruIA3T5w2 .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruIA3T5w2 .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruIA3T5w2 .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruIA3T5w2 .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruIA3T5w2 .nav-menu > li:hover > a,
.cid-rruIA3T5w2 .nav-menu > li.active > a,
.cid-rruIA3T5w2 .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruIA3T5w2 .nav-menu > li > a > i,
.cid-rruIA3T5w2 .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruIA3T5w2 .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruIA3T5w2 .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruIA3T5w2 .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruIA3T5w2 .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruIA3T5w2 .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruIA3T5w2 .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruIA3T5w2 .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruIA3T5w2 .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruIA3T5w2 .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruIA3T5w2 .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruIA3T5w2 .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruIA3T5w2 .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruIA3T5w2 .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruIA3T5w2 .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruIA3T5w2 .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruIA3T5w2 .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruIA3T5w2 .navigation-hidden .nav-search {
  display: none;
}
.cid-rruIA3T5w2 .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruIA3T5w2 .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruIA3T5w2 .nav-search-icon:after,
.cid-rruIA3T5w2 .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruIA3T5w2 .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruIA3T5w2 .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruIA3T5w2 .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruIA3T5w2 .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruIA3T5w2 .nav-search-inner input[type=text],
.cid-rruIA3T5w2 .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-search-inner input[type=text],
.cid-rruIA3T5w2 .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruIA3T5w2 .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruIA3T5w2 .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruIA3T5w2 .nav-button:hover,
.cid-rruIA3T5w2 .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruIA3T5w2 .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruIA3T5w2 .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruIA3T5w2 .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruIA3T5w2 .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruIA3T5w2 .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruIA3T5w2 .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruIA3T5w2 .nav-dropdown > li:hover > a,
.cid-rruIA3T5w2 .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruIA3T5w2 .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruIA3T5w2 .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruIA3T5w2 .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruIA3T5w2 .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruIA3T5w2 .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruIA3T5w2 .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruIA3T5w2 .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruIA3T5w2 .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruIA3T5w2 .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruIA3T5w2 .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruIA3T5w2 .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruIA3T5w2 .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruIA3T5w2 .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruIA3T5w2 .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruIA3T5w2 .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruIA3T5w2 .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruIA3T5w2 .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruIA3T5w2 .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruIA3T5w2 .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruIA3T5w2 .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruIA3T5w2 .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruIA3T5w2 .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruIA3T5w2 .megamenu-panel-half {
  width: 50%;
}
.cid-rruIA3T5w2 .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruIA3T5w2 .navigation-portrait .megamenu-panel-half,
.cid-rruIA3T5w2 .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruIA3T5w2 .megamenu-panel-row {
  width: 100%;
}
.cid-rruIA3T5w2 .megamenu-panel-row:before,
.cid-rruIA3T5w2 .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruIA3T5w2 .megamenu-panel-row:after {
  clear: both;
}
.cid-rruIA3T5w2 .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruIA3T5w2 .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruIA3T5w2 .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruIA3T5w2 .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruIA3T5w2 .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruIA3T5w2 .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruIA3T5w2 .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruIA3T5w2 .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruIA3T5w2 .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruIA3T5w2 .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruIA3T5w2 .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruIA3T5w2 .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruIA3T5w2 .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruIA3T5w2 .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruIA3T5w2 .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruIA3T5w2 .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruIA3T5w2 .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruIA3T5w2 .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruIA3T5w2 .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruIA3T5w2 .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruIA3T5w2 .megamenu-tabs-nav > li.active a,
.cid-rruIA3T5w2 .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruIA3T5w2 .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruIA3T5w2 .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruIA3T5w2 .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruIA3T5w2 .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruIA3T5w2 .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruIA3T5w2 .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruIA3T5w2 .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruIA3T5w2 .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruIA3T5w2 .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruIA3T5w2 .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruIA3T5w2 .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruIA3T5w2 .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruIA3T5w2 .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruIA3T5w2 .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruIA3T5w2 .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruIA3T5w2 .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruIA3T5w2 .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruIA3T5w2 w {
  color: #0082c3;
}
.cid-rk3ETCq8oB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rk3ETCq8oB .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rk3ETCq8oB .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rk3ETCq8oB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rk3ETCq8oB .inner-container {
    width: 100% !important;
  }
}
.cid-rrA0QGrkiC {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrA0QGrkiC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rrA0QGrkiC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rrA0QGrkiC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rrA0QGrkiC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rrA0QGrkiC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrA0QGrkiC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rrA0QGrkiC .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rrA0QGrkiC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rrA0QGrkiC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrvIVGoi3i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvIVGoi3i .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvIVGoi3i .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvIVGoi3i .mbr-text {
  color: #444;
}
.cid-rrvIVGoi3i h5 {
  margin-bottom: 0;
}
.cid-rrvIVGoi3i .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvIVGoi3i .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvIVGoi3i .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvIVGoi3i .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvIVGoi3i .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvIVGoi3i .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvIVGoi3i .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvIVGoi3i .social-list a:hover {
  opacity: .4;
}
.cid-rrvIVGoi3i .media-container-row > div {
  padding: 0px;
}
.cid-rrvIVGoi3i .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvIVGoi3i .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvIVGoi3i .group-title SPAN {
  color: #4f4943;
}
.cid-rrvIVGoi3i .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvIVGoi3i .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvIVGoi3i .social-list,
  .cid-rrvIVGoi3i .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvIVGoi3i h3 {
    margin-bottom: 10px;
  }
  .cid-rrvIVGoi3i .navbar-brand {
    text-align: center;
  }
}
.cid-rrvIVGoi3i .links SPAN {
  color: #9e9e9e;
}
.cid-rrvIWjD38H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvIWjD38H .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvIWjD38H .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvIWjD38H .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvIWjD38H .inner-container {
    width: 100% !important;
  }
}
.cid-rrvIWjD38H copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvIWjD38H ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3vmWqLXR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3vmWqLXR .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3vmWqLXR .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3vmWqLXR .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruILoIlXL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruILoIlXL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruILoIlXL .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruILoIlXL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruILoIlXL ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruILoIlXL .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruILoIlXL .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruILoIlXL .navigation-portrait {
  height: 48px;
}
.cid-rruILoIlXL .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruILoIlXL .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruILoIlXL .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruILoIlXL .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruILoIlXL .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruILoIlXL .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruILoIlXL .align-to-right {
  float: right;
}
.cid-rruILoIlXL .nav-header {
  float: left;
}
.cid-rruILoIlXL .navigation-hidden .nav-header {
  display: none;
}
.cid-rruILoIlXL .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruILoIlXL .nav-brand:hover,
.cid-rruILoIlXL .nav-brand:focus {
  color: #70998b;
}
.cid-rruILoIlXL .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruILoIlXL .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruILoIlXL .nav-logo:focus > img {
  outline: initial;
}
.cid-rruILoIlXL .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruILoIlXL .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruILoIlXL .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruILoIlXL .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruILoIlXL .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruILoIlXL .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruILoIlXL .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruILoIlXL .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruILoIlXL .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruILoIlXL .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruILoIlXL .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruILoIlXL .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruILoIlXL .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruILoIlXL .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruILoIlXL .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruILoIlXL .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruILoIlXL .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruILoIlXL .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruILoIlXL .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruILoIlXL .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruILoIlXL .nav-menu > li:hover > a,
.cid-rruILoIlXL .nav-menu > li.active > a,
.cid-rruILoIlXL .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruILoIlXL .nav-menu > li > a > i,
.cid-rruILoIlXL .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruILoIlXL .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruILoIlXL .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruILoIlXL .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruILoIlXL .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruILoIlXL .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruILoIlXL .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruILoIlXL .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruILoIlXL .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruILoIlXL .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruILoIlXL .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruILoIlXL .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruILoIlXL .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruILoIlXL .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruILoIlXL .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruILoIlXL .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruILoIlXL .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruILoIlXL .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruILoIlXL .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruILoIlXL .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruILoIlXL .navigation-hidden .nav-search {
  display: none;
}
.cid-rruILoIlXL .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruILoIlXL .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruILoIlXL .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruILoIlXL .nav-search-icon:after,
.cid-rruILoIlXL .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruILoIlXL .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruILoIlXL .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruILoIlXL .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruILoIlXL .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruILoIlXL .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruILoIlXL .nav-search-inner input[type=text],
.cid-rruILoIlXL .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruILoIlXL .navigation-portrait .nav-search-inner input[type=text],
.cid-rruILoIlXL .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruILoIlXL .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruILoIlXL .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruILoIlXL .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruILoIlXL .nav-button:hover,
.cid-rruILoIlXL .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruILoIlXL .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruILoIlXL .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruILoIlXL .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruILoIlXL .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruILoIlXL .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruILoIlXL .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruILoIlXL .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruILoIlXL .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruILoIlXL .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruILoIlXL .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruILoIlXL .nav-dropdown > li:hover > a,
.cid-rruILoIlXL .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruILoIlXL .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruILoIlXL .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruILoIlXL .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruILoIlXL .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruILoIlXL .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruILoIlXL .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruILoIlXL .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruILoIlXL .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruILoIlXL .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruILoIlXL .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruILoIlXL .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruILoIlXL .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruILoIlXL .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruILoIlXL .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruILoIlXL .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruILoIlXL .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruILoIlXL .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruILoIlXL .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruILoIlXL .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruILoIlXL .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruILoIlXL .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruILoIlXL .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruILoIlXL .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruILoIlXL .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruILoIlXL .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruILoIlXL .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruILoIlXL .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruILoIlXL .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruILoIlXL .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruILoIlXL .megamenu-panel-half {
  width: 50%;
}
.cid-rruILoIlXL .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruILoIlXL .navigation-portrait .megamenu-panel-half,
.cid-rruILoIlXL .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruILoIlXL .megamenu-panel-row {
  width: 100%;
}
.cid-rruILoIlXL .megamenu-panel-row:before,
.cid-rruILoIlXL .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruILoIlXL .megamenu-panel-row:after {
  clear: both;
}
.cid-rruILoIlXL .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruILoIlXL .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruILoIlXL .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruILoIlXL .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruILoIlXL .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruILoIlXL .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruILoIlXL .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruILoIlXL .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruILoIlXL .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruILoIlXL .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruILoIlXL .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruILoIlXL .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruILoIlXL .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruILoIlXL .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruILoIlXL .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruILoIlXL .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruILoIlXL .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruILoIlXL .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruILoIlXL .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruILoIlXL .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruILoIlXL .megamenu-tabs-nav > li.active a,
.cid-rruILoIlXL .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruILoIlXL .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruILoIlXL .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruILoIlXL .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruILoIlXL .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruILoIlXL .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruILoIlXL .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruILoIlXL .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruILoIlXL .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruILoIlXL .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruILoIlXL .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruILoIlXL .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruILoIlXL .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruILoIlXL .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruILoIlXL .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruILoIlXL .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruILoIlXL .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruILoIlXL .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruILoIlXL w {
  color: #0082c3;
}
.cid-r5k0xPNUVu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r5k0xPNUVu .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r5k0xPNUVu .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #d20019;
}
.cid-r5k0xPNUVu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r5k0xPNUVu .inner-container {
    width: 100% !important;
  }
}
.cid-qZYGNXRjje {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qZYGNXRjje .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qZYGNXRjje .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-qZYGNXRjje .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qZYGNXRjje .inner-container {
    width: 100% !important;
  }
}
.cid-qZYHDtEA1y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZYHDtEA1y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qZYHDtEA1y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qZYHDtEA1y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qZYHDtEA1y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qZYHDtEA1y .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-qZYHDtEA1y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qZYHDtEA1y .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qZYHDtEA1y .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qZYHDtEA1y .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-rrvIZIywik {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvIZIywik .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvIZIywik .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvIZIywik .mbr-text {
  color: #444;
}
.cid-rrvIZIywik h5 {
  margin-bottom: 0;
}
.cid-rrvIZIywik .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvIZIywik .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvIZIywik .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvIZIywik .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvIZIywik .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvIZIywik .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvIZIywik .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvIZIywik .social-list a:hover {
  opacity: .4;
}
.cid-rrvIZIywik .media-container-row > div {
  padding: 0px;
}
.cid-rrvIZIywik .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvIZIywik .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvIZIywik .group-title SPAN {
  color: #4f4943;
}
.cid-rrvIZIywik .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvIZIywik .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvIZIywik .social-list,
  .cid-rrvIZIywik .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvIZIywik h3 {
    margin-bottom: 10px;
  }
  .cid-rrvIZIywik .navbar-brand {
    text-align: center;
  }
}
.cid-rrvIZIywik .links SPAN {
  color: #9e9e9e;
}
.cid-rrvJ0poMJW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvJ0poMJW .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvJ0poMJW .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvJ0poMJW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvJ0poMJW .inner-container {
    width: 100% !important;
  }
}
.cid-rrvJ0poMJW copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvJ0poMJW ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3vB4gPB9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3vB4gPB9 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3vB4gPB9 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3vB4gPB9 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruJk1op2b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruJk1op2b .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruJk1op2b .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruJk1op2b .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruJk1op2b ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruJk1op2b .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruJk1op2b .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruJk1op2b .navigation-portrait {
  height: 48px;
}
.cid-rruJk1op2b .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruJk1op2b .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruJk1op2b .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruJk1op2b .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruJk1op2b .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruJk1op2b .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruJk1op2b .align-to-right {
  float: right;
}
.cid-rruJk1op2b .nav-header {
  float: left;
}
.cid-rruJk1op2b .navigation-hidden .nav-header {
  display: none;
}
.cid-rruJk1op2b .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruJk1op2b .nav-brand:hover,
.cid-rruJk1op2b .nav-brand:focus {
  color: #70998b;
}
.cid-rruJk1op2b .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruJk1op2b .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruJk1op2b .nav-logo:focus > img {
  outline: initial;
}
.cid-rruJk1op2b .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruJk1op2b .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruJk1op2b .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruJk1op2b .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruJk1op2b .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruJk1op2b .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruJk1op2b .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruJk1op2b .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruJk1op2b .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruJk1op2b .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruJk1op2b .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruJk1op2b .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruJk1op2b .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruJk1op2b .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruJk1op2b .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruJk1op2b .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruJk1op2b .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruJk1op2b .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruJk1op2b .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruJk1op2b .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruJk1op2b .nav-menu > li:hover > a,
.cid-rruJk1op2b .nav-menu > li.active > a,
.cid-rruJk1op2b .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruJk1op2b .nav-menu > li > a > i,
.cid-rruJk1op2b .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruJk1op2b .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruJk1op2b .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruJk1op2b .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruJk1op2b .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruJk1op2b .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruJk1op2b .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruJk1op2b .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruJk1op2b .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruJk1op2b .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruJk1op2b .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruJk1op2b .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruJk1op2b .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruJk1op2b .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruJk1op2b .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruJk1op2b .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruJk1op2b .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruJk1op2b .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruJk1op2b .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruJk1op2b .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruJk1op2b .navigation-hidden .nav-search {
  display: none;
}
.cid-rruJk1op2b .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruJk1op2b .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruJk1op2b .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruJk1op2b .nav-search-icon:after,
.cid-rruJk1op2b .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruJk1op2b .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruJk1op2b .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruJk1op2b .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruJk1op2b .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruJk1op2b .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruJk1op2b .nav-search-inner input[type=text],
.cid-rruJk1op2b .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruJk1op2b .navigation-portrait .nav-search-inner input[type=text],
.cid-rruJk1op2b .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruJk1op2b .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruJk1op2b .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruJk1op2b .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruJk1op2b .nav-button:hover,
.cid-rruJk1op2b .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruJk1op2b .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruJk1op2b .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruJk1op2b .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruJk1op2b .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruJk1op2b .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruJk1op2b .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruJk1op2b .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruJk1op2b .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruJk1op2b .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruJk1op2b .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruJk1op2b .nav-dropdown > li:hover > a,
.cid-rruJk1op2b .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruJk1op2b .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruJk1op2b .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruJk1op2b .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruJk1op2b .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruJk1op2b .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruJk1op2b .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruJk1op2b .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruJk1op2b .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruJk1op2b .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruJk1op2b .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruJk1op2b .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruJk1op2b .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruJk1op2b .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruJk1op2b .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruJk1op2b .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruJk1op2b .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruJk1op2b .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruJk1op2b .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruJk1op2b .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruJk1op2b .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruJk1op2b .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruJk1op2b .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruJk1op2b .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruJk1op2b .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruJk1op2b .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruJk1op2b .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruJk1op2b .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruJk1op2b .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruJk1op2b .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruJk1op2b .megamenu-panel-half {
  width: 50%;
}
.cid-rruJk1op2b .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruJk1op2b .navigation-portrait .megamenu-panel-half,
.cid-rruJk1op2b .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruJk1op2b .megamenu-panel-row {
  width: 100%;
}
.cid-rruJk1op2b .megamenu-panel-row:before,
.cid-rruJk1op2b .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruJk1op2b .megamenu-panel-row:after {
  clear: both;
}
.cid-rruJk1op2b .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruJk1op2b .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruJk1op2b .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruJk1op2b .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruJk1op2b .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruJk1op2b .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruJk1op2b .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruJk1op2b .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruJk1op2b .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruJk1op2b .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruJk1op2b .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruJk1op2b .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruJk1op2b .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruJk1op2b .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruJk1op2b .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruJk1op2b .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruJk1op2b .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruJk1op2b .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruJk1op2b .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruJk1op2b .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruJk1op2b .megamenu-tabs-nav > li.active a,
.cid-rruJk1op2b .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruJk1op2b .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruJk1op2b .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruJk1op2b .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruJk1op2b .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruJk1op2b .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruJk1op2b .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruJk1op2b .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruJk1op2b .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruJk1op2b .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruJk1op2b .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruJk1op2b .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruJk1op2b .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruJk1op2b .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruJk1op2b .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruJk1op2b .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruJk1op2b .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruJk1op2b .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruJk1op2b w {
  color: #0082c3;
}
.cid-r5k13MJoG6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r5k13MJoG6 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r5k13MJoG6 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #d20019;
}
.cid-r5k13MJoG6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r5k13MJoG6 .inner-container {
    width: 100% !important;
  }
}
.cid-qZYLu1Ncoh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qZYLu1Ncoh .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qZYLu1Ncoh .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-qZYLu1Ncoh .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qZYLu1Ncoh .inner-container {
    width: 100% !important;
  }
}
.cid-qZYLPTJZYN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZYLPTJZYN .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qZYLPTJZYN .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-qZYLPTJZYN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qZYLPTJZYN .inner-container {
    width: 100% !important;
  }
}
.cid-qZYLTIQpV4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZYLTIQpV4 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qZYLTIQpV4 .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-qZYLTIQpV4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qZYLTIQpV4 .inner-container {
    width: 100% !important;
  }
}
.cid-qZYMRIcgzd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZYMRIcgzd .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qZYMRIcgzd .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-qZYMRIcgzd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qZYMRIcgzd .inner-container {
    width: 100% !important;
  }
}
.cid-qZYMYeRZvS {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qZYMYeRZvS .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qZYMYeRZvS .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-qZYMYeRZvS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qZYMYeRZvS .inner-container {
    width: 100% !important;
  }
}
.cid-rrvJadLwgp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvJadLwgp .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvJadLwgp .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvJadLwgp .mbr-text {
  color: #444;
}
.cid-rrvJadLwgp h5 {
  margin-bottom: 0;
}
.cid-rrvJadLwgp .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvJadLwgp .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvJadLwgp .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvJadLwgp .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvJadLwgp .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvJadLwgp .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvJadLwgp .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvJadLwgp .social-list a:hover {
  opacity: .4;
}
.cid-rrvJadLwgp .media-container-row > div {
  padding: 0px;
}
.cid-rrvJadLwgp .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvJadLwgp .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvJadLwgp .group-title SPAN {
  color: #4f4943;
}
.cid-rrvJadLwgp .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvJadLwgp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvJadLwgp .social-list,
  .cid-rrvJadLwgp .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvJadLwgp h3 {
    margin-bottom: 10px;
  }
  .cid-rrvJadLwgp .navbar-brand {
    text-align: center;
  }
}
.cid-rrvJadLwgp .links SPAN {
  color: #9e9e9e;
}
.cid-rrvJaIXjAb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvJaIXjAb .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvJaIXjAb .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvJaIXjAb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvJaIXjAb .inner-container {
    width: 100% !important;
  }
}
.cid-rrvJaIXjAb copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvJaIXjAb ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3vFeeovX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3vFeeovX .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3vFeeovX .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3vFeeovX .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruJnoi3SE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruJnoi3SE .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruJnoi3SE .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruJnoi3SE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruJnoi3SE ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruJnoi3SE .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruJnoi3SE .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruJnoi3SE .navigation-portrait {
  height: 48px;
}
.cid-rruJnoi3SE .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruJnoi3SE .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruJnoi3SE .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruJnoi3SE .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruJnoi3SE .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruJnoi3SE .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruJnoi3SE .align-to-right {
  float: right;
}
.cid-rruJnoi3SE .nav-header {
  float: left;
}
.cid-rruJnoi3SE .navigation-hidden .nav-header {
  display: none;
}
.cid-rruJnoi3SE .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruJnoi3SE .nav-brand:hover,
.cid-rruJnoi3SE .nav-brand:focus {
  color: #70998b;
}
.cid-rruJnoi3SE .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruJnoi3SE .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruJnoi3SE .nav-logo:focus > img {
  outline: initial;
}
.cid-rruJnoi3SE .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruJnoi3SE .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruJnoi3SE .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruJnoi3SE .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruJnoi3SE .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruJnoi3SE .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruJnoi3SE .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruJnoi3SE .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruJnoi3SE .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruJnoi3SE .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruJnoi3SE .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruJnoi3SE .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruJnoi3SE .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruJnoi3SE .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruJnoi3SE .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruJnoi3SE .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruJnoi3SE .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruJnoi3SE .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruJnoi3SE .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruJnoi3SE .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruJnoi3SE .nav-menu > li:hover > a,
.cid-rruJnoi3SE .nav-menu > li.active > a,
.cid-rruJnoi3SE .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruJnoi3SE .nav-menu > li > a > i,
.cid-rruJnoi3SE .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruJnoi3SE .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruJnoi3SE .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruJnoi3SE .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruJnoi3SE .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruJnoi3SE .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruJnoi3SE .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruJnoi3SE .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruJnoi3SE .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruJnoi3SE .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruJnoi3SE .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruJnoi3SE .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruJnoi3SE .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruJnoi3SE .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruJnoi3SE .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruJnoi3SE .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruJnoi3SE .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruJnoi3SE .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruJnoi3SE .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruJnoi3SE .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruJnoi3SE .navigation-hidden .nav-search {
  display: none;
}
.cid-rruJnoi3SE .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruJnoi3SE .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruJnoi3SE .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruJnoi3SE .nav-search-icon:after,
.cid-rruJnoi3SE .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruJnoi3SE .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruJnoi3SE .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruJnoi3SE .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruJnoi3SE .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruJnoi3SE .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruJnoi3SE .nav-search-inner input[type=text],
.cid-rruJnoi3SE .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruJnoi3SE .navigation-portrait .nav-search-inner input[type=text],
.cid-rruJnoi3SE .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruJnoi3SE .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruJnoi3SE .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruJnoi3SE .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruJnoi3SE .nav-button:hover,
.cid-rruJnoi3SE .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruJnoi3SE .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruJnoi3SE .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruJnoi3SE .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruJnoi3SE .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruJnoi3SE .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruJnoi3SE .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruJnoi3SE .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruJnoi3SE .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruJnoi3SE .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruJnoi3SE .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruJnoi3SE .nav-dropdown > li:hover > a,
.cid-rruJnoi3SE .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruJnoi3SE .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruJnoi3SE .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruJnoi3SE .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruJnoi3SE .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruJnoi3SE .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruJnoi3SE .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruJnoi3SE .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruJnoi3SE .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruJnoi3SE .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruJnoi3SE .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruJnoi3SE .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruJnoi3SE .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruJnoi3SE .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruJnoi3SE .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruJnoi3SE .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruJnoi3SE .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruJnoi3SE .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruJnoi3SE .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruJnoi3SE .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruJnoi3SE .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruJnoi3SE .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruJnoi3SE .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruJnoi3SE .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruJnoi3SE .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruJnoi3SE .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruJnoi3SE .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruJnoi3SE .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruJnoi3SE .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruJnoi3SE .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruJnoi3SE .megamenu-panel-half {
  width: 50%;
}
.cid-rruJnoi3SE .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruJnoi3SE .navigation-portrait .megamenu-panel-half,
.cid-rruJnoi3SE .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruJnoi3SE .megamenu-panel-row {
  width: 100%;
}
.cid-rruJnoi3SE .megamenu-panel-row:before,
.cid-rruJnoi3SE .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruJnoi3SE .megamenu-panel-row:after {
  clear: both;
}
.cid-rruJnoi3SE .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruJnoi3SE .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruJnoi3SE .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruJnoi3SE .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruJnoi3SE .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruJnoi3SE .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruJnoi3SE .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruJnoi3SE .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruJnoi3SE .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruJnoi3SE .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruJnoi3SE .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruJnoi3SE .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruJnoi3SE .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruJnoi3SE .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruJnoi3SE .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruJnoi3SE .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruJnoi3SE .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruJnoi3SE .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruJnoi3SE .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruJnoi3SE .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruJnoi3SE .megamenu-tabs-nav > li.active a,
.cid-rruJnoi3SE .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruJnoi3SE .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruJnoi3SE .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruJnoi3SE .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruJnoi3SE .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruJnoi3SE .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruJnoi3SE .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruJnoi3SE .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruJnoi3SE .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruJnoi3SE .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruJnoi3SE .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruJnoi3SE .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruJnoi3SE .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruJnoi3SE .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruJnoi3SE .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruJnoi3SE .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruJnoi3SE .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruJnoi3SE .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruJnoi3SE w {
  color: #0082c3;
}
.cid-r5k1u1yR9S {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r5k1u1yR9S .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r5k1u1yR9S .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #d20019;
}
.cid-r5k1u1yR9S .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r5k1u1yR9S .inner-container {
    width: 100% !important;
  }
}
.cid-qZYNQKiV4p {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qZYNQKiV4p .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qZYNQKiV4p .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-qZYNQKiV4p .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qZYNQKiV4p .inner-container {
    width: 100% !important;
  }
}
.cid-qZYNRClISK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZYNRClISK .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qZYNRClISK .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-qZYNRClISK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qZYNRClISK .inner-container {
    width: 100% !important;
  }
}
.cid-rrvJevCCat {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvJevCCat .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvJevCCat .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvJevCCat .mbr-text {
  color: #444;
}
.cid-rrvJevCCat h5 {
  margin-bottom: 0;
}
.cid-rrvJevCCat .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvJevCCat .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvJevCCat .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvJevCCat .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvJevCCat .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvJevCCat .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvJevCCat .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvJevCCat .social-list a:hover {
  opacity: .4;
}
.cid-rrvJevCCat .media-container-row > div {
  padding: 0px;
}
.cid-rrvJevCCat .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvJevCCat .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvJevCCat .group-title SPAN {
  color: #4f4943;
}
.cid-rrvJevCCat .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvJevCCat .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvJevCCat .social-list,
  .cid-rrvJevCCat .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvJevCCat h3 {
    margin-bottom: 10px;
  }
  .cid-rrvJevCCat .navbar-brand {
    text-align: center;
  }
}
.cid-rrvJevCCat .links SPAN {
  color: #9e9e9e;
}
.cid-rrvJf5XbqT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvJf5XbqT .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvJf5XbqT .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvJf5XbqT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvJf5XbqT .inner-container {
    width: 100% !important;
  }
}
.cid-rrvJf5XbqT copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvJf5XbqT ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3uuxoIKw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3uuxoIKw .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3uuxoIKw .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3uuxoIKw .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruGKSJeCc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruGKSJeCc .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruGKSJeCc .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruGKSJeCc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruGKSJeCc ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruGKSJeCc .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruGKSJeCc .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruGKSJeCc .navigation-portrait {
  height: 48px;
}
.cid-rruGKSJeCc .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruGKSJeCc .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruGKSJeCc .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruGKSJeCc .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruGKSJeCc .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruGKSJeCc .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruGKSJeCc .align-to-right {
  float: right;
}
.cid-rruGKSJeCc .nav-header {
  float: left;
}
.cid-rruGKSJeCc .navigation-hidden .nav-header {
  display: none;
}
.cid-rruGKSJeCc .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruGKSJeCc .nav-brand:hover,
.cid-rruGKSJeCc .nav-brand:focus {
  color: #70998b;
}
.cid-rruGKSJeCc .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruGKSJeCc .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruGKSJeCc .nav-logo:focus > img {
  outline: initial;
}
.cid-rruGKSJeCc .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruGKSJeCc .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruGKSJeCc .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruGKSJeCc .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruGKSJeCc .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruGKSJeCc .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruGKSJeCc .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruGKSJeCc .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruGKSJeCc .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruGKSJeCc .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruGKSJeCc .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruGKSJeCc .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruGKSJeCc .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruGKSJeCc .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruGKSJeCc .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruGKSJeCc .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruGKSJeCc .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruGKSJeCc .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruGKSJeCc .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruGKSJeCc .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruGKSJeCc .nav-menu > li:hover > a,
.cid-rruGKSJeCc .nav-menu > li.active > a,
.cid-rruGKSJeCc .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruGKSJeCc .nav-menu > li > a > i,
.cid-rruGKSJeCc .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruGKSJeCc .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruGKSJeCc .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruGKSJeCc .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruGKSJeCc .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruGKSJeCc .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruGKSJeCc .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruGKSJeCc .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruGKSJeCc .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGKSJeCc .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruGKSJeCc .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruGKSJeCc .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruGKSJeCc .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruGKSJeCc .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruGKSJeCc .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruGKSJeCc .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruGKSJeCc .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruGKSJeCc .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruGKSJeCc .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruGKSJeCc .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruGKSJeCc .navigation-hidden .nav-search {
  display: none;
}
.cid-rruGKSJeCc .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruGKSJeCc .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruGKSJeCc .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruGKSJeCc .nav-search-icon:after,
.cid-rruGKSJeCc .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruGKSJeCc .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruGKSJeCc .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruGKSJeCc .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruGKSJeCc .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruGKSJeCc .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruGKSJeCc .nav-search-inner input[type=text],
.cid-rruGKSJeCc .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGKSJeCc .navigation-portrait .nav-search-inner input[type=text],
.cid-rruGKSJeCc .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruGKSJeCc .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruGKSJeCc .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruGKSJeCc .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruGKSJeCc .nav-button:hover,
.cid-rruGKSJeCc .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruGKSJeCc .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruGKSJeCc .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruGKSJeCc .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruGKSJeCc .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruGKSJeCc .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruGKSJeCc .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruGKSJeCc .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruGKSJeCc .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruGKSJeCc .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruGKSJeCc .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruGKSJeCc .nav-dropdown > li:hover > a,
.cid-rruGKSJeCc .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruGKSJeCc .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruGKSJeCc .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruGKSJeCc .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruGKSJeCc .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruGKSJeCc .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruGKSJeCc .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruGKSJeCc .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruGKSJeCc .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruGKSJeCc .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruGKSJeCc .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruGKSJeCc .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruGKSJeCc .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruGKSJeCc .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruGKSJeCc .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruGKSJeCc .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruGKSJeCc .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruGKSJeCc .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruGKSJeCc .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruGKSJeCc .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruGKSJeCc .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruGKSJeCc .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruGKSJeCc .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruGKSJeCc .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruGKSJeCc .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruGKSJeCc .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruGKSJeCc .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruGKSJeCc .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruGKSJeCc .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruGKSJeCc .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruGKSJeCc .megamenu-panel-half {
  width: 50%;
}
.cid-rruGKSJeCc .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruGKSJeCc .navigation-portrait .megamenu-panel-half,
.cid-rruGKSJeCc .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruGKSJeCc .megamenu-panel-row {
  width: 100%;
}
.cid-rruGKSJeCc .megamenu-panel-row:before,
.cid-rruGKSJeCc .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruGKSJeCc .megamenu-panel-row:after {
  clear: both;
}
.cid-rruGKSJeCc .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruGKSJeCc .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruGKSJeCc .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruGKSJeCc .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruGKSJeCc .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruGKSJeCc .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruGKSJeCc .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruGKSJeCc .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruGKSJeCc .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruGKSJeCc .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruGKSJeCc .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruGKSJeCc .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruGKSJeCc .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruGKSJeCc .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruGKSJeCc .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruGKSJeCc .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruGKSJeCc .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruGKSJeCc .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruGKSJeCc .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruGKSJeCc .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruGKSJeCc .megamenu-tabs-nav > li.active a,
.cid-rruGKSJeCc .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruGKSJeCc .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruGKSJeCc .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruGKSJeCc .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruGKSJeCc .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruGKSJeCc .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruGKSJeCc .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruGKSJeCc .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruGKSJeCc .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruGKSJeCc .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruGKSJeCc .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruGKSJeCc .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGKSJeCc .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruGKSJeCc .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruGKSJeCc .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruGKSJeCc .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruGKSJeCc .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruGKSJeCc .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruGKSJeCc w {
  color: #0082c3;
}
.cid-rru1sMH6Ai {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 1.2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rru1sMH6Ai .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rru1sMH6Ai .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rru1sMH6Ai .mbr-text {
    text-align: center;
  }
}
.cid-rru1sMH6Ai H1 {
  color: #622d04;
}
.cid-rru1sMH6Ai .mbr-text,
.cid-rru1sMH6Ai .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rru1sMH6Ai H3 {
  color: #624c04;
}
.cid-rru1sMH6Ai DIV {
  text-align: left;
}
.cid-rrwj27bJtw {
  background: #ffffff;
}
.cid-rrwj27bJtw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rrwj27bJtw figcaption {
  position: relative;
}
.cid-rrwj27bJtw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrwj27bJtw .image-block {
    width: 100% !important;
  }
}
.cid-qZXbebUNXM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qZXbebUNXM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qZXbebUNXM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qZXbebUNXM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qZXbebUNXM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qZXbebUNXM .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-qZXbebUNXM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qZXbebUNXM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qZXbebUNXM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qZXbebUNXM .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-rrz9HJGXax {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrz9HJGXax .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrz9HJGXax .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrz9HJGXax .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrz9HJGXax .inner-container {
    width: 100% !important;
  }
}
.cid-rrz9IxQ87p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrz9IxQ87p .mbr-text {
  color: #767676;
}
.cid-rrz9IxQ87p .mbr-section-subtitle {
  color: #767676;
}
.cid-rrz9IxQ87p .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrz9IxQ87p .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrz9IxQ87p .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrz9IxQ87p .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrz9IxQ87p .card-box {
  padding-bottom: 1rem;
}
.cid-rrz9IxQ87p .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrz9IxQ87p .num,
  .cid-rrz9IxQ87p .card-title,
  .cid-rrz9IxQ87p .mbr-text,
  .cid-rrz9IxQ87p .mbr-title,
  .cid-rrz9IxQ87p .mbr-section-subtitle,
  .cid-rrz9IxQ87p .mbr-section-btn,
  .cid-rrz9IxQ87p .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrz9IxQ87p .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrz9IxQ87p .mbr-section-title {
  text-align: left;
}
.cid-rrz9IxQ87p blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrz9IxQ87p gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrz9IxQ87p orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrz9IxQ87p rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvyvt2qos {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvyvt2qos .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvyvt2qos .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvyvt2qos .mbr-text {
  color: #444;
}
.cid-rrvyvt2qos h5 {
  margin-bottom: 0;
}
.cid-rrvyvt2qos .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvyvt2qos .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvyvt2qos .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvyvt2qos .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvyvt2qos .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvyvt2qos .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvyvt2qos .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvyvt2qos .social-list a:hover {
  opacity: .4;
}
.cid-rrvyvt2qos .media-container-row > div {
  padding: 0px;
}
.cid-rrvyvt2qos .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvyvt2qos .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvyvt2qos .group-title SPAN {
  color: #4f4943;
}
.cid-rrvyvt2qos .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvyvt2qos .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvyvt2qos .social-list,
  .cid-rrvyvt2qos .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvyvt2qos h3 {
    margin-bottom: 10px;
  }
  .cid-rrvyvt2qos .navbar-brand {
    text-align: center;
  }
}
.cid-rrvyvt2qos .links SPAN {
  color: #9e9e9e;
}
.cid-rrvywa5G6w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvywa5G6w .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvywa5G6w .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvywa5G6w .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvywa5G6w .inner-container {
    width: 100% !important;
  }
}
.cid-rrvywa5G6w copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvywa5G6w ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3vrw3bHb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3vrw3bHb .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3vrw3bHb .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3vrw3bHb .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruIXSB68r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruIXSB68r .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruIXSB68r .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruIXSB68r .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruIXSB68r ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruIXSB68r .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruIXSB68r .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruIXSB68r .navigation-portrait {
  height: 48px;
}
.cid-rruIXSB68r .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruIXSB68r .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruIXSB68r .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruIXSB68r .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruIXSB68r .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruIXSB68r .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruIXSB68r .align-to-right {
  float: right;
}
.cid-rruIXSB68r .nav-header {
  float: left;
}
.cid-rruIXSB68r .navigation-hidden .nav-header {
  display: none;
}
.cid-rruIXSB68r .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruIXSB68r .nav-brand:hover,
.cid-rruIXSB68r .nav-brand:focus {
  color: #70998b;
}
.cid-rruIXSB68r .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruIXSB68r .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruIXSB68r .nav-logo:focus > img {
  outline: initial;
}
.cid-rruIXSB68r .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruIXSB68r .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruIXSB68r .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruIXSB68r .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruIXSB68r .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruIXSB68r .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruIXSB68r .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruIXSB68r .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruIXSB68r .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruIXSB68r .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruIXSB68r .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruIXSB68r .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruIXSB68r .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruIXSB68r .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruIXSB68r .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruIXSB68r .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruIXSB68r .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruIXSB68r .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruIXSB68r .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruIXSB68r .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruIXSB68r .nav-menu > li:hover > a,
.cid-rruIXSB68r .nav-menu > li.active > a,
.cid-rruIXSB68r .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruIXSB68r .nav-menu > li > a > i,
.cid-rruIXSB68r .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruIXSB68r .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruIXSB68r .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruIXSB68r .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruIXSB68r .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruIXSB68r .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruIXSB68r .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruIXSB68r .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruIXSB68r .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruIXSB68r .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruIXSB68r .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruIXSB68r .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruIXSB68r .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruIXSB68r .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruIXSB68r .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruIXSB68r .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruIXSB68r .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruIXSB68r .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruIXSB68r .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruIXSB68r .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruIXSB68r .navigation-hidden .nav-search {
  display: none;
}
.cid-rruIXSB68r .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruIXSB68r .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruIXSB68r .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruIXSB68r .nav-search-icon:after,
.cid-rruIXSB68r .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruIXSB68r .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruIXSB68r .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruIXSB68r .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruIXSB68r .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruIXSB68r .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruIXSB68r .nav-search-inner input[type=text],
.cid-rruIXSB68r .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruIXSB68r .navigation-portrait .nav-search-inner input[type=text],
.cid-rruIXSB68r .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruIXSB68r .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruIXSB68r .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruIXSB68r .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruIXSB68r .nav-button:hover,
.cid-rruIXSB68r .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruIXSB68r .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruIXSB68r .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruIXSB68r .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruIXSB68r .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruIXSB68r .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruIXSB68r .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruIXSB68r .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruIXSB68r .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruIXSB68r .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruIXSB68r .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruIXSB68r .nav-dropdown > li:hover > a,
.cid-rruIXSB68r .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruIXSB68r .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruIXSB68r .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruIXSB68r .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruIXSB68r .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruIXSB68r .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruIXSB68r .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruIXSB68r .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruIXSB68r .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruIXSB68r .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruIXSB68r .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruIXSB68r .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruIXSB68r .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruIXSB68r .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruIXSB68r .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruIXSB68r .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruIXSB68r .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruIXSB68r .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruIXSB68r .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruIXSB68r .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruIXSB68r .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruIXSB68r .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruIXSB68r .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruIXSB68r .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruIXSB68r .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruIXSB68r .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruIXSB68r .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruIXSB68r .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruIXSB68r .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruIXSB68r .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruIXSB68r .megamenu-panel-half {
  width: 50%;
}
.cid-rruIXSB68r .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruIXSB68r .navigation-portrait .megamenu-panel-half,
.cid-rruIXSB68r .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruIXSB68r .megamenu-panel-row {
  width: 100%;
}
.cid-rruIXSB68r .megamenu-panel-row:before,
.cid-rruIXSB68r .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruIXSB68r .megamenu-panel-row:after {
  clear: both;
}
.cid-rruIXSB68r .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruIXSB68r .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruIXSB68r .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruIXSB68r .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruIXSB68r .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruIXSB68r .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruIXSB68r .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruIXSB68r .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruIXSB68r .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruIXSB68r .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruIXSB68r .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruIXSB68r .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruIXSB68r .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruIXSB68r .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruIXSB68r .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruIXSB68r .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruIXSB68r .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruIXSB68r .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruIXSB68r .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruIXSB68r .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruIXSB68r .megamenu-tabs-nav > li.active a,
.cid-rruIXSB68r .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruIXSB68r .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruIXSB68r .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruIXSB68r .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruIXSB68r .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruIXSB68r .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruIXSB68r .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruIXSB68r .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruIXSB68r .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruIXSB68r .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruIXSB68r .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruIXSB68r .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruIXSB68r .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruIXSB68r .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruIXSB68r .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruIXSB68r .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruIXSB68r .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruIXSB68r .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruIXSB68r w {
  color: #0082c3;
}
.cid-qZYJwxDwOg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qZYJwxDwOg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qZYJwxDwOg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qZYJwxDwOg .mbr-text {
    text-align: center;
  }
}
.cid-qZYJwxDwOg H1 {
  color: #d20019;
}
.cid-qZYJwxDwOg .mbr-text,
.cid-qZYJwxDwOg .mbr-section-btn {
  color: #465052;
}
.cid-qZYKq6bBtv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qZYKq6bBtv .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qZYKq6bBtv .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-qZYKq6bBtv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qZYKq6bBtv .inner-container {
    width: 100% !important;
  }
}
.cid-rrvJ3dc35k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvJ3dc35k .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvJ3dc35k .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvJ3dc35k .mbr-text {
  color: #444;
}
.cid-rrvJ3dc35k h5 {
  margin-bottom: 0;
}
.cid-rrvJ3dc35k .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvJ3dc35k .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvJ3dc35k .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvJ3dc35k .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvJ3dc35k .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvJ3dc35k .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvJ3dc35k .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvJ3dc35k .social-list a:hover {
  opacity: .4;
}
.cid-rrvJ3dc35k .media-container-row > div {
  padding: 0px;
}
.cid-rrvJ3dc35k .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvJ3dc35k .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvJ3dc35k .group-title SPAN {
  color: #4f4943;
}
.cid-rrvJ3dc35k .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvJ3dc35k .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvJ3dc35k .social-list,
  .cid-rrvJ3dc35k .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvJ3dc35k h3 {
    margin-bottom: 10px;
  }
  .cid-rrvJ3dc35k .navbar-brand {
    text-align: center;
  }
}
.cid-rrvJ3dc35k .links SPAN {
  color: #9e9e9e;
}
.cid-rrvJ3QSgzF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvJ3QSgzF .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvJ3QSgzF .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvJ3QSgzF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvJ3QSgzF .inner-container {
    width: 100% !important;
  }
}
.cid-rrvJ3QSgzF copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvJ3QSgzF ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3vwrlBsr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3vwrlBsr .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3vwrlBsr .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3vwrlBsr .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruJfVmm2U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruJfVmm2U .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruJfVmm2U .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruJfVmm2U .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruJfVmm2U ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruJfVmm2U .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruJfVmm2U .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruJfVmm2U .navigation-portrait {
  height: 48px;
}
.cid-rruJfVmm2U .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruJfVmm2U .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruJfVmm2U .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruJfVmm2U .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruJfVmm2U .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruJfVmm2U .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruJfVmm2U .align-to-right {
  float: right;
}
.cid-rruJfVmm2U .nav-header {
  float: left;
}
.cid-rruJfVmm2U .navigation-hidden .nav-header {
  display: none;
}
.cid-rruJfVmm2U .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruJfVmm2U .nav-brand:hover,
.cid-rruJfVmm2U .nav-brand:focus {
  color: #70998b;
}
.cid-rruJfVmm2U .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruJfVmm2U .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruJfVmm2U .nav-logo:focus > img {
  outline: initial;
}
.cid-rruJfVmm2U .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruJfVmm2U .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruJfVmm2U .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruJfVmm2U .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruJfVmm2U .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruJfVmm2U .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruJfVmm2U .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruJfVmm2U .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruJfVmm2U .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruJfVmm2U .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruJfVmm2U .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruJfVmm2U .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruJfVmm2U .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruJfVmm2U .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruJfVmm2U .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruJfVmm2U .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruJfVmm2U .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruJfVmm2U .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruJfVmm2U .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruJfVmm2U .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruJfVmm2U .nav-menu > li:hover > a,
.cid-rruJfVmm2U .nav-menu > li.active > a,
.cid-rruJfVmm2U .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruJfVmm2U .nav-menu > li > a > i,
.cid-rruJfVmm2U .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruJfVmm2U .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruJfVmm2U .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruJfVmm2U .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruJfVmm2U .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruJfVmm2U .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruJfVmm2U .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruJfVmm2U .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruJfVmm2U .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruJfVmm2U .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruJfVmm2U .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruJfVmm2U .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruJfVmm2U .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruJfVmm2U .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruJfVmm2U .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruJfVmm2U .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruJfVmm2U .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruJfVmm2U .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruJfVmm2U .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruJfVmm2U .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruJfVmm2U .navigation-hidden .nav-search {
  display: none;
}
.cid-rruJfVmm2U .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruJfVmm2U .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruJfVmm2U .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruJfVmm2U .nav-search-icon:after,
.cid-rruJfVmm2U .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruJfVmm2U .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruJfVmm2U .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruJfVmm2U .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruJfVmm2U .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruJfVmm2U .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruJfVmm2U .nav-search-inner input[type=text],
.cid-rruJfVmm2U .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruJfVmm2U .navigation-portrait .nav-search-inner input[type=text],
.cid-rruJfVmm2U .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruJfVmm2U .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruJfVmm2U .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruJfVmm2U .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruJfVmm2U .nav-button:hover,
.cid-rruJfVmm2U .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruJfVmm2U .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruJfVmm2U .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruJfVmm2U .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruJfVmm2U .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruJfVmm2U .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruJfVmm2U .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruJfVmm2U .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruJfVmm2U .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruJfVmm2U .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruJfVmm2U .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruJfVmm2U .nav-dropdown > li:hover > a,
.cid-rruJfVmm2U .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruJfVmm2U .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruJfVmm2U .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruJfVmm2U .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruJfVmm2U .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruJfVmm2U .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruJfVmm2U .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruJfVmm2U .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruJfVmm2U .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruJfVmm2U .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruJfVmm2U .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruJfVmm2U .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruJfVmm2U .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruJfVmm2U .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruJfVmm2U .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruJfVmm2U .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruJfVmm2U .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruJfVmm2U .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruJfVmm2U .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruJfVmm2U .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruJfVmm2U .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruJfVmm2U .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruJfVmm2U .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruJfVmm2U .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruJfVmm2U .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruJfVmm2U .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruJfVmm2U .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruJfVmm2U .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruJfVmm2U .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruJfVmm2U .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruJfVmm2U .megamenu-panel-half {
  width: 50%;
}
.cid-rruJfVmm2U .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruJfVmm2U .navigation-portrait .megamenu-panel-half,
.cid-rruJfVmm2U .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruJfVmm2U .megamenu-panel-row {
  width: 100%;
}
.cid-rruJfVmm2U .megamenu-panel-row:before,
.cid-rruJfVmm2U .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruJfVmm2U .megamenu-panel-row:after {
  clear: both;
}
.cid-rruJfVmm2U .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruJfVmm2U .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruJfVmm2U .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruJfVmm2U .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruJfVmm2U .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruJfVmm2U .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruJfVmm2U .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruJfVmm2U .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruJfVmm2U .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruJfVmm2U .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruJfVmm2U .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruJfVmm2U .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruJfVmm2U .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruJfVmm2U .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruJfVmm2U .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruJfVmm2U .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruJfVmm2U .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruJfVmm2U .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruJfVmm2U .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruJfVmm2U .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruJfVmm2U .megamenu-tabs-nav > li.active a,
.cid-rruJfVmm2U .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruJfVmm2U .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruJfVmm2U .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruJfVmm2U .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruJfVmm2U .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruJfVmm2U .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruJfVmm2U .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruJfVmm2U .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruJfVmm2U .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruJfVmm2U .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruJfVmm2U .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruJfVmm2U .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruJfVmm2U .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruJfVmm2U .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruJfVmm2U .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruJfVmm2U .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruJfVmm2U .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruJfVmm2U .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruJfVmm2U w {
  color: #0082c3;
}
.cid-qZYJwxDwOg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qZYJwxDwOg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qZYJwxDwOg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qZYJwxDwOg .mbr-text {
    text-align: center;
  }
}
.cid-qZYJwxDwOg H1 {
  color: #d20019;
}
.cid-qZYJwxDwOg .mbr-text,
.cid-qZYJwxDwOg .mbr-section-btn {
  color: #465052;
}
.cid-qZYKq6bBtv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qZYKq6bBtv .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qZYKq6bBtv .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-qZYKq6bBtv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qZYKq6bBtv .inner-container {
    width: 100% !important;
  }
}
.cid-rk7b4mkc2q .google-map {
  height: 25rem;
  position: relative;
}
.cid-rk7b4mkc2q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rk7b4mkc2q .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rk7b4mkc2q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rk7b4mkc2q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rrvJ6LN8tH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvJ6LN8tH .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvJ6LN8tH .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvJ6LN8tH .mbr-text {
  color: #444;
}
.cid-rrvJ6LN8tH h5 {
  margin-bottom: 0;
}
.cid-rrvJ6LN8tH .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvJ6LN8tH .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvJ6LN8tH .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvJ6LN8tH .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvJ6LN8tH .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvJ6LN8tH .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvJ6LN8tH .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvJ6LN8tH .social-list a:hover {
  opacity: .4;
}
.cid-rrvJ6LN8tH .media-container-row > div {
  padding: 0px;
}
.cid-rrvJ6LN8tH .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvJ6LN8tH .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvJ6LN8tH .group-title SPAN {
  color: #4f4943;
}
.cid-rrvJ6LN8tH .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvJ6LN8tH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvJ6LN8tH .social-list,
  .cid-rrvJ6LN8tH .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvJ6LN8tH h3 {
    margin-bottom: 10px;
  }
  .cid-rrvJ6LN8tH .navbar-brand {
    text-align: center;
  }
}
.cid-rrvJ6LN8tH .links SPAN {
  color: #9e9e9e;
}
.cid-rrvJ7mjEEk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvJ7mjEEk .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvJ7mjEEk .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvJ7mjEEk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvJ7mjEEk .inner-container {
    width: 100% !important;
  }
}
.cid-rrvJ7mjEEk copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvJ7mjEEk ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3ul1DPId {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3ul1DPId .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3ul1DPId .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3ul1DPId .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruGzob9v9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruGzob9v9 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruGzob9v9 .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruGzob9v9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruGzob9v9 ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruGzob9v9 .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruGzob9v9 .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruGzob9v9 .navigation-portrait {
  height: 48px;
}
.cid-rruGzob9v9 .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruGzob9v9 .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruGzob9v9 .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruGzob9v9 .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruGzob9v9 .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruGzob9v9 .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruGzob9v9 .align-to-right {
  float: right;
}
.cid-rruGzob9v9 .nav-header {
  float: left;
}
.cid-rruGzob9v9 .navigation-hidden .nav-header {
  display: none;
}
.cid-rruGzob9v9 .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruGzob9v9 .nav-brand:hover,
.cid-rruGzob9v9 .nav-brand:focus {
  color: #70998b;
}
.cid-rruGzob9v9 .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruGzob9v9 .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruGzob9v9 .nav-logo:focus > img {
  outline: initial;
}
.cid-rruGzob9v9 .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruGzob9v9 .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruGzob9v9 .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruGzob9v9 .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruGzob9v9 .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruGzob9v9 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruGzob9v9 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruGzob9v9 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruGzob9v9 .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruGzob9v9 .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruGzob9v9 .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruGzob9v9 .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruGzob9v9 .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruGzob9v9 .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruGzob9v9 .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruGzob9v9 .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruGzob9v9 .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruGzob9v9 .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruGzob9v9 .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruGzob9v9 .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruGzob9v9 .nav-menu > li:hover > a,
.cid-rruGzob9v9 .nav-menu > li.active > a,
.cid-rruGzob9v9 .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruGzob9v9 .nav-menu > li > a > i,
.cid-rruGzob9v9 .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruGzob9v9 .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruGzob9v9 .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruGzob9v9 .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruGzob9v9 .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruGzob9v9 .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruGzob9v9 .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruGzob9v9 .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruGzob9v9 .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGzob9v9 .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruGzob9v9 .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruGzob9v9 .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruGzob9v9 .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruGzob9v9 .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruGzob9v9 .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruGzob9v9 .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruGzob9v9 .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruGzob9v9 .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruGzob9v9 .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruGzob9v9 .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruGzob9v9 .navigation-hidden .nav-search {
  display: none;
}
.cid-rruGzob9v9 .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruGzob9v9 .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruGzob9v9 .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruGzob9v9 .nav-search-icon:after,
.cid-rruGzob9v9 .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruGzob9v9 .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruGzob9v9 .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruGzob9v9 .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruGzob9v9 .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruGzob9v9 .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruGzob9v9 .nav-search-inner input[type=text],
.cid-rruGzob9v9 .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGzob9v9 .navigation-portrait .nav-search-inner input[type=text],
.cid-rruGzob9v9 .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruGzob9v9 .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruGzob9v9 .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruGzob9v9 .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruGzob9v9 .nav-button:hover,
.cid-rruGzob9v9 .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruGzob9v9 .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruGzob9v9 .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruGzob9v9 .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruGzob9v9 .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruGzob9v9 .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruGzob9v9 .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruGzob9v9 .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruGzob9v9 .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruGzob9v9 .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruGzob9v9 .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruGzob9v9 .nav-dropdown > li:hover > a,
.cid-rruGzob9v9 .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruGzob9v9 .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruGzob9v9 .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruGzob9v9 .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruGzob9v9 .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruGzob9v9 .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruGzob9v9 .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruGzob9v9 .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruGzob9v9 .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruGzob9v9 .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruGzob9v9 .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruGzob9v9 .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruGzob9v9 .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruGzob9v9 .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruGzob9v9 .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruGzob9v9 .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruGzob9v9 .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruGzob9v9 .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruGzob9v9 .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruGzob9v9 .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruGzob9v9 .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruGzob9v9 .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruGzob9v9 .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruGzob9v9 .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruGzob9v9 .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruGzob9v9 .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruGzob9v9 .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruGzob9v9 .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruGzob9v9 .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruGzob9v9 .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruGzob9v9 .megamenu-panel-half {
  width: 50%;
}
.cid-rruGzob9v9 .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruGzob9v9 .navigation-portrait .megamenu-panel-half,
.cid-rruGzob9v9 .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruGzob9v9 .megamenu-panel-row {
  width: 100%;
}
.cid-rruGzob9v9 .megamenu-panel-row:before,
.cid-rruGzob9v9 .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruGzob9v9 .megamenu-panel-row:after {
  clear: both;
}
.cid-rruGzob9v9 .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruGzob9v9 .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruGzob9v9 .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruGzob9v9 .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruGzob9v9 .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruGzob9v9 .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruGzob9v9 .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruGzob9v9 .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruGzob9v9 .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruGzob9v9 .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruGzob9v9 .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruGzob9v9 .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruGzob9v9 .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruGzob9v9 .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruGzob9v9 .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruGzob9v9 .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruGzob9v9 .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruGzob9v9 .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruGzob9v9 .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruGzob9v9 .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruGzob9v9 .megamenu-tabs-nav > li.active a,
.cid-rruGzob9v9 .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruGzob9v9 .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruGzob9v9 .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruGzob9v9 .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruGzob9v9 .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruGzob9v9 .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruGzob9v9 .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruGzob9v9 .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruGzob9v9 .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruGzob9v9 .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruGzob9v9 .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruGzob9v9 .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGzob9v9 .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruGzob9v9 .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruGzob9v9 .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruGzob9v9 .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruGzob9v9 .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruGzob9v9 .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruGzob9v9 w {
  color: #0082c3;
}
.cid-rru1g3WSz5 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 1.2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rru1g3WSz5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rru1g3WSz5 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rru1g3WSz5 .mbr-text {
    text-align: center;
  }
}
.cid-rru1g3WSz5 H1 {
  color: #622d04;
}
.cid-rru1g3WSz5 .mbr-text,
.cid-rru1g3WSz5 .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rru1g3WSz5 H3 {
  color: #622d04;
  text-align: left;
}
.cid-rru1g3WSz5 DIV {
  text-align: left;
}
.cid-rruN4GWRKz {
  background: #ffffff;
}
.cid-rruN4GWRKz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rruN4GWRKz figcaption {
  position: relative;
}
.cid-rruN4GWRKz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rruN4GWRKz .image-block {
    width: 100% !important;
  }
}
.cid-rruM7TE9c6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rruM7TE9c6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rruM7TE9c6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rruM7TE9c6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rruM7TE9c6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rruM7TE9c6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rruM7TE9c6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rruM7TE9c6 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rruM7TE9c6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rruM7TE9c6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrz9o6RWdD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrz9o6RWdD .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrz9o6RWdD .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrz9o6RWdD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrz9o6RWdD .inner-container {
    width: 100% !important;
  }
}
.cid-rrz9pdbmXp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrz9pdbmXp .mbr-text {
  color: #767676;
}
.cid-rrz9pdbmXp .mbr-section-subtitle {
  color: #767676;
}
.cid-rrz9pdbmXp .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrz9pdbmXp .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrz9pdbmXp .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrz9pdbmXp .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrz9pdbmXp .card-box {
  padding-bottom: 1rem;
}
.cid-rrz9pdbmXp .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrz9pdbmXp .num,
  .cid-rrz9pdbmXp .card-title,
  .cid-rrz9pdbmXp .mbr-text,
  .cid-rrz9pdbmXp .mbr-title,
  .cid-rrz9pdbmXp .mbr-section-subtitle,
  .cid-rrz9pdbmXp .mbr-section-btn,
  .cid-rrz9pdbmXp .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrz9pdbmXp .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrz9pdbmXp .mbr-section-title {
  text-align: left;
}
.cid-rrz9pdbmXp blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrz9pdbmXp gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrz9pdbmXp orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrz9pdbmXp rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvyd47pyL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvyd47pyL .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvyd47pyL .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvyd47pyL .mbr-text {
  color: #444;
}
.cid-rrvyd47pyL h5 {
  margin-bottom: 0;
}
.cid-rrvyd47pyL .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvyd47pyL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvyd47pyL .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvyd47pyL .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvyd47pyL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvyd47pyL .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvyd47pyL .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvyd47pyL .social-list a:hover {
  opacity: .4;
}
.cid-rrvyd47pyL .media-container-row > div {
  padding: 0px;
}
.cid-rrvyd47pyL .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvyd47pyL .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvyd47pyL .group-title SPAN {
  color: #4f4943;
}
.cid-rrvyd47pyL .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvyd47pyL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvyd47pyL .social-list,
  .cid-rrvyd47pyL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvyd47pyL h3 {
    margin-bottom: 10px;
  }
  .cid-rrvyd47pyL .navbar-brand {
    text-align: center;
  }
}
.cid-rrvyd47pyL .links SPAN {
  color: #9e9e9e;
}
.cid-rrvydVoZtm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvydVoZtm .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvydVoZtm .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvydVoZtm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvydVoZtm .inner-container {
    width: 100% !important;
  }
}
.cid-rrvydVoZtm copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvydVoZtm ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3uqE0E4k {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3uqE0E4k .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3uqE0E4k .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3uqE0E4k .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruGGLpExM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruGGLpExM .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruGGLpExM .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruGGLpExM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruGGLpExM ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruGGLpExM .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruGGLpExM .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruGGLpExM .navigation-portrait {
  height: 48px;
}
.cid-rruGGLpExM .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruGGLpExM .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruGGLpExM .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruGGLpExM .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruGGLpExM .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruGGLpExM .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruGGLpExM .align-to-right {
  float: right;
}
.cid-rruGGLpExM .nav-header {
  float: left;
}
.cid-rruGGLpExM .navigation-hidden .nav-header {
  display: none;
}
.cid-rruGGLpExM .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruGGLpExM .nav-brand:hover,
.cid-rruGGLpExM .nav-brand:focus {
  color: #70998b;
}
.cid-rruGGLpExM .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruGGLpExM .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruGGLpExM .nav-logo:focus > img {
  outline: initial;
}
.cid-rruGGLpExM .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruGGLpExM .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruGGLpExM .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruGGLpExM .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruGGLpExM .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruGGLpExM .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruGGLpExM .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruGGLpExM .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruGGLpExM .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruGGLpExM .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruGGLpExM .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruGGLpExM .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruGGLpExM .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruGGLpExM .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruGGLpExM .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruGGLpExM .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruGGLpExM .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruGGLpExM .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruGGLpExM .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruGGLpExM .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruGGLpExM .nav-menu > li:hover > a,
.cid-rruGGLpExM .nav-menu > li.active > a,
.cid-rruGGLpExM .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruGGLpExM .nav-menu > li > a > i,
.cid-rruGGLpExM .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruGGLpExM .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruGGLpExM .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruGGLpExM .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruGGLpExM .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruGGLpExM .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruGGLpExM .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruGGLpExM .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruGGLpExM .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGGLpExM .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruGGLpExM .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruGGLpExM .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruGGLpExM .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruGGLpExM .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruGGLpExM .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruGGLpExM .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruGGLpExM .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruGGLpExM .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruGGLpExM .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruGGLpExM .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruGGLpExM .navigation-hidden .nav-search {
  display: none;
}
.cid-rruGGLpExM .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruGGLpExM .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruGGLpExM .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruGGLpExM .nav-search-icon:after,
.cid-rruGGLpExM .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruGGLpExM .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruGGLpExM .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruGGLpExM .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruGGLpExM .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruGGLpExM .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruGGLpExM .nav-search-inner input[type=text],
.cid-rruGGLpExM .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGGLpExM .navigation-portrait .nav-search-inner input[type=text],
.cid-rruGGLpExM .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruGGLpExM .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruGGLpExM .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruGGLpExM .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruGGLpExM .nav-button:hover,
.cid-rruGGLpExM .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruGGLpExM .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruGGLpExM .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruGGLpExM .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruGGLpExM .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruGGLpExM .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruGGLpExM .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruGGLpExM .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruGGLpExM .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruGGLpExM .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruGGLpExM .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruGGLpExM .nav-dropdown > li:hover > a,
.cid-rruGGLpExM .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruGGLpExM .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruGGLpExM .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruGGLpExM .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruGGLpExM .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruGGLpExM .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruGGLpExM .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruGGLpExM .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruGGLpExM .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruGGLpExM .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruGGLpExM .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruGGLpExM .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruGGLpExM .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruGGLpExM .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruGGLpExM .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruGGLpExM .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruGGLpExM .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruGGLpExM .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruGGLpExM .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruGGLpExM .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruGGLpExM .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruGGLpExM .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruGGLpExM .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruGGLpExM .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruGGLpExM .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruGGLpExM .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruGGLpExM .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruGGLpExM .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruGGLpExM .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruGGLpExM .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruGGLpExM .megamenu-panel-half {
  width: 50%;
}
.cid-rruGGLpExM .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruGGLpExM .navigation-portrait .megamenu-panel-half,
.cid-rruGGLpExM .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruGGLpExM .megamenu-panel-row {
  width: 100%;
}
.cid-rruGGLpExM .megamenu-panel-row:before,
.cid-rruGGLpExM .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruGGLpExM .megamenu-panel-row:after {
  clear: both;
}
.cid-rruGGLpExM .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruGGLpExM .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruGGLpExM .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruGGLpExM .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruGGLpExM .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruGGLpExM .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruGGLpExM .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruGGLpExM .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruGGLpExM .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruGGLpExM .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruGGLpExM .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruGGLpExM .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruGGLpExM .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruGGLpExM .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruGGLpExM .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruGGLpExM .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruGGLpExM .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruGGLpExM .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruGGLpExM .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruGGLpExM .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruGGLpExM .megamenu-tabs-nav > li.active a,
.cid-rruGGLpExM .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruGGLpExM .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruGGLpExM .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruGGLpExM .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruGGLpExM .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruGGLpExM .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruGGLpExM .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruGGLpExM .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruGGLpExM .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruGGLpExM .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruGGLpExM .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruGGLpExM .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGGLpExM .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruGGLpExM .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruGGLpExM .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruGGLpExM .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruGGLpExM .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruGGLpExM .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruGGLpExM w {
  color: #0082c3;
}
.cid-rru1qTKoeH {
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 1.2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rru1qTKoeH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rru1qTKoeH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rru1qTKoeH .mbr-text {
    text-align: center;
  }
}
.cid-rru1qTKoeH H1 {
  color: #622d04;
}
.cid-rru1qTKoeH .mbr-text,
.cid-rru1qTKoeH .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rru1qTKoeH H3 {
  color: #622d04;
  text-align: left;
}
.cid-rru1qTKoeH DIV {
  text-align: left;
}
.cid-rruvQQbwfy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruvQQbwfy .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruvQQbwfy .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rruvQQbwfy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruvQQbwfy .inner-container {
    width: 100% !important;
  }
}
.cid-rruvQQbwfy .section-text DIV {
  text-align: left;
}
.cid-rruv9a9HQc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruv9a9HQc .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruv9a9HQc .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rruv9a9HQc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruv9a9HQc .inner-container {
    width: 100% !important;
  }
}
.cid-rruv9a9HQc .section-text DIV {
  text-align: left;
}
.cid-rrwtJbv4eR {
  background: #ffffff;
}
.cid-rrwtJbv4eR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rrwtJbv4eR figcaption {
  position: relative;
}
.cid-rrwtJbv4eR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrwtJbv4eR .image-block {
    width: 100% !important;
  }
}
.cid-rruRmusa9b {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rruRmusa9b .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rruRmusa9b .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rruRmusa9b .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rruRmusa9b .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rruRmusa9b .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rruRmusa9b .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rruRmusa9b .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rruRmusa9b .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rruRmusa9b .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrz9BD50Pt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrz9BD50Pt .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrz9BD50Pt .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrz9BD50Pt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrz9BD50Pt .inner-container {
    width: 100% !important;
  }
}
.cid-rrz9Cr0ufz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrz9Cr0ufz .mbr-text {
  color: #767676;
}
.cid-rrz9Cr0ufz .mbr-section-subtitle {
  color: #767676;
}
.cid-rrz9Cr0ufz .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrz9Cr0ufz .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrz9Cr0ufz .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrz9Cr0ufz .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrz9Cr0ufz .card-box {
  padding-bottom: 1rem;
}
.cid-rrz9Cr0ufz .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrz9Cr0ufz .num,
  .cid-rrz9Cr0ufz .card-title,
  .cid-rrz9Cr0ufz .mbr-text,
  .cid-rrz9Cr0ufz .mbr-title,
  .cid-rrz9Cr0ufz .mbr-section-subtitle,
  .cid-rrz9Cr0ufz .mbr-section-btn,
  .cid-rrz9Cr0ufz .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrz9Cr0ufz .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrz9Cr0ufz .mbr-section-title {
  text-align: left;
}
.cid-rrz9Cr0ufz blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrz9Cr0ufz gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrz9Cr0ufz orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrz9Cr0ufz rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvylutvpZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvylutvpZ .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvylutvpZ .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvylutvpZ .mbr-text {
  color: #444;
}
.cid-rrvylutvpZ h5 {
  margin-bottom: 0;
}
.cid-rrvylutvpZ .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvylutvpZ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvylutvpZ .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvylutvpZ .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvylutvpZ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvylutvpZ .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvylutvpZ .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvylutvpZ .social-list a:hover {
  opacity: .4;
}
.cid-rrvylutvpZ .media-container-row > div {
  padding: 0px;
}
.cid-rrvylutvpZ .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvylutvpZ .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvylutvpZ .group-title SPAN {
  color: #4f4943;
}
.cid-rrvylutvpZ .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvylutvpZ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvylutvpZ .social-list,
  .cid-rrvylutvpZ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvylutvpZ h3 {
    margin-bottom: 10px;
  }
  .cid-rrvylutvpZ .navbar-brand {
    text-align: center;
  }
}
.cid-rrvylutvpZ .links SPAN {
  color: #9e9e9e;
}
.cid-rrvym1CGQx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvym1CGQx .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvym1CGQx .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvym1CGQx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvym1CGQx .inner-container {
    width: 100% !important;
  }
}
.cid-rrvym1CGQx copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvym1CGQx ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3uzh9cKO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3uzh9cKO .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3uzh9cKO .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3uzh9cKO .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruGQNHemG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruGQNHemG .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruGQNHemG .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruGQNHemG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruGQNHemG ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruGQNHemG .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruGQNHemG .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruGQNHemG .navigation-portrait {
  height: 48px;
}
.cid-rruGQNHemG .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruGQNHemG .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruGQNHemG .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruGQNHemG .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruGQNHemG .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruGQNHemG .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruGQNHemG .align-to-right {
  float: right;
}
.cid-rruGQNHemG .nav-header {
  float: left;
}
.cid-rruGQNHemG .navigation-hidden .nav-header {
  display: none;
}
.cid-rruGQNHemG .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruGQNHemG .nav-brand:hover,
.cid-rruGQNHemG .nav-brand:focus {
  color: #70998b;
}
.cid-rruGQNHemG .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruGQNHemG .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruGQNHemG .nav-logo:focus > img {
  outline: initial;
}
.cid-rruGQNHemG .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruGQNHemG .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruGQNHemG .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruGQNHemG .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruGQNHemG .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruGQNHemG .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruGQNHemG .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruGQNHemG .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruGQNHemG .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruGQNHemG .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruGQNHemG .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruGQNHemG .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruGQNHemG .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruGQNHemG .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruGQNHemG .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruGQNHemG .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruGQNHemG .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruGQNHemG .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruGQNHemG .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruGQNHemG .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruGQNHemG .nav-menu > li:hover > a,
.cid-rruGQNHemG .nav-menu > li.active > a,
.cid-rruGQNHemG .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruGQNHemG .nav-menu > li > a > i,
.cid-rruGQNHemG .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruGQNHemG .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruGQNHemG .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruGQNHemG .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruGQNHemG .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruGQNHemG .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruGQNHemG .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruGQNHemG .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruGQNHemG .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGQNHemG .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruGQNHemG .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruGQNHemG .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruGQNHemG .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruGQNHemG .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruGQNHemG .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruGQNHemG .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruGQNHemG .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruGQNHemG .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruGQNHemG .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruGQNHemG .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruGQNHemG .navigation-hidden .nav-search {
  display: none;
}
.cid-rruGQNHemG .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruGQNHemG .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruGQNHemG .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruGQNHemG .nav-search-icon:after,
.cid-rruGQNHemG .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruGQNHemG .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruGQNHemG .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruGQNHemG .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruGQNHemG .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruGQNHemG .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruGQNHemG .nav-search-inner input[type=text],
.cid-rruGQNHemG .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGQNHemG .navigation-portrait .nav-search-inner input[type=text],
.cid-rruGQNHemG .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruGQNHemG .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruGQNHemG .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruGQNHemG .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruGQNHemG .nav-button:hover,
.cid-rruGQNHemG .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruGQNHemG .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruGQNHemG .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruGQNHemG .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruGQNHemG .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruGQNHemG .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruGQNHemG .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruGQNHemG .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruGQNHemG .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruGQNHemG .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruGQNHemG .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruGQNHemG .nav-dropdown > li:hover > a,
.cid-rruGQNHemG .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruGQNHemG .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruGQNHemG .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruGQNHemG .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruGQNHemG .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruGQNHemG .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruGQNHemG .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruGQNHemG .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruGQNHemG .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruGQNHemG .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruGQNHemG .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruGQNHemG .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruGQNHemG .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruGQNHemG .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruGQNHemG .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruGQNHemG .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruGQNHemG .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruGQNHemG .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruGQNHemG .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruGQNHemG .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruGQNHemG .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruGQNHemG .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruGQNHemG .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruGQNHemG .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruGQNHemG .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruGQNHemG .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruGQNHemG .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruGQNHemG .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruGQNHemG .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruGQNHemG .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruGQNHemG .megamenu-panel-half {
  width: 50%;
}
.cid-rruGQNHemG .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruGQNHemG .navigation-portrait .megamenu-panel-half,
.cid-rruGQNHemG .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruGQNHemG .megamenu-panel-row {
  width: 100%;
}
.cid-rruGQNHemG .megamenu-panel-row:before,
.cid-rruGQNHemG .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruGQNHemG .megamenu-panel-row:after {
  clear: both;
}
.cid-rruGQNHemG .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruGQNHemG .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruGQNHemG .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruGQNHemG .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruGQNHemG .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruGQNHemG .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruGQNHemG .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruGQNHemG .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruGQNHemG .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruGQNHemG .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruGQNHemG .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruGQNHemG .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruGQNHemG .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruGQNHemG .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruGQNHemG .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruGQNHemG .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruGQNHemG .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruGQNHemG .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruGQNHemG .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruGQNHemG .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruGQNHemG .megamenu-tabs-nav > li.active a,
.cid-rruGQNHemG .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruGQNHemG .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruGQNHemG .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruGQNHemG .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruGQNHemG .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruGQNHemG .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruGQNHemG .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruGQNHemG .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruGQNHemG .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruGQNHemG .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruGQNHemG .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruGQNHemG .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGQNHemG .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruGQNHemG .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruGQNHemG .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruGQNHemG .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruGQNHemG .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruGQNHemG .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruGQNHemG w {
  color: #0082c3;
}
.cid-rru1uQxZyn {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 1.2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rru1uQxZyn .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rru1uQxZyn .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rru1uQxZyn .mbr-text {
    text-align: center;
  }
}
.cid-rru1uQxZyn H1 {
  color: #622d04;
}
.cid-rru1uQxZyn .mbr-text,
.cid-rru1uQxZyn .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rru1uQxZyn H3 {
  color: #622d04;
  text-align: left;
}
.cid-rru1uQxZyn DIV {
  text-align: left;
}
.cid-rruwJWcQIG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruwJWcQIG .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruwJWcQIG .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rruwJWcQIG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruwJWcQIG .inner-container {
    width: 100% !important;
  }
}
.cid-rruwJWcQIG .section-text DIV {
  text-align: left;
}
.cid-rruwKNgnu7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rruwKNgnu7 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruwKNgnu7 .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rruwKNgnu7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruwKNgnu7 .inner-container {
    width: 100% !important;
  }
}
.cid-rruwKNgnu7 .section-text DIV {
  text-align: left;
}
.cid-rrwl6jgF85 {
  background: #ffffff;
}
.cid-rrwl6jgF85 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rrwl6jgF85 figcaption {
  position: relative;
}
.cid-rrwl6jgF85 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrwl6jgF85 .image-block {
    width: 100% !important;
  }
}
.cid-qZXcKkYVsQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qZXcKkYVsQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qZXcKkYVsQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qZXcKkYVsQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qZXcKkYVsQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qZXcKkYVsQ .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-qZXcKkYVsQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qZXcKkYVsQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qZXcKkYVsQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qZXcKkYVsQ .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-rrza4f03F4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrza4f03F4 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrza4f03F4 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrza4f03F4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrza4f03F4 .inner-container {
    width: 100% !important;
  }
}
.cid-rrza57QpYD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrza57QpYD .mbr-text {
  color: #767676;
}
.cid-rrza57QpYD .mbr-section-subtitle {
  color: #767676;
}
.cid-rrza57QpYD .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrza57QpYD .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrza57QpYD .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrza57QpYD .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrza57QpYD .card-box {
  padding-bottom: 1rem;
}
.cid-rrza57QpYD .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrza57QpYD .num,
  .cid-rrza57QpYD .card-title,
  .cid-rrza57QpYD .mbr-text,
  .cid-rrza57QpYD .mbr-title,
  .cid-rrza57QpYD .mbr-section-subtitle,
  .cid-rrza57QpYD .mbr-section-btn,
  .cid-rrza57QpYD .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrza57QpYD .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrza57QpYD .mbr-section-title {
  text-align: left;
}
.cid-rrza57QpYD blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrza57QpYD gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrza57QpYD orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrza57QpYD rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvGKlt6h9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvGKlt6h9 .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvGKlt6h9 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvGKlt6h9 .mbr-text {
  color: #444;
}
.cid-rrvGKlt6h9 h5 {
  margin-bottom: 0;
}
.cid-rrvGKlt6h9 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvGKlt6h9 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvGKlt6h9 .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvGKlt6h9 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvGKlt6h9 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvGKlt6h9 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvGKlt6h9 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvGKlt6h9 .social-list a:hover {
  opacity: .4;
}
.cid-rrvGKlt6h9 .media-container-row > div {
  padding: 0px;
}
.cid-rrvGKlt6h9 .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvGKlt6h9 .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvGKlt6h9 .group-title SPAN {
  color: #4f4943;
}
.cid-rrvGKlt6h9 .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvGKlt6h9 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvGKlt6h9 .social-list,
  .cid-rrvGKlt6h9 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvGKlt6h9 h3 {
    margin-bottom: 10px;
  }
  .cid-rrvGKlt6h9 .navbar-brand {
    text-align: center;
  }
}
.cid-rrvGKlt6h9 .links SPAN {
  color: #9e9e9e;
}
.cid-rrvGL0h0tH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvGL0h0tH .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvGL0h0tH .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvGL0h0tH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvGL0h0tH .inner-container {
    width: 100% !important;
  }
}
.cid-rrvGL0h0tH copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvGL0h0tH ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3uCQQfoq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3uCQQfoq .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3uCQQfoq .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3uCQQfoq .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruGUEev7C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruGUEev7C .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruGUEev7C .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruGUEev7C .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruGUEev7C ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruGUEev7C .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruGUEev7C .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruGUEev7C .navigation-portrait {
  height: 48px;
}
.cid-rruGUEev7C .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruGUEev7C .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruGUEev7C .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruGUEev7C .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruGUEev7C .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruGUEev7C .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruGUEev7C .align-to-right {
  float: right;
}
.cid-rruGUEev7C .nav-header {
  float: left;
}
.cid-rruGUEev7C .navigation-hidden .nav-header {
  display: none;
}
.cid-rruGUEev7C .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruGUEev7C .nav-brand:hover,
.cid-rruGUEev7C .nav-brand:focus {
  color: #70998b;
}
.cid-rruGUEev7C .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruGUEev7C .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruGUEev7C .nav-logo:focus > img {
  outline: initial;
}
.cid-rruGUEev7C .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruGUEev7C .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruGUEev7C .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruGUEev7C .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruGUEev7C .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruGUEev7C .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruGUEev7C .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruGUEev7C .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruGUEev7C .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruGUEev7C .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruGUEev7C .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruGUEev7C .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruGUEev7C .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruGUEev7C .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruGUEev7C .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruGUEev7C .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruGUEev7C .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruGUEev7C .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruGUEev7C .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruGUEev7C .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruGUEev7C .nav-menu > li:hover > a,
.cid-rruGUEev7C .nav-menu > li.active > a,
.cid-rruGUEev7C .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruGUEev7C .nav-menu > li > a > i,
.cid-rruGUEev7C .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruGUEev7C .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruGUEev7C .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruGUEev7C .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruGUEev7C .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruGUEev7C .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruGUEev7C .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruGUEev7C .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruGUEev7C .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGUEev7C .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruGUEev7C .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruGUEev7C .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruGUEev7C .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruGUEev7C .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruGUEev7C .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruGUEev7C .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruGUEev7C .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruGUEev7C .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruGUEev7C .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruGUEev7C .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruGUEev7C .navigation-hidden .nav-search {
  display: none;
}
.cid-rruGUEev7C .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruGUEev7C .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruGUEev7C .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruGUEev7C .nav-search-icon:after,
.cid-rruGUEev7C .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruGUEev7C .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruGUEev7C .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruGUEev7C .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruGUEev7C .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruGUEev7C .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruGUEev7C .nav-search-inner input[type=text],
.cid-rruGUEev7C .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGUEev7C .navigation-portrait .nav-search-inner input[type=text],
.cid-rruGUEev7C .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruGUEev7C .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruGUEev7C .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruGUEev7C .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruGUEev7C .nav-button:hover,
.cid-rruGUEev7C .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruGUEev7C .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruGUEev7C .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruGUEev7C .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruGUEev7C .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruGUEev7C .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruGUEev7C .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruGUEev7C .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruGUEev7C .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruGUEev7C .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruGUEev7C .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruGUEev7C .nav-dropdown > li:hover > a,
.cid-rruGUEev7C .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruGUEev7C .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruGUEev7C .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruGUEev7C .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruGUEev7C .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruGUEev7C .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruGUEev7C .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruGUEev7C .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruGUEev7C .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruGUEev7C .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruGUEev7C .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruGUEev7C .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruGUEev7C .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruGUEev7C .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruGUEev7C .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruGUEev7C .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruGUEev7C .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruGUEev7C .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruGUEev7C .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruGUEev7C .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruGUEev7C .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruGUEev7C .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruGUEev7C .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruGUEev7C .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruGUEev7C .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruGUEev7C .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruGUEev7C .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruGUEev7C .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruGUEev7C .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruGUEev7C .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruGUEev7C .megamenu-panel-half {
  width: 50%;
}
.cid-rruGUEev7C .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruGUEev7C .navigation-portrait .megamenu-panel-half,
.cid-rruGUEev7C .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruGUEev7C .megamenu-panel-row {
  width: 100%;
}
.cid-rruGUEev7C .megamenu-panel-row:before,
.cid-rruGUEev7C .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruGUEev7C .megamenu-panel-row:after {
  clear: both;
}
.cid-rruGUEev7C .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruGUEev7C .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruGUEev7C .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruGUEev7C .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruGUEev7C .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruGUEev7C .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruGUEev7C .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruGUEev7C .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruGUEev7C .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruGUEev7C .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruGUEev7C .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruGUEev7C .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruGUEev7C .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruGUEev7C .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruGUEev7C .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruGUEev7C .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruGUEev7C .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruGUEev7C .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruGUEev7C .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruGUEev7C .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruGUEev7C .megamenu-tabs-nav > li.active a,
.cid-rruGUEev7C .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruGUEev7C .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruGUEev7C .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruGUEev7C .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruGUEev7C .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruGUEev7C .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruGUEev7C .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruGUEev7C .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruGUEev7C .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruGUEev7C .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruGUEev7C .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruGUEev7C .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGUEev7C .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruGUEev7C .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruGUEev7C .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruGUEev7C .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruGUEev7C .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruGUEev7C .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruGUEev7C w {
  color: #0082c3;
}
.cid-rru1xwkSwO {
  padding-top: 45px;
  padding-bottom: 15px;
  padding-left: 1.2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rru1xwkSwO .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rru1xwkSwO .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rru1xwkSwO .mbr-text {
    text-align: center;
  }
}
.cid-rru1xwkSwO H1 {
  color: #622d04;
}
.cid-rru1xwkSwO .mbr-text,
.cid-rru1xwkSwO .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rru1xwkSwO H3 {
  color: #622d04;
  text-align: left;
}
.cid-rru1xwkSwO DIV {
  text-align: left;
}
.cid-rrzdE5vMOr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrzdE5vMOr .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrzdE5vMOr .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrzdE5vMOr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrzdE5vMOr .inner-container {
    width: 100% !important;
  }
}
.cid-rrzdE5vMOr .section-text DIV {
  text-align: left;
}
.cid-rrzdF8DT9h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrzdF8DT9h .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrzdF8DT9h .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrzdF8DT9h .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrzdF8DT9h .inner-container {
    width: 100% !important;
  }
}
.cid-rrzdF8DT9h .section-text DIV {
  text-align: left;
}
.cid-rrzdSTA8hr {
  background: #ffffff;
}
.cid-rrzdSTA8hr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rrzdSTA8hr figcaption {
  position: relative;
}
.cid-rrzdSTA8hr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrzdSTA8hr .image-block {
    width: 100% !important;
  }
}
.cid-rrzT06xeSA {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrzT06xeSA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rrzT06xeSA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rrzT06xeSA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rrzT06xeSA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rrzT06xeSA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrzT06xeSA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rrzT06xeSA .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rrzT06xeSA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rrzT06xeSA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrzaaK4lak {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrzaaK4lak .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrzaaK4lak .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrzaaK4lak .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrzaaK4lak .inner-container {
    width: 100% !important;
  }
}
.cid-rrzabvWZfV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrzabvWZfV .mbr-text {
  color: #767676;
}
.cid-rrzabvWZfV .mbr-section-subtitle {
  color: #767676;
}
.cid-rrzabvWZfV .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrzabvWZfV .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrzabvWZfV .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrzabvWZfV .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrzabvWZfV .card-box {
  padding-bottom: 1rem;
}
.cid-rrzabvWZfV .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrzabvWZfV .num,
  .cid-rrzabvWZfV .card-title,
  .cid-rrzabvWZfV .mbr-text,
  .cid-rrzabvWZfV .mbr-title,
  .cid-rrzabvWZfV .mbr-section-subtitle,
  .cid-rrzabvWZfV .mbr-section-btn,
  .cid-rrzabvWZfV .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrzabvWZfV .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrzabvWZfV .mbr-section-title {
  text-align: left;
}
.cid-rrzabvWZfV blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzabvWZfV gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzabvWZfV orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzabvWZfV rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvGPu9Bya {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvGPu9Bya .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvGPu9Bya .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvGPu9Bya .mbr-text {
  color: #444;
}
.cid-rrvGPu9Bya h5 {
  margin-bottom: 0;
}
.cid-rrvGPu9Bya .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvGPu9Bya .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvGPu9Bya .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvGPu9Bya .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvGPu9Bya .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvGPu9Bya .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvGPu9Bya .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvGPu9Bya .social-list a:hover {
  opacity: .4;
}
.cid-rrvGPu9Bya .media-container-row > div {
  padding: 0px;
}
.cid-rrvGPu9Bya .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvGPu9Bya .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvGPu9Bya .group-title SPAN {
  color: #4f4943;
}
.cid-rrvGPu9Bya .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvGPu9Bya .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvGPu9Bya .social-list,
  .cid-rrvGPu9Bya .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvGPu9Bya h3 {
    margin-bottom: 10px;
  }
  .cid-rrvGPu9Bya .navbar-brand {
    text-align: center;
  }
}
.cid-rrvGPu9Bya .links SPAN {
  color: #9e9e9e;
}
.cid-rrvGQ7Ex4E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvGQ7Ex4E .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvGQ7Ex4E .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvGQ7Ex4E .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvGQ7Ex4E .inner-container {
    width: 100% !important;
  }
}
.cid-rrvGQ7Ex4E copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvGQ7Ex4E ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3uHUMgNf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3uHUMgNf .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3uHUMgNf .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3uHUMgNf .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruH3sYxVI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruH3sYxVI .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruH3sYxVI .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruH3sYxVI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruH3sYxVI ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruH3sYxVI .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruH3sYxVI .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruH3sYxVI .navigation-portrait {
  height: 48px;
}
.cid-rruH3sYxVI .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruH3sYxVI .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruH3sYxVI .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruH3sYxVI .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruH3sYxVI .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruH3sYxVI .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruH3sYxVI .align-to-right {
  float: right;
}
.cid-rruH3sYxVI .nav-header {
  float: left;
}
.cid-rruH3sYxVI .navigation-hidden .nav-header {
  display: none;
}
.cid-rruH3sYxVI .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruH3sYxVI .nav-brand:hover,
.cid-rruH3sYxVI .nav-brand:focus {
  color: #70998b;
}
.cid-rruH3sYxVI .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruH3sYxVI .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruH3sYxVI .nav-logo:focus > img {
  outline: initial;
}
.cid-rruH3sYxVI .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruH3sYxVI .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruH3sYxVI .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruH3sYxVI .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruH3sYxVI .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruH3sYxVI .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruH3sYxVI .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruH3sYxVI .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruH3sYxVI .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruH3sYxVI .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruH3sYxVI .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruH3sYxVI .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruH3sYxVI .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruH3sYxVI .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruH3sYxVI .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruH3sYxVI .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruH3sYxVI .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruH3sYxVI .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruH3sYxVI .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruH3sYxVI .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruH3sYxVI .nav-menu > li:hover > a,
.cid-rruH3sYxVI .nav-menu > li.active > a,
.cid-rruH3sYxVI .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruH3sYxVI .nav-menu > li > a > i,
.cid-rruH3sYxVI .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruH3sYxVI .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruH3sYxVI .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruH3sYxVI .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruH3sYxVI .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruH3sYxVI .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruH3sYxVI .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruH3sYxVI .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruH3sYxVI .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruH3sYxVI .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruH3sYxVI .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruH3sYxVI .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruH3sYxVI .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruH3sYxVI .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruH3sYxVI .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruH3sYxVI .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruH3sYxVI .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruH3sYxVI .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruH3sYxVI .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruH3sYxVI .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruH3sYxVI .navigation-hidden .nav-search {
  display: none;
}
.cid-rruH3sYxVI .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruH3sYxVI .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruH3sYxVI .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruH3sYxVI .nav-search-icon:after,
.cid-rruH3sYxVI .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruH3sYxVI .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruH3sYxVI .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruH3sYxVI .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruH3sYxVI .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruH3sYxVI .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruH3sYxVI .nav-search-inner input[type=text],
.cid-rruH3sYxVI .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruH3sYxVI .navigation-portrait .nav-search-inner input[type=text],
.cid-rruH3sYxVI .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruH3sYxVI .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruH3sYxVI .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruH3sYxVI .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruH3sYxVI .nav-button:hover,
.cid-rruH3sYxVI .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruH3sYxVI .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruH3sYxVI .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruH3sYxVI .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruH3sYxVI .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruH3sYxVI .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruH3sYxVI .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruH3sYxVI .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruH3sYxVI .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruH3sYxVI .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruH3sYxVI .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruH3sYxVI .nav-dropdown > li:hover > a,
.cid-rruH3sYxVI .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruH3sYxVI .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruH3sYxVI .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruH3sYxVI .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruH3sYxVI .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruH3sYxVI .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruH3sYxVI .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruH3sYxVI .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruH3sYxVI .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruH3sYxVI .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruH3sYxVI .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruH3sYxVI .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruH3sYxVI .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruH3sYxVI .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruH3sYxVI .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruH3sYxVI .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruH3sYxVI .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruH3sYxVI .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruH3sYxVI .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruH3sYxVI .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruH3sYxVI .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruH3sYxVI .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruH3sYxVI .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruH3sYxVI .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruH3sYxVI .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruH3sYxVI .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruH3sYxVI .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruH3sYxVI .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruH3sYxVI .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruH3sYxVI .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruH3sYxVI .megamenu-panel-half {
  width: 50%;
}
.cid-rruH3sYxVI .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruH3sYxVI .navigation-portrait .megamenu-panel-half,
.cid-rruH3sYxVI .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruH3sYxVI .megamenu-panel-row {
  width: 100%;
}
.cid-rruH3sYxVI .megamenu-panel-row:before,
.cid-rruH3sYxVI .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruH3sYxVI .megamenu-panel-row:after {
  clear: both;
}
.cid-rruH3sYxVI .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruH3sYxVI .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruH3sYxVI .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruH3sYxVI .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruH3sYxVI .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruH3sYxVI .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruH3sYxVI .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruH3sYxVI .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruH3sYxVI .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruH3sYxVI .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruH3sYxVI .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruH3sYxVI .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruH3sYxVI .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruH3sYxVI .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruH3sYxVI .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruH3sYxVI .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruH3sYxVI .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruH3sYxVI .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruH3sYxVI .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruH3sYxVI .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruH3sYxVI .megamenu-tabs-nav > li.active a,
.cid-rruH3sYxVI .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruH3sYxVI .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruH3sYxVI .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruH3sYxVI .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruH3sYxVI .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruH3sYxVI .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruH3sYxVI .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruH3sYxVI .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruH3sYxVI .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruH3sYxVI .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruH3sYxVI .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruH3sYxVI .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruH3sYxVI .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruH3sYxVI .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruH3sYxVI .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruH3sYxVI .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruH3sYxVI .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruH3sYxVI .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruH3sYxVI w {
  color: #0082c3;
}
.cid-rru1Ab8HJ1 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rru1Ab8HJ1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rru1Ab8HJ1 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rru1Ab8HJ1 .mbr-text {
    text-align: center;
  }
}
.cid-rru1Ab8HJ1 H1 {
  color: #622d04;
}
.cid-rru1Ab8HJ1 .mbr-text,
.cid-rru1Ab8HJ1 .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rru1Ab8HJ1 H3 {
  color: #624c04;
}
.cid-rru1Ab8HJ1 DIV {
  text-align: left;
}
.cid-rrwu3TKafc {
  background: #ffffff;
}
.cid-rrwu3TKafc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rrwu3TKafc figcaption {
  position: relative;
}
.cid-rrwu3TKafc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrwu3TKafc .image-block {
    width: 100% !important;
  }
}
.cid-qZX8ZntBls {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qZX8ZntBls .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qZX8ZntBls .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qZX8ZntBls .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qZX8ZntBls .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qZX8ZntBls .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-qZX8ZntBls .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qZX8ZntBls .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qZX8ZntBls .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qZX8ZntBls .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-rrzag6HadO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrzag6HadO .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrzag6HadO .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrzag6HadO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrzag6HadO .inner-container {
    width: 100% !important;
  }
}
.cid-rrzagNhDsb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrzagNhDsb .mbr-text {
  color: #767676;
}
.cid-rrzagNhDsb .mbr-section-subtitle {
  color: #767676;
}
.cid-rrzagNhDsb .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrzagNhDsb .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrzagNhDsb .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrzagNhDsb .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrzagNhDsb .card-box {
  padding-bottom: 1rem;
}
.cid-rrzagNhDsb .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrzagNhDsb .num,
  .cid-rrzagNhDsb .card-title,
  .cid-rrzagNhDsb .mbr-text,
  .cid-rrzagNhDsb .mbr-title,
  .cid-rrzagNhDsb .mbr-section-subtitle,
  .cid-rrzagNhDsb .mbr-section-btn,
  .cid-rrzagNhDsb .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrzagNhDsb .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrzagNhDsb .mbr-section-title {
  text-align: left;
}
.cid-rrzagNhDsb blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzagNhDsb gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzagNhDsb orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzagNhDsb rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvGU2OEnu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvGU2OEnu .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvGU2OEnu .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvGU2OEnu .mbr-text {
  color: #444;
}
.cid-rrvGU2OEnu h5 {
  margin-bottom: 0;
}
.cid-rrvGU2OEnu .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvGU2OEnu .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvGU2OEnu .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvGU2OEnu .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvGU2OEnu .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvGU2OEnu .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvGU2OEnu .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvGU2OEnu .social-list a:hover {
  opacity: .4;
}
.cid-rrvGU2OEnu .media-container-row > div {
  padding: 0px;
}
.cid-rrvGU2OEnu .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvGU2OEnu .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvGU2OEnu .group-title SPAN {
  color: #4f4943;
}
.cid-rrvGU2OEnu .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvGU2OEnu .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvGU2OEnu .social-list,
  .cid-rrvGU2OEnu .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvGU2OEnu h3 {
    margin-bottom: 10px;
  }
  .cid-rrvGU2OEnu .navbar-brand {
    text-align: center;
  }
}
.cid-rrvGU2OEnu .links SPAN {
  color: #9e9e9e;
}
.cid-rrvGUSpHNv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvGUSpHNv .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvGUSpHNv .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvGUSpHNv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvGUSpHNv .inner-container {
    width: 100% !important;
  }
}
.cid-rrvGUSpHNv copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvGUSpHNv ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3uMfGHaa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3uMfGHaa .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3uMfGHaa .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3uMfGHaa .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruHasbcPN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruHasbcPN .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruHasbcPN .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruHasbcPN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruHasbcPN ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruHasbcPN .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruHasbcPN .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruHasbcPN .navigation-portrait {
  height: 48px;
}
.cid-rruHasbcPN .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruHasbcPN .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruHasbcPN .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruHasbcPN .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruHasbcPN .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruHasbcPN .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruHasbcPN .align-to-right {
  float: right;
}
.cid-rruHasbcPN .nav-header {
  float: left;
}
.cid-rruHasbcPN .navigation-hidden .nav-header {
  display: none;
}
.cid-rruHasbcPN .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruHasbcPN .nav-brand:hover,
.cid-rruHasbcPN .nav-brand:focus {
  color: #70998b;
}
.cid-rruHasbcPN .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHasbcPN .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruHasbcPN .nav-logo:focus > img {
  outline: initial;
}
.cid-rruHasbcPN .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruHasbcPN .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruHasbcPN .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruHasbcPN .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruHasbcPN .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruHasbcPN .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruHasbcPN .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruHasbcPN .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruHasbcPN .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruHasbcPN .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruHasbcPN .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruHasbcPN .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruHasbcPN .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruHasbcPN .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruHasbcPN .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruHasbcPN .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHasbcPN .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruHasbcPN .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruHasbcPN .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHasbcPN .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruHasbcPN .nav-menu > li:hover > a,
.cid-rruHasbcPN .nav-menu > li.active > a,
.cid-rruHasbcPN .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruHasbcPN .nav-menu > li > a > i,
.cid-rruHasbcPN .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruHasbcPN .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruHasbcPN .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruHasbcPN .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruHasbcPN .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruHasbcPN .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruHasbcPN .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruHasbcPN .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruHasbcPN .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHasbcPN .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruHasbcPN .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruHasbcPN .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruHasbcPN .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruHasbcPN .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruHasbcPN .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHasbcPN .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHasbcPN .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruHasbcPN .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruHasbcPN .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruHasbcPN .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruHasbcPN .navigation-hidden .nav-search {
  display: none;
}
.cid-rruHasbcPN .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruHasbcPN .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruHasbcPN .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruHasbcPN .nav-search-icon:after,
.cid-rruHasbcPN .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruHasbcPN .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruHasbcPN .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruHasbcPN .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruHasbcPN .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruHasbcPN .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruHasbcPN .nav-search-inner input[type=text],
.cid-rruHasbcPN .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHasbcPN .navigation-portrait .nav-search-inner input[type=text],
.cid-rruHasbcPN .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHasbcPN .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruHasbcPN .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruHasbcPN .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruHasbcPN .nav-button:hover,
.cid-rruHasbcPN .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruHasbcPN .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruHasbcPN .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruHasbcPN .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruHasbcPN .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruHasbcPN .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruHasbcPN .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruHasbcPN .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruHasbcPN .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruHasbcPN .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruHasbcPN .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHasbcPN .nav-dropdown > li:hover > a,
.cid-rruHasbcPN .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruHasbcPN .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruHasbcPN .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruHasbcPN .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruHasbcPN .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruHasbcPN .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruHasbcPN .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruHasbcPN .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruHasbcPN .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruHasbcPN .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruHasbcPN .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruHasbcPN .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruHasbcPN .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruHasbcPN .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruHasbcPN .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHasbcPN .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruHasbcPN .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruHasbcPN .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHasbcPN .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruHasbcPN .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruHasbcPN .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruHasbcPN .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruHasbcPN .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruHasbcPN .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruHasbcPN .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruHasbcPN .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHasbcPN .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruHasbcPN .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruHasbcPN .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruHasbcPN .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruHasbcPN .megamenu-panel-half {
  width: 50%;
}
.cid-rruHasbcPN .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruHasbcPN .navigation-portrait .megamenu-panel-half,
.cid-rruHasbcPN .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruHasbcPN .megamenu-panel-row {
  width: 100%;
}
.cid-rruHasbcPN .megamenu-panel-row:before,
.cid-rruHasbcPN .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruHasbcPN .megamenu-panel-row:after {
  clear: both;
}
.cid-rruHasbcPN .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruHasbcPN .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruHasbcPN .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruHasbcPN .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruHasbcPN .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruHasbcPN .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruHasbcPN .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruHasbcPN .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruHasbcPN .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruHasbcPN .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruHasbcPN .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruHasbcPN .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruHasbcPN .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruHasbcPN .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruHasbcPN .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruHasbcPN .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruHasbcPN .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruHasbcPN .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruHasbcPN .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruHasbcPN .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruHasbcPN .megamenu-tabs-nav > li.active a,
.cid-rruHasbcPN .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruHasbcPN .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruHasbcPN .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruHasbcPN .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruHasbcPN .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruHasbcPN .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruHasbcPN .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruHasbcPN .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruHasbcPN .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruHasbcPN .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruHasbcPN .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruHasbcPN .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHasbcPN .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruHasbcPN .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruHasbcPN .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruHasbcPN .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruHasbcPN .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruHasbcPN .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruHasbcPN w {
  color: #0082c3;
}
.cid-rru1CWahwx {
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 1.2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rru1CWahwx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rru1CWahwx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rru1CWahwx .mbr-text {
    text-align: center;
  }
}
.cid-rru1CWahwx H1 {
  color: #622d04;
}
.cid-rru1CWahwx .mbr-text,
.cid-rru1CWahwx .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rru1CWahwx H3 {
  color: #624c04;
}
.cid-rru1CWahwx DIV {
  text-align: left;
}
.cid-rrwtk0ebT5 {
  background: #ffffff;
}
.cid-rrwtk0ebT5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rrwtk0ebT5 figcaption {
  position: relative;
}
.cid-rrwtk0ebT5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrwtk0ebT5 .image-block {
    width: 100% !important;
  }
}
.cid-qZXc78F5Ol {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qZXc78F5Ol .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qZXc78F5Ol .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qZXc78F5Ol .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qZXc78F5Ol .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qZXc78F5Ol .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-qZXc78F5Ol .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qZXc78F5Ol .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qZXc78F5Ol .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qZXc78F5Ol .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-rrzaokLREr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrzaokLREr .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrzaokLREr .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrzaokLREr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrzaokLREr .inner-container {
    width: 100% !important;
  }
}
.cid-rrzaoWDiwg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrzaoWDiwg .mbr-text {
  color: #767676;
}
.cid-rrzaoWDiwg .mbr-section-subtitle {
  color: #767676;
}
.cid-rrzaoWDiwg .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrzaoWDiwg .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrzaoWDiwg .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrzaoWDiwg .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrzaoWDiwg .card-box {
  padding-bottom: 1rem;
}
.cid-rrzaoWDiwg .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrzaoWDiwg .num,
  .cid-rrzaoWDiwg .card-title,
  .cid-rrzaoWDiwg .mbr-text,
  .cid-rrzaoWDiwg .mbr-title,
  .cid-rrzaoWDiwg .mbr-section-subtitle,
  .cid-rrzaoWDiwg .mbr-section-btn,
  .cid-rrzaoWDiwg .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrzaoWDiwg .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrzaoWDiwg .mbr-section-title {
  text-align: left;
}
.cid-rrzaoWDiwg blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaoWDiwg gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaoWDiwg orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaoWDiwg rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvGYLBpRZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvGYLBpRZ .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvGYLBpRZ .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvGYLBpRZ .mbr-text {
  color: #444;
}
.cid-rrvGYLBpRZ h5 {
  margin-bottom: 0;
}
.cid-rrvGYLBpRZ .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvGYLBpRZ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvGYLBpRZ .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvGYLBpRZ .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvGYLBpRZ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvGYLBpRZ .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvGYLBpRZ .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvGYLBpRZ .social-list a:hover {
  opacity: .4;
}
.cid-rrvGYLBpRZ .media-container-row > div {
  padding: 0px;
}
.cid-rrvGYLBpRZ .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvGYLBpRZ .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvGYLBpRZ .group-title SPAN {
  color: #4f4943;
}
.cid-rrvGYLBpRZ .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvGYLBpRZ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvGYLBpRZ .social-list,
  .cid-rrvGYLBpRZ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvGYLBpRZ h3 {
    margin-bottom: 10px;
  }
  .cid-rrvGYLBpRZ .navbar-brand {
    text-align: center;
  }
}
.cid-rrvGYLBpRZ .links SPAN {
  color: #9e9e9e;
}
.cid-rrvGZi3Ogg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvGZi3Ogg .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvGZi3Ogg .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvGZi3Ogg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvGZi3Ogg .inner-container {
    width: 100% !important;
  }
}
.cid-rrvGZi3Ogg copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvGZi3Ogg ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3uPLXx4l {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3uPLXx4l .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3uPLXx4l .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3uPLXx4l .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruHhRnScx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruHhRnScx .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruHhRnScx .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruHhRnScx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruHhRnScx ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruHhRnScx .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruHhRnScx .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruHhRnScx .navigation-portrait {
  height: 48px;
}
.cid-rruHhRnScx .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruHhRnScx .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruHhRnScx .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruHhRnScx .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruHhRnScx .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruHhRnScx .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruHhRnScx .align-to-right {
  float: right;
}
.cid-rruHhRnScx .nav-header {
  float: left;
}
.cid-rruHhRnScx .navigation-hidden .nav-header {
  display: none;
}
.cid-rruHhRnScx .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruHhRnScx .nav-brand:hover,
.cid-rruHhRnScx .nav-brand:focus {
  color: #70998b;
}
.cid-rruHhRnScx .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHhRnScx .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruHhRnScx .nav-logo:focus > img {
  outline: initial;
}
.cid-rruHhRnScx .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruHhRnScx .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruHhRnScx .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruHhRnScx .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruHhRnScx .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruHhRnScx .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruHhRnScx .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruHhRnScx .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruHhRnScx .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruHhRnScx .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruHhRnScx .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruHhRnScx .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruHhRnScx .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruHhRnScx .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruHhRnScx .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruHhRnScx .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHhRnScx .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruHhRnScx .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruHhRnScx .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHhRnScx .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruHhRnScx .nav-menu > li:hover > a,
.cid-rruHhRnScx .nav-menu > li.active > a,
.cid-rruHhRnScx .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruHhRnScx .nav-menu > li > a > i,
.cid-rruHhRnScx .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruHhRnScx .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruHhRnScx .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruHhRnScx .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruHhRnScx .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruHhRnScx .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruHhRnScx .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruHhRnScx .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruHhRnScx .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHhRnScx .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruHhRnScx .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruHhRnScx .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruHhRnScx .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruHhRnScx .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruHhRnScx .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHhRnScx .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHhRnScx .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruHhRnScx .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruHhRnScx .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruHhRnScx .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruHhRnScx .navigation-hidden .nav-search {
  display: none;
}
.cid-rruHhRnScx .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruHhRnScx .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruHhRnScx .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruHhRnScx .nav-search-icon:after,
.cid-rruHhRnScx .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruHhRnScx .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruHhRnScx .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruHhRnScx .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruHhRnScx .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruHhRnScx .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruHhRnScx .nav-search-inner input[type=text],
.cid-rruHhRnScx .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHhRnScx .navigation-portrait .nav-search-inner input[type=text],
.cid-rruHhRnScx .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHhRnScx .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruHhRnScx .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruHhRnScx .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruHhRnScx .nav-button:hover,
.cid-rruHhRnScx .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruHhRnScx .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruHhRnScx .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruHhRnScx .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruHhRnScx .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruHhRnScx .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruHhRnScx .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruHhRnScx .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruHhRnScx .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruHhRnScx .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruHhRnScx .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHhRnScx .nav-dropdown > li:hover > a,
.cid-rruHhRnScx .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruHhRnScx .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruHhRnScx .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruHhRnScx .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruHhRnScx .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruHhRnScx .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruHhRnScx .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruHhRnScx .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruHhRnScx .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruHhRnScx .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruHhRnScx .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruHhRnScx .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruHhRnScx .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruHhRnScx .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruHhRnScx .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHhRnScx .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruHhRnScx .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruHhRnScx .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHhRnScx .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruHhRnScx .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruHhRnScx .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruHhRnScx .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruHhRnScx .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruHhRnScx .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruHhRnScx .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruHhRnScx .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHhRnScx .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruHhRnScx .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruHhRnScx .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruHhRnScx .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruHhRnScx .megamenu-panel-half {
  width: 50%;
}
.cid-rruHhRnScx .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruHhRnScx .navigation-portrait .megamenu-panel-half,
.cid-rruHhRnScx .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruHhRnScx .megamenu-panel-row {
  width: 100%;
}
.cid-rruHhRnScx .megamenu-panel-row:before,
.cid-rruHhRnScx .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruHhRnScx .megamenu-panel-row:after {
  clear: both;
}
.cid-rruHhRnScx .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruHhRnScx .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruHhRnScx .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruHhRnScx .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruHhRnScx .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruHhRnScx .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruHhRnScx .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruHhRnScx .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruHhRnScx .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruHhRnScx .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruHhRnScx .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruHhRnScx .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruHhRnScx .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruHhRnScx .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruHhRnScx .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruHhRnScx .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruHhRnScx .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruHhRnScx .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruHhRnScx .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruHhRnScx .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruHhRnScx .megamenu-tabs-nav > li.active a,
.cid-rruHhRnScx .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruHhRnScx .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruHhRnScx .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruHhRnScx .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruHhRnScx .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruHhRnScx .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruHhRnScx .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruHhRnScx .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruHhRnScx .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruHhRnScx .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruHhRnScx .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruHhRnScx .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHhRnScx .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruHhRnScx .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruHhRnScx .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruHhRnScx .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruHhRnScx .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruHhRnScx .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruHhRnScx w {
  color: #0082c3;
}
.cid-rru1GHybg7 {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 1.2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rru1GHybg7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rru1GHybg7 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rru1GHybg7 .mbr-text {
    text-align: center;
  }
}
.cid-rru1GHybg7 H1 {
  color: #622d04;
}
.cid-rru1GHybg7 .mbr-text,
.cid-rru1GHybg7 .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rru1GHybg7 H3 {
  color: #624c04;
}
.cid-rru1GHybg7 DIV {
  text-align: left;
}
.cid-rrzgFQSmo9 {
  background: #ffffff;
}
.cid-rrzgFQSmo9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rrzgFQSmo9 figcaption {
  position: relative;
}
.cid-rrzgFQSmo9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrzgFQSmo9 .image-block {
    width: 100% !important;
  }
}
.cid-rrzgHyHXmH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrzgHyHXmH .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrzgHyHXmH .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrzgHyHXmH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrzgHyHXmH .inner-container {
    width: 100% !important;
  }
}
.cid-rrzgHyHXmH .section-text DIV {
  text-align: left;
}
.cid-qZXd3iVXXh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qZXd3iVXXh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qZXd3iVXXh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qZXd3iVXXh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qZXd3iVXXh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qZXd3iVXXh .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-qZXd3iVXXh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qZXd3iVXXh .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qZXd3iVXXh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qZXd3iVXXh .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-rrzau4pGJG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrzau4pGJG .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrzau4pGJG .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrzau4pGJG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrzau4pGJG .inner-container {
    width: 100% !important;
  }
}
.cid-rrzauLMWL4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrzauLMWL4 .mbr-text {
  color: #767676;
}
.cid-rrzauLMWL4 .mbr-section-subtitle {
  color: #767676;
}
.cid-rrzauLMWL4 .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrzauLMWL4 .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrzauLMWL4 .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrzauLMWL4 .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrzauLMWL4 .card-box {
  padding-bottom: 1rem;
}
.cid-rrzauLMWL4 .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrzauLMWL4 .num,
  .cid-rrzauLMWL4 .card-title,
  .cid-rrzauLMWL4 .mbr-text,
  .cid-rrzauLMWL4 .mbr-title,
  .cid-rrzauLMWL4 .mbr-section-subtitle,
  .cid-rrzauLMWL4 .mbr-section-btn,
  .cid-rrzauLMWL4 .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrzauLMWL4 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrzauLMWL4 .mbr-section-title {
  text-align: left;
}
.cid-rrzauLMWL4 blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzauLMWL4 gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzauLMWL4 orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzauLMWL4 rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvH3cUhOr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvH3cUhOr .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvH3cUhOr .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvH3cUhOr .mbr-text {
  color: #444;
}
.cid-rrvH3cUhOr h5 {
  margin-bottom: 0;
}
.cid-rrvH3cUhOr .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvH3cUhOr .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvH3cUhOr .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvH3cUhOr .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvH3cUhOr .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvH3cUhOr .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvH3cUhOr .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvH3cUhOr .social-list a:hover {
  opacity: .4;
}
.cid-rrvH3cUhOr .media-container-row > div {
  padding: 0px;
}
.cid-rrvH3cUhOr .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvH3cUhOr .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvH3cUhOr .group-title SPAN {
  color: #4f4943;
}
.cid-rrvH3cUhOr .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvH3cUhOr .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvH3cUhOr .social-list,
  .cid-rrvH3cUhOr .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvH3cUhOr h3 {
    margin-bottom: 10px;
  }
  .cid-rrvH3cUhOr .navbar-brand {
    text-align: center;
  }
}
.cid-rrvH3cUhOr .links SPAN {
  color: #9e9e9e;
}
.cid-rrvH3MPkvQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvH3MPkvQ .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvH3MPkvQ .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvH3MPkvQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvH3MPkvQ .inner-container {
    width: 100% !important;
  }
}
.cid-rrvH3MPkvQ copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvH3MPkvQ ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3uTC0Rpv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3uTC0Rpv .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3uTC0Rpv .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3uTC0Rpv .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruHokm5bm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruHokm5bm .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruHokm5bm .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruHokm5bm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruHokm5bm ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruHokm5bm .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruHokm5bm .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruHokm5bm .navigation-portrait {
  height: 48px;
}
.cid-rruHokm5bm .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruHokm5bm .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruHokm5bm .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruHokm5bm .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruHokm5bm .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruHokm5bm .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruHokm5bm .align-to-right {
  float: right;
}
.cid-rruHokm5bm .nav-header {
  float: left;
}
.cid-rruHokm5bm .navigation-hidden .nav-header {
  display: none;
}
.cid-rruHokm5bm .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruHokm5bm .nav-brand:hover,
.cid-rruHokm5bm .nav-brand:focus {
  color: #70998b;
}
.cid-rruHokm5bm .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHokm5bm .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruHokm5bm .nav-logo:focus > img {
  outline: initial;
}
.cid-rruHokm5bm .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruHokm5bm .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruHokm5bm .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruHokm5bm .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruHokm5bm .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruHokm5bm .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruHokm5bm .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruHokm5bm .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruHokm5bm .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruHokm5bm .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruHokm5bm .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruHokm5bm .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruHokm5bm .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruHokm5bm .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruHokm5bm .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruHokm5bm .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHokm5bm .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruHokm5bm .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruHokm5bm .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHokm5bm .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruHokm5bm .nav-menu > li:hover > a,
.cid-rruHokm5bm .nav-menu > li.active > a,
.cid-rruHokm5bm .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruHokm5bm .nav-menu > li > a > i,
.cid-rruHokm5bm .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruHokm5bm .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruHokm5bm .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruHokm5bm .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruHokm5bm .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruHokm5bm .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruHokm5bm .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruHokm5bm .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruHokm5bm .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHokm5bm .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruHokm5bm .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruHokm5bm .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruHokm5bm .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruHokm5bm .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruHokm5bm .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHokm5bm .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHokm5bm .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruHokm5bm .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruHokm5bm .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruHokm5bm .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruHokm5bm .navigation-hidden .nav-search {
  display: none;
}
.cid-rruHokm5bm .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruHokm5bm .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruHokm5bm .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruHokm5bm .nav-search-icon:after,
.cid-rruHokm5bm .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruHokm5bm .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruHokm5bm .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruHokm5bm .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruHokm5bm .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruHokm5bm .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruHokm5bm .nav-search-inner input[type=text],
.cid-rruHokm5bm .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHokm5bm .navigation-portrait .nav-search-inner input[type=text],
.cid-rruHokm5bm .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHokm5bm .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruHokm5bm .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruHokm5bm .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruHokm5bm .nav-button:hover,
.cid-rruHokm5bm .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruHokm5bm .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruHokm5bm .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruHokm5bm .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruHokm5bm .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruHokm5bm .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruHokm5bm .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruHokm5bm .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruHokm5bm .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruHokm5bm .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruHokm5bm .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHokm5bm .nav-dropdown > li:hover > a,
.cid-rruHokm5bm .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruHokm5bm .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruHokm5bm .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruHokm5bm .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruHokm5bm .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruHokm5bm .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruHokm5bm .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruHokm5bm .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruHokm5bm .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruHokm5bm .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruHokm5bm .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruHokm5bm .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruHokm5bm .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruHokm5bm .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruHokm5bm .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHokm5bm .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruHokm5bm .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruHokm5bm .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHokm5bm .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruHokm5bm .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruHokm5bm .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruHokm5bm .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruHokm5bm .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruHokm5bm .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruHokm5bm .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruHokm5bm .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHokm5bm .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruHokm5bm .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruHokm5bm .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruHokm5bm .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruHokm5bm .megamenu-panel-half {
  width: 50%;
}
.cid-rruHokm5bm .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruHokm5bm .navigation-portrait .megamenu-panel-half,
.cid-rruHokm5bm .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruHokm5bm .megamenu-panel-row {
  width: 100%;
}
.cid-rruHokm5bm .megamenu-panel-row:before,
.cid-rruHokm5bm .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruHokm5bm .megamenu-panel-row:after {
  clear: both;
}
.cid-rruHokm5bm .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruHokm5bm .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruHokm5bm .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruHokm5bm .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruHokm5bm .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruHokm5bm .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruHokm5bm .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruHokm5bm .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruHokm5bm .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruHokm5bm .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruHokm5bm .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruHokm5bm .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruHokm5bm .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruHokm5bm .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruHokm5bm .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruHokm5bm .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruHokm5bm .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruHokm5bm .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruHokm5bm .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruHokm5bm .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruHokm5bm .megamenu-tabs-nav > li.active a,
.cid-rruHokm5bm .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruHokm5bm .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruHokm5bm .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruHokm5bm .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruHokm5bm .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruHokm5bm .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruHokm5bm .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruHokm5bm .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruHokm5bm .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruHokm5bm .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruHokm5bm .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruHokm5bm .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHokm5bm .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruHokm5bm .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruHokm5bm .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruHokm5bm .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruHokm5bm .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruHokm5bm .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruHokm5bm w {
  color: #0082c3;
}
.cid-rru1J3W1h5 {
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 1.2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rru1J3W1h5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rru1J3W1h5 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rru1J3W1h5 .mbr-text {
    text-align: center;
  }
}
.cid-rru1J3W1h5 H1 {
  color: #622d04;
}
.cid-rru1J3W1h5 .mbr-text,
.cid-rru1J3W1h5 .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rru1J3W1h5 H3 {
  color: #624c04;
}
.cid-rru1J3W1h5 DIV {
  text-align: left;
}
.cid-rrwrgHdtlX {
  background: #ffffff;
}
.cid-rrwrgHdtlX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rrwrgHdtlX figcaption {
  position: relative;
}
.cid-rrwrgHdtlX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrwrgHdtlX .image-block {
    width: 100% !important;
  }
}
.cid-r5jCV3vjji {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r5jCV3vjji .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r5jCV3vjji .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r5jCV3vjji .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r5jCV3vjji .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r5jCV3vjji .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-r5jCV3vjji .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r5jCV3vjji .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r5jCV3vjji .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r5jCV3vjji .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-rrzaziSMiT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrzaziSMiT .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrzaziSMiT .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrzaziSMiT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrzaziSMiT .inner-container {
    width: 100% !important;
  }
}
.cid-rrzaA8okUh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrzaA8okUh .mbr-text {
  color: #767676;
}
.cid-rrzaA8okUh .mbr-section-subtitle {
  color: #767676;
}
.cid-rrzaA8okUh .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrzaA8okUh .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrzaA8okUh .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrzaA8okUh .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrzaA8okUh .card-box {
  padding-bottom: 1rem;
}
.cid-rrzaA8okUh .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrzaA8okUh .num,
  .cid-rrzaA8okUh .card-title,
  .cid-rrzaA8okUh .mbr-text,
  .cid-rrzaA8okUh .mbr-title,
  .cid-rrzaA8okUh .mbr-section-subtitle,
  .cid-rrzaA8okUh .mbr-section-btn,
  .cid-rrzaA8okUh .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrzaA8okUh .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrzaA8okUh .mbr-section-title {
  text-align: left;
}
.cid-rrzaA8okUh blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaA8okUh gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaA8okUh orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaA8okUh rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvH7teshP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvH7teshP .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvH7teshP .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvH7teshP .mbr-text {
  color: #444;
}
.cid-rrvH7teshP h5 {
  margin-bottom: 0;
}
.cid-rrvH7teshP .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvH7teshP .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvH7teshP .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvH7teshP .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvH7teshP .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvH7teshP .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvH7teshP .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvH7teshP .social-list a:hover {
  opacity: .4;
}
.cid-rrvH7teshP .media-container-row > div {
  padding: 0px;
}
.cid-rrvH7teshP .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvH7teshP .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvH7teshP .group-title SPAN {
  color: #4f4943;
}
.cid-rrvH7teshP .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvH7teshP .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvH7teshP .social-list,
  .cid-rrvH7teshP .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvH7teshP h3 {
    margin-bottom: 10px;
  }
  .cid-rrvH7teshP .navbar-brand {
    text-align: center;
  }
}
.cid-rrvH7teshP .links SPAN {
  color: #9e9e9e;
}
.cid-rrvH7Za7CZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvH7Za7CZ .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvH7Za7CZ .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvH7Za7CZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvH7Za7CZ .inner-container {
    width: 100% !important;
  }
}
.cid-rrvH7Za7CZ copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvH7Za7CZ ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rrtZjbxgLD {
  padding-top: 0px;
  padding-bottom: 2px;
  background-color: #ffffff;
}
.cid-rrtZjbxgLD .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rrtZjbxgLD .mbr-figure img {
  height: 90%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rrtZjbxgLD .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruHUFdUCV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruHUFdUCV .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruHUFdUCV .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruHUFdUCV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruHUFdUCV ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruHUFdUCV .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruHUFdUCV .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruHUFdUCV .navigation-portrait {
  height: 48px;
}
.cid-rruHUFdUCV .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruHUFdUCV .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruHUFdUCV .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruHUFdUCV .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruHUFdUCV .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruHUFdUCV .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruHUFdUCV .align-to-right {
  float: right;
}
.cid-rruHUFdUCV .nav-header {
  float: left;
}
.cid-rruHUFdUCV .navigation-hidden .nav-header {
  display: none;
}
.cid-rruHUFdUCV .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruHUFdUCV .nav-brand:hover,
.cid-rruHUFdUCV .nav-brand:focus {
  color: #70998b;
}
.cid-rruHUFdUCV .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHUFdUCV .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruHUFdUCV .nav-logo:focus > img {
  outline: initial;
}
.cid-rruHUFdUCV .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruHUFdUCV .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruHUFdUCV .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruHUFdUCV .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruHUFdUCV .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruHUFdUCV .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruHUFdUCV .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruHUFdUCV .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruHUFdUCV .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruHUFdUCV .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruHUFdUCV .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruHUFdUCV .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruHUFdUCV .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruHUFdUCV .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruHUFdUCV .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruHUFdUCV .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHUFdUCV .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruHUFdUCV .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruHUFdUCV .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHUFdUCV .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruHUFdUCV .nav-menu > li:hover > a,
.cid-rruHUFdUCV .nav-menu > li.active > a,
.cid-rruHUFdUCV .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruHUFdUCV .nav-menu > li > a > i,
.cid-rruHUFdUCV .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruHUFdUCV .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruHUFdUCV .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruHUFdUCV .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruHUFdUCV .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruHUFdUCV .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruHUFdUCV .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruHUFdUCV .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruHUFdUCV .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHUFdUCV .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruHUFdUCV .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruHUFdUCV .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruHUFdUCV .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruHUFdUCV .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruHUFdUCV .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHUFdUCV .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHUFdUCV .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruHUFdUCV .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruHUFdUCV .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruHUFdUCV .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruHUFdUCV .navigation-hidden .nav-search {
  display: none;
}
.cid-rruHUFdUCV .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruHUFdUCV .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruHUFdUCV .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruHUFdUCV .nav-search-icon:after,
.cid-rruHUFdUCV .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruHUFdUCV .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruHUFdUCV .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruHUFdUCV .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruHUFdUCV .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruHUFdUCV .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruHUFdUCV .nav-search-inner input[type=text],
.cid-rruHUFdUCV .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHUFdUCV .navigation-portrait .nav-search-inner input[type=text],
.cid-rruHUFdUCV .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHUFdUCV .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruHUFdUCV .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruHUFdUCV .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruHUFdUCV .nav-button:hover,
.cid-rruHUFdUCV .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruHUFdUCV .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruHUFdUCV .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruHUFdUCV .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruHUFdUCV .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruHUFdUCV .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruHUFdUCV .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruHUFdUCV .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruHUFdUCV .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruHUFdUCV .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruHUFdUCV .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHUFdUCV .nav-dropdown > li:hover > a,
.cid-rruHUFdUCV .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruHUFdUCV .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruHUFdUCV .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruHUFdUCV .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruHUFdUCV .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruHUFdUCV .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruHUFdUCV .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruHUFdUCV .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruHUFdUCV .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruHUFdUCV .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruHUFdUCV .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruHUFdUCV .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruHUFdUCV .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruHUFdUCV .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruHUFdUCV .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHUFdUCV .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruHUFdUCV .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruHUFdUCV .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHUFdUCV .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruHUFdUCV .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruHUFdUCV .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruHUFdUCV .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruHUFdUCV .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruHUFdUCV .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruHUFdUCV .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruHUFdUCV .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHUFdUCV .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruHUFdUCV .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruHUFdUCV .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruHUFdUCV .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruHUFdUCV .megamenu-panel-half {
  width: 50%;
}
.cid-rruHUFdUCV .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruHUFdUCV .navigation-portrait .megamenu-panel-half,
.cid-rruHUFdUCV .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruHUFdUCV .megamenu-panel-row {
  width: 100%;
}
.cid-rruHUFdUCV .megamenu-panel-row:before,
.cid-rruHUFdUCV .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruHUFdUCV .megamenu-panel-row:after {
  clear: both;
}
.cid-rruHUFdUCV .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruHUFdUCV .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruHUFdUCV .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruHUFdUCV .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruHUFdUCV .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruHUFdUCV .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruHUFdUCV .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruHUFdUCV .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruHUFdUCV .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruHUFdUCV .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruHUFdUCV .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruHUFdUCV .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruHUFdUCV .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruHUFdUCV .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruHUFdUCV .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruHUFdUCV .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruHUFdUCV .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruHUFdUCV .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruHUFdUCV .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruHUFdUCV .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruHUFdUCV .megamenu-tabs-nav > li.active a,
.cid-rruHUFdUCV .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruHUFdUCV .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruHUFdUCV .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruHUFdUCV .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruHUFdUCV .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruHUFdUCV .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruHUFdUCV .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruHUFdUCV .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruHUFdUCV .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruHUFdUCV .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruHUFdUCV .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruHUFdUCV .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHUFdUCV .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruHUFdUCV .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruHUFdUCV .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruHUFdUCV .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruHUFdUCV .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruHUFdUCV .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruHUFdUCV w {
  color: #0082c3;
}
.cid-rrtZkA1i5Z {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 1.2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rrtZkA1i5Z .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rrtZkA1i5Z .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rrtZkA1i5Z .mbr-text {
    text-align: center;
  }
}
.cid-rrtZkA1i5Z H1 {
  color: #622d04;
}
.cid-rrtZkA1i5Z .mbr-text,
.cid-rrtZkA1i5Z .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rrtZkA1i5Z H3 {
  color: #624c04;
  text-align: left;
}
.cid-rrtZkA1i5Z DIV {
  text-align: left;
}
.cid-rrzCL5z0Y0 {
  background: #ffffff;
}
.cid-rrzCL5z0Y0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rrzCL5z0Y0 figcaption {
  position: relative;
}
.cid-rrzCL5z0Y0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrzCL5z0Y0 .image-block {
    width: 100% !important;
  }
}
.cid-rrzC9InZDc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrzC9InZDc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rrzC9InZDc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rrzC9InZDc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rrzC9InZDc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rrzC9InZDc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrzC9InZDc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rrzC9InZDc .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rrzC9InZDc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rrzC9InZDc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrzDza039G {
  background: #ffffff;
}
.cid-rrzDza039G .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rrzDza039G figcaption {
  position: relative;
}
.cid-rrzDza039G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrzDza039G .image-block {
    width: 100% !important;
  }
}
.cid-rrzDSJCo5K {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 1.2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rrzDSJCo5K .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rrzDSJCo5K .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rrzDSJCo5K .mbr-text {
    text-align: center;
  }
}
.cid-rrzDSJCo5K H1 {
  color: #622d04;
}
.cid-rrzDSJCo5K .mbr-text,
.cid-rrzDSJCo5K .mbr-section-btn {
  color: #465052;
}
.cid-rrzDSJCo5K H3 {
  color: #624c04;
}
.cid-rrzCarUxnR {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rrzCarUxnR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rrzCarUxnR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rrzCarUxnR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rrzCarUxnR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rrzCarUxnR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrzCarUxnR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rrzCarUxnR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rrzCarUxnR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rrzCarUxnR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrzbckdxz2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrzbckdxz2 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrzbckdxz2 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrzbckdxz2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrzbckdxz2 .inner-container {
    width: 100% !important;
  }
}
.cid-rrzbd3NyOP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrzbd3NyOP .mbr-text {
  color: #767676;
}
.cid-rrzbd3NyOP .mbr-section-subtitle {
  color: #767676;
}
.cid-rrzbd3NyOP .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrzbd3NyOP .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrzbd3NyOP .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrzbd3NyOP .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrzbd3NyOP .card-box {
  padding-bottom: 1rem;
}
.cid-rrzbd3NyOP .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrzbd3NyOP .num,
  .cid-rrzbd3NyOP .card-title,
  .cid-rrzbd3NyOP .mbr-text,
  .cid-rrzbd3NyOP .mbr-title,
  .cid-rrzbd3NyOP .mbr-section-subtitle,
  .cid-rrzbd3NyOP .mbr-section-btn,
  .cid-rrzbd3NyOP .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrzbd3NyOP .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrzbd3NyOP .mbr-section-title {
  text-align: left;
}
.cid-rrzbd3NyOP blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzbd3NyOP gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzbd3NyOP orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzbd3NyOP rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvIG9IpfK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvIG9IpfK .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvIG9IpfK .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvIG9IpfK .mbr-text {
  color: #444;
}
.cid-rrvIG9IpfK h5 {
  margin-bottom: 0;
}
.cid-rrvIG9IpfK .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvIG9IpfK .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvIG9IpfK .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvIG9IpfK .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvIG9IpfK .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvIG9IpfK .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvIG9IpfK .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvIG9IpfK .social-list a:hover {
  opacity: .4;
}
.cid-rrvIG9IpfK .media-container-row > div {
  padding: 0px;
}
.cid-rrvIG9IpfK .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvIG9IpfK .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvIG9IpfK .group-title SPAN {
  color: #4f4943;
}
.cid-rrvIG9IpfK .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvIG9IpfK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvIG9IpfK .social-list,
  .cid-rrvIG9IpfK .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvIG9IpfK h3 {
    margin-bottom: 10px;
  }
  .cid-rrvIG9IpfK .navbar-brand {
    text-align: center;
  }
}
.cid-rrvIG9IpfK .links SPAN {
  color: #9e9e9e;
}
.cid-rrvIGRlGq5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvIGRlGq5 .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvIGRlGq5 .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvIGRlGq5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvIGRlGq5 .inner-container {
    width: 100% !important;
  }
}
.cid-rrvIGRlGq5 copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvIGRlGq5 ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rrtZ4B9eDL {
  padding-top: 0px;
  padding-bottom: 2px;
  background-color: #ffffff;
}
.cid-rrtZ4B9eDL .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rrtZ4B9eDL .mbr-figure img {
  height: 90%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rrtZ4B9eDL .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruHIK7p43 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruHIK7p43 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruHIK7p43 .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruHIK7p43 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruHIK7p43 ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruHIK7p43 .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruHIK7p43 .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruHIK7p43 .navigation-portrait {
  height: 48px;
}
.cid-rruHIK7p43 .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruHIK7p43 .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruHIK7p43 .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruHIK7p43 .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruHIK7p43 .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruHIK7p43 .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruHIK7p43 .align-to-right {
  float: right;
}
.cid-rruHIK7p43 .nav-header {
  float: left;
}
.cid-rruHIK7p43 .navigation-hidden .nav-header {
  display: none;
}
.cid-rruHIK7p43 .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruHIK7p43 .nav-brand:hover,
.cid-rruHIK7p43 .nav-brand:focus {
  color: #70998b;
}
.cid-rruHIK7p43 .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHIK7p43 .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruHIK7p43 .nav-logo:focus > img {
  outline: initial;
}
.cid-rruHIK7p43 .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruHIK7p43 .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruHIK7p43 .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruHIK7p43 .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruHIK7p43 .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruHIK7p43 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruHIK7p43 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruHIK7p43 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruHIK7p43 .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruHIK7p43 .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruHIK7p43 .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruHIK7p43 .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruHIK7p43 .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruHIK7p43 .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruHIK7p43 .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruHIK7p43 .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHIK7p43 .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruHIK7p43 .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruHIK7p43 .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHIK7p43 .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruHIK7p43 .nav-menu > li:hover > a,
.cid-rruHIK7p43 .nav-menu > li.active > a,
.cid-rruHIK7p43 .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruHIK7p43 .nav-menu > li > a > i,
.cid-rruHIK7p43 .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruHIK7p43 .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruHIK7p43 .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruHIK7p43 .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruHIK7p43 .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruHIK7p43 .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruHIK7p43 .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruHIK7p43 .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruHIK7p43 .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHIK7p43 .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruHIK7p43 .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruHIK7p43 .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruHIK7p43 .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruHIK7p43 .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruHIK7p43 .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHIK7p43 .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHIK7p43 .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruHIK7p43 .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruHIK7p43 .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruHIK7p43 .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruHIK7p43 .navigation-hidden .nav-search {
  display: none;
}
.cid-rruHIK7p43 .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruHIK7p43 .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruHIK7p43 .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruHIK7p43 .nav-search-icon:after,
.cid-rruHIK7p43 .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruHIK7p43 .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruHIK7p43 .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruHIK7p43 .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruHIK7p43 .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruHIK7p43 .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruHIK7p43 .nav-search-inner input[type=text],
.cid-rruHIK7p43 .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHIK7p43 .navigation-portrait .nav-search-inner input[type=text],
.cid-rruHIK7p43 .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHIK7p43 .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruHIK7p43 .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruHIK7p43 .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruHIK7p43 .nav-button:hover,
.cid-rruHIK7p43 .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruHIK7p43 .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruHIK7p43 .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruHIK7p43 .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruHIK7p43 .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruHIK7p43 .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruHIK7p43 .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruHIK7p43 .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruHIK7p43 .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruHIK7p43 .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruHIK7p43 .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHIK7p43 .nav-dropdown > li:hover > a,
.cid-rruHIK7p43 .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruHIK7p43 .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruHIK7p43 .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruHIK7p43 .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruHIK7p43 .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruHIK7p43 .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruHIK7p43 .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruHIK7p43 .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruHIK7p43 .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruHIK7p43 .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruHIK7p43 .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruHIK7p43 .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruHIK7p43 .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruHIK7p43 .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruHIK7p43 .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHIK7p43 .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruHIK7p43 .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruHIK7p43 .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHIK7p43 .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruHIK7p43 .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruHIK7p43 .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruHIK7p43 .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruHIK7p43 .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruHIK7p43 .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruHIK7p43 .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruHIK7p43 .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHIK7p43 .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruHIK7p43 .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruHIK7p43 .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruHIK7p43 .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruHIK7p43 .megamenu-panel-half {
  width: 50%;
}
.cid-rruHIK7p43 .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruHIK7p43 .navigation-portrait .megamenu-panel-half,
.cid-rruHIK7p43 .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruHIK7p43 .megamenu-panel-row {
  width: 100%;
}
.cid-rruHIK7p43 .megamenu-panel-row:before,
.cid-rruHIK7p43 .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruHIK7p43 .megamenu-panel-row:after {
  clear: both;
}
.cid-rruHIK7p43 .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruHIK7p43 .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruHIK7p43 .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruHIK7p43 .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruHIK7p43 .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruHIK7p43 .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruHIK7p43 .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruHIK7p43 .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruHIK7p43 .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruHIK7p43 .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruHIK7p43 .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruHIK7p43 .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruHIK7p43 .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruHIK7p43 .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruHIK7p43 .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruHIK7p43 .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruHIK7p43 .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruHIK7p43 .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruHIK7p43 .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruHIK7p43 .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruHIK7p43 .megamenu-tabs-nav > li.active a,
.cid-rruHIK7p43 .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruHIK7p43 .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruHIK7p43 .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruHIK7p43 .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruHIK7p43 .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruHIK7p43 .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruHIK7p43 .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruHIK7p43 .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruHIK7p43 .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruHIK7p43 .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruHIK7p43 .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruHIK7p43 .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHIK7p43 .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruHIK7p43 .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruHIK7p43 .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruHIK7p43 .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruHIK7p43 .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruHIK7p43 .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruHIK7p43 w {
  color: #0082c3;
}
.cid-rrtZ5K3jDD {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 1.2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rrtZ5K3jDD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rrtZ5K3jDD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rrtZ5K3jDD .mbr-text {
    text-align: center;
  }
}
.cid-rrtZ5K3jDD H1 {
  color: #622d04;
}
.cid-rrtZ5K3jDD .mbr-text,
.cid-rrtZ5K3jDD .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rrtZ5K3jDD H3 {
  color: #624c04;
}
.cid-rrtZ5K3jDD DIV {
  text-align: left;
}
.cid-rrztA4B7xd {
  background: #ffffff;
}
.cid-rrztA4B7xd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rrztA4B7xd figcaption {
  position: relative;
}
.cid-rrztA4B7xd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrztA4B7xd .image-block {
    width: 100% !important;
  }
}
.cid-rrztErHVpV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrztErHVpV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rrztErHVpV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rrztErHVpV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rrztErHVpV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rrztErHVpV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrztErHVpV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rrztErHVpV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rrztErHVpV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rrztErHVpV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrzaVvbmrz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrzaVvbmrz .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrzaVvbmrz .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrzaVvbmrz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrzaVvbmrz .inner-container {
    width: 100% !important;
  }
}
.cid-rrzaWfY7Ao {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrzaWfY7Ao .mbr-text {
  color: #767676;
}
.cid-rrzaWfY7Ao .mbr-section-subtitle {
  color: #767676;
}
.cid-rrzaWfY7Ao .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrzaWfY7Ao .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrzaWfY7Ao .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrzaWfY7Ao .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrzaWfY7Ao .card-box {
  padding-bottom: 1rem;
}
.cid-rrzaWfY7Ao .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrzaWfY7Ao .num,
  .cid-rrzaWfY7Ao .card-title,
  .cid-rrzaWfY7Ao .mbr-text,
  .cid-rrzaWfY7Ao .mbr-title,
  .cid-rrzaWfY7Ao .mbr-section-subtitle,
  .cid-rrzaWfY7Ao .mbr-section-btn,
  .cid-rrzaWfY7Ao .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrzaWfY7Ao .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrzaWfY7Ao .mbr-section-title {
  text-align: left;
}
.cid-rrzaWfY7Ao blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaWfY7Ao gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaWfY7Ao orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaWfY7Ao rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvIsC2Vl4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvIsC2Vl4 .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvIsC2Vl4 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvIsC2Vl4 .mbr-text {
  color: #444;
}
.cid-rrvIsC2Vl4 h5 {
  margin-bottom: 0;
}
.cid-rrvIsC2Vl4 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvIsC2Vl4 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvIsC2Vl4 .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvIsC2Vl4 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvIsC2Vl4 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvIsC2Vl4 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvIsC2Vl4 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvIsC2Vl4 .social-list a:hover {
  opacity: .4;
}
.cid-rrvIsC2Vl4 .media-container-row > div {
  padding: 0px;
}
.cid-rrvIsC2Vl4 .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvIsC2Vl4 .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvIsC2Vl4 .group-title SPAN {
  color: #4f4943;
}
.cid-rrvIsC2Vl4 .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvIsC2Vl4 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvIsC2Vl4 .social-list,
  .cid-rrvIsC2Vl4 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvIsC2Vl4 h3 {
    margin-bottom: 10px;
  }
  .cid-rrvIsC2Vl4 .navbar-brand {
    text-align: center;
  }
}
.cid-rrvIsC2Vl4 .links SPAN {
  color: #9e9e9e;
}
.cid-rrvItgyamN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvItgyamN .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvItgyamN .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvItgyamN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvItgyamN .inner-container {
    width: 100% !important;
  }
}
.cid-rrvItgyamN copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvItgyamN ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rrtZ9rEQS7 {
  padding-top: 0px;
  padding-bottom: 2px;
  background-color: #ffffff;
}
.cid-rrtZ9rEQS7 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rrtZ9rEQS7 .mbr-figure img {
  height: 90%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rrtZ9rEQS7 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruHLWzwbs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruHLWzwbs .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruHLWzwbs .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruHLWzwbs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruHLWzwbs ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruHLWzwbs .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruHLWzwbs .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruHLWzwbs .navigation-portrait {
  height: 48px;
}
.cid-rruHLWzwbs .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruHLWzwbs .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruHLWzwbs .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruHLWzwbs .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruHLWzwbs .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruHLWzwbs .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruHLWzwbs .align-to-right {
  float: right;
}
.cid-rruHLWzwbs .nav-header {
  float: left;
}
.cid-rruHLWzwbs .navigation-hidden .nav-header {
  display: none;
}
.cid-rruHLWzwbs .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruHLWzwbs .nav-brand:hover,
.cid-rruHLWzwbs .nav-brand:focus {
  color: #70998b;
}
.cid-rruHLWzwbs .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHLWzwbs .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruHLWzwbs .nav-logo:focus > img {
  outline: initial;
}
.cid-rruHLWzwbs .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruHLWzwbs .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruHLWzwbs .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruHLWzwbs .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruHLWzwbs .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruHLWzwbs .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruHLWzwbs .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruHLWzwbs .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruHLWzwbs .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruHLWzwbs .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruHLWzwbs .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruHLWzwbs .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruHLWzwbs .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruHLWzwbs .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruHLWzwbs .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruHLWzwbs .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHLWzwbs .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruHLWzwbs .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruHLWzwbs .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHLWzwbs .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruHLWzwbs .nav-menu > li:hover > a,
.cid-rruHLWzwbs .nav-menu > li.active > a,
.cid-rruHLWzwbs .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruHLWzwbs .nav-menu > li > a > i,
.cid-rruHLWzwbs .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruHLWzwbs .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruHLWzwbs .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruHLWzwbs .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruHLWzwbs .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruHLWzwbs .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruHLWzwbs .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruHLWzwbs .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruHLWzwbs .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHLWzwbs .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruHLWzwbs .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruHLWzwbs .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruHLWzwbs .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruHLWzwbs .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruHLWzwbs .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHLWzwbs .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHLWzwbs .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruHLWzwbs .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruHLWzwbs .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruHLWzwbs .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruHLWzwbs .navigation-hidden .nav-search {
  display: none;
}
.cid-rruHLWzwbs .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruHLWzwbs .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruHLWzwbs .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruHLWzwbs .nav-search-icon:after,
.cid-rruHLWzwbs .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruHLWzwbs .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruHLWzwbs .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruHLWzwbs .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruHLWzwbs .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruHLWzwbs .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruHLWzwbs .nav-search-inner input[type=text],
.cid-rruHLWzwbs .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHLWzwbs .navigation-portrait .nav-search-inner input[type=text],
.cid-rruHLWzwbs .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHLWzwbs .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruHLWzwbs .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruHLWzwbs .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruHLWzwbs .nav-button:hover,
.cid-rruHLWzwbs .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruHLWzwbs .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruHLWzwbs .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruHLWzwbs .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruHLWzwbs .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruHLWzwbs .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruHLWzwbs .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruHLWzwbs .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruHLWzwbs .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruHLWzwbs .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruHLWzwbs .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHLWzwbs .nav-dropdown > li:hover > a,
.cid-rruHLWzwbs .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruHLWzwbs .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruHLWzwbs .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruHLWzwbs .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruHLWzwbs .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruHLWzwbs .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruHLWzwbs .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruHLWzwbs .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruHLWzwbs .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruHLWzwbs .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruHLWzwbs .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruHLWzwbs .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruHLWzwbs .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruHLWzwbs .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruHLWzwbs .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHLWzwbs .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruHLWzwbs .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruHLWzwbs .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHLWzwbs .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruHLWzwbs .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruHLWzwbs .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruHLWzwbs .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruHLWzwbs .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruHLWzwbs .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruHLWzwbs .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruHLWzwbs .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHLWzwbs .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruHLWzwbs .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruHLWzwbs .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruHLWzwbs .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruHLWzwbs .megamenu-panel-half {
  width: 50%;
}
.cid-rruHLWzwbs .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruHLWzwbs .navigation-portrait .megamenu-panel-half,
.cid-rruHLWzwbs .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruHLWzwbs .megamenu-panel-row {
  width: 100%;
}
.cid-rruHLWzwbs .megamenu-panel-row:before,
.cid-rruHLWzwbs .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruHLWzwbs .megamenu-panel-row:after {
  clear: both;
}
.cid-rruHLWzwbs .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruHLWzwbs .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruHLWzwbs .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruHLWzwbs .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruHLWzwbs .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruHLWzwbs .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruHLWzwbs .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruHLWzwbs .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruHLWzwbs .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruHLWzwbs .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruHLWzwbs .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruHLWzwbs .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruHLWzwbs .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruHLWzwbs .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruHLWzwbs .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruHLWzwbs .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruHLWzwbs .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruHLWzwbs .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruHLWzwbs .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruHLWzwbs .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruHLWzwbs .megamenu-tabs-nav > li.active a,
.cid-rruHLWzwbs .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruHLWzwbs .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruHLWzwbs .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruHLWzwbs .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruHLWzwbs .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruHLWzwbs .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruHLWzwbs .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruHLWzwbs .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruHLWzwbs .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruHLWzwbs .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruHLWzwbs .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruHLWzwbs .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHLWzwbs .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruHLWzwbs .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruHLWzwbs .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruHLWzwbs .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruHLWzwbs .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruHLWzwbs .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruHLWzwbs w {
  color: #0082c3;
}
.cid-rrtZaLNiNR {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rrtZaLNiNR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rrtZaLNiNR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rrtZaLNiNR .mbr-text {
    text-align: center;
  }
}
.cid-rrtZaLNiNR H1 {
  color: #622d04;
}
.cid-rrtZaLNiNR .mbr-text,
.cid-rrtZaLNiNR .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rrtZaLNiNR H3 {
  color: #624c04;
}
.cid-rrtZaLNiNR DIV {
  text-align: left;
}
.cid-rruyzuiezL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruyzuiezL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruyzuiezL .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rruyzuiezL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruyzuiezL .inner-container {
    width: 100% !important;
  }
}
.cid-rruyzuiezL .section-text DIV {
  text-align: left;
}
.cid-rruyAOqHQm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruyAOqHQm .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruyAOqHQm .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rruyAOqHQm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruyAOqHQm .inner-container {
    width: 100% !important;
  }
}
.cid-rruyAOqHQm .section-text DIV {
  text-align: left;
}
.cid-rrzwq1snaK {
  background: #ffffff;
}
.cid-rrzwq1snaK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rrzwq1snaK figcaption {
  position: relative;
}
.cid-rrzwq1snaK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrzwq1snaK .image-block {
    width: 100% !important;
  }
}
.cid-rrzwog4EUO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrzwog4EUO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rrzwog4EUO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rrzwog4EUO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rrzwog4EUO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rrzwog4EUO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrzwog4EUO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rrzwog4EUO .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rrzwog4EUO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rrzwog4EUO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrzb11WRos {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrzb11WRos .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrzb11WRos .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrzb11WRos .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrzb11WRos .inner-container {
    width: 100% !important;
  }
}
.cid-rrzb1JKkCj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrzb1JKkCj .mbr-text {
  color: #767676;
}
.cid-rrzb1JKkCj .mbr-section-subtitle {
  color: #767676;
}
.cid-rrzb1JKkCj .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrzb1JKkCj .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrzb1JKkCj .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrzb1JKkCj .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrzb1JKkCj .card-box {
  padding-bottom: 1rem;
}
.cid-rrzb1JKkCj .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrzb1JKkCj .num,
  .cid-rrzb1JKkCj .card-title,
  .cid-rrzb1JKkCj .mbr-text,
  .cid-rrzb1JKkCj .mbr-title,
  .cid-rrzb1JKkCj .mbr-section-subtitle,
  .cid-rrzb1JKkCj .mbr-section-btn,
  .cid-rrzb1JKkCj .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrzb1JKkCj .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrzb1JKkCj .mbr-section-title {
  text-align: left;
}
.cid-rrzb1JKkCj blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzb1JKkCj gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzb1JKkCj orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzb1JKkCj rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvIx4mtvC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvIx4mtvC .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvIx4mtvC .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvIx4mtvC .mbr-text {
  color: #444;
}
.cid-rrvIx4mtvC h5 {
  margin-bottom: 0;
}
.cid-rrvIx4mtvC .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvIx4mtvC .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvIx4mtvC .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvIx4mtvC .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvIx4mtvC .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvIx4mtvC .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvIx4mtvC .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvIx4mtvC .social-list a:hover {
  opacity: .4;
}
.cid-rrvIx4mtvC .media-container-row > div {
  padding: 0px;
}
.cid-rrvIx4mtvC .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvIx4mtvC .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvIx4mtvC .group-title SPAN {
  color: #4f4943;
}
.cid-rrvIx4mtvC .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvIx4mtvC .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvIx4mtvC .social-list,
  .cid-rrvIx4mtvC .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvIx4mtvC h3 {
    margin-bottom: 10px;
  }
  .cid-rrvIx4mtvC .navbar-brand {
    text-align: center;
  }
}
.cid-rrvIx4mtvC .links SPAN {
  color: #9e9e9e;
}
.cid-rrvIxCvsRg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvIxCvsRg .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvIxCvsRg .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvIxCvsRg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvIxCvsRg .inner-container {
    width: 100% !important;
  }
}
.cid-rrvIxCvsRg copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvIxCvsRg ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rrtZeeuxr0 {
  padding-top: 0px;
  padding-bottom: 2px;
  background-color: #ffffff;
}
.cid-rrtZeeuxr0 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rrtZeeuxr0 .mbr-figure img {
  height: 90%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rrtZeeuxr0 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruHRjUtZr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruHRjUtZr .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruHRjUtZr .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruHRjUtZr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruHRjUtZr ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruHRjUtZr .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruHRjUtZr .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruHRjUtZr .navigation-portrait {
  height: 48px;
}
.cid-rruHRjUtZr .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruHRjUtZr .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruHRjUtZr .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruHRjUtZr .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruHRjUtZr .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruHRjUtZr .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruHRjUtZr .align-to-right {
  float: right;
}
.cid-rruHRjUtZr .nav-header {
  float: left;
}
.cid-rruHRjUtZr .navigation-hidden .nav-header {
  display: none;
}
.cid-rruHRjUtZr .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruHRjUtZr .nav-brand:hover,
.cid-rruHRjUtZr .nav-brand:focus {
  color: #70998b;
}
.cid-rruHRjUtZr .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHRjUtZr .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruHRjUtZr .nav-logo:focus > img {
  outline: initial;
}
.cid-rruHRjUtZr .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruHRjUtZr .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruHRjUtZr .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruHRjUtZr .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruHRjUtZr .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruHRjUtZr .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruHRjUtZr .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruHRjUtZr .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruHRjUtZr .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruHRjUtZr .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruHRjUtZr .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruHRjUtZr .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruHRjUtZr .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruHRjUtZr .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruHRjUtZr .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruHRjUtZr .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHRjUtZr .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruHRjUtZr .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruHRjUtZr .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHRjUtZr .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruHRjUtZr .nav-menu > li:hover > a,
.cid-rruHRjUtZr .nav-menu > li.active > a,
.cid-rruHRjUtZr .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruHRjUtZr .nav-menu > li > a > i,
.cid-rruHRjUtZr .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruHRjUtZr .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruHRjUtZr .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruHRjUtZr .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruHRjUtZr .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruHRjUtZr .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruHRjUtZr .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruHRjUtZr .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruHRjUtZr .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHRjUtZr .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruHRjUtZr .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruHRjUtZr .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruHRjUtZr .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruHRjUtZr .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruHRjUtZr .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHRjUtZr .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHRjUtZr .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruHRjUtZr .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruHRjUtZr .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruHRjUtZr .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruHRjUtZr .navigation-hidden .nav-search {
  display: none;
}
.cid-rruHRjUtZr .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruHRjUtZr .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruHRjUtZr .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruHRjUtZr .nav-search-icon:after,
.cid-rruHRjUtZr .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruHRjUtZr .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruHRjUtZr .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruHRjUtZr .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruHRjUtZr .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruHRjUtZr .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruHRjUtZr .nav-search-inner input[type=text],
.cid-rruHRjUtZr .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHRjUtZr .navigation-portrait .nav-search-inner input[type=text],
.cid-rruHRjUtZr .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHRjUtZr .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruHRjUtZr .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruHRjUtZr .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruHRjUtZr .nav-button:hover,
.cid-rruHRjUtZr .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruHRjUtZr .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruHRjUtZr .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruHRjUtZr .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruHRjUtZr .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruHRjUtZr .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruHRjUtZr .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruHRjUtZr .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruHRjUtZr .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruHRjUtZr .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruHRjUtZr .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHRjUtZr .nav-dropdown > li:hover > a,
.cid-rruHRjUtZr .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruHRjUtZr .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruHRjUtZr .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruHRjUtZr .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruHRjUtZr .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruHRjUtZr .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruHRjUtZr .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruHRjUtZr .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruHRjUtZr .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruHRjUtZr .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruHRjUtZr .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruHRjUtZr .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruHRjUtZr .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruHRjUtZr .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruHRjUtZr .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHRjUtZr .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruHRjUtZr .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruHRjUtZr .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHRjUtZr .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruHRjUtZr .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruHRjUtZr .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruHRjUtZr .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruHRjUtZr .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruHRjUtZr .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruHRjUtZr .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruHRjUtZr .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHRjUtZr .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruHRjUtZr .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruHRjUtZr .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruHRjUtZr .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruHRjUtZr .megamenu-panel-half {
  width: 50%;
}
.cid-rruHRjUtZr .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruHRjUtZr .navigation-portrait .megamenu-panel-half,
.cid-rruHRjUtZr .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruHRjUtZr .megamenu-panel-row {
  width: 100%;
}
.cid-rruHRjUtZr .megamenu-panel-row:before,
.cid-rruHRjUtZr .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruHRjUtZr .megamenu-panel-row:after {
  clear: both;
}
.cid-rruHRjUtZr .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruHRjUtZr .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruHRjUtZr .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruHRjUtZr .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruHRjUtZr .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruHRjUtZr .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruHRjUtZr .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruHRjUtZr .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruHRjUtZr .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruHRjUtZr .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruHRjUtZr .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruHRjUtZr .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruHRjUtZr .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruHRjUtZr .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruHRjUtZr .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruHRjUtZr .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruHRjUtZr .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruHRjUtZr .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruHRjUtZr .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruHRjUtZr .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruHRjUtZr .megamenu-tabs-nav > li.active a,
.cid-rruHRjUtZr .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruHRjUtZr .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruHRjUtZr .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruHRjUtZr .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruHRjUtZr .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruHRjUtZr .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruHRjUtZr .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruHRjUtZr .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruHRjUtZr .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruHRjUtZr .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruHRjUtZr .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruHRjUtZr .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHRjUtZr .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruHRjUtZr .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruHRjUtZr .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruHRjUtZr .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruHRjUtZr .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruHRjUtZr .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruHRjUtZr w {
  color: #0082c3;
}
.cid-rrtZfQE5ac {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rrtZfQE5ac .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rrtZfQE5ac .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rrtZfQE5ac .mbr-text {
    text-align: center;
  }
}
.cid-rrtZfQE5ac H1 {
  color: #622d04;
}
.cid-rrtZfQE5ac .mbr-text,
.cid-rrtZfQE5ac .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rrtZfQE5ac H3 {
  color: #624c04;
}
.cid-rrtZfQE5ac DIV {
  text-align: left;
}
.cid-rrzb73RYFa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrzb73RYFa .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrzb73RYFa .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrzb73RYFa .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrzb73RYFa .inner-container {
    width: 100% !important;
  }
}
.cid-rrzb7MIJMs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrzb7MIJMs .mbr-text {
  color: #767676;
}
.cid-rrzb7MIJMs .mbr-section-subtitle {
  color: #767676;
}
.cid-rrzb7MIJMs .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrzb7MIJMs .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrzb7MIJMs .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrzb7MIJMs .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrzb7MIJMs .card-box {
  padding-bottom: 1rem;
}
.cid-rrzb7MIJMs .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrzb7MIJMs .num,
  .cid-rrzb7MIJMs .card-title,
  .cid-rrzb7MIJMs .mbr-text,
  .cid-rrzb7MIJMs .mbr-title,
  .cid-rrzb7MIJMs .mbr-section-subtitle,
  .cid-rrzb7MIJMs .mbr-section-btn,
  .cid-rrzb7MIJMs .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrzb7MIJMs .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrzb7MIJMs .mbr-section-title {
  text-align: left;
}
.cid-rrzb7MIJMs blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzb7MIJMs gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzb7MIJMs orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzb7MIJMs rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvIBeDSY9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvIBeDSY9 .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvIBeDSY9 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvIBeDSY9 .mbr-text {
  color: #444;
}
.cid-rrvIBeDSY9 h5 {
  margin-bottom: 0;
}
.cid-rrvIBeDSY9 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvIBeDSY9 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvIBeDSY9 .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvIBeDSY9 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvIBeDSY9 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvIBeDSY9 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvIBeDSY9 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvIBeDSY9 .social-list a:hover {
  opacity: .4;
}
.cid-rrvIBeDSY9 .media-container-row > div {
  padding: 0px;
}
.cid-rrvIBeDSY9 .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvIBeDSY9 .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvIBeDSY9 .group-title SPAN {
  color: #4f4943;
}
.cid-rrvIBeDSY9 .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvIBeDSY9 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvIBeDSY9 .social-list,
  .cid-rrvIBeDSY9 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvIBeDSY9 h3 {
    margin-bottom: 10px;
  }
  .cid-rrvIBeDSY9 .navbar-brand {
    text-align: center;
  }
}
.cid-rrvIBeDSY9 .links SPAN {
  color: #9e9e9e;
}
.cid-rrvIChfUVe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvIChfUVe .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvIChfUVe .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvIChfUVe .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvIChfUVe .inner-container {
    width: 100% !important;
  }
}
.cid-rrvIChfUVe copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvIChfUVe ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3uXFRpxS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3uXFRpxS .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3uXFRpxS .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3uXFRpxS .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruHtZ1c8X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruHtZ1c8X .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruHtZ1c8X .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruHtZ1c8X .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruHtZ1c8X ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruHtZ1c8X .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruHtZ1c8X .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruHtZ1c8X .navigation-portrait {
  height: 48px;
}
.cid-rruHtZ1c8X .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruHtZ1c8X .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruHtZ1c8X .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruHtZ1c8X .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruHtZ1c8X .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruHtZ1c8X .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruHtZ1c8X .align-to-right {
  float: right;
}
.cid-rruHtZ1c8X .nav-header {
  float: left;
}
.cid-rruHtZ1c8X .navigation-hidden .nav-header {
  display: none;
}
.cid-rruHtZ1c8X .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruHtZ1c8X .nav-brand:hover,
.cid-rruHtZ1c8X .nav-brand:focus {
  color: #70998b;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHtZ1c8X .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruHtZ1c8X .nav-logo:focus > img {
  outline: initial;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruHtZ1c8X .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruHtZ1c8X .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruHtZ1c8X .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruHtZ1c8X .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruHtZ1c8X .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruHtZ1c8X .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruHtZ1c8X .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruHtZ1c8X .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruHtZ1c8X .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruHtZ1c8X .nav-menu > li:hover > a,
.cid-rruHtZ1c8X .nav-menu > li.active > a,
.cid-rruHtZ1c8X .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruHtZ1c8X .nav-menu > li > a > i,
.cid-rruHtZ1c8X .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruHtZ1c8X .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruHtZ1c8X .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruHtZ1c8X .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruHtZ1c8X .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruHtZ1c8X .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruHtZ1c8X .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHtZ1c8X .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruHtZ1c8X .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruHtZ1c8X .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruHtZ1c8X .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruHtZ1c8X .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruHtZ1c8X .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHtZ1c8X .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHtZ1c8X .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruHtZ1c8X .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruHtZ1c8X .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruHtZ1c8X .navigation-hidden .nav-search {
  display: none;
}
.cid-rruHtZ1c8X .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruHtZ1c8X .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruHtZ1c8X .nav-search-icon:after,
.cid-rruHtZ1c8X .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruHtZ1c8X .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruHtZ1c8X .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruHtZ1c8X .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruHtZ1c8X .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruHtZ1c8X .nav-search-inner input[type=text],
.cid-rruHtZ1c8X .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-search-inner input[type=text],
.cid-rruHtZ1c8X .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHtZ1c8X .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruHtZ1c8X .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruHtZ1c8X .nav-button:hover,
.cid-rruHtZ1c8X .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruHtZ1c8X .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruHtZ1c8X .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruHtZ1c8X .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruHtZ1c8X .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruHtZ1c8X .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruHtZ1c8X .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHtZ1c8X .nav-dropdown > li:hover > a,
.cid-rruHtZ1c8X .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruHtZ1c8X .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruHtZ1c8X .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruHtZ1c8X .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruHtZ1c8X .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruHtZ1c8X .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruHtZ1c8X .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruHtZ1c8X .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruHtZ1c8X .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHtZ1c8X .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruHtZ1c8X .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruHtZ1c8X .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHtZ1c8X .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruHtZ1c8X .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruHtZ1c8X .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruHtZ1c8X .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruHtZ1c8X .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruHtZ1c8X .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruHtZ1c8X .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHtZ1c8X .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruHtZ1c8X .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruHtZ1c8X .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruHtZ1c8X .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruHtZ1c8X .megamenu-panel-half {
  width: 50%;
}
.cid-rruHtZ1c8X .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruHtZ1c8X .navigation-portrait .megamenu-panel-half,
.cid-rruHtZ1c8X .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruHtZ1c8X .megamenu-panel-row {
  width: 100%;
}
.cid-rruHtZ1c8X .megamenu-panel-row:before,
.cid-rruHtZ1c8X .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruHtZ1c8X .megamenu-panel-row:after {
  clear: both;
}
.cid-rruHtZ1c8X .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruHtZ1c8X .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruHtZ1c8X .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruHtZ1c8X .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruHtZ1c8X .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruHtZ1c8X .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruHtZ1c8X .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruHtZ1c8X .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruHtZ1c8X .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruHtZ1c8X .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruHtZ1c8X .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruHtZ1c8X .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruHtZ1c8X .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruHtZ1c8X .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruHtZ1c8X .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruHtZ1c8X .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruHtZ1c8X .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruHtZ1c8X .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruHtZ1c8X .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruHtZ1c8X .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruHtZ1c8X .megamenu-tabs-nav > li.active a,
.cid-rruHtZ1c8X .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruHtZ1c8X .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruHtZ1c8X .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruHtZ1c8X .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruHtZ1c8X .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruHtZ1c8X .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruHtZ1c8X .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruHtZ1c8X .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruHtZ1c8X .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruHtZ1c8X .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruHtZ1c8X .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruHtZ1c8X .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHtZ1c8X .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruHtZ1c8X .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruHtZ1c8X .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruHtZ1c8X .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruHtZ1c8X .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruHtZ1c8X .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruHtZ1c8X w {
  color: #0082c3;
}
.cid-rru1LuYJup {
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rru1LuYJup .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rru1LuYJup .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rru1LuYJup .mbr-text {
    text-align: center;
  }
}
.cid-rru1LuYJup H1 {
  color: #622d04;
}
.cid-rru1LuYJup .mbr-text,
.cid-rru1LuYJup .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rru1LuYJup H3 {
  color: #624c04;
}
.cid-rru1LuYJup DIV {
  text-align: left;
}
.cid-rrziKoZoCZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrziKoZoCZ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrziKoZoCZ .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrziKoZoCZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrziKoZoCZ .inner-container {
    width: 100% !important;
  }
}
.cid-rrziKoZoCZ .section-text DIV {
  text-align: left;
}
.cid-rrzjr2FtPu {
  background: #ffffff;
}
.cid-rrzjr2FtPu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rrzjr2FtPu figcaption {
  position: relative;
}
.cid-rrzjr2FtPu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rrzjr2FtPu .image-block {
    width: 100% !important;
  }
}
.cid-rrzpAtu2Sp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrzpAtu2Sp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rrzpAtu2Sp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rrzpAtu2Sp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rrzpAtu2Sp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rrzpAtu2Sp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrzpAtu2Sp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rrzpAtu2Sp .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rrzpAtu2Sp .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rrzpAtu2Sp .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rrzaFmjbOa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrzaFmjbOa .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrzaFmjbOa .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrzaFmjbOa .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrzaFmjbOa .inner-container {
    width: 100% !important;
  }
}
.cid-rrzaG2ChTs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrzaG2ChTs .mbr-text {
  color: #767676;
}
.cid-rrzaG2ChTs .mbr-section-subtitle {
  color: #767676;
}
.cid-rrzaG2ChTs .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrzaG2ChTs .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrzaG2ChTs .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrzaG2ChTs .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrzaG2ChTs .card-box {
  padding-bottom: 1rem;
}
.cid-rrzaG2ChTs .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrzaG2ChTs .num,
  .cid-rrzaG2ChTs .card-title,
  .cid-rrzaG2ChTs .mbr-text,
  .cid-rrzaG2ChTs .mbr-title,
  .cid-rrzaG2ChTs .mbr-section-subtitle,
  .cid-rrzaG2ChTs .mbr-section-btn,
  .cid-rrzaG2ChTs .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrzaG2ChTs .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrzaG2ChTs .mbr-section-title {
  text-align: left;
}
.cid-rrzaG2ChTs blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaG2ChTs gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaG2ChTs orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaG2ChTs rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvHcxT7zV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvHcxT7zV .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvHcxT7zV .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvHcxT7zV .mbr-text {
  color: #444;
}
.cid-rrvHcxT7zV h5 {
  margin-bottom: 0;
}
.cid-rrvHcxT7zV .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvHcxT7zV .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvHcxT7zV .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvHcxT7zV .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvHcxT7zV .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvHcxT7zV .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvHcxT7zV .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvHcxT7zV .social-list a:hover {
  opacity: .4;
}
.cid-rrvHcxT7zV .media-container-row > div {
  padding: 0px;
}
.cid-rrvHcxT7zV .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvHcxT7zV .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvHcxT7zV .group-title SPAN {
  color: #4f4943;
}
.cid-rrvHcxT7zV .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvHcxT7zV .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvHcxT7zV .social-list,
  .cid-rrvHcxT7zV .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvHcxT7zV h3 {
    margin-bottom: 10px;
  }
  .cid-rrvHcxT7zV .navbar-brand {
    text-align: center;
  }
}
.cid-rrvHcxT7zV .links SPAN {
  color: #9e9e9e;
}
.cid-rrvHd2ztOj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvHd2ztOj .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvHd2ztOj .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvHd2ztOj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvHd2ztOj .inner-container {
    width: 100% !important;
  }
}
.cid-rrvHd2ztOj copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvHd2ztOj ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rk3v1lmtQe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rk3v1lmtQe .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rk3v1lmtQe .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rk3v1lmtQe .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruHzrbY1o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruHzrbY1o .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruHzrbY1o .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruHzrbY1o .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruHzrbY1o ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruHzrbY1o .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruHzrbY1o .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruHzrbY1o .navigation-portrait {
  height: 48px;
}
.cid-rruHzrbY1o .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruHzrbY1o .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruHzrbY1o .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruHzrbY1o .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruHzrbY1o .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruHzrbY1o .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruHzrbY1o .align-to-right {
  float: right;
}
.cid-rruHzrbY1o .nav-header {
  float: left;
}
.cid-rruHzrbY1o .navigation-hidden .nav-header {
  display: none;
}
.cid-rruHzrbY1o .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruHzrbY1o .nav-brand:hover,
.cid-rruHzrbY1o .nav-brand:focus {
  color: #70998b;
}
.cid-rruHzrbY1o .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHzrbY1o .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruHzrbY1o .nav-logo:focus > img {
  outline: initial;
}
.cid-rruHzrbY1o .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruHzrbY1o .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruHzrbY1o .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruHzrbY1o .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruHzrbY1o .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruHzrbY1o .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruHzrbY1o .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruHzrbY1o .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruHzrbY1o .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruHzrbY1o .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruHzrbY1o .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruHzrbY1o .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruHzrbY1o .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruHzrbY1o .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruHzrbY1o .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruHzrbY1o .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHzrbY1o .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruHzrbY1o .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruHzrbY1o .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHzrbY1o .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruHzrbY1o .nav-menu > li:hover > a,
.cid-rruHzrbY1o .nav-menu > li.active > a,
.cid-rruHzrbY1o .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruHzrbY1o .nav-menu > li > a > i,
.cid-rruHzrbY1o .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruHzrbY1o .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruHzrbY1o .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruHzrbY1o .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruHzrbY1o .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruHzrbY1o .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruHzrbY1o .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruHzrbY1o .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruHzrbY1o .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHzrbY1o .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruHzrbY1o .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruHzrbY1o .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruHzrbY1o .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruHzrbY1o .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruHzrbY1o .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHzrbY1o .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHzrbY1o .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruHzrbY1o .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruHzrbY1o .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruHzrbY1o .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruHzrbY1o .navigation-hidden .nav-search {
  display: none;
}
.cid-rruHzrbY1o .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruHzrbY1o .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruHzrbY1o .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruHzrbY1o .nav-search-icon:after,
.cid-rruHzrbY1o .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruHzrbY1o .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruHzrbY1o .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruHzrbY1o .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruHzrbY1o .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruHzrbY1o .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruHzrbY1o .nav-search-inner input[type=text],
.cid-rruHzrbY1o .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHzrbY1o .navigation-portrait .nav-search-inner input[type=text],
.cid-rruHzrbY1o .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHzrbY1o .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruHzrbY1o .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruHzrbY1o .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruHzrbY1o .nav-button:hover,
.cid-rruHzrbY1o .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruHzrbY1o .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruHzrbY1o .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruHzrbY1o .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruHzrbY1o .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruHzrbY1o .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruHzrbY1o .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruHzrbY1o .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruHzrbY1o .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruHzrbY1o .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruHzrbY1o .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHzrbY1o .nav-dropdown > li:hover > a,
.cid-rruHzrbY1o .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruHzrbY1o .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruHzrbY1o .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruHzrbY1o .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruHzrbY1o .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruHzrbY1o .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruHzrbY1o .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruHzrbY1o .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruHzrbY1o .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruHzrbY1o .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruHzrbY1o .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruHzrbY1o .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruHzrbY1o .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruHzrbY1o .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruHzrbY1o .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHzrbY1o .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruHzrbY1o .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruHzrbY1o .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHzrbY1o .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruHzrbY1o .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruHzrbY1o .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruHzrbY1o .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruHzrbY1o .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruHzrbY1o .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruHzrbY1o .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruHzrbY1o .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHzrbY1o .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruHzrbY1o .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruHzrbY1o .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruHzrbY1o .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruHzrbY1o .megamenu-panel-half {
  width: 50%;
}
.cid-rruHzrbY1o .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruHzrbY1o .navigation-portrait .megamenu-panel-half,
.cid-rruHzrbY1o .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruHzrbY1o .megamenu-panel-row {
  width: 100%;
}
.cid-rruHzrbY1o .megamenu-panel-row:before,
.cid-rruHzrbY1o .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruHzrbY1o .megamenu-panel-row:after {
  clear: both;
}
.cid-rruHzrbY1o .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruHzrbY1o .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruHzrbY1o .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruHzrbY1o .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruHzrbY1o .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruHzrbY1o .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruHzrbY1o .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruHzrbY1o .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruHzrbY1o .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruHzrbY1o .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruHzrbY1o .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruHzrbY1o .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruHzrbY1o .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruHzrbY1o .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruHzrbY1o .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruHzrbY1o .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruHzrbY1o .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruHzrbY1o .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruHzrbY1o .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruHzrbY1o .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruHzrbY1o .megamenu-tabs-nav > li.active a,
.cid-rruHzrbY1o .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruHzrbY1o .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruHzrbY1o .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruHzrbY1o .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruHzrbY1o .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruHzrbY1o .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruHzrbY1o .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruHzrbY1o .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruHzrbY1o .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruHzrbY1o .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruHzrbY1o .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruHzrbY1o .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHzrbY1o .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruHzrbY1o .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruHzrbY1o .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruHzrbY1o .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruHzrbY1o .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruHzrbY1o .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruHzrbY1o w {
  color: #0082c3;
}
.cid-rru1NZ9GHG {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 1.2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rru1NZ9GHG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rru1NZ9GHG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rru1NZ9GHG .mbr-text {
    text-align: center;
  }
}
.cid-rru1NZ9GHG H1 {
  color: #622d04;
}
.cid-rru1NZ9GHG .mbr-text,
.cid-rru1NZ9GHG .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rru1NZ9GHG H3 {
  color: #624c04;
}
.cid-rru1NZ9GHG DIV {
  text-align: left;
}
.cid-rrzaKGV1mw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrzaKGV1mw .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrzaKGV1mw .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrzaKGV1mw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrzaKGV1mw .inner-container {
    width: 100% !important;
  }
}
.cid-rrzaLqV2uo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrzaLqV2uo .mbr-text {
  color: #767676;
}
.cid-rrzaLqV2uo .mbr-section-subtitle {
  color: #767676;
}
.cid-rrzaLqV2uo .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrzaLqV2uo .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrzaLqV2uo .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrzaLqV2uo .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrzaLqV2uo .card-box {
  padding-bottom: 1rem;
}
.cid-rrzaLqV2uo .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrzaLqV2uo .num,
  .cid-rrzaLqV2uo .card-title,
  .cid-rrzaLqV2uo .mbr-text,
  .cid-rrzaLqV2uo .mbr-title,
  .cid-rrzaLqV2uo .mbr-section-subtitle,
  .cid-rrzaLqV2uo .mbr-section-btn,
  .cid-rrzaLqV2uo .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrzaLqV2uo .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrzaLqV2uo .mbr-section-title {
  text-align: left;
}
.cid-rrzaLqV2uo blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaLqV2uo gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaLqV2uo orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaLqV2uo rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvHioP6qH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvHioP6qH .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvHioP6qH .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvHioP6qH .mbr-text {
  color: #444;
}
.cid-rrvHioP6qH h5 {
  margin-bottom: 0;
}
.cid-rrvHioP6qH .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvHioP6qH .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvHioP6qH .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvHioP6qH .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvHioP6qH .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvHioP6qH .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvHioP6qH .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvHioP6qH .social-list a:hover {
  opacity: .4;
}
.cid-rrvHioP6qH .media-container-row > div {
  padding: 0px;
}
.cid-rrvHioP6qH .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvHioP6qH .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvHioP6qH .group-title SPAN {
  color: #4f4943;
}
.cid-rrvHioP6qH .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvHioP6qH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvHioP6qH .social-list,
  .cid-rrvHioP6qH .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvHioP6qH h3 {
    margin-bottom: 10px;
  }
  .cid-rrvHioP6qH .navbar-brand {
    text-align: center;
  }
}
.cid-rrvHioP6qH .links SPAN {
  color: #9e9e9e;
}
.cid-rrvHj24ifq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvHj24ifq .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvHj24ifq .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvHj24ifq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvHj24ifq .inner-container {
    width: 100% !important;
  }
}
.cid-rrvHj24ifq copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvHj24ifq ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rrtYcAk5ZT {
  padding-top: 0px;
  padding-bottom: 2px;
  background-color: #ffffff;
}
.cid-rrtYcAk5ZT .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rrtYcAk5ZT .mbr-figure img {
  height: 90%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rrtYcAk5ZT .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruHEMVmSv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruHEMVmSv .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruHEMVmSv .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruHEMVmSv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruHEMVmSv ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruHEMVmSv .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruHEMVmSv .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruHEMVmSv .navigation-portrait {
  height: 48px;
}
.cid-rruHEMVmSv .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruHEMVmSv .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruHEMVmSv .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruHEMVmSv .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruHEMVmSv .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruHEMVmSv .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruHEMVmSv .align-to-right {
  float: right;
}
.cid-rruHEMVmSv .nav-header {
  float: left;
}
.cid-rruHEMVmSv .navigation-hidden .nav-header {
  display: none;
}
.cid-rruHEMVmSv .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruHEMVmSv .nav-brand:hover,
.cid-rruHEMVmSv .nav-brand:focus {
  color: #70998b;
}
.cid-rruHEMVmSv .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHEMVmSv .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruHEMVmSv .nav-logo:focus > img {
  outline: initial;
}
.cid-rruHEMVmSv .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruHEMVmSv .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruHEMVmSv .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruHEMVmSv .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruHEMVmSv .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruHEMVmSv .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruHEMVmSv .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruHEMVmSv .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruHEMVmSv .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruHEMVmSv .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruHEMVmSv .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruHEMVmSv .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruHEMVmSv .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruHEMVmSv .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruHEMVmSv .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruHEMVmSv .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHEMVmSv .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruHEMVmSv .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruHEMVmSv .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHEMVmSv .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruHEMVmSv .nav-menu > li:hover > a,
.cid-rruHEMVmSv .nav-menu > li.active > a,
.cid-rruHEMVmSv .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruHEMVmSv .nav-menu > li > a > i,
.cid-rruHEMVmSv .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruHEMVmSv .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruHEMVmSv .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruHEMVmSv .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruHEMVmSv .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruHEMVmSv .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruHEMVmSv .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruHEMVmSv .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruHEMVmSv .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHEMVmSv .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruHEMVmSv .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruHEMVmSv .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruHEMVmSv .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruHEMVmSv .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruHEMVmSv .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHEMVmSv .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHEMVmSv .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruHEMVmSv .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruHEMVmSv .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruHEMVmSv .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruHEMVmSv .navigation-hidden .nav-search {
  display: none;
}
.cid-rruHEMVmSv .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruHEMVmSv .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruHEMVmSv .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruHEMVmSv .nav-search-icon:after,
.cid-rruHEMVmSv .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruHEMVmSv .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruHEMVmSv .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruHEMVmSv .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruHEMVmSv .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruHEMVmSv .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruHEMVmSv .nav-search-inner input[type=text],
.cid-rruHEMVmSv .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHEMVmSv .navigation-portrait .nav-search-inner input[type=text],
.cid-rruHEMVmSv .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruHEMVmSv .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruHEMVmSv .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruHEMVmSv .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruHEMVmSv .nav-button:hover,
.cid-rruHEMVmSv .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruHEMVmSv .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruHEMVmSv .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruHEMVmSv .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruHEMVmSv .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruHEMVmSv .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruHEMVmSv .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruHEMVmSv .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruHEMVmSv .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruHEMVmSv .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruHEMVmSv .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruHEMVmSv .nav-dropdown > li:hover > a,
.cid-rruHEMVmSv .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruHEMVmSv .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruHEMVmSv .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruHEMVmSv .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruHEMVmSv .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruHEMVmSv .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruHEMVmSv .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruHEMVmSv .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruHEMVmSv .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruHEMVmSv .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruHEMVmSv .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruHEMVmSv .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruHEMVmSv .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruHEMVmSv .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruHEMVmSv .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruHEMVmSv .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruHEMVmSv .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruHEMVmSv .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruHEMVmSv .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruHEMVmSv .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruHEMVmSv .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruHEMVmSv .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruHEMVmSv .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruHEMVmSv .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruHEMVmSv .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruHEMVmSv .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruHEMVmSv .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruHEMVmSv .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruHEMVmSv .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruHEMVmSv .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruHEMVmSv .megamenu-panel-half {
  width: 50%;
}
.cid-rruHEMVmSv .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruHEMVmSv .navigation-portrait .megamenu-panel-half,
.cid-rruHEMVmSv .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruHEMVmSv .megamenu-panel-row {
  width: 100%;
}
.cid-rruHEMVmSv .megamenu-panel-row:before,
.cid-rruHEMVmSv .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruHEMVmSv .megamenu-panel-row:after {
  clear: both;
}
.cid-rruHEMVmSv .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruHEMVmSv .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruHEMVmSv .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruHEMVmSv .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruHEMVmSv .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruHEMVmSv .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruHEMVmSv .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruHEMVmSv .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruHEMVmSv .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruHEMVmSv .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruHEMVmSv .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruHEMVmSv .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruHEMVmSv .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruHEMVmSv .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruHEMVmSv .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruHEMVmSv .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruHEMVmSv .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruHEMVmSv .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruHEMVmSv .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruHEMVmSv .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruHEMVmSv .megamenu-tabs-nav > li.active a,
.cid-rruHEMVmSv .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruHEMVmSv .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruHEMVmSv .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruHEMVmSv .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruHEMVmSv .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruHEMVmSv .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruHEMVmSv .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruHEMVmSv .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruHEMVmSv .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruHEMVmSv .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruHEMVmSv .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruHEMVmSv .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruHEMVmSv .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruHEMVmSv .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruHEMVmSv .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruHEMVmSv .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruHEMVmSv .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruHEMVmSv .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruHEMVmSv w {
  color: #0082c3;
}
.cid-rrtYdXcmnL {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 1.2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rrtYdXcmnL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rrtYdXcmnL .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rrtYdXcmnL .mbr-text {
    text-align: center;
  }
}
.cid-rrtYdXcmnL H1 {
  color: #622d04;
}
.cid-rrtYdXcmnL .mbr-text,
.cid-rrtYdXcmnL .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rrtYdXcmnL H3 {
  color: #624c04;
}
.cid-rrtYdXcmnL DIV {
  text-align: left;
}
.cid-rrzaPyMLG2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrzaPyMLG2 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrzaPyMLG2 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrzaPyMLG2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrzaPyMLG2 .inner-container {
    width: 100% !important;
  }
}
.cid-rrzaQdIrzj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrzaQdIrzj .mbr-text {
  color: #767676;
}
.cid-rrzaQdIrzj .mbr-section-subtitle {
  color: #767676;
}
.cid-rrzaQdIrzj .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrzaQdIrzj .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrzaQdIrzj .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrzaQdIrzj .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrzaQdIrzj .card-box {
  padding-bottom: 1rem;
}
.cid-rrzaQdIrzj .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrzaQdIrzj .num,
  .cid-rrzaQdIrzj .card-title,
  .cid-rrzaQdIrzj .mbr-text,
  .cid-rrzaQdIrzj .mbr-title,
  .cid-rrzaQdIrzj .mbr-section-subtitle,
  .cid-rrzaQdIrzj .mbr-section-btn,
  .cid-rrzaQdIrzj .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrzaQdIrzj .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrzaQdIrzj .mbr-section-title {
  text-align: left;
}
.cid-rrzaQdIrzj blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaQdIrzj gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaQdIrzj orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrzaQdIrzj rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvHmyCG3B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvHmyCG3B .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvHmyCG3B .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvHmyCG3B .mbr-text {
  color: #444;
}
.cid-rrvHmyCG3B h5 {
  margin-bottom: 0;
}
.cid-rrvHmyCG3B .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvHmyCG3B .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvHmyCG3B .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvHmyCG3B .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvHmyCG3B .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvHmyCG3B .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvHmyCG3B .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvHmyCG3B .social-list a:hover {
  opacity: .4;
}
.cid-rrvHmyCG3B .media-container-row > div {
  padding: 0px;
}
.cid-rrvHmyCG3B .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvHmyCG3B .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvHmyCG3B .group-title SPAN {
  color: #4f4943;
}
.cid-rrvHmyCG3B .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvHmyCG3B .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvHmyCG3B .social-list,
  .cid-rrvHmyCG3B .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvHmyCG3B h3 {
    margin-bottom: 10px;
  }
  .cid-rrvHmyCG3B .navbar-brand {
    text-align: center;
  }
}
.cid-rrvHmyCG3B .links SPAN {
  color: #9e9e9e;
}
.cid-rrvHn0OHAa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvHn0OHAa .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvHn0OHAa .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvHn0OHAa .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvHn0OHAa .inner-container {
    width: 100% !important;
  }
}
.cid-rrvHn0OHAa copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvHn0OHAa ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
.cid-rrutfpwnHB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrutfpwnHB .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rrutfpwnHB .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rrutfpwnHB .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rruGv2bn4w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rruGv2bn4w .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rruGv2bn4w .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 17%;
}
.cid-rruGv2bn4w .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rruGv2bn4w ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-rruGv2bn4w .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
}
.cid-rruGv2bn4w .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-rruGv2bn4w .navigation-portrait {
  height: 48px;
}
.cid-rruGv2bn4w .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 10000;
  will-change: opacity;
}
.cid-rruGv2bn4w .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-rruGv2bn4w .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-rruGv2bn4w .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-rruGv2bn4w .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-rruGv2bn4w .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-rruGv2bn4w .align-to-right {
  float: right;
}
.cid-rruGv2bn4w .nav-header {
  float: left;
}
.cid-rruGv2bn4w .navigation-hidden .nav-header {
  display: none;
}
.cid-rruGv2bn4w .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #1A1C20;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-rruGv2bn4w .nav-brand:hover,
.cid-rruGv2bn4w .nav-brand:focus {
  color: #70998b;
}
.cid-rruGv2bn4w .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-rruGv2bn4w .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-rruGv2bn4w .nav-logo:focus > img {
  outline: initial;
}
.cid-rruGv2bn4w .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-rruGv2bn4w .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-rruGv2bn4w .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70998b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70998b, 0 1em 0 0 #70998b;
}
.cid-rruGv2bn4w .navigation-portrait .nav-toggle {
  display: block;
}
.cid-rruGv2bn4w .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-rruGv2bn4w .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-rruGv2bn4w .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-rruGv2bn4w .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-rruGv2bn4w .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70998b;
  font-size: 26px;
  cursor: pointer;
}
.cid-rruGv2bn4w .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-rruGv2bn4w .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-rruGv2bn4w .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-rruGv2bn4w .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-rruGv2bn4w .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-rruGv2bn4w .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-rruGv2bn4w .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #c1c1c1;
}
.cid-rruGv2bn4w .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #c1c1c1;
}
.cid-rruGv2bn4w .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-rruGv2bn4w .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70998b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruGv2bn4w .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-rruGv2bn4w .nav-menu > li:hover > a,
.cid-rruGv2bn4w .nav-menu > li.active > a,
.cid-rruGv2bn4w .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-rruGv2bn4w .nav-menu > li > a > i,
.cid-rruGv2bn4w .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-rruGv2bn4w .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-rruGv2bn4w .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-rruGv2bn4w .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-rruGv2bn4w .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-rruGv2bn4w .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-rruGv2bn4w .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-rruGv2bn4w .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-rruGv2bn4w .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGv2bn4w .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-rruGv2bn4w .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70998b #70998b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-rruGv2bn4w .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-rruGv2bn4w .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-rruGv2bn4w .nav-menu > .active > a .submenu-indicator-chevron,
.cid-rruGv2bn4w .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruGv2bn4w .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruGv2bn4w .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-rruGv2bn4w .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-rruGv2bn4w .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-rruGv2bn4w .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-rruGv2bn4w .navigation-hidden .nav-search {
  display: none;
}
.cid-rruGv2bn4w .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-rruGv2bn4w .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-rruGv2bn4w .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70998b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-rruGv2bn4w .nav-search-icon:after,
.cid-rruGv2bn4w .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-rruGv2bn4w .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-rruGv2bn4w .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-rruGv2bn4w .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-rruGv2bn4w .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-rruGv2bn4w .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-rruGv2bn4w .nav-search-inner input[type=text],
.cid-rruGv2bn4w .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70998b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGv2bn4w .navigation-portrait .nav-search-inner input[type=text],
.cid-rruGv2bn4w .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-rruGv2bn4w .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70998b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-rruGv2bn4w .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-rruGv2bn4w .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #967ADC;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-rruGv2bn4w .nav-button:hover,
.cid-rruGv2bn4w .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-rruGv2bn4w .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-rruGv2bn4w .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-rruGv2bn4w .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-rruGv2bn4w .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-rruGv2bn4w .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.cid-rruGv2bn4w .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-rruGv2bn4w .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-rruGv2bn4w .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}
.cid-rruGv2bn4w .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.cid-rruGv2bn4w .nav-dropdown > li > a {
  width: 100%;
  padding: 7px 11px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70998b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-rruGv2bn4w .nav-dropdown > li:hover > a,
.cid-rruGv2bn4w .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #DFE6EA;
}
.cid-rruGv2bn4w .nav-dropdown.nav-dropdown-left {
  right: 0;
}
.cid-rruGv2bn4w .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.cid-rruGv2bn4w .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.cid-rruGv2bn4w .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-rruGv2bn4w .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-rruGv2bn4w .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-rruGv2bn4w .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-rruGv2bn4w .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-rruGv2bn4w .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-rruGv2bn4w .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-rruGv2bn4w .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rruGv2bn4w .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rruGv2bn4w .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-rruGv2bn4w .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-rruGv2bn4w .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-rruGv2bn4w .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-rruGv2bn4w .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #c1c1c1;
}
.cid-rruGv2bn4w .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-rruGv2bn4w .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-rruGv2bn4w .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-rruGv2bn4w .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-rruGv2bn4w .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-rruGv2bn4w .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-rruGv2bn4w .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-rruGv2bn4w .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-rruGv2bn4w .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  border-left: solid 1px #c1c1c1;
  border-right: solid 1px #c1c1c1;
  background-color: #efefef;
}
.cid-rruGv2bn4w .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-rruGv2bn4w .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-rruGv2bn4w .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-rruGv2bn4w .megamenu-panel-half {
  width: 50%;
}
.cid-rruGv2bn4w .megamenu-panel-quarter {
  width: 25%;
}
.cid-rruGv2bn4w .navigation-portrait .megamenu-panel-half,
.cid-rruGv2bn4w .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-rruGv2bn4w .megamenu-panel-row {
  width: 100%;
}
.cid-rruGv2bn4w .megamenu-panel-row:before,
.cid-rruGv2bn4w .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-rruGv2bn4w .megamenu-panel-row:after {
  clear: both;
}
.cid-rruGv2bn4w .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-rruGv2bn4w .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-rruGv2bn4w .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-rruGv2bn4w .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-rruGv2bn4w .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-rruGv2bn4w .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-rruGv2bn4w .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-rruGv2bn4w .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-rruGv2bn4w .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-rruGv2bn4w .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-rruGv2bn4w .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-rruGv2bn4w .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-rruGv2bn4w .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-rruGv2bn4w .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-rruGv2bn4w .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-rruGv2bn4w .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-rruGv2bn4w .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-rruGv2bn4w .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-rruGv2bn4w .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-rruGv2bn4w .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #c1c1c1;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-rruGv2bn4w .megamenu-tabs-nav > li.active a,
.cid-rruGv2bn4w .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-rruGv2bn4w .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #c1c1c1;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-rruGv2bn4w .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-rruGv2bn4w .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-rruGv2bn4w .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-rruGv2bn4w .megamenu-lists ul.megamenu-list {
  min-height: 19.5em;
}
.cid-rruGv2bn4w .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-rruGv2bn4w .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-rruGv2bn4w .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #c1c1c1;
}
.cid-rruGv2bn4w .navigation-landscape .megamenu-list ul.megamenu-list {
  min-height: 25em;
}
.cid-rruGv2bn4w .navigation-landscape .megamenu-list:last-child {
  border: 100%;
}
.cid-rruGv2bn4w .megamenu-list > li > a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-rruGv2bn4w .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #d4d4d4;
}
.cid-rruGv2bn4w .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-rruGv2bn4w .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}
.cid-rruGv2bn4w .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-rruGv2bn4w .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-rruGv2bn4w .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-rruGv2bn4w w {
  color: #0082c3;
}
.cid-rrutKANqJz {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rrutKANqJz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rrutKANqJz .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rrutKANqJz .mbr-text {
    text-align: center;
  }
}
.cid-rrutKANqJz H1 {
  color: #622d04;
}
.cid-rrutKANqJz .mbr-text,
.cid-rrutKANqJz .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-rrutKANqJz H3 {
  color: #622d04;
  text-align: left;
}
.cid-rrutKANqJz DIV {
  text-align: left;
}
.cid-rruBnUBfaW {
  background: #ffffff;
}
.cid-rruBnUBfaW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rruBnUBfaW figcaption {
  position: relative;
}
.cid-rruBnUBfaW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rruBnUBfaW .image-block {
    width: 100% !important;
  }
}
.cid-rrutfsPP9D {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rrutfsPP9D .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rrutfsPP9D .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rrutfsPP9D .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rrutfsPP9D .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rrutfsPP9D .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-rrutfsPP9D .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rrutfsPP9D .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rrutfsPP9D .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rrutfsPP9D .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-rrutfvrxck {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rrutfvrxck .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rrutfvrxck .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #622d04;
}
.cid-rrutfvrxck .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrutfvrxck .inner-container {
    width: 100% !important;
  }
}
.cid-rrutfw1vli {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rrutfw1vli .mbr-text {
  color: #767676;
}
.cid-rrutfw1vli .mbr-section-subtitle {
  color: #767676;
}
.cid-rrutfw1vli .title {
  position: relative;
  display: flex;
  -webkit-align-items: left;
  align-items: left;
}
.cid-rrutfw1vli .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 22px;
  margin-left: 0rem;
}
.cid-rrutfw1vli .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rrutfw1vli .card-text {
  padding-top: 2rem;
  margin-left: 0rem;
}
.cid-rrutfw1vli .card-box {
  padding-bottom: 1rem;
}
.cid-rrutfw1vli .num {
  color: #465052;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-rrutfw1vli .num,
  .cid-rrutfw1vli .card-title,
  .cid-rrutfw1vli .mbr-text,
  .cid-rrutfw1vli .mbr-title,
  .cid-rrutfw1vli .mbr-section-subtitle,
  .cid-rrutfw1vli .mbr-section-btn,
  .cid-rrutfw1vli .mbr-section-title {
    text-align: left !important;
  }
  .cid-rrutfw1vli .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rrutfw1vli .mbr-section-title {
  text-align: left;
}
.cid-rrutfw1vli blau {
  color: #0082c3;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrutfw1vli gruen {
  color: #00a56e;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrutfw1vli orange {
  color: #e15a00;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrutfw1vli rot {
  color: #ee1c25;
  font-size: 22px;
  font-family: Handlee;
  text-align: left;
}
.cid-rrvy7Vnken {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #EFE9E9;
}
.cid-rrvy7Vnken .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-rrvy7Vnken .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-rrvy7Vnken .mbr-text {
  color: #444;
}
.cid-rrvy7Vnken h5 {
  margin-bottom: 0;
}
.cid-rrvy7Vnken .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rrvy7Vnken .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rrvy7Vnken .tips {
  height: 90px;
  width: 90px;
  border-radius: 4px;
  margin: 4px;
}
.cid-rrvy7Vnken .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rrvy7Vnken .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rrvy7Vnken .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rrvy7Vnken .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rrvy7Vnken .social-list a:hover {
  opacity: .4;
}
.cid-rrvy7Vnken .media-container-row > div {
  padding: 0px;
}
.cid-rrvy7Vnken .text2 {
  color: #465052;
  text-align: left;
}
.cid-rrvy7Vnken .group-title {
  text-align: left;
  color: #3a3021;
}
.cid-rrvy7Vnken .group-title SPAN {
  color: #4f4943;
}
.cid-rrvy7Vnken .links {
  color: #3a3021;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-rrvy7Vnken .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rrvy7Vnken .social-list,
  .cid-rrvy7Vnken .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rrvy7Vnken h3 {
    margin-bottom: 10px;
  }
  .cid-rrvy7Vnken .navbar-brand {
    text-align: center;
  }
}
.cid-rrvy7Vnken .links SPAN {
  color: #9e9e9e;
}
.cid-rrvy8zHgkk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efe9e9;
}
.cid-rrvy8zHgkk .line {
  background-color: #ddd8d8;
  color: #ddd8d8;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-rrvy8zHgkk .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-rrvy8zHgkk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rrvy8zHgkk .inner-container {
    width: 100% !important;
  }
}
.cid-rrvy8zHgkk copy {
  color: #BFBBBB;
  font-size: 14px;
  font-family: Open Sans Condensed;
  line-height: 22px;
}
.cid-rrvy8zHgkk ab {
  color: #e15a00;
  font-size: 14px;
  font-family: Open Sans Condensed;
}
