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





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: #d5e2ad !important;
}
.bg-success {
  background-color: #11185d !important;
}
.bg-info {
  background-color: #767676 !important;
}
.bg-warning {
  background-color: #cccccc !important;
}
.bg-danger {
  background-color: #c4bc3b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d5e2ad !important;
  border-color: #d5e2ad !important;
  color: #5a6a26 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #5a6a26 !important;
  background-color: #b8ce74 !important;
  border-color: #b8ce74 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #5a6a26 !important;
  background-color: #b8ce74 !important;
  border-color: #b8ce74 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #337231 !important;
  border-color: #337231 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1b3c1a !important;
  border-color: #1b3c1a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1b3c1a !important;
  border-color: #1b3c1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-success,
.btn-success:active {
  background-color: #11185d !important;
  border-color: #11185d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #05071c !important;
  border-color: #05071c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #05071c !important;
  border-color: #05071c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c4bc3b !important;
  border-color: #c4bc3b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #898429 !important;
  border-color: #898429 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #898429 !important;
  border-color: #898429 !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: #aec762;
  color: #aec762;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5a6a26;
  background-color: #d5e2ad;
  border-color: #d5e2ad;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #5a6a26 !important;
  background-color: #d5e2ad !important;
  border-color: #d5e2ad !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #132b12;
  color: #132b12;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #337231;
  border-color: #337231;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #337231 !important;
  border-color: #337231 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #010207;
  color: #010207;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #11185d;
  border-color: #11185d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #11185d !important;
  border-color: #11185d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #767123;
  color: #767123;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c4bc3b;
  border-color: #c4bc3b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c4bc3b !important;
  border-color: #c4bc3b !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: #d5e2ad !important;
}
.text-secondary {
  color: #337231 !important;
}
.text-success {
  color: #11185d !important;
}
.text-info {
  color: #767676 !important;
}
.text-warning {
  color: #cccccc !important;
}
.text-danger {
  color: #c4bc3b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #aec762 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #132b12 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #010207 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #434343 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #999999 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #767123 !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: #767676;
}
.alert-warning {
  background-color: #cccccc;
}
.alert-danger {
  background-color: #c4bc3b;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d5e2ad;
  border-color: #d5e2ad;
  color: #697d2c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d5e2ad;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #2534c9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2dd9d;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #d5e2ad;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #d5e2ad;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #d5e2ad;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d5e2ad;
  color: #000000;
}
.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: #d5e2ad;
  border-bottom-color: #d5e2ad;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d5e2ad !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #337231 !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='%23d5e2ad' %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-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #fcfcfd;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #fcfcfd;
}
.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: #fcfcfd;
  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: #000055;
}
.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-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.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-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .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: #767676 !important;
}
.cid-qTkA127IK8 {
  background-image: url("../../../assets/images/mbr-2-1620x1080.jpg");
}
.cid-qTkA127IK8 H1 {
  text-align: center;
}
.cid-qTkA127IK8 .mbr-text,
.cid-qTkA127IK8 .mbr-section-btn {
  color: #d5e2ad;
}
.cid-qTkA127IK8 H3 {
  color: #d5e2ad;
}
.cid-tcKCy2hSmK {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #f9f9f9;
}
.cid-tcKCy2hSmK .mbr-section-btn > * {
  margin: 0;
}
.cid-tcKCy2hSmK h4 {
  font-weight: 500;
}
.cid-tcKCy2hSmK p {
  color: #232323;
}
.cid-tcKCy2hSmK .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tcKCy2hSmK .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tcKCy2hSmK .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tcKCy2hSmK .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tcKCy2hSmK .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tcKCy2hSmK .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tcKCy2hSmK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tcKCy2hSmK .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tcKCy2hSmK .card-img span {
    font-size: 40px !important;
  }
}
.cid-tcKCy2hSmK .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tcKCy2hSmK .text1 {
  color: #818181;
}
.cid-tcKCy2hSmK .text2,
.cid-tcKCy2hSmK .mbr-section-btn {
  color: #767676;
}
.cid-tcKGd5luqU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1280x1920.jpg");
}
.cid-tcKGd5luqU .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-tcKGd5luqU .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tcKGd5luqU .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-tcKGd5luqU .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tcKGd5luqU .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-tcKGd5luqU .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tcKGd5luqU .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-tcKGd5luqU .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-tcKGd5luqU .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-tcKGd5luqU .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tcKGd5luqU .number,
  .cid-tcKGd5luqU .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tcKGd5luqU .period {
    font-size: 0.8rem;
  }
}
.cid-tcKGd5luqU H2 {
  color: #ffffff;
}
.cid-tgZ135nspe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tgZ135nspe h2 {
  text-align: center;
}
.cid-tgZ135nspe h3 {
  text-align: center;
  font-weight: 300;
}
.cid-tgZ135nspe p {
  color: #767676;
}
.cid-tgZ135nspe img {
  object-fit: cover;
}
.cid-tgZ135nspe .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tgZ135nspe .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tgZ135nspe .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tgZ135nspe .mbr-section-subtitle {
  color: #767676;
}
.cid-tgZ135nspe .card-title {
  font-weight: 500;
}
.cid-tgZ135nspe .card-img {
  text-align: inherit;
}
.cid-tgZ135nspe .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tgZ135nspe .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tgZ135nspe .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tgZ135nspe .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-tgZ135nspe .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-tgZ135nspe .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-tgZ135nspe .mbr-crt-title {
  text-align: center;
}
.cid-tgZ135nspe .mbr-section-text {
  text-align: center;
}
.cid-tcKMRlc7jc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tcKMRlc7jc .mbr-section-btn > * {
  margin: 0;
}
.cid-tcKMRlc7jc h4 {
  font-weight: 500;
}
.cid-tcKMRlc7jc p {
  color: #232323;
}
.cid-tcKMRlc7jc .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tcKMRlc7jc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tcKMRlc7jc .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tcKMRlc7jc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tcKMRlc7jc .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tcKMRlc7jc .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tcKMRlc7jc .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tcKMRlc7jc .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tcKMRlc7jc .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tcKMRlc7jc .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tcKMRlc7jc .card-img span {
    font-size: 40px !important;
  }
}
.cid-tcKMRlc7jc .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tcKMRlc7jc H2 {
  color: #000000;
}
.cid-tcKMRlc7jc .text1 {
  color: #767676;
}
.cid-tcKMRlc7jc .text2,
.cid-tcKMRlc7jc .mbr-section-btn {
  color: #c4bc3b;
}
.cid-tREv3BLkDJ {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tREv3BLkDJ h3 {
  text-align: center;
}
.cid-tREv3BLkDJ .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tREv3BLkDJ .mbr-content-text {
  color: #767676;
}
.cid-tREv3BLkDJ .panel-item {
  background: #ffffff;
}
.cid-tREv3BLkDJ .card {
  word-wrap: break-word;
}
.cid-tREv3BLkDJ .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-tRFhAiQZLf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tRFhAiQZLf .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tRFhAiQZLf .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-tRFhAiQZLf .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tRFhAiQZLf .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-tRFhAiQZLf .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-tRFhAiQZLf .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tRFhAiQZLf .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-tRFhAiQZLf .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -30px;
}
.cid-tRFhAiQZLf .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-tRFhAiQZLf .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-tRFhAiQZLf .iconsBackground {
    left: 1.5rem;
  }
  .cid-tRFhAiQZLf .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-tRFhAiQZLf .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-tRFhAiQZLf .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-tRFhAiQZLf .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tRFhAiQZLf .mbr-section-title {
  color: #000000;
}
.cid-tcUkJQcl3P {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1620x1080.jpg");
}
.cid-tcUkJQcl3P .mbr-section-btn > * {
  margin: 0;
}
.cid-tcUkJQcl3P h4 {
  font-weight: 500;
}
.cid-tcUkJQcl3P p {
  color: #232323;
}
.cid-tcUkJQcl3P .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tcUkJQcl3P .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tcUkJQcl3P .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tcUkJQcl3P .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tcUkJQcl3P .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tcUkJQcl3P .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tcUkJQcl3P .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tcUkJQcl3P .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tcUkJQcl3P .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tcUkJQcl3P .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tcUkJQcl3P .card-img span {
    font-size: 40px !important;
  }
}
.cid-tcUkJQcl3P .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tcUkJQcl3P H2 {
  color: #f5f5f5;
}
.cid-tcUkJQcl3P .text1 {
  color: #f5f5f5;
}
.cid-tcO4p681bC {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tcO4p681bC H1 {
  color: #000000;
}
.cid-tcO4p681bC .mbr-text,
.cid-tcO4p681bC .mbr-section-btn {
  color: #767676;
}
.cid-tcKVSPwCQZ {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tcKVSPwCQZ .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tcKVSPwCQZ .step {
  width: 56px;
  height: 56px;
  font-size: 28px;
  border-radius: 50%;
  border: 2px solid #11185d;
}
@media (max-width: 767px) {
  .cid-tcKVSPwCQZ .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-tcKVSPwCQZ .separline {
  position: relative;
}
.cid-tcKVSPwCQZ .separline:after {
  top: 60px;
  left: 26px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (28px + 4px) * 2);
  background-color: #11185d;
}
@media (max-width: 767px) {
  .cid-tcKVSPwCQZ .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-tcKVSPwCQZ .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-tcKVSPwCQZ .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tcKVSPwCQZ .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-tcKVSPwCQZ .mbr-step-text {
  color: #818181;
}
.cid-tcKVSPwCQZ .mbr-step-title {
  color: #11185d;
}
.cid-tcKVSPwCQZ .mbr-section-title {
  color: #11185d;
}
.cid-tcNyEjfNJJ {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tcNyEjfNJJ .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tcNyEjfNJJ .step {
  width: 56px;
  height: 56px;
  font-size: 28px;
  border-radius: 50%;
  border: 2px solid #11185d;
}
@media (max-width: 767px) {
  .cid-tcNyEjfNJJ .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-tcNyEjfNJJ .separline {
  position: relative;
}
.cid-tcNyEjfNJJ .separline:after {
  top: 60px;
  left: 26px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (28px + 4px) * 2);
  background-color: #11185d;
}
@media (max-width: 767px) {
  .cid-tcNyEjfNJJ .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-tcNyEjfNJJ .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-tcNyEjfNJJ .media-block {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tcNyEjfNJJ .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-tcNyEjfNJJ .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tcNyEjfNJJ .mbr-step-text {
  color: #818181;
}
.cid-tcNyEjfNJJ .mbr-step-title {
  color: #11185d;
}
.cid-tcNyEjfNJJ .mbr-section-title {
  color: #11185d;
}
.cid-tRKWluYCaL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tRKWluYCaL h2 {
  text-align: center;
}
.cid-tRKWluYCaL h3 {
  text-align: center;
  font-weight: 300;
}
.cid-tRKWluYCaL p {
  color: #767676;
}
.cid-tRKWluYCaL img {
  object-fit: cover;
}
.cid-tRKWluYCaL .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tRKWluYCaL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tRKWluYCaL .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tRKWluYCaL .mbr-section-subtitle {
  color: #767676;
}
.cid-tRKWluYCaL .card-title {
  font-weight: 500;
}
.cid-tRKWluYCaL .card-img {
  text-align: inherit;
}
.cid-tRKWluYCaL .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tRKWluYCaL .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tRKWluYCaL .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tRKWluYCaL .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-tRKWluYCaL .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-tRKWluYCaL .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-tRKWluYCaL .mbr-section-title {
  color: #11185d;
}
.cid-tRKWluYCaL .mbr-crt-title {
  text-align: center;
}
.cid-tRKWluYCaL .mbr-section-text {
  text-align: center;
}
.cid-th3LpomvVF {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(#ffffff, #ffffff);
}
.cid-th3LpomvVF .carousel-control {
  background: #000;
}
.cid-th3LpomvVF .mbr-section-subtitle {
  color: #767676;
}
.cid-th3LpomvVF .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-th3LpomvVF .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-th3LpomvVF .carousel-item .wrap-img {
  text-align: center;
}
.cid-th3LpomvVF .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-th3LpomvVF .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-th3LpomvVF .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-th3LpomvVF .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-th3LpomvVF .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-th3LpomvVF .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-th3LpomvVF .cloneditem-1,
.cid-th3LpomvVF .cloneditem-2,
.cid-th3LpomvVF .cloneditem-3,
.cid-th3LpomvVF .cloneditem-4,
.cid-th3LpomvVF .cloneditem-5 {
  display: none;
}
.cid-th3LpomvVF .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-th3LpomvVF .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-th3LpomvVF .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-th3LpomvVF .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-th3LpomvVF .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-th3LpomvVF .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-th3LpomvVF .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-th3LpomvVF .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-th3LpomvVF .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-th3LpomvVF .carousel-inner.slides2 .cloneditem-1,
  .cid-th3LpomvVF .carousel-inner.slides2 .cloneditem-2,
  .cid-th3LpomvVF .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-th3LpomvVF .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-th3LpomvVF .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-th3LpomvVF .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-th3LpomvVF .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-th3LpomvVF .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-th3LpomvVF .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-th3LpomvVF .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-th3LpomvVF .carousel-inner.slides3 .cloneditem-1,
  .cid-th3LpomvVF .carousel-inner.slides3 .cloneditem-2,
  .cid-th3LpomvVF .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-th3LpomvVF .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-th3LpomvVF .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-th3LpomvVF .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-th3LpomvVF .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-th3LpomvVF .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-th3LpomvVF .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-th3LpomvVF .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-th3LpomvVF .carousel-inner.slides4 .cloneditem-1,
  .cid-th3LpomvVF .carousel-inner.slides4 .cloneditem-2,
  .cid-th3LpomvVF .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-th3LpomvVF .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-th3LpomvVF .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-th3LpomvVF .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-th3LpomvVF .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-th3LpomvVF .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-th3LpomvVF .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-th3LpomvVF .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-th3LpomvVF .carousel-inner.slides5 .cloneditem-1,
  .cid-th3LpomvVF .carousel-inner.slides5 .cloneditem-2,
  .cid-th3LpomvVF .carousel-inner.slides5 .cloneditem-3,
  .cid-th3LpomvVF .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-th3LpomvVF .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-th3LpomvVF .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-th3LpomvVF .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-th3LpomvVF .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-th3LpomvVF .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-th3LpomvVF .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-th3LpomvVF .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-th3LpomvVF .carousel-inner.slides6 .cloneditem-1,
  .cid-th3LpomvVF .carousel-inner.slides6 .cloneditem-2,
  .cid-th3LpomvVF .carousel-inner.slides6 .cloneditem-3,
  .cid-th3LpomvVF .carousel-inner.slides6 .cloneditem-4,
  .cid-th3LpomvVF .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-th4gWAygeM {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-th4gWAygeM .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-th4gWAygeM .icon-block {
  margin-bottom: 10px;
}
.cid-th4gWAygeM .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-th4gWAygeM .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-th4gWAygeM .mbr-text {
  color: #000000;
}
.cid-th4gWAygeM textarea.form-control {
  min-height: 100px;
}
.cid-th4gWAygeM a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-th4gWAygeM .google-map {
  height: 15rem;
  position: relative;
}
.cid-th4gWAygeM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-th4gWAygeM .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-th4gWAygeM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-th4gWAygeM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-th4gWAygeM h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-th4gWAygeM .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-th4gWAygeM .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-th4gWAygeM H5 {
  color: #000000;
}
.cid-th4gWAygeM H2 {
  color: #000000;
}
.cid-th4gWAygeM .icon-block,
.cid-th4gWAygeM .icon-block .icon-block__title {
  color: #000000;
}
.cid-tcO9xVpsGy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tcO9xVpsGy .form-text {
  color: #11185d;
}
@media (max-width: 767px) {
  .cid-tcO9xVpsGy .content {
    text-align: center;
  }
  .cid-tcO9xVpsGy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tcO9xVpsGy .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tcO9xVpsGy .form-group,
.cid-tcO9xVpsGy .input-group-btn {
  padding: 0;
}
.cid-tcO9xVpsGy .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tcO9xVpsGy .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tcO9xVpsGy .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tcO9xVpsGy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tcO9xVpsGy .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tcO9xVpsGy .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-tcO9xVpsGy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tcO9xVpsGy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tcO9xVpsGy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tcO9xVpsGy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tcO9xVpsGy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tcO9xVpsGy .foot-logo {
    text-align: center !important;
  }
  .cid-tcO9xVpsGy .foot-title {
    text-align: center !important;
  }
  .cid-tcO9xVpsGy .mbr-text {
    text-align: center !important;
  }
  .cid-tcO9xVpsGy .form-group {
    margin: 0;
  }
}
.cid-tcO9xVpsGy .foot-logo {
  color: #c1c1c1;
  text-align: center;
}
.cid-tcO9xVpsGy .foot-title {
  color: #000000;
}
