body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #232bc0 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #7f1933 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #0a530e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232bc0 !important;
  border-color: #232bc0 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #171d7f !important;
  border-color: #171d7f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #171d7f !important;
  border-color: #171d7f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffac29 !important;
  border-color: #ffac29 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dc8600 !important;
  border-color: #dc8600 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc8600 !important;
  border-color: #dc8600 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !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: #0a530e !important;
  border-color: #0a530e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #020f02 !important;
  border-color: #020f02 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #020f02 !important;
  border-color: #020f02 !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: #13186a;
  color: #13186a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #232bc0;
  border-color: #232bc0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232bc0 !important;
  border-color: #232bc0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c27700;
  color: #c27700;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ffac29;
  border-color: #ffac29;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffac29 !important;
  border-color: #ffac29 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2a0811;
  color: #2a0811;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !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: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #0a530e;
  border-color: #0a530e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a530e !important;
  border-color: #0a530e !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: #232bc0 !important;
}
.text-secondary {
  color: #ffac29 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #7f1933 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #0a530e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #13186a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c27700 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2a0811 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #7f1933;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #0a530e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232bc0;
  border-color: #232bc0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #232bc0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7b81e7;
}
.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: #d93e66;
}
.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: #58eb60;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #232bc0;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #232bc0;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #232bc0;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #232bc0;
  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: #232bc0;
  border-bottom-color: #232bc0;
}
.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: #232bc0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffac29 !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='%23232bc0' %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-s31xFIDDaE .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-s31xFIDDaE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s31xFIDDaE a {
  font-style: normal;
}
.cid-s31xFIDDaE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s31xFIDDaE .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s31xFIDDaE .nav-item:focus,
.cid-s31xFIDDaE .nav-link:focus {
  outline: none;
}
.cid-s31xFIDDaE .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s31xFIDDaE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s31xFIDDaE .menu-logo {
  margin-right: auto;
}
.cid-s31xFIDDaE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s31xFIDDaE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s31xFIDDaE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s31xFIDDaE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s31xFIDDaE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s31xFIDDaE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s31xFIDDaE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s31xFIDDaE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s31xFIDDaE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s31xFIDDaE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s31xFIDDaE .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s31xFIDDaE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s31xFIDDaE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s31xFIDDaE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s31xFIDDaE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s31xFIDDaE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s31xFIDDaE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s31xFIDDaE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s31xFIDDaE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s31xFIDDaE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s31xFIDDaE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s31xFIDDaE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s31xFIDDaE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s31xFIDDaE button.navbar-toggler:focus {
  outline: none;
}
.cid-s31xFIDDaE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s31xFIDDaE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s31xFIDDaE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s31xFIDDaE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s31xFIDDaE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s31xFIDDaE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s31xFIDDaE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s31xFIDDaE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s31xFIDDaE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s31xFIDDaE .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s31xFIDDaE .collapsed .btn {
  display: flex;
}
.cid-s31xFIDDaE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s31xFIDDaE .collapsed .navbar-collapse.collapsing,
.cid-s31xFIDDaE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s31xFIDDaE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s31xFIDDaE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s31xFIDDaE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s31xFIDDaE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s31xFIDDaE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s31xFIDDaE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s31xFIDDaE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s31xFIDDaE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s31xFIDDaE .collapsed button.navbar-toggler {
  display: block;
}
.cid-s31xFIDDaE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s31xFIDDaE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s31xFIDDaE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s31xFIDDaE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s31xFIDDaE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s31xFIDDaE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s31xFIDDaE .navbar-expand {
    flex-direction: column;
  }
  .cid-s31xFIDDaE img {
    height: 3.8rem !important;
  }
  .cid-s31xFIDDaE .btn {
    display: flex;
  }
  .cid-s31xFIDDaE button.navbar-toggler {
    display: block;
  }
  .cid-s31xFIDDaE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s31xFIDDaE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s31xFIDDaE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s31xFIDDaE .navbar-collapse.collapsing,
  .cid-s31xFIDDaE .navbar-collapse.show {
    display: block !important;
  }
  .cid-s31xFIDDaE .navbar-collapse.collapsing .navbar-nav,
  .cid-s31xFIDDaE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s31xFIDDaE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s31xFIDDaE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s31xFIDDaE .navbar-collapse.collapsing .navbar-buttons,
  .cid-s31xFIDDaE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s31xFIDDaE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s31xFIDDaE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s31xFIDDaE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s31xFIDDaE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s31xFIDDaE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s31xFIDDaE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s31xFIDDaE .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s31xFIDDaE .navbar-collapse {
  flex-basis: auto;
}
.cid-s31xFIDDaE .nav-link:hover,
.cid-s31xFIDDaE .dropdown-item:hover {
  color: #ff8000 !important;
}
.cid-s6kHkBHoNs {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6kHkBHoNs .mbr-text,
.cid-s6kHkBHoNs blockquote {
  color: #767676;
}
.cid-s6kHkBHoNs .mbr-text {
  color: #ff8000;
}
.cid-s31xFJXxHl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s31xFJXxHl .mbr-text,
.cid-s31xFJXxHl blockquote {
  color: #767676;
}
.cid-s31xFJXxHl .mbr-text P {
  text-align: left;
}
.cid-s31kLNxtcz .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-s31kLNxtcz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s31kLNxtcz a {
  font-style: normal;
}
.cid-s31kLNxtcz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s31kLNxtcz .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s31kLNxtcz .nav-item:focus,
.cid-s31kLNxtcz .nav-link:focus {
  outline: none;
}
.cid-s31kLNxtcz .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s31kLNxtcz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s31kLNxtcz .menu-logo {
  margin-right: auto;
}
.cid-s31kLNxtcz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s31kLNxtcz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s31kLNxtcz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s31kLNxtcz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s31kLNxtcz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s31kLNxtcz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s31kLNxtcz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s31kLNxtcz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s31kLNxtcz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s31kLNxtcz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s31kLNxtcz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s31kLNxtcz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s31kLNxtcz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s31kLNxtcz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s31kLNxtcz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s31kLNxtcz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s31kLNxtcz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s31kLNxtcz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s31kLNxtcz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s31kLNxtcz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s31kLNxtcz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s31kLNxtcz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s31kLNxtcz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s31kLNxtcz button.navbar-toggler:focus {
  outline: none;
}
.cid-s31kLNxtcz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s31kLNxtcz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s31kLNxtcz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s31kLNxtcz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s31kLNxtcz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s31kLNxtcz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s31kLNxtcz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s31kLNxtcz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s31kLNxtcz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s31kLNxtcz .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s31kLNxtcz .collapsed .btn {
  display: flex;
}
.cid-s31kLNxtcz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s31kLNxtcz .collapsed .navbar-collapse.collapsing,
.cid-s31kLNxtcz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s31kLNxtcz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s31kLNxtcz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s31kLNxtcz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s31kLNxtcz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s31kLNxtcz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s31kLNxtcz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s31kLNxtcz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s31kLNxtcz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s31kLNxtcz .collapsed button.navbar-toggler {
  display: block;
}
.cid-s31kLNxtcz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s31kLNxtcz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s31kLNxtcz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s31kLNxtcz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s31kLNxtcz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s31kLNxtcz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s31kLNxtcz .navbar-expand {
    flex-direction: column;
  }
  .cid-s31kLNxtcz img {
    height: 3.8rem !important;
  }
  .cid-s31kLNxtcz .btn {
    display: flex;
  }
  .cid-s31kLNxtcz button.navbar-toggler {
    display: block;
  }
  .cid-s31kLNxtcz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s31kLNxtcz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s31kLNxtcz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s31kLNxtcz .navbar-collapse.collapsing,
  .cid-s31kLNxtcz .navbar-collapse.show {
    display: block !important;
  }
  .cid-s31kLNxtcz .navbar-collapse.collapsing .navbar-nav,
  .cid-s31kLNxtcz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s31kLNxtcz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s31kLNxtcz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s31kLNxtcz .navbar-collapse.collapsing .navbar-buttons,
  .cid-s31kLNxtcz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s31kLNxtcz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s31kLNxtcz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s31kLNxtcz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s31kLNxtcz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s31kLNxtcz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s31kLNxtcz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s31kLNxtcz .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s31kLNxtcz .navbar-collapse {
  flex-basis: auto;
}
.cid-s31kLNxtcz .nav-link:hover,
.cid-s31kLNxtcz .dropdown-item:hover {
  color: #ff8000 !important;
}
.cid-s6gHBhBeXj {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6gHBhBeXj .mbr-text,
.cid-s6gHBhBeXj blockquote {
  color: #767676;
}
.cid-s6gHBhBeXj .mbr-text {
  color: #ff8000;
}
.cid-s31kLOJ8lT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s31kLOJ8lT .mbr-text,
.cid-s31kLOJ8lT blockquote {
  color: #767676;
}
.cid-s31kLOJ8lT .mbr-text P {
  text-align: left;
}
.cid-s6gHD0AMsX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gHD0AMsX .mbr-text,
.cid-s6gHD0AMsX blockquote {
  color: #767676;
}
.cid-s6gHD0AMsX .mbr-text {
  color: #ff8000;
}
.cid-s31kLRMHLO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s31kLRMHLO .mbr-text,
.cid-s31kLRMHLO blockquote {
  color: #767676;
}
.cid-s6gINy2jIw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gINy2jIw .mbr-text,
.cid-s6gINy2jIw blockquote {
  color: #767676;
}
.cid-s6gINy2jIw .mbr-text {
  color: #ff8000;
}
.cid-s31kLTk4lZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s31kLTk4lZ .mbr-text,
.cid-s31kLTk4lZ blockquote {
  color: #767676;
}
.cid-s6gIOnXcjN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gIOnXcjN .mbr-text,
.cid-s6gIOnXcjN blockquote {
  color: #767676;
}
.cid-s6gIOnXcjN .mbr-text {
  color: #ff8000;
}
.cid-s31sbkL8ym {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s31sbkL8ym .mbr-text,
.cid-s31sbkL8ym blockquote {
  color: #767676;
}
.cid-s6gJWxX7OA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gJWxX7OA .mbr-text,
.cid-s6gJWxX7OA blockquote {
  color: #767676;
}
.cid-s6gJWxX7OA .mbr-text {
  color: #ff8000;
}
.cid-s6gJXbIBc5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gJXbIBc5 .mbr-text,
.cid-s6gJXbIBc5 blockquote {
  color: #767676;
}
.cid-s6gJXwiWX6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gJXwiWX6 .mbr-text,
.cid-s6gJXwiWX6 blockquote {
  color: #767676;
}
.cid-s6gJXwiWX6 .mbr-text {
  color: #ff8000;
}
.cid-s6gJXHMv8X {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gJXHMv8X .mbr-text,
.cid-s6gJXHMv8X blockquote {
  color: #767676;
}
.cid-s6gJXW7W2D {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gJXW7W2D .mbr-text,
.cid-s6gJXW7W2D blockquote {
  color: #767676;
}
.cid-s6gJXW7W2D .mbr-text {
  color: #ff8000;
}
.cid-s6gM6xpisP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gM6xpisP .mbr-text,
.cid-s6gM6xpisP blockquote {
  color: #767676;
}
.cid-s6gM6Jl1iD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gM6Jl1iD .mbr-text,
.cid-s6gM6Jl1iD blockquote {
  color: #767676;
}
.cid-s6gM6Jl1iD .mbr-text {
  color: #ff8000;
}
.cid-s6gM6XWxZW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gM6XWxZW .mbr-text,
.cid-s6gM6XWxZW blockquote {
  color: #767676;
}
.cid-s6gM7I2mwO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gM7I2mwO .mbr-text,
.cid-s6gM7I2mwO blockquote {
  color: #767676;
}
.cid-s6gM7I2mwO .mbr-text {
  color: #ff8000;
}
.cid-s6gMHHVkio {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gMHHVkio .mbr-text,
.cid-s6gMHHVkio blockquote {
  color: #767676;
}
.cid-s6gMIQEw2w {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gMIQEw2w .mbr-text,
.cid-s6gMIQEw2w blockquote {
  color: #767676;
}
.cid-s6gMIQEw2w .mbr-text {
  color: #ff8000;
}
.cid-s6gMJh08bM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gMJh08bM .mbr-text,
.cid-s6gMJh08bM blockquote {
  color: #767676;
}
.cid-s6gMJEFzTt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gMJEFzTt .mbr-text,
.cid-s6gMJEFzTt blockquote {
  color: #767676;
}
.cid-s6gMJEFzTt .mbr-text {
  color: #ff8000;
}
.cid-s6gMK0cubU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gMK0cubU .mbr-text,
.cid-s6gMK0cubU blockquote {
  color: #767676;
}
.cid-s6gMKkmA1k {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gMKkmA1k .mbr-text,
.cid-s6gMKkmA1k blockquote {
  color: #767676;
}
.cid-s6gMKkmA1k .mbr-text {
  color: #ff8000;
}
.cid-s6gNLr3Bg3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gNLr3Bg3 .mbr-text,
.cid-s6gNLr3Bg3 blockquote {
  color: #767676;
}
.cid-s6gNLMs3Qx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gNLMs3Qx .mbr-text,
.cid-s6gNLMs3Qx blockquote {
  color: #767676;
}
.cid-s6gNLMs3Qx .mbr-text {
  color: #ff8000;
}
.cid-s6gNM6NkHc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gNM6NkHc .mbr-text,
.cid-s6gNM6NkHc blockquote {
  color: #767676;
}
.cid-s6gNMB20FT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gNMB20FT .mbr-text,
.cid-s6gNMB20FT blockquote {
  color: #767676;
}
.cid-s6gNMB20FT .mbr-text {
  color: #ff8000;
}
.cid-s6gNMRDEDF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gNMRDEDF .mbr-text,
.cid-s6gNMRDEDF blockquote {
  color: #767676;
}
.cid-s6gNNc0isJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gNNc0isJ .mbr-text,
.cid-s6gNNc0isJ blockquote {
  color: #767676;
}
.cid-s6gNNc0isJ .mbr-text {
  color: #ff8000;
}
.cid-s6gNNw0aDv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gNNw0aDv .mbr-text,
.cid-s6gNNw0aDv blockquote {
  color: #767676;
}
.cid-s6gPwHnYvn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gPwHnYvn .mbr-text,
.cid-s6gPwHnYvn blockquote {
  color: #767676;
}
.cid-s6gPwHnYvn .mbr-text {
  color: #ff8000;
}
.cid-s6gPwHnYvn .mbr-text P {
  text-align: center;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #ff8000 !important;
}
.cid-sHRO6x5bW7 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHRO6x5bW7 .mbr-text,
.cid-sHRO6x5bW7 blockquote {
  color: #767676;
}
.cid-ti1fh2iOub {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/termales-de-santa-rosa-banner-micrositio-1-1058x420.webp");
}
.cid-ti1fh2iOub .row {
  align-items: center;
}
.cid-ti1fh2iOub .main-col {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-ti1fh2iOub .main-col {
    flex-wrap: wrap;
  }
}
.cid-ti1fh2iOub .title-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 50%;
  padding: 50px 10px 10px 10px !important;
}
@media (max-width: 767px) {
  .cid-ti1fh2iOub .title-container {
    width: 100%;
    min-height: auto;
    margin-bottom: 50px;
    padding: 0 !important;
  }
}
.cid-ti1fh2iOub .main-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
.cid-ti1fh2iOub .main-subtitle {
  margin-top: 40px;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
.cid-ti1fh2iOub .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 10px !important;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-ti1fh2iOub .form-container {
    width: 100%;
    min-height: auto;
    padding: 0 !important;
  }
}
.cid-ti1fh2iOub .form-bg {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  padding: 60px 50px;
  background-color: #ffffff;
  border: 1px solid #1d191f;
}
@media (max-width: 991px) {
  .cid-ti1fh2iOub .form-bg {
    padding: 50px 25px 50px 25px;
  }
}
@media (max-width: 767px) {
  .cid-ti1fh2iOub .form-bg {
    padding: 35px 30px;
  }
}
.cid-ti1fh2iOub form {
  width: 100%;
}
.cid-ti1fh2iOub form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-ti1fh2iOub form p {
  color: #1d191f;
}
.cid-ti1fh2iOub form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-ti1fh2iOub form .mbr-section-btn {
    width: 100%;
  }
}
.cid-ti1fh2iOub form .mbr-section-btn .btn {
  min-width: 120px;
  width: 100%;
  border: none !important;
}
.cid-ti1fh2iOub form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-ti1fh2iOub form .form-control {
  height: 55px;
  border: 1px solid #818a91 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1d191f;
  font-weight: 400;
}
.cid-ti1fh2iOub form .form-control::-webkit-input-placeholder {
  color: #adadad;
}
.cid-ti1fh2iOub form .form-control::-moz-placeholder {
  color: #adadad;
}
.cid-ti1fh2iOub form .form-control:-moz-placeholder {
  color: #adadad;
}
.cid-ti1fh2iOub form .form-control:-ms-input-placeholder {
  color: #adadad;
}
.cid-ti1fh2iOub form select {
  color: #adadad !important;
}
.cid-ti1fh2iOub form textarea {
  height: 192px !important;
}
.cid-ti1fh2iOub form input:active,
.cid-ti1fh2iOub form textarea:active,
.cid-ti1fh2iOub form input:focus,
.cid-ti1fh2iOub form textarea:focus {
  background-color: transparent !important;
  border-color: #818a91 !important;
}
.cid-ti1fh2iOub form input:active::-webkit-input-placeholder,
.cid-ti1fh2iOub form textarea:active::-webkit-input-placeholder,
.cid-ti1fh2iOub form input:focus::-webkit-input-placeholder,
.cid-ti1fh2iOub form textarea:focus::-webkit-input-placeholder {
  color: #adadad;
}
.cid-ti1fh2iOub form input:active::-moz-placeholder,
.cid-ti1fh2iOub form textarea:active::-moz-placeholder,
.cid-ti1fh2iOub form input:focus::-moz-placeholder,
.cid-ti1fh2iOub form textarea:focus::-moz-placeholder {
  color: #adadad;
}
.cid-ti1fh2iOub form input:active:-moz-placeholder,
.cid-ti1fh2iOub form textarea:active:-moz-placeholder,
.cid-ti1fh2iOub form input:focus:-moz-placeholder,
.cid-ti1fh2iOub form textarea:focus:-moz-placeholder {
  color: #adadad;
}
.cid-ti1fh2iOub form input:active:-ms-input-placeholder,
.cid-ti1fh2iOub form textarea:active:-ms-input-placeholder,
.cid-ti1fh2iOub form input:focus:-ms-input-placeholder,
.cid-ti1fh2iOub form textarea:focus:-ms-input-placeholder {
  color: #adadad;
}
.cid-ti1fh2iOub form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-ti1fh2iOub form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-ti1fh2iOub form label {
  width: 100%;
  color: #1d191f;
  margin-bottom: 4px;
}
.cid-ti1fh2iOub form .form-check-input {
  border-color: #818a91 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-ti1fh2iOub form .form-check-input:focus,
.cid-ti1fh2iOub form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1d191f !important;
}
.cid-ti1fh2iOub form .form-check-input:checked {
  border-color: #1d191f !important;
  background-color: #1d191f !important;
}
.cid-sIwChHq1bG {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-sIwChHq1bG .mbr-text {
  color: #efefef;
  margin: 0;
  padding-top: 1.5rem;
  text-align: center;
}
.cid-sIwChHq1bG div.b {
  padding-top: 2rem;
}
.cid-sIwChHq1bG H5 {
  color: #efefef;
  text-align: center;
}
.cid-sIwChHq1bG H2 {
  color: #efefef;
}
.cid-uTNJVJMXWA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
@media (max-width: 767px) {
  .cid-uTNJVJMXWA .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTNJVJMXWA .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uTNJVJMXWA .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uTNJVJMXWA .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uTNJVJMXWA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTNJVJMXWA .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uTNJVJMXWA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uTNJVJMXWA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uTNJVJMXWA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTNJVJMXWA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uTNJVJMXWA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTNJVJMXWA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTNJVJMXWA .links {
  color: #232323;
}
.cid-uTNJVJMXWA .copyright > p {
  color: #ffffff;
}
.cid-sIwCj6PwIy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-sIwCj6PwIy .mbr-text,
.cid-sIwCj6PwIy blockquote {
  color: #767676;
}
.cid-sIwCj6PwIy .mbr-text {
  color: #efefef;
}
.cid-s6gfSIi7R1 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-s6gfSIi7R1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6gfSIi7R1 a {
  font-style: normal;
}
.cid-s6gfSIi7R1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s6gfSIi7R1 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s6gfSIi7R1 .nav-item:focus,
.cid-s6gfSIi7R1 .nav-link:focus {
  outline: none;
}
.cid-s6gfSIi7R1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s6gfSIi7R1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s6gfSIi7R1 .menu-logo {
  margin-right: auto;
}
.cid-s6gfSIi7R1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s6gfSIi7R1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6gfSIi7R1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6gfSIi7R1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6gfSIi7R1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6gfSIi7R1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6gfSIi7R1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s6gfSIi7R1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6gfSIi7R1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6gfSIi7R1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6gfSIi7R1 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s6gfSIi7R1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s6gfSIi7R1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s6gfSIi7R1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6gfSIi7R1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6gfSIi7R1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s6gfSIi7R1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s6gfSIi7R1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s6gfSIi7R1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6gfSIi7R1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6gfSIi7R1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6gfSIi7R1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6gfSIi7R1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s6gfSIi7R1 button.navbar-toggler:focus {
  outline: none;
}
.cid-s6gfSIi7R1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s6gfSIi7R1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6gfSIi7R1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6gfSIi7R1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6gfSIi7R1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6gfSIi7R1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6gfSIi7R1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6gfSIi7R1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6gfSIi7R1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6gfSIi7R1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s6gfSIi7R1 .collapsed .btn {
  display: flex;
}
.cid-s6gfSIi7R1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6gfSIi7R1 .collapsed .navbar-collapse.collapsing,
.cid-s6gfSIi7R1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6gfSIi7R1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6gfSIi7R1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6gfSIi7R1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6gfSIi7R1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6gfSIi7R1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6gfSIi7R1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6gfSIi7R1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6gfSIi7R1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s6gfSIi7R1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s6gfSIi7R1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s6gfSIi7R1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s6gfSIi7R1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s6gfSIi7R1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6gfSIi7R1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6gfSIi7R1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s6gfSIi7R1 .navbar-expand {
    flex-direction: column;
  }
  .cid-s6gfSIi7R1 img {
    height: 3.8rem !important;
  }
  .cid-s6gfSIi7R1 .btn {
    display: flex;
  }
  .cid-s6gfSIi7R1 button.navbar-toggler {
    display: block;
  }
  .cid-s6gfSIi7R1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s6gfSIi7R1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s6gfSIi7R1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6gfSIi7R1 .navbar-collapse.collapsing,
  .cid-s6gfSIi7R1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6gfSIi7R1 .navbar-collapse.collapsing .navbar-nav,
  .cid-s6gfSIi7R1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6gfSIi7R1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6gfSIi7R1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s6gfSIi7R1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6gfSIi7R1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6gfSIi7R1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6gfSIi7R1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6gfSIi7R1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s6gfSIi7R1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s6gfSIi7R1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6gfSIi7R1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s6gfSIi7R1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s6gfSIi7R1 .navbar-collapse {
  flex-basis: auto;
}
.cid-s6gfSIi7R1 .nav-link:hover,
.cid-s6gfSIi7R1 .dropdown-item:hover {
  color: #ff8000 !important;
}
.cid-s6gfSKtKJ6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s6gfSOx7iK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6gfSOx7iK .mbr-section-subtitle {
  color: #767676;
}
.cid-s6gfSOx7iK H2 {
  color: #c1c1c1;
  text-align: center;
}
.cid-s6ggCIemtB {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s6ggCIemtB .mbr-text,
.cid-s6ggCIemtB blockquote {
  color: #767676;
}
.cid-s6gfT5AIZ7 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s6gfT5AIZ7 .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
  text-align: center;
}
.cid-s6gfT5AIZ7 div.b {
  padding-top: 2rem;
}
.cid-s6gfT5AIZ7 H5 {
  color: #767676;
  text-align: center;
}
.cid-s6gfT5AIZ7 H2 {
  color: #efefef;
}
.cid-uTNJcFWyid {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
@media (max-width: 767px) {
  .cid-uTNJcFWyid .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTNJcFWyid .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uTNJcFWyid .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uTNJcFWyid .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uTNJcFWyid .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTNJcFWyid .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uTNJcFWyid .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uTNJcFWyid .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uTNJcFWyid .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTNJcFWyid .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uTNJcFWyid .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTNJcFWyid .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTNJcFWyid .links {
  color: #232323;
}
.cid-uTNJcFWyid .copyright > p {
  color: #ffffff;
}
.cid-s6gfT8rTyA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-s6gfT8rTyA .mbr-text,
.cid-s6gfT8rTyA blockquote {
  color: #767676;
}
.cid-s6gfT8rTyA .mbr-text {
  color: #efefef;
}
.cid-s6gFKWTpjW .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-s6gFKWTpjW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6gFKWTpjW a {
  font-style: normal;
}
.cid-s6gFKWTpjW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s6gFKWTpjW .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s6gFKWTpjW .nav-item:focus,
.cid-s6gFKWTpjW .nav-link:focus {
  outline: none;
}
.cid-s6gFKWTpjW .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s6gFKWTpjW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s6gFKWTpjW .menu-logo {
  margin-right: auto;
}
.cid-s6gFKWTpjW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s6gFKWTpjW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6gFKWTpjW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6gFKWTpjW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6gFKWTpjW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6gFKWTpjW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6gFKWTpjW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s6gFKWTpjW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6gFKWTpjW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6gFKWTpjW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6gFKWTpjW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s6gFKWTpjW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s6gFKWTpjW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s6gFKWTpjW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6gFKWTpjW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6gFKWTpjW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s6gFKWTpjW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s6gFKWTpjW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s6gFKWTpjW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6gFKWTpjW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6gFKWTpjW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6gFKWTpjW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6gFKWTpjW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s6gFKWTpjW button.navbar-toggler:focus {
  outline: none;
}
.cid-s6gFKWTpjW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s6gFKWTpjW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6gFKWTpjW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6gFKWTpjW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6gFKWTpjW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6gFKWTpjW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6gFKWTpjW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6gFKWTpjW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6gFKWTpjW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6gFKWTpjW .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s6gFKWTpjW .collapsed .btn {
  display: flex;
}
.cid-s6gFKWTpjW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6gFKWTpjW .collapsed .navbar-collapse.collapsing,
.cid-s6gFKWTpjW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6gFKWTpjW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6gFKWTpjW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6gFKWTpjW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6gFKWTpjW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6gFKWTpjW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6gFKWTpjW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6gFKWTpjW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6gFKWTpjW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s6gFKWTpjW .collapsed button.navbar-toggler {
  display: block;
}
.cid-s6gFKWTpjW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s6gFKWTpjW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s6gFKWTpjW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s6gFKWTpjW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6gFKWTpjW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6gFKWTpjW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s6gFKWTpjW .navbar-expand {
    flex-direction: column;
  }
  .cid-s6gFKWTpjW img {
    height: 3.8rem !important;
  }
  .cid-s6gFKWTpjW .btn {
    display: flex;
  }
  .cid-s6gFKWTpjW button.navbar-toggler {
    display: block;
  }
  .cid-s6gFKWTpjW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s6gFKWTpjW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s6gFKWTpjW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6gFKWTpjW .navbar-collapse.collapsing,
  .cid-s6gFKWTpjW .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6gFKWTpjW .navbar-collapse.collapsing .navbar-nav,
  .cid-s6gFKWTpjW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6gFKWTpjW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6gFKWTpjW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s6gFKWTpjW .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6gFKWTpjW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6gFKWTpjW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6gFKWTpjW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6gFKWTpjW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s6gFKWTpjW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s6gFKWTpjW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6gFKWTpjW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s6gFKWTpjW .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s6gFKWTpjW .navbar-collapse {
  flex-basis: auto;
}
.cid-s6gFKWTpjW .nav-link:hover,
.cid-s6gFKWTpjW .dropdown-item:hover {
  color: #ff8000 !important;
}
.cid-s6gFL0u15d {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFL0u15d .mbr-section-subtitle {
  color: #ff8000;
  text-align: center;
}
.cid-s6gGZcmc7s {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gGZcmc7s .mbr-text,
.cid-s6gGZcmc7s blockquote {
  color: #767676;
}
.cid-s6gGZcmc7s .mbr-text {
  color: #ff8000;
}
.cid-s6gFL3u3O6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFL3u3O6 .mbr-text,
.cid-s6gFL3u3O6 blockquote {
  color: #767676;
}
.cid-s6gFL3u3O6 .mbr-text P {
  text-align: left;
}
.cid-s6gFL6pcWU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFL6pcWU .mbr-text,
.cid-s6gFL6pcWU blockquote {
  color: #767676;
}
.cid-s6gFL6pcWU .mbr-text {
  color: #ff8000;
}
.cid-s6gFL8Iw3Q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFL8Iw3Q .mbr-text,
.cid-s6gFL8Iw3Q blockquote {
  color: #767676;
}
.cid-s6gFLaOgN3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLaOgN3 .mbr-text,
.cid-s6gFLaOgN3 blockquote {
  color: #767676;
}
.cid-s6gFLaOgN3 .mbr-text {
  color: #ff8000;
}
.cid-s6gFLdouGa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLdouGa .mbr-text,
.cid-s6gFLdouGa blockquote {
  color: #767676;
}
.cid-s6gFLfQ6KL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLfQ6KL .mbr-text,
.cid-s6gFLfQ6KL blockquote {
  color: #767676;
}
.cid-s6gFLfQ6KL .mbr-text {
  color: #ff8000;
}
.cid-s6gFLiA0zp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLiA0zp .mbr-text,
.cid-s6gFLiA0zp blockquote {
  color: #767676;
}
.cid-s6gFLlLz2p {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLlLz2p .mbr-text,
.cid-s6gFLlLz2p blockquote {
  color: #767676;
}
.cid-s6gFLlLz2p .mbr-text {
  color: #ff8000;
}
.cid-s6gFLozinP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLozinP .mbr-text,
.cid-s6gFLozinP blockquote {
  color: #767676;
}
.cid-s6gFLrcSG2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLrcSG2 .mbr-text,
.cid-s6gFLrcSG2 blockquote {
  color: #767676;
}
.cid-s6gFLrcSG2 .mbr-text {
  color: #ff8000;
}
.cid-s6gFLtLLLT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLtLLLT .mbr-text,
.cid-s6gFLtLLLT blockquote {
  color: #767676;
}
.cid-s6gFLwjP0m {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLwjP0m .mbr-text,
.cid-s6gFLwjP0m blockquote {
  color: #767676;
}
.cid-s6gFLwjP0m .mbr-text {
  color: #ff8000;
}
.cid-s6gFLyZuwW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLyZuwW .mbr-text,
.cid-s6gFLyZuwW blockquote {
  color: #767676;
}
.cid-s6gFLBzZR9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLBzZR9 .mbr-text,
.cid-s6gFLBzZR9 blockquote {
  color: #767676;
}
.cid-s6gFLBzZR9 .mbr-text {
  color: #ff8000;
}
.cid-s6gFLEvhRS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLEvhRS .mbr-text,
.cid-s6gFLEvhRS blockquote {
  color: #767676;
}
.cid-s6gFLHEcnA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLHEcnA .mbr-text,
.cid-s6gFLHEcnA blockquote {
  color: #767676;
}
.cid-s6gFLHEcnA .mbr-text {
  color: #ff8000;
}
.cid-s6gFLKpzYb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLKpzYb .mbr-text,
.cid-s6gFLKpzYb blockquote {
  color: #767676;
}
.cid-s6gFLMTHzE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLMTHzE .mbr-text,
.cid-s6gFLMTHzE blockquote {
  color: #767676;
}
.cid-s6gFLMTHzE .mbr-text {
  color: #ff8000;
}
.cid-s6gFLPfMF4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLPfMF4 .mbr-text,
.cid-s6gFLPfMF4 blockquote {
  color: #767676;
}
.cid-s6gFLRv8m4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLRv8m4 .mbr-text,
.cid-s6gFLRv8m4 blockquote {
  color: #767676;
}
.cid-s6gFLRv8m4 .mbr-text {
  color: #ff8000;
}
.cid-s6gFLTSps1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLTSps1 .mbr-text,
.cid-s6gFLTSps1 blockquote {
  color: #767676;
}
.cid-s6gFLWaCAT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLWaCAT .mbr-text,
.cid-s6gFLWaCAT blockquote {
  color: #767676;
}
.cid-s6gFLWaCAT .mbr-text {
  color: #ff8000;
}
.cid-s6gFLZv53W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFLZv53W .mbr-text,
.cid-s6gFLZv53W blockquote {
  color: #767676;
}
.cid-s6gFM2DVpV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFM2DVpV .mbr-text,
.cid-s6gFM2DVpV blockquote {
  color: #767676;
}
.cid-s6gFM2DVpV .mbr-text {
  color: #ff8000;
}
.cid-s6gFM5mHxC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFM5mHxC .mbr-text,
.cid-s6gFM5mHxC blockquote {
  color: #767676;
}
.cid-s6gFM7sTBa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFM7sTBa .mbr-text,
.cid-s6gFM7sTBa blockquote {
  color: #767676;
}
.cid-s6gFM7sTBa .mbr-text {
  color: #ff8000;
}
.cid-s6gFM9ICVB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFM9ICVB .mbr-text,
.cid-s6gFM9ICVB blockquote {
  color: #767676;
}
.cid-s6gFMcxfSZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFMcxfSZ .mbr-text,
.cid-s6gFMcxfSZ blockquote {
  color: #767676;
}
.cid-s6gFMcxfSZ .mbr-text {
  color: #ff8000;
}
.cid-s6gFMf4raK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFMf4raK .mbr-text,
.cid-s6gFMf4raK blockquote {
  color: #767676;
}
.cid-s6gFMiKZKH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6gFMiKZKH .mbr-text,
.cid-s6gFMiKZKH blockquote {
  color: #767676;
}
.cid-s6gFMiKZKH .mbr-text {
  color: #ff8000;
}
.cid-s6gFMloThx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFMloThx .mbr-text,
.cid-s6gFMloThx blockquote {
  color: #767676;
}
.cid-s6gFMof98O {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFMof98O .mbr-text,
.cid-s6gFMof98O blockquote {
  color: #767676;
}
.cid-s6gFMof98O .mbr-text {
  color: #ff8000;
}
.cid-s6gFMr5eWF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFMr5eWF .mbr-text,
.cid-s6gFMr5eWF blockquote {
  color: #767676;
}
.cid-s6gFMu0MM9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6gFMu0MM9 .mbr-text,
.cid-s6gFMu0MM9 blockquote {
  color: #767676;
}
.cid-s6gFMu0MM9 .mbr-text {
  color: #ff8000;
}
.cid-s6gFMxfJJj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFMxfJJj .mbr-text,
.cid-s6gFMxfJJj blockquote {
  color: #767676;
}
.cid-s6gFMAimHO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFMAimHO .mbr-text,
.cid-s6gFMAimHO blockquote {
  color: #767676;
}
.cid-s6gFMAimHO .mbr-text {
  color: #ff8000;
}
.cid-s6gFMDkjiR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFMDkjiR .mbr-text,
.cid-s6gFMDkjiR blockquote {
  color: #767676;
}
.cid-s6gFMGOZYi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFMGOZYi .mbr-text,
.cid-s6gFMGOZYi blockquote {
  color: #767676;
}
.cid-s6gFMGOZYi .mbr-text {
  color: #ff8000;
}
.cid-s6gFMJDVDP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6gFMJDVDP .mbr-text,
.cid-s6gFMJDVDP blockquote {
  color: #767676;
}
.cid-s6kHUZvFyQ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-s6kHUZvFyQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6kHUZvFyQ a {
  font-style: normal;
}
.cid-s6kHUZvFyQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s6kHUZvFyQ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s6kHUZvFyQ .nav-item:focus,
.cid-s6kHUZvFyQ .nav-link:focus {
  outline: none;
}
.cid-s6kHUZvFyQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s6kHUZvFyQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s6kHUZvFyQ .menu-logo {
  margin-right: auto;
}
.cid-s6kHUZvFyQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s6kHUZvFyQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6kHUZvFyQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6kHUZvFyQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6kHUZvFyQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6kHUZvFyQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6kHUZvFyQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s6kHUZvFyQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6kHUZvFyQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kHUZvFyQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6kHUZvFyQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s6kHUZvFyQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s6kHUZvFyQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s6kHUZvFyQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6kHUZvFyQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6kHUZvFyQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s6kHUZvFyQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s6kHUZvFyQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s6kHUZvFyQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6kHUZvFyQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6kHUZvFyQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6kHUZvFyQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6kHUZvFyQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s6kHUZvFyQ button.navbar-toggler:focus {
  outline: none;
}
.cid-s6kHUZvFyQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s6kHUZvFyQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6kHUZvFyQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kHUZvFyQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kHUZvFyQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6kHUZvFyQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kHUZvFyQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6kHUZvFyQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6kHUZvFyQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kHUZvFyQ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s6kHUZvFyQ .collapsed .btn {
  display: flex;
}
.cid-s6kHUZvFyQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6kHUZvFyQ .collapsed .navbar-collapse.collapsing,
.cid-s6kHUZvFyQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6kHUZvFyQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6kHUZvFyQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6kHUZvFyQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6kHUZvFyQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6kHUZvFyQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6kHUZvFyQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6kHUZvFyQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6kHUZvFyQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s6kHUZvFyQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-s6kHUZvFyQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s6kHUZvFyQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s6kHUZvFyQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s6kHUZvFyQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6kHUZvFyQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6kHUZvFyQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s6kHUZvFyQ .navbar-expand {
    flex-direction: column;
  }
  .cid-s6kHUZvFyQ img {
    height: 3.8rem !important;
  }
  .cid-s6kHUZvFyQ .btn {
    display: flex;
  }
  .cid-s6kHUZvFyQ button.navbar-toggler {
    display: block;
  }
  .cid-s6kHUZvFyQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s6kHUZvFyQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s6kHUZvFyQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6kHUZvFyQ .navbar-collapse.collapsing,
  .cid-s6kHUZvFyQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6kHUZvFyQ .navbar-collapse.collapsing .navbar-nav,
  .cid-s6kHUZvFyQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6kHUZvFyQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6kHUZvFyQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s6kHUZvFyQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6kHUZvFyQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6kHUZvFyQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6kHUZvFyQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kHUZvFyQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s6kHUZvFyQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s6kHUZvFyQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6kHUZvFyQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s6kHUZvFyQ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s6kHUZvFyQ .navbar-collapse {
  flex-basis: auto;
}
.cid-s6kHUZvFyQ .nav-link:hover,
.cid-s6kHUZvFyQ .dropdown-item:hover {
  color: #ff8000 !important;
}
.cid-s6kHUY7pqz {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6kHUY7pqz .mbr-text,
.cid-s6kHUY7pqz blockquote {
  color: #767676;
}
.cid-s6kHUY7pqz .mbr-text {
  color: #ff8000;
}
.cid-s6kHV0NtN9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6kHV0NtN9 .mbr-text,
.cid-s6kHV0NtN9 blockquote {
  color: #767676;
}
.cid-s6kHV0NtN9 .mbr-text P {
  text-align: left;
}
.cid-sHShTFc5aL .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-sHShTFc5aL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sHShTFc5aL a {
  font-style: normal;
}
.cid-sHShTFc5aL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sHShTFc5aL .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sHShTFc5aL .nav-item:focus,
.cid-sHShTFc5aL .nav-link:focus {
  outline: none;
}
.cid-sHShTFc5aL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sHShTFc5aL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sHShTFc5aL .menu-logo {
  margin-right: auto;
}
.cid-sHShTFc5aL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sHShTFc5aL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sHShTFc5aL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sHShTFc5aL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sHShTFc5aL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sHShTFc5aL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sHShTFc5aL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sHShTFc5aL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sHShTFc5aL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHShTFc5aL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sHShTFc5aL .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sHShTFc5aL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sHShTFc5aL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHShTFc5aL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sHShTFc5aL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHShTFc5aL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sHShTFc5aL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sHShTFc5aL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sHShTFc5aL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sHShTFc5aL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sHShTFc5aL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sHShTFc5aL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sHShTFc5aL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sHShTFc5aL button.navbar-toggler:focus {
  outline: none;
}
.cid-sHShTFc5aL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sHShTFc5aL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHShTFc5aL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHShTFc5aL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHShTFc5aL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHShTFc5aL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHShTFc5aL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHShTFc5aL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHShTFc5aL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHShTFc5aL .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sHShTFc5aL .collapsed .btn {
  display: flex;
}
.cid-sHShTFc5aL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sHShTFc5aL .collapsed .navbar-collapse.collapsing,
.cid-sHShTFc5aL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sHShTFc5aL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sHShTFc5aL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sHShTFc5aL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sHShTFc5aL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sHShTFc5aL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sHShTFc5aL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sHShTFc5aL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sHShTFc5aL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sHShTFc5aL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sHShTFc5aL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sHShTFc5aL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sHShTFc5aL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sHShTFc5aL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sHShTFc5aL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sHShTFc5aL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sHShTFc5aL .navbar-expand {
    flex-direction: column;
  }
  .cid-sHShTFc5aL img {
    height: 3.8rem !important;
  }
  .cid-sHShTFc5aL .btn {
    display: flex;
  }
  .cid-sHShTFc5aL button.navbar-toggler {
    display: block;
  }
  .cid-sHShTFc5aL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sHShTFc5aL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sHShTFc5aL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sHShTFc5aL .navbar-collapse.collapsing,
  .cid-sHShTFc5aL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sHShTFc5aL .navbar-collapse.collapsing .navbar-nav,
  .cid-sHShTFc5aL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sHShTFc5aL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sHShTFc5aL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sHShTFc5aL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sHShTFc5aL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sHShTFc5aL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sHShTFc5aL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sHShTFc5aL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sHShTFc5aL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sHShTFc5aL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sHShTFc5aL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sHShTFc5aL .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sHShTFc5aL .navbar-collapse {
  flex-basis: auto;
}
.cid-sHShTFc5aL .nav-link:hover,
.cid-sHShTFc5aL .dropdown-item:hover {
  color: #ff8000 !important;
}
.cid-sHShTGDIwu {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHShTGDIwu .mbr-text,
.cid-sHShTGDIwu blockquote {
  color: #767676;
}
.cid-sHSiPoyOHi {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/panaca-banner-micrositio-2.webp");
}
.cid-sHSiPoyOHi .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sHSiPoyOHi .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sHSiPoyOHi .card-img span {
  font-size: 100px;
}
.cid-sHSiPoyOHi .mbr-text,
.cid-sHSiPoyOHi .mbr-section-btn {
  color: #efefef;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #ff8000 !important;
}
.cid-txnyjMWRul {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-txnyjMWRul .mbr-text,
.cid-txnyjMWRul blockquote {
  color: #767676;
}
.cid-txnyjMWRul .mbr-text {
  color: #ffffff;
}
.cid-txnyjMWRul .mbr-text P {
  text-align: center;
}
.cid-u9i79FC8Lu {
  padding-top: 165px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/termales-de-santa-rosa-banner-micrositio-3-1058x420.webp");
}
.cid-u9i79FC8Lu .mbr-section-title DIV {
  text-align: center;
}
.cid-u9i79FC8Lu .mbr-text,
.cid-u9i79FC8Lu .mbr-section-btn {
  text-align: center;
}
.cid-u9i79FC8Lu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9i79FC8Lu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9i79FC8Lu .mbr-section-title {
  text-align: center;
}
.cid-uSto4hiP8a {
  background-color: #efefef;
}
.cid-uSto4hiP8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSto4hiP8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSto4hiP8a .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uSto4hiP8a .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSto4hiP8a .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSto4hiP8a .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSto4hiP8a .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSto4hiP8a .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSto4hiP8a .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSto4hiP8a .image-wrapper img {
    height: 350px;
  }
}
.cid-uSto4hiP8a .mbr-section-title {
  color: #ffffff;
}
.cid-uSto4hiP8a .mbr-text,
.cid-uSto4hiP8a .text-wrapper {
  color: #767676;
}
.cid-uSto4hiP8a .mbr-section-title,
.cid-uSto4hiP8a .mbr-section-btn {
  text-align: center;
  color: #767676;
}
.cid-uTNp9gdwdA {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/termales-santa-rosa-500x500-1-720x810.webp");
}
.cid-uTNp9gdwdA .card-box {
  padding: 1rem 2rem 2rem;
}
.cid-uTNp9gdwdA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uTNp9gdwdA p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uTNp9gdwdA .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uTNp9gdwdA .mbr-section-btn a {
  margin: 0;
}
.cid-uTNp9gdwdA .mbr-text {
  color: #767676;
}
.cid-uTNp9gdwdA .card-wrapper {
  height: 100%;
  background: #efefef;
}
.cid-uTNp9gdwdA .card-wrapper .card-box {
  padding: 0 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uTNp9gdwdA .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uTNp9gdwdA .card-title {
  text-align: center;
  color: #767676;
}
.cid-uTNp9gdwdA .mbr-text,
.cid-uTNp9gdwdA .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uTNp9gdwdA H2 {
  text-align: center;
  color: #ffffff;
}
.cid-uTNp9gdwdA .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uTNGI1rDkg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
@media (max-width: 767px) {
  .cid-uTNGI1rDkg .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTNGI1rDkg .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uTNGI1rDkg .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uTNGI1rDkg .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uTNGI1rDkg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTNGI1rDkg .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uTNGI1rDkg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uTNGI1rDkg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uTNGI1rDkg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTNGI1rDkg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uTNGI1rDkg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTNGI1rDkg .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTNGI1rDkg .links {
  color: #232323;
}
.cid-uTNGI1rDkg .copyright > p {
  color: #ffffff;
}
.cid-s6ezA13KYU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-s6ezA13KYU .mbr-text,
.cid-s6ezA13KYU blockquote {
  color: #767676;
}
.cid-s6ezA13KYU .mbr-text {
  color: #efefef;
}
.cid-uStfIPQzIU .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uStfIPQzIU .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uStfIPQzIU a {
  font-style: normal;
}
.cid-uStfIPQzIU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uStfIPQzIU .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uStfIPQzIU .nav-item:focus,
.cid-uStfIPQzIU .nav-link:focus {
  outline: none;
}
.cid-uStfIPQzIU .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uStfIPQzIU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uStfIPQzIU .menu-logo {
  margin-right: auto;
}
.cid-uStfIPQzIU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uStfIPQzIU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uStfIPQzIU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uStfIPQzIU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uStfIPQzIU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uStfIPQzIU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uStfIPQzIU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uStfIPQzIU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uStfIPQzIU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uStfIPQzIU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uStfIPQzIU .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uStfIPQzIU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uStfIPQzIU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uStfIPQzIU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uStfIPQzIU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uStfIPQzIU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uStfIPQzIU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uStfIPQzIU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uStfIPQzIU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uStfIPQzIU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uStfIPQzIU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uStfIPQzIU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uStfIPQzIU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uStfIPQzIU button.navbar-toggler:focus {
  outline: none;
}
.cid-uStfIPQzIU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uStfIPQzIU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uStfIPQzIU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uStfIPQzIU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uStfIPQzIU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uStfIPQzIU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uStfIPQzIU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uStfIPQzIU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uStfIPQzIU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uStfIPQzIU .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uStfIPQzIU .collapsed .btn {
  display: flex;
}
.cid-uStfIPQzIU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uStfIPQzIU .collapsed .navbar-collapse.collapsing,
.cid-uStfIPQzIU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uStfIPQzIU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uStfIPQzIU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uStfIPQzIU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uStfIPQzIU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uStfIPQzIU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uStfIPQzIU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uStfIPQzIU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uStfIPQzIU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uStfIPQzIU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uStfIPQzIU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uStfIPQzIU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uStfIPQzIU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uStfIPQzIU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uStfIPQzIU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uStfIPQzIU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uStfIPQzIU .navbar-expand {
    flex-direction: column;
  }
  .cid-uStfIPQzIU img {
    height: 3.8rem !important;
  }
  .cid-uStfIPQzIU .btn {
    display: flex;
  }
  .cid-uStfIPQzIU button.navbar-toggler {
    display: block;
  }
  .cid-uStfIPQzIU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uStfIPQzIU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uStfIPQzIU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uStfIPQzIU .navbar-collapse.collapsing,
  .cid-uStfIPQzIU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uStfIPQzIU .navbar-collapse.collapsing .navbar-nav,
  .cid-uStfIPQzIU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uStfIPQzIU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uStfIPQzIU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uStfIPQzIU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uStfIPQzIU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uStfIPQzIU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uStfIPQzIU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uStfIPQzIU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uStfIPQzIU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uStfIPQzIU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uStfIPQzIU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uStfIPQzIU .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uStfIPQzIU .navbar-collapse {
  flex-basis: auto;
}
.cid-uStfIPQzIU .nav-link:hover,
.cid-uStfIPQzIU .dropdown-item:hover {
  color: #ff8000 !important;
}
.cid-uStfIKef6j {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-uStfIKef6j .mbr-text,
.cid-uStfIKef6j blockquote {
  color: #767676;
}
.cid-uStfIKef6j .mbr-text {
  color: #ffffff;
}
.cid-uStfIKef6j .mbr-text P {
  text-align: center;
}
.cid-uStfINtbkX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uStfINtbkX .mbr-text,
.cid-uStfINtbkX blockquote {
  color: #767676;
}
.cid-uStfINtbkX .mbr-text {
  color: #073b4c;
}
.cid-uStfINtbkX .mbr-text P {
  text-align: center;
}
.cid-uTNAxbLLOv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uTNAxbLLOv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTNAxbLLOv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTNAxbLLOv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTNAxbLLOv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTNAxbLLOv .row > .row {
  display: block;
}
.cid-uTNAxbLLOv .mbr-gallery-item {
  width: 100%;
}
.cid-uTNAxbLLOv .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-uTNAxbLLOv .mbr-gallery-item > div {
  position: relative;
}
.cid-uTNAxbLLOv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTNAxbLLOv .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTNAxbLLOv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTNAxbLLOv .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-uTNIwHSeSd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
@media (max-width: 767px) {
  .cid-uTNIwHSeSd .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTNIwHSeSd .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uTNIwHSeSd .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uTNIwHSeSd .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uTNIwHSeSd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTNIwHSeSd .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uTNIwHSeSd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uTNIwHSeSd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uTNIwHSeSd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTNIwHSeSd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uTNIwHSeSd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTNIwHSeSd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTNIwHSeSd .links {
  color: #232323;
}
.cid-uTNIwHSeSd .copyright > p {
  color: #ffffff;
}
.cid-uStfISkjFG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-uStfISkjFG .mbr-text,
.cid-uStfISkjFG blockquote {
  color: #767676;
}
.cid-uStfISkjFG .mbr-text {
  color: #efefef;
}
.cid-uSttrDqzVh .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uSttrDqzVh .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uSttrDqzVh a {
  font-style: normal;
}
.cid-uSttrDqzVh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uSttrDqzVh .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uSttrDqzVh .nav-item:focus,
.cid-uSttrDqzVh .nav-link:focus {
  outline: none;
}
.cid-uSttrDqzVh .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uSttrDqzVh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uSttrDqzVh .menu-logo {
  margin-right: auto;
}
.cid-uSttrDqzVh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uSttrDqzVh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uSttrDqzVh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uSttrDqzVh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSttrDqzVh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSttrDqzVh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSttrDqzVh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uSttrDqzVh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSttrDqzVh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSttrDqzVh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSttrDqzVh .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uSttrDqzVh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uSttrDqzVh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSttrDqzVh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSttrDqzVh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSttrDqzVh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uSttrDqzVh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uSttrDqzVh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uSttrDqzVh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uSttrDqzVh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSttrDqzVh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSttrDqzVh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSttrDqzVh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uSttrDqzVh button.navbar-toggler:focus {
  outline: none;
}
.cid-uSttrDqzVh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uSttrDqzVh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSttrDqzVh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSttrDqzVh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSttrDqzVh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSttrDqzVh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSttrDqzVh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSttrDqzVh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSttrDqzVh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSttrDqzVh .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uSttrDqzVh .collapsed .btn {
  display: flex;
}
.cid-uSttrDqzVh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSttrDqzVh .collapsed .navbar-collapse.collapsing,
.cid-uSttrDqzVh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSttrDqzVh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSttrDqzVh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSttrDqzVh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSttrDqzVh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSttrDqzVh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSttrDqzVh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uSttrDqzVh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSttrDqzVh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uSttrDqzVh .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSttrDqzVh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uSttrDqzVh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uSttrDqzVh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uSttrDqzVh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSttrDqzVh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSttrDqzVh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uSttrDqzVh .navbar-expand {
    flex-direction: column;
  }
  .cid-uSttrDqzVh img {
    height: 3.8rem !important;
  }
  .cid-uSttrDqzVh .btn {
    display: flex;
  }
  .cid-uSttrDqzVh button.navbar-toggler {
    display: block;
  }
  .cid-uSttrDqzVh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uSttrDqzVh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uSttrDqzVh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uSttrDqzVh .navbar-collapse.collapsing,
  .cid-uSttrDqzVh .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSttrDqzVh .navbar-collapse.collapsing .navbar-nav,
  .cid-uSttrDqzVh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSttrDqzVh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSttrDqzVh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSttrDqzVh .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSttrDqzVh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uSttrDqzVh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSttrDqzVh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSttrDqzVh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uSttrDqzVh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSttrDqzVh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSttrDqzVh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uSttrDqzVh .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uSttrDqzVh .navbar-collapse {
  flex-basis: auto;
}
.cid-uSttrDqzVh .nav-link:hover,
.cid-uSttrDqzVh .dropdown-item:hover {
  color: #ff8000 !important;
}
.cid-uSttrz2sEL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-uSttrz2sEL .mbr-text,
.cid-uSttrz2sEL blockquote {
  color: #767676;
}
.cid-uSttrz2sEL .mbr-text {
  color: #ffffff;
}
.cid-uSttrz2sEL .mbr-text P {
  text-align: center;
}
.cid-uTNwTaErCM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #767676;
}
.cid-uTNwTaErCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTNwTaErCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTNwTaErCM .map-wrapper {
  height: 100%;
}
.cid-uTNwTaErCM .card-wrapper {
  border: 1px solid #232bc0;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTNwTaErCM .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTNwTaErCM .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uTNwTaErCM .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTNwTaErCM .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uTNwTaErCM .google-map {
  height: 100%;
  position: relative;
}
.cid-uTNwTaErCM .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uTNwTaErCM .google-map iframe {
    min-height: 350px;
  }
}
.cid-uTNwTaErCM .google-map [data-state-details] {
  color: #6b6763;
  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-uTNwTaErCM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uTNwTaErCM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTNwTaErCM ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uTNwTaErCM .content-head {
  max-width: 800px;
}
.cid-uTNwTaErCM .mbr-section-title {
  color: #ffffff;
}
.cid-uTNwTaErCM .cardTitle {
  color: #221b35;
}
.cid-uTNwTaErCM .list,
.cid-uTNwTaErCM .item-wrap {
  color: #221b35;
}
.cid-uTNIKC64eE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
@media (max-width: 767px) {
  .cid-uTNIKC64eE .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTNIKC64eE .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uTNIKC64eE .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uTNIKC64eE .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uTNIKC64eE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTNIKC64eE .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uTNIKC64eE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uTNIKC64eE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uTNIKC64eE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTNIKC64eE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uTNIKC64eE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTNIKC64eE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTNIKC64eE .links {
  color: #232323;
}
.cid-uTNIKC64eE .copyright > p {
  color: #ffffff;
}
.cid-uSttrGDkNR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-uSttrGDkNR .mbr-text,
.cid-uSttrGDkNR blockquote {
  color: #767676;
}
.cid-uSttrGDkNR .mbr-text {
  color: #efefef;
}
.cid-uTGGnSEYdh .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uTGGnSEYdh .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTGGnSEYdh a {
  font-style: normal;
}
.cid-uTGGnSEYdh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uTGGnSEYdh .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uTGGnSEYdh .nav-item:focus,
.cid-uTGGnSEYdh .nav-link:focus {
  outline: none;
}
.cid-uTGGnSEYdh .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uTGGnSEYdh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uTGGnSEYdh .menu-logo {
  margin-right: auto;
}
.cid-uTGGnSEYdh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uTGGnSEYdh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTGGnSEYdh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTGGnSEYdh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTGGnSEYdh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTGGnSEYdh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTGGnSEYdh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uTGGnSEYdh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTGGnSEYdh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTGGnSEYdh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTGGnSEYdh .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uTGGnSEYdh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uTGGnSEYdh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTGGnSEYdh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTGGnSEYdh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTGGnSEYdh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uTGGnSEYdh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uTGGnSEYdh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uTGGnSEYdh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTGGnSEYdh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTGGnSEYdh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTGGnSEYdh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTGGnSEYdh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uTGGnSEYdh button.navbar-toggler:focus {
  outline: none;
}
.cid-uTGGnSEYdh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uTGGnSEYdh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTGGnSEYdh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTGGnSEYdh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTGGnSEYdh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTGGnSEYdh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTGGnSEYdh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTGGnSEYdh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTGGnSEYdh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTGGnSEYdh .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uTGGnSEYdh .collapsed .btn {
  display: flex;
}
.cid-uTGGnSEYdh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTGGnSEYdh .collapsed .navbar-collapse.collapsing,
.cid-uTGGnSEYdh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTGGnSEYdh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTGGnSEYdh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTGGnSEYdh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTGGnSEYdh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTGGnSEYdh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTGGnSEYdh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uTGGnSEYdh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTGGnSEYdh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uTGGnSEYdh .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTGGnSEYdh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uTGGnSEYdh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uTGGnSEYdh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uTGGnSEYdh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTGGnSEYdh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTGGnSEYdh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uTGGnSEYdh .navbar-expand {
    flex-direction: column;
  }
  .cid-uTGGnSEYdh img {
    height: 3.8rem !important;
  }
  .cid-uTGGnSEYdh .btn {
    display: flex;
  }
  .cid-uTGGnSEYdh button.navbar-toggler {
    display: block;
  }
  .cid-uTGGnSEYdh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uTGGnSEYdh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uTGGnSEYdh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTGGnSEYdh .navbar-collapse.collapsing,
  .cid-uTGGnSEYdh .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTGGnSEYdh .navbar-collapse.collapsing .navbar-nav,
  .cid-uTGGnSEYdh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTGGnSEYdh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTGGnSEYdh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTGGnSEYdh .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTGGnSEYdh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uTGGnSEYdh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTGGnSEYdh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTGGnSEYdh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uTGGnSEYdh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTGGnSEYdh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTGGnSEYdh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uTGGnSEYdh .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uTGGnSEYdh .navbar-collapse {
  flex-basis: auto;
}
.cid-uTGGnSEYdh .nav-link:hover,
.cid-uTGGnSEYdh .dropdown-item:hover {
  color: #ff8000 !important;
}
.cid-uTGGnThNq0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-uTGGnThNq0 .mbr-text,
.cid-uTGGnThNq0 blockquote {
  color: #767676;
}
.cid-uTGGnThNq0 .mbr-text {
  color: #ffffff;
}
.cid-uTGGnThNq0 .mbr-text P {
  text-align: center;
}
.cid-uTNqlKHons {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/termales-santa-rosa-500x500-1-720x810.webp");
}
.cid-uTNqlKHons .card-box {
  padding: 1rem 2rem 2rem;
}
.cid-uTNqlKHons h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uTNqlKHons p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uTNqlKHons .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uTNqlKHons .mbr-section-btn a {
  margin: 0;
}
.cid-uTNqlKHons .mbr-text {
  color: #767676;
}
.cid-uTNqlKHons .card-wrapper {
  height: 100%;
  background: #efefef;
}
.cid-uTNqlKHons .card-wrapper .card-box {
  padding: 0 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uTNqlKHons .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uTNqlKHons .card-title {
  text-align: center;
  color: #767676;
}
.cid-uTNqlKHons .mbr-text,
.cid-uTNqlKHons .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uTNqlKHons H2 {
  text-align: center;
  color: #ffffff;
}
.cid-uTNqlKHons .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uTNqH1tbg2 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/termales-santa-rosa-500x500-5-500x500.webp");
}
.cid-uTNqH1tbg2 .card-box {
  padding: 1rem 2rem 2rem;
}
.cid-uTNqH1tbg2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uTNqH1tbg2 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uTNqH1tbg2 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uTNqH1tbg2 .mbr-section-btn a {
  margin: 0;
}
.cid-uTNqH1tbg2 .mbr-text {
  color: #767676;
}
.cid-uTNqH1tbg2 .card-wrapper {
  height: 100%;
  background: #efefef;
}
.cid-uTNqH1tbg2 .card-wrapper .card-box {
  padding: 0 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uTNqH1tbg2 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uTNqH1tbg2 .card-title {
  text-align: center;
  color: #232323;
}
.cid-uTNqH1tbg2 .mbr-text,
.cid-uTNqH1tbg2 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uTNqH1tbg2 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-uTNqH1tbg2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uTNIgPXK1t {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
@media (max-width: 767px) {
  .cid-uTNIgPXK1t .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTNIgPXK1t .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uTNIgPXK1t .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uTNIgPXK1t .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uTNIgPXK1t .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTNIgPXK1t .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uTNIgPXK1t .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uTNIgPXK1t .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uTNIgPXK1t .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTNIgPXK1t .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uTNIgPXK1t .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTNIgPXK1t .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTNIgPXK1t .links {
  color: #232323;
}
.cid-uTNIgPXK1t .copyright > p {
  color: #ffffff;
}
.cid-uTGGnYE0AG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-uTGGnYE0AG .mbr-text,
.cid-uTGGnYE0AG blockquote {
  color: #767676;
}
.cid-uTGGnYE0AG .mbr-text {
  color: #efefef;
}
