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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 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: 0.8rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- 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: #073b4c !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #b2ccd2 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #073b4c !important;
  border-color: #073b4c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #073b4c;
  border-color: #073b4c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #073b4c !important;
  border-color: #073b4c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #073b4c !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #b2ccd2 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #72a1ac !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #b2ccd2;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #073b4c;
  border-color: #073b4c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #073b4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4ac6ee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #073b4c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #073b4c;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #073b4c;
}
.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: #073b4c;
  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: #073b4c;
  border-bottom-color: #073b4c;
}
.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: #073b4c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23073b4c' %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-sRd5sKz6uq .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-sRd5sKz6uq .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-sRd5sKz6uq a {
  font-style: normal;
}
.cid-sRd5sKz6uq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sRd5sKz6uq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sRd5sKz6uq .nav-item:focus,
.cid-sRd5sKz6uq .nav-link:focus {
  outline: none;
}
.cid-sRd5sKz6uq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sRd5sKz6uq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sRd5sKz6uq .menu-logo {
  margin-right: auto;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sRd5sKz6uq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sRd5sKz6uq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sRd5sKz6uq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRd5sKz6uq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sRd5sKz6uq .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sRd5sKz6uq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sRd5sKz6uq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRd5sKz6uq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sRd5sKz6uq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sRd5sKz6uq .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-sRd5sKz6uq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sRd5sKz6uq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sRd5sKz6uq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sRd5sKz6uq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sRd5sKz6uq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sRd5sKz6uq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sRd5sKz6uq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sRd5sKz6uq button.navbar-toggler:focus {
  outline: none;
}
.cid-sRd5sKz6uq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRd5sKz6uq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRd5sKz6uq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRd5sKz6uq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRd5sKz6uq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRd5sKz6uq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRd5sKz6uq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRd5sKz6uq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRd5sKz6uq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRd5sKz6uq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRd5sKz6uq .collapsed .btn {
  display: -webkit-flex;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sRd5sKz6uq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sRd5sKz6uq .collapsed button.navbar-toggler {
  display: block;
}
.cid-sRd5sKz6uq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sRd5sKz6uq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRd5sKz6uq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sRd5sKz6uq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sRd5sKz6uq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sRd5sKz6uq .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: 1023px) {
  .cid-sRd5sKz6uq .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRd5sKz6uq img {
    height: 3.8rem !important;
  }
  .cid-sRd5sKz6uq .btn {
    display: -webkit-flex;
  }
  .cid-sRd5sKz6uq button.navbar-toggler {
    display: block;
  }
  .cid-sRd5sKz6uq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sRd5sKz6uq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRd5sKz6uq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing,
  .cid-sRd5sKz6uq .navbar-collapse.show {
    display: block !important;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing .navbar-nav,
  .cid-sRd5sKz6uq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sRd5sKz6uq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sRd5sKz6uq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing .navbar-buttons,
  .cid-sRd5sKz6uq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sRd5sKz6uq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRd5sKz6uq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sRd5sKz6uq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sRd5sKz6uq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sRd5sKz6uq .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-sRd5sKz6uq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sRd5sKz6uq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sRd5sKz6uq .nav-link:hover,
.cid-sRd5sKz6uq .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rkvswqYrjd {
  background-image: url("../../../assets/images/06pract1-lloyds-1600x12001.jpg");
}
.cid-rkvswqYrjd .mbr-text,
.cid-rkvswqYrjd .mbr-section-btn {
  color: #ffffff;
}
.cid-tzlk0D0aBv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlk0D0aBv .mbr-section-subtitle {
  color: #333333;
  text-align: center;
}
.cid-tzlk0D0aBv H2 {
  color: #465052;
  text-align: center;
}
.cid-tzlk0D0aBv .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-rkHfyUgJEB {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #767676;
  background: linear-gradient(#767676, #efefef);
}
.cid-rkHfyUgJEB .carousel-control {
  background: #000;
}
.cid-rkHfyUgJEB .mbr-section-subtitle {
  color: #767676;
}
.cid-rkHfyUgJEB .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rkHfyUgJEB .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rkHfyUgJEB .carousel-item .wrap-img {
  text-align: center;
}
.cid-rkHfyUgJEB .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rkHfyUgJEB .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rkHfyUgJEB .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rkHfyUgJEB .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rkHfyUgJEB .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rkHfyUgJEB .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rkHfyUgJEB .cloneditem-1,
.cid-rkHfyUgJEB .cloneditem-2,
.cid-rkHfyUgJEB .cloneditem-3,
.cid-rkHfyUgJEB .cloneditem-4,
.cid-rkHfyUgJEB .cloneditem-5 {
  display: none;
}
.cid-rkHfyUgJEB .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-rkHfyUgJEB .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rkHfyUgJEB .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rkHfyUgJEB .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rkHfyUgJEB .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rkHfyUgJEB .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rkHfyUgJEB .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rkHfyUgJEB .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rkHfyUgJEB .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rkHfyUgJEB .carousel-inner.slides2 .cloneditem-1,
  .cid-rkHfyUgJEB .carousel-inner.slides2 .cloneditem-2,
  .cid-rkHfyUgJEB .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rkHfyUgJEB .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rkHfyUgJEB .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rkHfyUgJEB .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rkHfyUgJEB .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rkHfyUgJEB .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rkHfyUgJEB .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rkHfyUgJEB .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rkHfyUgJEB .carousel-inner.slides3 .cloneditem-1,
  .cid-rkHfyUgJEB .carousel-inner.slides3 .cloneditem-2,
  .cid-rkHfyUgJEB .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rkHfyUgJEB .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rkHfyUgJEB .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rkHfyUgJEB .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rkHfyUgJEB .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rkHfyUgJEB .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rkHfyUgJEB .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rkHfyUgJEB .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rkHfyUgJEB .carousel-inner.slides4 .cloneditem-1,
  .cid-rkHfyUgJEB .carousel-inner.slides4 .cloneditem-2,
  .cid-rkHfyUgJEB .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rkHfyUgJEB .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rkHfyUgJEB .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rkHfyUgJEB .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rkHfyUgJEB .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rkHfyUgJEB .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rkHfyUgJEB .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rkHfyUgJEB .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rkHfyUgJEB .carousel-inner.slides5 .cloneditem-1,
  .cid-rkHfyUgJEB .carousel-inner.slides5 .cloneditem-2,
  .cid-rkHfyUgJEB .carousel-inner.slides5 .cloneditem-3,
  .cid-rkHfyUgJEB .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rkHfyUgJEB .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rkHfyUgJEB .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rkHfyUgJEB .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rkHfyUgJEB .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rkHfyUgJEB .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rkHfyUgJEB .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rkHfyUgJEB .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rkHfyUgJEB .carousel-inner.slides6 .cloneditem-1,
  .cid-rkHfyUgJEB .carousel-inner.slides6 .cloneditem-2,
  .cid-rkHfyUgJEB .carousel-inner.slides6 .cloneditem-3,
  .cid-rkHfyUgJEB .carousel-inner.slides6 .cloneditem-4,
  .cid-rkHfyUgJEB .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tnE5BqtyUS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tnE5BqtyUS .mbr-text,
.cid-tnE5BqtyUS blockquote {
  color: #767676;
}
.cid-tnE5BqtyUS .mbr-text P {
  text-align: center;
}
.cid-tnE5BqtyUS .mbr-text {
  color: #232323;
}
.cid-rkN0RvTCu9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rkN0RvTCu9 .content {
    text-align: center;
  }
  .cid-rkN0RvTCu9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rkN0RvTCu9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rkN0RvTCu9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rkN0RvTCu9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rkN0RvTCu9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rkN0RvTCu9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rkN0RvTCu9 .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-rkN0RvTCu9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rkN0RvTCu9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rkN0RvTCu9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rkN0RvTCu9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rkN0RvTCu9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rkMIGyNrU1 {
  background-color: #149dcc;
}
.cid-rkMIGyNrU1 P {
  color: #767676;
}
.cid-rkMIGyNrU1 H1 {
  color: #ffffff;
}
.cid-rkMJPeZdOl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkMJPeZdOl .mbr-text,
.cid-rkMJPeZdOl blockquote {
  color: #767676;
}
.cid-rkMJPeZdOl DIV {
  color: #0f7699;
}
.cid-rkMJPeZdOl P {
  text-align: center;
}
.cid-rkMLFdWAMK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkMLFdWAMK .mbr-text,
.cid-rkMLFdWAMK blockquote {
  color: #767676;
}
.cid-rkMLFdWAMK .mbr-text P {
  text-align: center;
}
.cid-rkMMaGrcZD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rkMMaGrcZD .counter-container {
  color: #767676;
}
.cid-rkMMaGrcZD .counter-container ul {
  margin-bottom: 0;
}
.cid-rkMMaGrcZD .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rkMMaGrcZD .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rkMNibbEnK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkMNibbEnK .mbr-text,
.cid-rkMNibbEnK blockquote {
  color: #767676;
}
.cid-rkMNibbEnK .mbr-text {
  color: #465052;
}
.cid-rkMNibbEnK .mbr-text P {
  text-align: center;
}
.cid-u4wpoY9zWf {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u4wpoY9zWf .mbr-text {
  color: #767676;
}
.cid-u4wpoY9zWf .mbr-text p {
  background: #ffffff;
}
.cid-rkMQwbhLNN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkMQwbhLNN .mbr-text,
.cid-rkMQwbhLNN blockquote {
  color: #767676;
}
.cid-rkMQwbhLNN .mbr-text {
  color: #465052;
}
.cid-rkMQwbhLNN .mbr-text P {
  text-align: center;
}
.cid-u4wqpUXIaE {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4wqpUXIaE .mbr-text {
  color: #767676;
}
.cid-u4wqpUXIaE .mbr-text p {
  background: #ffffff;
}
.cid-sWj3m5oAVB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWj3m5oAVB .mbr-section-subtitle {
  color: #465052;
  text-align: center;
}
.cid-sWj3m5oAVB H2 {
  color: #465052;
  text-align: center;
}
.cid-rkMSql1tdc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rkMSql1tdc .mbr-text,
.cid-rkMSql1tdc blockquote {
  color: #767676;
}
.cid-rkMSql1tdc .mbr-text {
  color: #232323;
}
.cid-rkMSql1tdc .mbr-text P {
  text-align: center;
}
.cid-u4wt3CoGHT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4wt3CoGHT .mbr-text {
  color: #767676;
}
.cid-u4wt3CoGHT .mbr-text p {
  background: #ffffff;
}
.cid-u4wtZi7bVU {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u4wtZi7bVU .mbr-text {
  color: #767676;
}
.cid-u4wtZi7bVU .mbr-text p {
  background: #ffffff;
}
.cid-tzlk8mwiJ6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlk8mwiJ6 .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-tzlk8mwiJ6 H2 {
  color: #465052;
  text-align: center;
}
.cid-tzlk8mwiJ6 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tnwNF0c4Ug {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tnwNF0c4Ug .content {
    text-align: center;
  }
  .cid-tnwNF0c4Ug .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tnwNF0c4Ug .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tnwNF0c4Ug .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnwNF0c4Ug .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tnwNF0c4Ug .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tnwNF0c4Ug .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tnwNF0c4Ug .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-tnwNF0c4Ug .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tnwNF0c4Ug .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tnwNF0c4Ug .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tnwNF0c4Ug .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tnwNF0c4Ug .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sRd5sKz6uq .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-sRd5sKz6uq .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-sRd5sKz6uq a {
  font-style: normal;
}
.cid-sRd5sKz6uq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sRd5sKz6uq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sRd5sKz6uq .nav-item:focus,
.cid-sRd5sKz6uq .nav-link:focus {
  outline: none;
}
.cid-sRd5sKz6uq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sRd5sKz6uq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sRd5sKz6uq .menu-logo {
  margin-right: auto;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sRd5sKz6uq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sRd5sKz6uq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sRd5sKz6uq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRd5sKz6uq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sRd5sKz6uq .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sRd5sKz6uq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sRd5sKz6uq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRd5sKz6uq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sRd5sKz6uq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sRd5sKz6uq .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-sRd5sKz6uq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sRd5sKz6uq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sRd5sKz6uq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sRd5sKz6uq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sRd5sKz6uq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sRd5sKz6uq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sRd5sKz6uq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sRd5sKz6uq button.navbar-toggler:focus {
  outline: none;
}
.cid-sRd5sKz6uq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRd5sKz6uq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRd5sKz6uq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRd5sKz6uq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRd5sKz6uq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRd5sKz6uq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRd5sKz6uq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRd5sKz6uq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRd5sKz6uq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRd5sKz6uq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRd5sKz6uq .collapsed .btn {
  display: -webkit-flex;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sRd5sKz6uq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sRd5sKz6uq .collapsed button.navbar-toggler {
  display: block;
}
.cid-sRd5sKz6uq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sRd5sKz6uq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRd5sKz6uq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sRd5sKz6uq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sRd5sKz6uq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sRd5sKz6uq .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: 1023px) {
  .cid-sRd5sKz6uq .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRd5sKz6uq img {
    height: 3.8rem !important;
  }
  .cid-sRd5sKz6uq .btn {
    display: -webkit-flex;
  }
  .cid-sRd5sKz6uq button.navbar-toggler {
    display: block;
  }
  .cid-sRd5sKz6uq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sRd5sKz6uq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRd5sKz6uq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing,
  .cid-sRd5sKz6uq .navbar-collapse.show {
    display: block !important;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing .navbar-nav,
  .cid-sRd5sKz6uq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sRd5sKz6uq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sRd5sKz6uq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing .navbar-buttons,
  .cid-sRd5sKz6uq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sRd5sKz6uq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRd5sKz6uq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sRd5sKz6uq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sRd5sKz6uq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sRd5sKz6uq .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-sRd5sKz6uq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sRd5sKz6uq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sRd5sKz6uq .nav-link:hover,
.cid-sRd5sKz6uq .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rkuZPwzIyF {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #9cdeb2;
}
.cid-rkuZPwzIyF .mbr-section-subtitle {
  color: #073b4c;
}
.cid-rkuZPwzIyF H2 {
  color: #073b4c;
}
.cid-vcdLHWBQms {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vcdLHWBQms .counter-container {
  color: #767676;
}
.cid-vcdLHWBQms .counter-container ul {
  margin-bottom: 0;
}
.cid-vcdLHWBQms .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-vcdLHWBQms .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-vcdLHWBQms .mbr-text {
  color: #767676;
}
.cid-rkv0LMjPAR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkv0LMjPAR .counter-container {
  color: #767676;
}
.cid-rkv0LMjPAR .counter-container ul {
  margin-bottom: 0;
}
.cid-rkv0LMjPAR .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rkv0LMjPAR .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rkv0LMjPAR .mbr-text {
  color: #767676;
}
.cid-v3ndd5LFWp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-v3ndd5LFWp .counter-container {
  color: #767676;
}
.cid-v3ndd5LFWp .counter-container ul {
  margin-bottom: 0;
}
.cid-v3ndd5LFWp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-v3ndd5LFWp .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-v3ndd5LFWp .mbr-text {
  color: #767676;
}
.cid-uzJgvr0e1i {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uzJgvr0e1i .counter-container {
  color: #767676;
}
.cid-uzJgvr0e1i .counter-container ul {
  margin-bottom: 0;
}
.cid-uzJgvr0e1i .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uzJgvr0e1i .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uzJgvr0e1i .mbr-text {
  color: #767676;
}
.cid-t8OWe8gfcs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t8OWe8gfcs .counter-container {
  color: #767676;
}
.cid-t8OWe8gfcs .counter-container ul {
  margin-bottom: 0;
}
.cid-t8OWe8gfcs .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-t8OWe8gfcs .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-t8OWe8gfcs .mbr-text {
  color: #767676;
}
.cid-sQ3e9vyZJT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sQ3e9vyZJT .counter-container {
  color: #767676;
}
.cid-sQ3e9vyZJT .counter-container ul {
  margin-bottom: 0;
}
.cid-sQ3e9vyZJT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sQ3e9vyZJT .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rkMs4TnDZg {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkMs4TnDZg .mbr-text,
.cid-rkMs4TnDZg blockquote {
  color: #767676;
}
.cid-rkMuJbV28I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkMuJbV28I .counter-container {
  color: #767676;
}
.cid-rkMuJbV28I .counter-container ul {
  margin-bottom: 0;
}
.cid-rkMuJbV28I .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rkMuJbV28I .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #149dcc;
  color: #149dcc;
  content: '✓';
}
.cid-rkMwZG96h6 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rkMwZG96h6 .mbr-text,
.cid-rkMwZG96h6 blockquote {
  color: #767676;
}
.cid-t8xc0cRODT {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-t8xc0cRODT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8xc0cRODT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8xc0cRODT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8xc0cRODT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8xc0cRODT .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-t8xc0cRODT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8xc0cRODT .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-t8xc0cRODT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8xc0cRODT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rkv1aR6CzG {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ff5c5c;
}
.cid-rkv1aR6CzG .mbr-section-subtitle {
  color: #073b4c;
}
.cid-rkv1aR6CzG H2 {
  color: #073b4c;
}
.cid-rkv1zugcKM {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rkv1zugcKM .counter-container {
  color: #767676;
}
.cid-rkv1zugcKM .counter-container ul {
  margin-bottom: 0;
}
.cid-rkv1zugcKM .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rkv1zugcKM .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tzlmCEGUVp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlmCEGUVp .mbr-text,
.cid-tzlmCEGUVp blockquote {
  color: #767676;
}
.cid-tzlmCEGUVp .mbr-text P {
  text-align: center;
}
.cid-tzlmCEGUVp .mbr-text {
  color: #232323;
}
.cid-tnwObjoPiN {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tnwObjoPiN .content {
    text-align: center;
  }
  .cid-tnwObjoPiN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tnwObjoPiN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tnwObjoPiN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnwObjoPiN .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tnwObjoPiN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tnwObjoPiN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tnwObjoPiN .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-tnwObjoPiN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tnwObjoPiN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tnwObjoPiN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tnwObjoPiN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tnwObjoPiN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5Azbt6Pc2 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #149dcc;
}
.cid-s5Azbt6Pc2 P {
  color: #767676;
}
.cid-s5Azbt6Pc2 .mbr-text,
.cid-s5Azbt6Pc2 .mbr-section-btn {
  color: #232323;
}
.cid-s5Azbt6Pc2 H1 {
  color: #073b4c;
}
.cid-t8w2lqAJvE {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t8w2lqAJvE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8w2lqAJvE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8w2lqAJvE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8w2lqAJvE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8w2lqAJvE .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-t8w2lqAJvE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8w2lqAJvE .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-t8w2lqAJvE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8w2lqAJvE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s5DezRlIO0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s5DezRlIO0 .mbr-text,
.cid-s5DezRlIO0 blockquote {
  color: #767676;
}
.cid-s5AwdHTHdH {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s5AwdHTHdH .mbr-text,
.cid-s5AwdHTHdH blockquote {
  color: #767676;
}
.cid-tzlkkzlOAQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlkkzlOAQ .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-tzlkkzlOAQ H2 {
  color: #465052;
  text-align: center;
}
.cid-tzlkkzlOAQ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tnwNSYmJFF {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tnwNSYmJFF .content {
    text-align: center;
  }
  .cid-tnwNSYmJFF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tnwNSYmJFF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tnwNSYmJFF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnwNSYmJFF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tnwNSYmJFF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tnwNSYmJFF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tnwNSYmJFF .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-tnwNSYmJFF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tnwNSYmJFF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tnwNSYmJFF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tnwNSYmJFF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tnwNSYmJFF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rkJ0B0K0z1 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-rkJ0B0K0z1 .title {
  margin-bottom: 2rem;
}
.cid-rkJ0B0K0z1 .mbr-section-subtitle {
  color: #767676;
}
.cid-rkJ0B0K0z1 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rkJ0B0K0z1 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rkJ0B0K0z1 textarea.form-control {
  min-height: 188px;
}
.cid-rkJ0B0K0z1 H2 {
  color: #073b4c;
}
.cid-tzlngrEGJw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlngrEGJw .mbr-text,
.cid-tzlngrEGJw blockquote {
  color: #767676;
}
.cid-tzlngrEGJw .mbr-text P {
  text-align: center;
}
.cid-tzlngrEGJw .mbr-text {
  color: #232323;
}
.cid-rkJ0XFFU7f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rkJ0XFFU7f div.b {
  padding-top: 2rem;
}
.cid-rkJ0XFFU7f .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rkJ0XFFU7f a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rkJ0XFFU7f .google-map {
  height: 25rem;
  position: relative;
}
.cid-rkJ0XFFU7f .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rkJ0XFFU7f .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-rkJ0XFFU7f .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rkJ0XFFU7f .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rkJ0XFFU7f div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-rkJ0XFFU7f div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-rkw72ZRyv8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rkw72ZRyv8 .content {
    text-align: center;
  }
  .cid-rkw72ZRyv8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rkw72ZRyv8 .img-logo img {
  height: 6rem;
}
.cid-rkw72ZRyv8 .form-group,
.cid-rkw72ZRyv8 .input-group-btn {
  padding: 0;
}
.cid-rkw72ZRyv8 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-rkw72ZRyv8 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-rkw72ZRyv8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rkw72ZRyv8 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rkw72ZRyv8 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rkw72ZRyv8 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rkw72ZRyv8 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rkw72ZRyv8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rkw72ZRyv8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rkw72ZRyv8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rkw72ZRyv8 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rkw72ZRyv8 .foot-logo {
    text-align: center !important;
  }
  .cid-rkw72ZRyv8 .foot-title {
    text-align: center !important;
  }
  .cid-rkw72ZRyv8 .mbr-text {
    text-align: center !important;
  }
  .cid-rkw72ZRyv8 .form-group {
    margin: 0;
  }
}
.cid-sRd5sKz6uq .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-sRd5sKz6uq .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-sRd5sKz6uq a {
  font-style: normal;
}
.cid-sRd5sKz6uq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sRd5sKz6uq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sRd5sKz6uq .nav-item:focus,
.cid-sRd5sKz6uq .nav-link:focus {
  outline: none;
}
.cid-sRd5sKz6uq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sRd5sKz6uq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sRd5sKz6uq .menu-logo {
  margin-right: auto;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sRd5sKz6uq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sRd5sKz6uq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sRd5sKz6uq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sRd5sKz6uq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRd5sKz6uq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sRd5sKz6uq .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sRd5sKz6uq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sRd5sKz6uq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRd5sKz6uq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sRd5sKz6uq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sRd5sKz6uq .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-sRd5sKz6uq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sRd5sKz6uq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sRd5sKz6uq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sRd5sKz6uq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sRd5sKz6uq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sRd5sKz6uq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sRd5sKz6uq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sRd5sKz6uq button.navbar-toggler:focus {
  outline: none;
}
.cid-sRd5sKz6uq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRd5sKz6uq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRd5sKz6uq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRd5sKz6uq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRd5sKz6uq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRd5sKz6uq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRd5sKz6uq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRd5sKz6uq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRd5sKz6uq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRd5sKz6uq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRd5sKz6uq .collapsed .btn {
  display: -webkit-flex;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sRd5sKz6uq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sRd5sKz6uq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sRd5sKz6uq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sRd5sKz6uq .collapsed button.navbar-toggler {
  display: block;
}
.cid-sRd5sKz6uq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sRd5sKz6uq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRd5sKz6uq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sRd5sKz6uq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sRd5sKz6uq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sRd5sKz6uq .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: 1023px) {
  .cid-sRd5sKz6uq .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRd5sKz6uq img {
    height: 3.8rem !important;
  }
  .cid-sRd5sKz6uq .btn {
    display: -webkit-flex;
  }
  .cid-sRd5sKz6uq button.navbar-toggler {
    display: block;
  }
  .cid-sRd5sKz6uq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sRd5sKz6uq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRd5sKz6uq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing,
  .cid-sRd5sKz6uq .navbar-collapse.show {
    display: block !important;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing .navbar-nav,
  .cid-sRd5sKz6uq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sRd5sKz6uq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sRd5sKz6uq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing .navbar-buttons,
  .cid-sRd5sKz6uq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sRd5sKz6uq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sRd5sKz6uq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRd5sKz6uq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sRd5sKz6uq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sRd5sKz6uq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sRd5sKz6uq .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-sRd5sKz6uq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sRd5sKz6uq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sRd5sKz6uq .nav-link:hover,
.cid-sRd5sKz6uq .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rkN3sV8Jtu {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #149dcc;
}
.cid-rkN3sV8Jtu .mbr-section-subtitle {
  color: #767676;
}
.cid-rkN3sV8Jtu H2 {
  color: #073b4c;
}
.cid-s5zPbZaRSV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s5zPbZaRSV .counter-container {
  color: #767676;
}
.cid-s5zPbZaRSV .counter-container ul {
  margin-bottom: 0;
}
.cid-s5zPbZaRSV .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s5zPbZaRSV .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tzlnc7fkzz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlnc7fkzz .mbr-text,
.cid-tzlnc7fkzz blockquote {
  color: #767676;
}
.cid-tzlnc7fkzz .mbr-text P {
  text-align: center;
}
.cid-tzlnc7fkzz .mbr-text {
  color: #232323;
}
.cid-tnwOQBzyoU {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tnwOQBzyoU .content {
    text-align: center;
  }
  .cid-tnwOQBzyoU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tnwOQBzyoU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tnwOQBzyoU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnwOQBzyoU .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tnwOQBzyoU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tnwOQBzyoU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tnwOQBzyoU .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-tnwOQBzyoU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tnwOQBzyoU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tnwOQBzyoU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tnwOQBzyoU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tnwOQBzyoU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tnDvCi7OOk {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-tnDvCi7OOk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tnDvCi7OOk H2 {
  color: #ff3838;
}
.cid-sPYKjiOw0O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sPYKjiOw0O .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sPYKjiOw0O .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sPYKjiOw0O .mbr-text {
  color: #073b4c;
}
.cid-sPYKiqua4Z {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sPYKiqua4Z .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sPYKiqua4Z .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sPYKiqua4Z .mbr-text {
  color: #073b4c;
}
.cid-sPYKgmfVVu {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sPYKgmfVVu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sPYKgmfVVu .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sPYKgmfVVu .mbr-text {
  color: #073b4c;
}
.cid-sQf2G6w9sf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sQf2G6w9sf .mbr-text,
.cid-sQf2G6w9sf blockquote {
  color: #767676;
}
.cid-sQf2G6w9sf .mbr-text {
  color: #073b4c;
}
.cid-sQf2G6w9sf .mbr-text P {
  text-align: left;
}
.cid-t8yWsIiA9o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t8yWsIiA9o .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t8yWsIiA9o .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t8yWsIiA9o .mbr-text {
  color: #073b4c;
}
.cid-tPzrutTpMc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tPzrutTpMc .mbr-text,
.cid-tPzrutTpMc blockquote {
  color: #767676;
}
.cid-tPzrutTpMc .mbr-text {
  color: #073b4c;
}
.cid-tPzrutTpMc .mbr-text P {
  text-align: left;
}
.cid-tzln9ZimFH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzln9ZimFH .mbr-text,
.cid-tzln9ZimFH blockquote {
  color: #767676;
}
.cid-tzln9ZimFH .mbr-text P {
  text-align: center;
}
.cid-tzln9ZimFH .mbr-text {
  color: #232323;
}
.cid-tnwOXPaFs5 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tnwOXPaFs5 .content {
    text-align: center;
  }
  .cid-tnwOXPaFs5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tnwOXPaFs5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tnwOXPaFs5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnwOXPaFs5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tnwOXPaFs5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tnwOXPaFs5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tnwOXPaFs5 .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-tnwOXPaFs5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tnwOXPaFs5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tnwOXPaFs5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tnwOXPaFs5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tnwOXPaFs5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQ36gwa7u0 {
  padding-top: 135px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sQ36gwa7u0 H3 {
  color: #ff3838;
}
.cid-sQ37upFPD3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-sQ37upFPD3 .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-sQ37upFPD3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sQ37upFPD3 H2 {
  color: #af0404;
}
.cid-sQ36mpe5TH {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-sQ36mpe5TH .mbr-section-subtitle {
  color: #073b4c;
}
.cid-sQ36mpe5TH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sQ36mpe5TH H2 {
  color: #333333;
}
.cid-sQ36vlX3Cn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQ36vlX3Cn .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-sQ36vlX3Cn H2 {
  color: #465052;
  text-align: center;
}
.cid-sQ36ElpIdt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQ36ElpIdt .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-sQ36ElpIdt H2 {
  color: #465052;
}
.cid-sR6b1UOzNY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sR6b1UOzNY .mbr-section-subtitle {
  color: #073b4c;
  text-align: center;
}
.cid-sR6b1UOzNY H2 {
  color: #465052;
}
.cid-sR6b2NblvQ {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-sR6b2NblvQ .image-block {
  margin: auto;
}
.cid-sR6b2NblvQ figcaption {
  position: relative;
}
.cid-sR6b2NblvQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sR6b2NblvQ .image-block {
    width: 100% !important;
  }
}
.cid-sR6b2NblvQ DIV {
  color: #f7ed4a;
}
.cid-tzlnBAuIJv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlnBAuIJv .mbr-text,
.cid-tzlnBAuIJv blockquote {
  color: #767676;
}
.cid-tzlnBAuIJv .mbr-text P {
  text-align: center;
}
.cid-tzlnBAuIJv .mbr-text {
  color: #232323;
}
.cid-sQ385S0JbC {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sQ385S0JbC .content {
    text-align: center;
  }
  .cid-sQ385S0JbC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQ385S0JbC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sQ385S0JbC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sQ385S0JbC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sQ385S0JbC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sQ385S0JbC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sQ385S0JbC .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-sQ385S0JbC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sQ385S0JbC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQ385S0JbC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQ385S0JbC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQ385S0JbC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQ385S0JbC P {
  color: #b2ccd2;
}
.cid-sQfnm4JSn6 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4-1.jpg");
}
.cid-sQfnm4JSn6 H3 {
  color: #ffffff;
}
.cid-sQfnm4JSn6 H1 {
  color: #ff3838;
}
.cid-sQfnnWoSj7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sQfnnWoSj7 .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-sQfnnWoSj7 .formoid {
  margin: auto;
}
.cid-sQfnnWoSj7 .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-sQfnnWoSj7 .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-sQfnnWoSj7 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sQfnnWoSj7 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-sQfnnWoSj7 .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sQfnnWoSj7 .form-group,
  .cid-sQfnnWoSj7 .input-group-btn,
  .cid-sQfnnWoSj7 .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-sQfnnWoSj7 .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-sQfnnWoSj7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tzlmYnipks {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlmYnipks .mbr-text,
.cid-tzlmYnipks blockquote {
  color: #767676;
}
.cid-tzlmYnipks .mbr-text P {
  text-align: center;
}
.cid-tzlmYnipks .mbr-text {
  color: #232323;
}
.cid-sQfntp6k6H {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sQfntp6k6H .content {
    text-align: center;
  }
  .cid-sQfntp6k6H .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQfntp6k6H .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sQfntp6k6H .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sQfntp6k6H .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sQfntp6k6H .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sQfntp6k6H .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sQfntp6k6H .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-sQfntp6k6H .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sQfntp6k6H .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQfntp6k6H .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQfntp6k6H .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQfntp6k6H .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQkt0g3Sky {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/1-1-852x480.jpg");
}
.cid-sQkt0g3Sky P {
  color: #767676;
}
.cid-sQkt0g3Sky H1 {
  color: #ff5803;
}
.cid-sQkt0g3Sky .mbr-text,
.cid-sQkt0g3Sky .mbr-section-btn {
  color: #ffffff;
}
.cid-sQkt0g3Sky H3 {
  color: #ff5803;
}
.cid-sQktNhE8Qo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
}
.cid-sQktNhE8Qo .mbr-section-subtitle {
  color: #073b4c;
}
.cid-sQktNhE8Qo .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sQktNhE8Qo H2 {
  color: #af0404;
}
.cid-sQktGIteFA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-sQktGIteFA .mbr-section-subtitle {
  color: #073b4c;
}
.cid-sQktGIteFA .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sQktGIteFA H2 {
  color: #073b4c;
}
.cid-sQkyukow08 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sQkyukow08 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQkyukow08 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sQkyukow08 .mbr-text {
  color: #073b4c;
}
.cid-sQkyveACMv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sQkyveACMv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQkyveACMv .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sQkyveACMv .mbr-text {
  color: #073b4c;
}
.cid-sR6aNfqYGp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sR6aNfqYGp .mbr-section-subtitle {
  color: #073b4c;
  text-align: center;
}
.cid-sR6aNfqYGp H2 {
  color: #465052;
}
.cid-sR6aPz9PeD {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-sR6aPz9PeD .image-block {
  margin: auto;
}
.cid-sR6aPz9PeD figcaption {
  position: relative;
}
.cid-sR6aPz9PeD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sR6aPz9PeD .image-block {
    width: 100% !important;
  }
}
.cid-sR6aPz9PeD DIV {
  color: #f7ed4a;
}
.cid-tzlnE2ioLZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlnE2ioLZ .mbr-text,
.cid-tzlnE2ioLZ blockquote {
  color: #767676;
}
.cid-tzlnE2ioLZ .mbr-text P {
  text-align: center;
}
.cid-tzlnE2ioLZ .mbr-text {
  color: #232323;
}
.cid-sQktQX9zUS {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sQktQX9zUS .content {
    text-align: center;
  }
  .cid-sQktQX9zUS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQktQX9zUS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sQktQX9zUS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sQktQX9zUS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sQktQX9zUS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sQktQX9zUS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sQktQX9zUS .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-sQktQX9zUS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sQktQX9zUS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQktQX9zUS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQktQX9zUS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQktQX9zUS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQvWCf3pMv {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1-1-852x480.jpg");
}
.cid-sQvWCf3pMv P {
  color: #767676;
}
.cid-sQvWCf3pMv H1 {
  color: #ff5803;
}
.cid-sQvWCf3pMv .mbr-text,
.cid-sQvWCf3pMv .mbr-section-btn {
  color: #ffffff;
}
.cid-sQvWCf3pMv H3 {
  color: #ff5803;
}
.cid-sQvWCfswpy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
}
.cid-sQvWCfswpy .mbr-section-subtitle {
  color: #073b4c;
}
.cid-sQvWCfswpy .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sQvWCfswpy H2 {
  color: #af0404;
}
.cid-sQvWCfN2Mp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-sQvWCfN2Mp .mbr-section-subtitle {
  color: #073b4c;
}
.cid-sQvWCfN2Mp .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sQvWCfN2Mp H2 {
  color: #073b4c;
}
.cid-sQvWCg45iv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sQvWCg45iv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQvWCg45iv .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sQvWCg45iv .mbr-text {
  color: #073b4c;
}
.cid-sQvWCgkiOg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sQvWCgkiOg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQvWCgkiOg .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sQvWCgkiOg .mbr-text {
  color: #073b4c;
}
.cid-sR69kqzy2u {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sR69kqzy2u .mbr-section-subtitle {
  color: #073b4c;
  text-align: center;
}
.cid-sR69kqzy2u H2 {
  color: #465052;
}
.cid-sR6aaDMyJ8 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-sR6aaDMyJ8 .image-block {
  margin: auto;
}
.cid-sR6aaDMyJ8 figcaption {
  position: relative;
}
.cid-sR6aaDMyJ8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sR6aaDMyJ8 .image-block {
    width: 100% !important;
  }
}
.cid-sR6aaDMyJ8 DIV {
  color: #f7ed4a;
}
.cid-tzlnGsFJUv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlnGsFJUv .mbr-text,
.cid-tzlnGsFJUv blockquote {
  color: #767676;
}
.cid-tzlnGsFJUv .mbr-text P {
  text-align: center;
}
.cid-tzlnGsFJUv .mbr-text {
  color: #232323;
}
.cid-sQvWCgxCvL {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sQvWCgxCvL .content {
    text-align: center;
  }
  .cid-sQvWCgxCvL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQvWCgxCvL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sQvWCgxCvL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sQvWCgxCvL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sQvWCgxCvL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sQvWCgxCvL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sQvWCgxCvL .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-sQvWCgxCvL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sQvWCgxCvL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQvWCgxCvL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQvWCgxCvL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQvWCgxCvL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQwXCqGkj1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sQwXCqGkj1 P {
  color: #767676;
}
.cid-sQwXCqGkj1 H1 {
  color: #4c4ffd;
}
.cid-sQwXCqGkj1 .mbr-text,
.cid-sQwXCqGkj1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tnrI4jE4h2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tnrI4jE4h2 .mbr-text,
.cid-tnrI4jE4h2 blockquote {
  color: #767676;
}
.cid-tnrI4jE4h2 .mbr-text {
  color: #175569;
}
.cid-tnrI4jE4h2 .mbr-text P {
  text-align: left;
}
.cid-tnQ30fJ08f {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #0f7699);
}
.cid-tnQ30fJ08f .image-block {
  margin: auto;
}
.cid-tnQ30fJ08f figcaption {
  position: relative;
}
.cid-tnQ30fJ08f figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tnQ30fJ08f .image-block {
    width: 100% !important;
  }
}
.cid-sQwOVj5yts {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sQwOVj5yts .mbr-section-subtitle {
  color: #073b4c;
}
.cid-sQwOVj5yts .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sQwOVj5yts H2 {
  color: #073b4c;
}
.cid-tzlmSmFTAt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlmSmFTAt .mbr-text,
.cid-tzlmSmFTAt blockquote {
  color: #767676;
}
.cid-tzlmSmFTAt .mbr-text P {
  text-align: center;
}
.cid-tzlmSmFTAt .mbr-text {
  color: #232323;
}
.cid-sQwOVk0bZL {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sQwOVk0bZL .content {
    text-align: center;
  }
  .cid-sQwOVk0bZL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQwOVk0bZL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sQwOVk0bZL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sQwOVk0bZL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sQwOVk0bZL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sQwOVk0bZL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sQwOVk0bZL .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-sQwOVk0bZL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sQwOVk0bZL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQwOVk0bZL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQwOVk0bZL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQwOVk0bZL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sRhbTgjn92 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #7f1933;
}
.cid-sRhbTgjn92 .mbr-section-subtitle {
  color: #b1a374;
  text-align: center;
}
.cid-sRhbTgjn92 H2 {
  color: #465052;
}
.cid-sR1ajIGkSH {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sR1ajIGkSH .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-sR1ajIGkSH .formoid {
  margin: auto;
}
.cid-sR1ajIGkSH .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-sR1ajIGkSH .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-sR1ajIGkSH a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sR1ajIGkSH a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-sR1ajIGkSH .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sR1ajIGkSH .form-group,
  .cid-sR1ajIGkSH .input-group-btn,
  .cid-sR1ajIGkSH .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-sR1ajIGkSH .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-sR1ajIGkSH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sRhcK8y1Rx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sRhcK8y1Rx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sRhcK8y1Rx .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sRhcK8y1Rx .mbr-text {
  color: #073b4c;
  text-align: center;
}
.cid-sR1kJdDN4o {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-sR1kJdDN4o .image-block {
  margin: auto;
}
.cid-sR1kJdDN4o figcaption {
  position: relative;
}
.cid-sR1kJdDN4o figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sR1kJdDN4o .image-block {
    width: 100% !important;
  }
}
.cid-sR1kJdDN4o DIV {
  color: #ff3838;
}
.cid-sR1i8oxH4F {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-sR1i8oxH4F .image-block {
  margin: auto;
}
.cid-sR1i8oxH4F figcaption {
  position: relative;
}
.cid-sR1i8oxH4F figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sR1i8oxH4F .image-block {
    width: 100% !important;
  }
}
.cid-sR1i8oxH4F DIV {
  color: #ff3838;
}
.cid-tnnhZIX967 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tnnhZIX967 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tnnhZIX967 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tnnhZIX967 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tnnhZIX967 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tnnhZIX967 .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-tnnhZIX967 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tnnhZIX967 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tnnhZIX967 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tnnhZIX967 .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-tnniFdSnJi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tnniFdSnJi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tnniFdSnJi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tnniFdSnJi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tnniFdSnJi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tnniFdSnJi .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-tnniFdSnJi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tnniFdSnJi .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tnniFdSnJi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tnniFdSnJi .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-sWmyg3vNKc {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #149dcc;
}
.cid-sWmyg3vNKc P {
  color: #767676;
}
.cid-sWmyg3vNKc H1 {
  color: #ffffff;
}
.cid-sWmyg5Qbjz {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sWmyg5Qbjz .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-sWmyg5Qbjz H2 {
  color: #465052;
  text-align: center;
}
.cid-tzlkdBusVn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlkdBusVn .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-tzlkdBusVn H2 {
  color: #465052;
  text-align: center;
}
.cid-tzlkdBusVn .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tnwNKYohmt {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tnwNKYohmt .content {
    text-align: center;
  }
  .cid-tnwNKYohmt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tnwNKYohmt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tnwNKYohmt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnwNKYohmt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tnwNKYohmt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tnwNKYohmt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tnwNKYohmt .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-tnwNKYohmt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tnwNKYohmt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tnwNKYohmt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tnwNKYohmt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tnwNKYohmt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8NuakTqf0 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-t8NuakTqf0 P {
  color: #767676;
}
.cid-t8NuakTqf0 .mbr-text,
.cid-t8NuakTqf0 .mbr-section-btn {
  color: #232323;
}
.cid-t8NuakTqf0 H1 {
  color: #4c4ffd;
}
.cid-t8KmOypPoa {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8KmOypPoa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8KmOypPoa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8KmOypPoa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8KmOypPoa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8KmOypPoa .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-t8KmOypPoa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8KmOypPoa .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-t8KmOypPoa .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8KmOypPoa .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t8OjDKFBKX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8OjDKFBKX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8OjDKFBKX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8OjDKFBKX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8OjDKFBKX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8OjDKFBKX .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-t8OjDKFBKX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8OjDKFBKX .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-t8OjDKFBKX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8OjDKFBKX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t92q0ZBBF7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t92q0ZBBF7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t92q0ZBBF7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t92q0ZBBF7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t92q0ZBBF7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t92q0ZBBF7 .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-t92q0ZBBF7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t92q0ZBBF7 .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-t92q0ZBBF7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t92q0ZBBF7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t8OjCfTF02 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t8OjCfTF02 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t8OjCfTF02 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8OjCfTF02 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8OjCfTF02 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t8OjCfTF02 .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-t8OjCfTF02 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t8OjCfTF02 .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-t8OjCfTF02 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t8OjCfTF02 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tzln19xCUr {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzln19xCUr .mbr-text,
.cid-tzln19xCUr blockquote {
  color: #767676;
}
.cid-tzln19xCUr .mbr-text P {
  text-align: center;
}
.cid-tzln19xCUr .mbr-text {
  color: #232323;
}
.cid-tnwOk2OTzx {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tnwOk2OTzx .content {
    text-align: center;
  }
  .cid-tnwOk2OTzx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tnwOk2OTzx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tnwOk2OTzx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnwOk2OTzx .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tnwOk2OTzx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tnwOk2OTzx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tnwOk2OTzx .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-tnwOk2OTzx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tnwOk2OTzx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tnwOk2OTzx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tnwOk2OTzx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tnwOk2OTzx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8OXDFX35q {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-t8OXDFX35q H3 {
  color: #ff3838;
}
.cid-t8PJjB2R49 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-t8PJjB2R49 .mbr-section-subtitle {
  color: #073b4c;
  text-align: center;
}
.cid-t8PJjB2R49 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-t8PJjB2R49 H2 {
  color: #af0404;
}
.cid-t8PJkRuPlJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-t8PJkRuPlJ .mbr-section-subtitle {
  color: #073b4c;
}
.cid-t8PJkRuPlJ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-t8PJkRuPlJ H2 {
  color: #333333;
}
.cid-t8OXDGORb9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8OXDGORb9 .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-t8OXDGORb9 H2 {
  color: #465052;
  text-align: center;
}
.cid-t8OXDH41Nk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t8OXDH41Nk .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-t8OXDH41Nk H2 {
  color: #465052;
}
.cid-tzlmFc63WZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlmFc63WZ .mbr-text,
.cid-tzlmFc63WZ blockquote {
  color: #767676;
}
.cid-tzlmFc63WZ .mbr-text P {
  text-align: center;
}
.cid-tzlmFc63WZ .mbr-text {
  color: #232323;
}
.cid-t8OXDI0MKN {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t8OXDI0MKN .content {
    text-align: center;
  }
  .cid-t8OXDI0MKN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8OXDI0MKN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t8OXDI0MKN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t8OXDI0MKN .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t8OXDI0MKN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t8OXDI0MKN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t8OXDI0MKN .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-t8OXDI0MKN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t8OXDI0MKN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t8OXDI0MKN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t8OXDI0MKN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8OXDI0MKN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t8OXDI0MKN P {
  color: #b2ccd2;
}
.cid-t90Wvp0SRf {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #149dcc;
}
.cid-t90Wvp0SRf P {
  color: #767676;
}
.cid-t90Wvp0SRf .mbr-text,
.cid-t90Wvp0SRf .mbr-section-btn {
  color: #232323;
}
.cid-t90Wvp0SRf H1 {
  color: #073b4c;
}
.cid-t90Wvpswxo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t90Wvpswxo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t90Wvpswxo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t90Wvpswxo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t90Wvpswxo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t90Wvpswxo .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-t90Wvpswxo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t90Wvpswxo .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-t90Wvpswxo .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t90Wvpswxo .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t90Wvq5Ydx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t90Wvq5Ydx .mbr-text,
.cid-t90Wvq5Ydx blockquote {
  color: #767676;
}
.cid-t90Wvq5Ydx .mbr-text {
  color: #073b4c;
}
.cid-t90WvqnmbC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t90WvqnmbC .mbr-text,
.cid-t90WvqnmbC blockquote {
  color: #767676;
}
.cid-t90WvqnmbC .mbr-text {
  color: #073b4c;
}
.cid-t91yo3lhsB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-t91yo3lhsB .image-block {
  margin: auto;
}
.cid-t91yo3lhsB figcaption {
  position: relative;
}
.cid-t91yo3lhsB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t91yo3lhsB .image-block {
    width: 100% !important;
  }
}
.cid-t91yo3lhsB DIV {
  color: #0f7699;
}
.cid-t91yGj8m6x {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-t91yGj8m6x .image-block {
  margin: auto;
}
.cid-t91yGj8m6x figcaption {
  position: relative;
}
.cid-t91yGj8m6x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t91yGj8m6x .image-block {
    width: 100% !important;
  }
}
.cid-t91yGj8m6x DIV {
  color: #0f7699;
}
.cid-t91yHicabN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-t91yHicabN .image-block {
  margin: auto;
}
.cid-t91yHicabN figcaption {
  position: relative;
}
.cid-t91yHicabN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t91yHicabN .image-block {
    width: 100% !important;
  }
}
.cid-t91yHicabN DIV {
  color: #0f7699;
}
.cid-tzlmwilB9I {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlmwilB9I .mbr-text,
.cid-tzlmwilB9I blockquote {
  color: #767676;
}
.cid-tzlmwilB9I .mbr-text P {
  text-align: center;
}
.cid-tzlmwilB9I .mbr-text {
  color: #232323;
}
.cid-tnwO62rSq2 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tnwO62rSq2 .content {
    text-align: center;
  }
  .cid-tnwO62rSq2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tnwO62rSq2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tnwO62rSq2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnwO62rSq2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tnwO62rSq2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tnwO62rSq2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tnwO62rSq2 .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-tnwO62rSq2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tnwO62rSq2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tnwO62rSq2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tnwO62rSq2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tnwO62rSq2 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t92Qc68CDn {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #149dcc;
}
.cid-t92Qc68CDn P {
  color: #767676;
}
.cid-t92Qc68CDn .mbr-text,
.cid-t92Qc68CDn .mbr-section-btn {
  color: #232323;
}
.cid-t92Qc68CDn H1 {
  color: #073b4c;
}
.cid-t92Qc6SYiP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t92Qc6SYiP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t92Qc6SYiP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t92Qc6SYiP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t92Qc6SYiP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t92Qc6SYiP .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-t92Qc6SYiP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t92Qc6SYiP .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-t92Qc6SYiP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t92Qc6SYiP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t92S3YdubJ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t92S3YdubJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t92S3YdubJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t92S3YdubJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t92S3YdubJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t92S3YdubJ .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-t92S3YdubJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t92S3YdubJ .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-t92S3YdubJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t92S3YdubJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tap6nckjov {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tap6nckjov P {
  color: #767676;
}
.cid-tap6nckjov H1 {
  color: #062f3d;
}
.cid-tap6nckjov .mbr-text,
.cid-tap6nckjov .mbr-section-btn {
  color: #0e0202;
  text-align: left;
}
.cid-tap6nckjov DIV {
  text-align: center;
}
.cid-tap6nckjov H3 {
  color: #2a2cb6;
}
.cid-tap6bhnWip {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tap6bhnWip .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tap6bhnWip .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tap6bhnWip .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tap6bhnWip .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tap6bhnWip .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-tap6bhnWip .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tap6bhnWip .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-tap6bhnWip .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tap6bhnWip .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-taqFEyQz2r {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-taqFEyQz2r .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taqFEyQz2r .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taqFEyQz2r .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taqFEyQz2r .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taqFEyQz2r .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-taqFEyQz2r .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-taqFEyQz2r .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-taqFEyQz2r .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-taqFEyQz2r .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tavTQYvqiG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tavTQYvqiG P {
  color: #767676;
}
.cid-tavTQYvqiG H1 {
  color: #062f3d;
}
.cid-tavTQYvqiG .mbr-text,
.cid-tavTQYvqiG .mbr-section-btn {
  color: #0e0202;
  text-align: left;
}
.cid-tavTQYvqiG DIV {
  text-align: center;
}
.cid-tavTQYvqiG H3 {
  color: #2a2cb6;
}
.cid-tavSz2caVl {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tavSz2caVl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tavSz2caVl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tavSz2caVl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tavSz2caVl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tavSz2caVl .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-tavSz2caVl .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tavSz2caVl .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-tavSz2caVl .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tavSz2caVl .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tzlmpFfjmZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlmpFfjmZ .mbr-text,
.cid-tzlmpFfjmZ blockquote {
  color: #767676;
}
.cid-tzlmpFfjmZ .mbr-text P {
  text-align: center;
}
.cid-tzlmpFfjmZ .mbr-text {
  color: #232323;
}
.cid-tnwNYdfNnp {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tnwNYdfNnp .content {
    text-align: center;
  }
  .cid-tnwNYdfNnp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tnwNYdfNnp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tnwNYdfNnp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnwNYdfNnp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tnwNYdfNnp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tnwNYdfNnp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tnwNYdfNnp .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-tnwNYdfNnp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tnwNYdfNnp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tnwNYdfNnp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tnwNYdfNnp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tnwNYdfNnp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t96vmWaBdY {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-t96vmWaBdY P {
  color: #767676;
}
.cid-t96vmWaBdY .mbr-text,
.cid-t96vmWaBdY .mbr-section-btn {
  color: #4c4ffd;
}
.cid-t96vmWaBdY H1 {
  color: #4c4ffd;
}
.cid-t96vmWxVtt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t96vmWxVtt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t96vmWxVtt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t96vmWxVtt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t96vmWxVtt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t96vmWxVtt .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-t96vmWxVtt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t96vmWxVtt .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-t96vmWxVtt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t96vmWxVtt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tzln6dbenf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzln6dbenf .mbr-text,
.cid-tzln6dbenf blockquote {
  color: #767676;
}
.cid-tzln6dbenf .mbr-text P {
  text-align: center;
}
.cid-tzln6dbenf .mbr-text {
  color: #232323;
}
.cid-tnwOvZ14QO {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tnwOvZ14QO .content {
    text-align: center;
  }
  .cid-tnwOvZ14QO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tnwOvZ14QO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tnwOvZ14QO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnwOvZ14QO .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tnwOvZ14QO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tnwOvZ14QO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tnwOvZ14QO .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-tnwOvZ14QO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tnwOvZ14QO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tnwOvZ14QO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tnwOvZ14QO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tnwOvZ14QO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t92J0aWZCp {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-t92J0aWZCp P {
  color: #767676;
}
.cid-t92J0aWZCp .mbr-text,
.cid-t92J0aWZCp .mbr-section-btn {
  color: #232323;
}
.cid-t92J0aWZCp H1 {
  color: #4c4ffd;
}
.cid-t92J0biwfb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t92J0biwfb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t92J0biwfb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t92J0biwfb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t92J0biwfb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t92J0biwfb .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-t92J0biwfb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t92J0biwfb .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-t92J0biwfb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t92J0biwfb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tzln4hWh6Q {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzln4hWh6Q .mbr-text,
.cid-tzln4hWh6Q blockquote {
  color: #767676;
}
.cid-tzln4hWh6Q .mbr-text P {
  text-align: center;
}
.cid-tzln4hWh6Q .mbr-text {
  color: #232323;
}
.cid-tnwOr6jxRD {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tnwOr6jxRD .content {
    text-align: center;
  }
  .cid-tnwOr6jxRD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tnwOr6jxRD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tnwOr6jxRD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnwOr6jxRD .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tnwOr6jxRD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tnwOr6jxRD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tnwOr6jxRD .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-tnwOr6jxRD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tnwOr6jxRD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tnwOr6jxRD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tnwOr6jxRD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tnwOr6jxRD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tajTXEuPZ8 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tajTXEuPZ8 H3 {
  color: #ff3838;
}
.cid-tajTXEUUE7 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-tajTXEUUE7 .mbr-section-subtitle {
  color: #073b4c;
  text-align: center;
}
.cid-tajTXEUUE7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tajTXEUUE7 H2 {
  color: #af0404;
}
.cid-tajTXFaQjy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-tajTXFaQjy .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tajTXFaQjy .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tajTXFaQjy H2 {
  color: #333333;
}
.cid-tajTXFqrAK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajTXFqrAK .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-tajTXFqrAK H2 {
  color: #465052;
  text-align: center;
}
.cid-tajTXFEgNG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tajTXFEgNG .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-tajTXFEgNG H2 {
  color: #465052;
}
.cid-tzlnrZg4vH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlnrZg4vH .mbr-text,
.cid-tzlnrZg4vH blockquote {
  color: #767676;
}
.cid-tzlnrZg4vH .mbr-text P {
  text-align: center;
}
.cid-tzlnrZg4vH .mbr-text {
  color: #232323;
}
.cid-tajTXGmBbv {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tajTXGmBbv .content {
    text-align: center;
  }
  .cid-tajTXGmBbv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tajTXGmBbv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tajTXGmBbv .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tajTXGmBbv .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tajTXGmBbv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tajTXGmBbv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tajTXGmBbv .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-tajTXGmBbv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tajTXGmBbv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tajTXGmBbv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tajTXGmBbv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tajTXGmBbv .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tajTXGmBbv P {
  color: #b2ccd2;
}
.cid-talNMFP7lG {
  padding-top: 135px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-talNMFP7lG H3 {
  color: #ff3838;
}
.cid-talNMGDL2E {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-talNMGDL2E .mbr-section-subtitle {
  color: #073b4c;
  text-align: center;
}
.cid-talNMGDL2E .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-talNMGDL2E H2 {
  color: #af0404;
}
.cid-talNMGXLsi {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-talNMGXLsi .mbr-section-subtitle {
  color: #073b4c;
}
.cid-talNMGXLsi .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-talNMGXLsi H2 {
  color: #333333;
}
.cid-talNMHe2hX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-talNMHe2hX .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-talNMHe2hX H2 {
  color: #465052;
  text-align: center;
}
.cid-talNMHuKzR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-talNMHuKzR .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-talNMHuKzR H2 {
  color: #465052;
}
.cid-tamg06sYCc {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tamg06sYCc .image-block {
  margin: auto;
}
.cid-tamg06sYCc figcaption {
  position: relative;
}
.cid-tamg06sYCc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamg06sYCc .image-block {
    width: 100% !important;
  }
}
.cid-tap1jgi9su {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tap1jgi9su .image-block {
  margin: auto;
}
.cid-tap1jgi9su figcaption {
  position: relative;
}
.cid-tap1jgi9su figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tap1jgi9su .image-block {
    width: 100% !important;
  }
}
.cid-talNMHM2pi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-talNMHM2pi P {
  color: #767676;
}
.cid-talNMHM2pi H1 {
  color: #062f3d;
}
.cid-talNMHM2pi .mbr-text,
.cid-talNMHM2pi .mbr-section-btn {
  color: #0e0202;
  text-align: left;
}
.cid-talNMHM2pi DIV {
  text-align: center;
}
.cid-talNMHM2pi H3 {
  color: #6a8c7e;
}
.cid-tzlnv7QbPA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlnv7QbPA .mbr-text,
.cid-tzlnv7QbPA blockquote {
  color: #767676;
}
.cid-tzlnv7QbPA .mbr-text P {
  text-align: center;
}
.cid-tzlnv7QbPA .mbr-text {
  color: #232323;
}
.cid-talNMI8s7A {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-talNMI8s7A .content {
    text-align: center;
  }
  .cid-talNMI8s7A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-talNMI8s7A .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-talNMI8s7A .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-talNMI8s7A .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-talNMI8s7A .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-talNMI8s7A .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-talNMI8s7A .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-talNMI8s7A .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-talNMI8s7A .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-talNMI8s7A .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-talNMI8s7A .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-talNMI8s7A .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-talNMI8s7A P {
  color: #b2ccd2;
}
.cid-talNMIQgfC .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-talNMIQgfC .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-talNMIQgfC a {
  font-style: normal;
}
.cid-talNMIQgfC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-talNMIQgfC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-talNMIQgfC .nav-item:focus,
.cid-talNMIQgfC .nav-link:focus {
  outline: none;
}
.cid-talNMIQgfC .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-talNMIQgfC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-talNMIQgfC .menu-logo {
  margin-right: auto;
}
.cid-talNMIQgfC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-talNMIQgfC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-talNMIQgfC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-talNMIQgfC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-talNMIQgfC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-talNMIQgfC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-talNMIQgfC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-talNMIQgfC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-talNMIQgfC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-talNMIQgfC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-talNMIQgfC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-talNMIQgfC .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-talNMIQgfC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-talNMIQgfC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-talNMIQgfC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-talNMIQgfC .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-talNMIQgfC .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-talNMIQgfC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-talNMIQgfC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-talNMIQgfC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-talNMIQgfC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-talNMIQgfC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-talNMIQgfC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-talNMIQgfC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-talNMIQgfC button.navbar-toggler:focus {
  outline: none;
}
.cid-talNMIQgfC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-talNMIQgfC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-talNMIQgfC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-talNMIQgfC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-talNMIQgfC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-talNMIQgfC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-talNMIQgfC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-talNMIQgfC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-talNMIQgfC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-talNMIQgfC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-talNMIQgfC .collapsed .btn {
  display: -webkit-flex;
}
.cid-talNMIQgfC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-talNMIQgfC .collapsed .navbar-collapse.collapsing,
.cid-talNMIQgfC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-talNMIQgfC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-talNMIQgfC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-talNMIQgfC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-talNMIQgfC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-talNMIQgfC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-talNMIQgfC .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-talNMIQgfC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-talNMIQgfC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-talNMIQgfC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-talNMIQgfC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-talNMIQgfC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-talNMIQgfC .collapsed button.navbar-toggler {
  display: block;
}
.cid-talNMIQgfC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-talNMIQgfC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-talNMIQgfC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-talNMIQgfC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-talNMIQgfC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-talNMIQgfC .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: 1023px) {
  .cid-talNMIQgfC .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-talNMIQgfC img {
    height: 3.8rem !important;
  }
  .cid-talNMIQgfC .btn {
    display: -webkit-flex;
  }
  .cid-talNMIQgfC button.navbar-toggler {
    display: block;
  }
  .cid-talNMIQgfC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-talNMIQgfC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-talNMIQgfC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-talNMIQgfC .navbar-collapse.collapsing,
  .cid-talNMIQgfC .navbar-collapse.show {
    display: block !important;
  }
  .cid-talNMIQgfC .navbar-collapse.collapsing .navbar-nav,
  .cid-talNMIQgfC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-talNMIQgfC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-talNMIQgfC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-talNMIQgfC .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-talNMIQgfC .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-talNMIQgfC .navbar-collapse.collapsing .navbar-buttons,
  .cid-talNMIQgfC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-talNMIQgfC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-talNMIQgfC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-talNMIQgfC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-talNMIQgfC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-talNMIQgfC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-talNMIQgfC .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-talNMIQgfC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-talNMIQgfC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-talNMIQgfC .nav-link:hover,
.cid-talNMIQgfC .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tmHzNQKi73 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/1-1-852x480.jpg");
}
.cid-tmHzNQKi73 P {
  color: #767676;
}
.cid-tmHzNQKi73 H1 {
  color: #f3feff;
}
.cid-tmHzNQKi73 .mbr-text,
.cid-tmHzNQKi73 .mbr-section-btn {
  color: #ffffff;
}
.cid-tmHzNQKi73 H3 {
  color: #f9f295;
}
.cid-tmHzNRn5pa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
}
.cid-tmHzNRn5pa .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tmHzNRn5pa .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tmHzNRn5pa H2 {
  color: #af0404;
}
.cid-tmHzNRFqzK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-tmHzNRFqzK .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tmHzNRFqzK .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tmHzNRFqzK H2 {
  color: #073b4c;
}
.cid-tmHZrl7idI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmHZrl7idI .mbr-section-subtitle {
  color: #767676;
}
.cid-tmHZrl7idI .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tmHZrl7idI .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tmHZrl7idI .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-tmHZrl7idI .mbr-author-name {
  color: #767676;
}
.cid-tmHZrl7idI .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-tmHZrl7idI .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-tmHZrl7idI .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tmHZrl7idI .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tmHZrl7idI .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-tmHZrl7idI .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tmI0NmvFMv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmI0NmvFMv .mbr-section-subtitle {
  color: #767676;
}
.cid-tmI0NmvFMv .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tmI0NmvFMv .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tmI0NmvFMv .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-tmI0NmvFMv .mbr-author-name {
  color: #767676;
}
.cid-tmI0NmvFMv .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-tmI0NmvFMv .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-tmI0NmvFMv .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tmI0NmvFMv .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tmI0NmvFMv .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-tmI0NmvFMv .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tng5sSn4cM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tng5sSn4cM .title {
  margin-bottom: 2rem;
}
.cid-tng5sSn4cM .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tng5sSn4cM a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tng5sSn4cM a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tng5sSn4cM textarea.form-control {
  min-height: 188px;
}
.cid-tng5sSn4cM H2 {
  color: #073b4c;
}
.cid-tng5sSn4cM DIV {
  text-align: center;
}
.cid-tng5sSn4cM LABEL {
  text-align: center;
}
.cid-tmHzNSlCtc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tmHzNSlCtc .mbr-section-subtitle {
  color: #073b4c;
  text-align: center;
}
.cid-tmHzNSlCtc H2 {
  color: #465052;
}
.cid-tnEcfCc1RB {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 30px;
}
.cid-tnEcfCc1RB .image-block {
  margin: auto;
}
.cid-tnEcfCc1RB .mbr-figure {
  margin: 0 auto;
}
.cid-tnEcfCc1RB figcaption {
  position: relative;
}
.cid-tnEcfCc1RB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tnEcfCc1RB .image-block {
    width: 100% !important;
  }
}
.cid-tnEdluU1Qz {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-tnEdluU1Qz .image-block {
  margin: auto;
}
.cid-tnEdluU1Qz .mbr-figure {
  margin: 0 auto;
}
.cid-tnEdluU1Qz figcaption {
  position: relative;
}
.cid-tnEdluU1Qz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tnEdluU1Qz .image-block {
    width: 100% !important;
  }
}
.cid-tzlmIvpldf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlmIvpldf .mbr-text,
.cid-tzlmIvpldf blockquote {
  color: #767676;
}
.cid-tzlmIvpldf .mbr-text P {
  text-align: center;
}
.cid-tzlmIvpldf .mbr-text {
  color: #232323;
}
.cid-tmHzNSTHQP {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tmHzNSTHQP .content {
    text-align: center;
  }
  .cid-tmHzNSTHQP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tmHzNSTHQP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tmHzNSTHQP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tmHzNSTHQP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tmHzNSTHQP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tmHzNSTHQP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tmHzNSTHQP .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-tmHzNSTHQP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tmHzNSTHQP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmHzNSTHQP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmHzNSTHQP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmHzNSTHQP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tnpjy8TqzA {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tnpjy8TqzA .mbr-section-subtitle {
  color: #129f40;
  text-align: center;
}
.cid-tnpjy8TqzA H2 {
  color: #465052;
}
.cid-tnpjy9e1jK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tnpjy9e1jK .mbr-section-subtitle {
  color: #82786e;
  text-align: center;
}
.cid-tnpjy9e1jK H2 {
  color: #465052;
}
.cid-uan7jPSlG8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uan7jPSlG8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uan7jPSlG8 p {
  color: #767676;
  text-align: left;
}
.cid-uan7jPSlG8 .card-box {
  padding-top: 2rem;
}
.cid-uan7jPSlG8 .card-wrapper {
  height: 100%;
}
.cid-uan7jPSlG8 P {
  color: #7f1933;
}
.cid-uan9DHNkkN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uan9DHNkkN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uan9DHNkkN p {
  color: #767676;
  text-align: left;
}
.cid-uan9DHNkkN .card-box {
  padding-top: 2rem;
}
.cid-uan9DHNkkN .card-wrapper {
  height: 100%;
}
.cid-uan9DHNkkN P {
  color: #7f1933;
}
.cid-uatLN1tTW5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uatLN1tTW5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uatLN1tTW5 p {
  color: #767676;
  text-align: left;
}
.cid-uatLN1tTW5 .card-box {
  padding-top: 2rem;
}
.cid-uatLN1tTW5 .card-wrapper {
  height: 100%;
}
.cid-uatLN1tTW5 P {
  color: #7f1933;
}
.cid-tnpjy9wdN7 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tnpjy9wdN7 .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-tnpjy9wdN7 .formoid {
  margin: auto;
}
.cid-tnpjy9wdN7 .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-tnpjy9wdN7 .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-tnpjy9wdN7 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tnpjy9wdN7 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-tnpjy9wdN7 .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tnpjy9wdN7 .form-group,
  .cid-tnpjy9wdN7 .input-group-btn,
  .cid-tnpjy9wdN7 .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-tnpjy9wdN7 .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-tnpjy9wdN7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tnpjyb8fzd {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #2e2e2e;
}
.cid-tzkwO9RB6R {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/1-1-852x480.jpg");
}
.cid-tzkwO9RB6R P {
  color: #767676;
}
.cid-tzkwO9RB6R H1 {
  color: #f3feff;
}
.cid-tzkwO9RB6R .mbr-text,
.cid-tzkwO9RB6R .mbr-section-btn {
  color: #ffffff;
}
.cid-tzkwO9RB6R H3 {
  color: #ff5c5c;
}
.cid-tzkwOaH1Ir {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
}
.cid-tzkwOaH1Ir .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tzkwOaH1Ir .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tzkwOaH1Ir H2 {
  color: #af0404;
}
.cid-tzkwOb0hd1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-tzkwOb0hd1 .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tzkwOb0hd1 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tzkwOb0hd1 H2 {
  color: #073b4c;
}
.cid-tzkwOboLcM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzkwOboLcM .mbr-section-subtitle {
  color: #767676;
}
.cid-tzkwOboLcM .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tzkwOboLcM .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tzkwOboLcM .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-tzkwOboLcM .mbr-author-name {
  color: #767676;
}
.cid-tzkwOboLcM .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-tzkwOboLcM .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-tzkwOboLcM .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tzkwOboLcM .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tzkwOboLcM .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-tzkwOboLcM .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tzByfRc4Bc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzByfRc4Bc .mbr-text,
.cid-tzByfRc4Bc blockquote {
  color: #767676;
}
.cid-tzByfRc4Bc .mbr-text {
  color: #465052;
}
.cid-tzByfRc4Bc .mbr-text P {
  text-align: center;
}
.cid-tzkwOdvL8J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzkwOdvL8J .title {
  margin-bottom: 2rem;
}
.cid-tzkwOdvL8J .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tzkwOdvL8J a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tzkwOdvL8J a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tzkwOdvL8J textarea.form-control {
  min-height: 188px;
}
.cid-tzkwOdvL8J H2 {
  color: #073b4c;
}
.cid-tzkwOdvL8J DIV {
  text-align: center;
}
.cid-tzkwOdvL8J LABEL {
  text-align: center;
}
.cid-tzkwOe5tmg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzkwOe5tmg .mbr-section-subtitle {
  color: #073b4c;
  text-align: center;
}
.cid-tzkwOe5tmg H2 {
  color: #465052;
}
.cid-tzkwOemmqC {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-tzkwOemmqC .image-block {
  margin: auto;
}
.cid-tzkwOemmqC .mbr-figure {
  margin: 0 auto;
}
.cid-tzkwOemmqC figcaption {
  position: relative;
}
.cid-tzkwOemmqC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tzkwOemmqC .image-block {
    width: 100% !important;
  }
}
.cid-tzlmOW7sQo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzlmOW7sQo .mbr-text,
.cid-tzlmOW7sQo blockquote {
  color: #767676;
}
.cid-tzlmOW7sQo .mbr-text P {
  text-align: center;
}
.cid-tzlmOW7sQo .mbr-text {
  color: #232323;
}
.cid-tzkwOfoPio {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tzkwOfoPio .content {
    text-align: center;
  }
  .cid-tzkwOfoPio .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tzkwOfoPio .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tzkwOfoPio .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tzkwOfoPio .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tzkwOfoPio .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tzkwOfoPio .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tzkwOfoPio .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-tzkwOfoPio .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tzkwOfoPio .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tzkwOfoPio .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tzkwOfoPio .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzkwOfoPio .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWvJGa8mRr {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ff5c5c;
}
.cid-tWvJGa8mRr .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tWvJGa8mRr H2 {
  color: #073b4c;
}
.cid-u4wl6lLm01 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4wl6lLm01 .mbr-text {
  color: #767676;
}
.cid-u4wl6lLm01 .mbr-text p {
  background: #ffffff;
}
.cid-tWvJGc7WrA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ff5c5c;
}
.cid-tWvJGc7WrA .mbr-section-subtitle {
  color: #767676;
}
.cid-tWvJGc7WrA H2 {
  color: #073b4c;
}
.cid-tWvJGculcd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWvJGculcd .mbr-text,
.cid-tWvJGculcd blockquote {
  color: #767676;
}
.cid-tWvJGcM744 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWvJGcM744 .counter-container {
  color: #767676;
}
.cid-tWvJGcM744 .counter-container ul {
  margin-bottom: 0;
}
.cid-tWvJGcM744 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tWvJGcM744 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #149dcc;
  color: #149dcc;
  content: '✓';
}
.cid-tWvJGbA8Sk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWvJGbA8Sk .counter-container {
  color: #767676;
}
.cid-tWvJGbA8Sk .counter-container ul {
  margin-bottom: 0;
}
.cid-tWvJGbA8Sk .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tWvJGbA8Sk .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #149dcc;
  color: #149dcc;
  content: '✓';
}
.cid-tWvMBCj7w5 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-tWvMBCj7w5 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-tWvMBCj7w5 a {
  font-style: normal;
}
.cid-tWvMBCj7w5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tWvMBCj7w5 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tWvMBCj7w5 .nav-item:focus,
.cid-tWvMBCj7w5 .nav-link:focus {
  outline: none;
}
.cid-tWvMBCj7w5 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tWvMBCj7w5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tWvMBCj7w5 .menu-logo {
  margin-right: auto;
}
.cid-tWvMBCj7w5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tWvMBCj7w5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tWvMBCj7w5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tWvMBCj7w5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tWvMBCj7w5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tWvMBCj7w5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tWvMBCj7w5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tWvMBCj7w5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tWvMBCj7w5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tWvMBCj7w5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWvMBCj7w5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tWvMBCj7w5 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tWvMBCj7w5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tWvMBCj7w5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWvMBCj7w5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tWvMBCj7w5 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tWvMBCj7w5 .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-tWvMBCj7w5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tWvMBCj7w5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tWvMBCj7w5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tWvMBCj7w5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tWvMBCj7w5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tWvMBCj7w5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tWvMBCj7w5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tWvMBCj7w5 button.navbar-toggler:focus {
  outline: none;
}
.cid-tWvMBCj7w5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWvMBCj7w5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tWvMBCj7w5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tWvMBCj7w5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tWvMBCj7w5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tWvMBCj7w5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWvMBCj7w5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tWvMBCj7w5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tWvMBCj7w5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWvMBCj7w5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tWvMBCj7w5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tWvMBCj7w5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tWvMBCj7w5 .collapsed .navbar-collapse.collapsing,
.cid-tWvMBCj7w5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tWvMBCj7w5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tWvMBCj7w5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tWvMBCj7w5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tWvMBCj7w5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tWvMBCj7w5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tWvMBCj7w5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tWvMBCj7w5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tWvMBCj7w5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tWvMBCj7w5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tWvMBCj7w5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tWvMBCj7w5 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tWvMBCj7w5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tWvMBCj7w5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tWvMBCj7w5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tWvMBCj7w5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tWvMBCj7w5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tWvMBCj7w5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tWvMBCj7w5 .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: 1023px) {
  .cid-tWvMBCj7w5 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tWvMBCj7w5 img {
    height: 3.8rem !important;
  }
  .cid-tWvMBCj7w5 .btn {
    display: -webkit-flex;
  }
  .cid-tWvMBCj7w5 button.navbar-toggler {
    display: block;
  }
  .cid-tWvMBCj7w5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tWvMBCj7w5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tWvMBCj7w5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tWvMBCj7w5 .navbar-collapse.collapsing,
  .cid-tWvMBCj7w5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tWvMBCj7w5 .navbar-collapse.collapsing .navbar-nav,
  .cid-tWvMBCj7w5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tWvMBCj7w5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tWvMBCj7w5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tWvMBCj7w5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tWvMBCj7w5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tWvMBCj7w5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tWvMBCj7w5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tWvMBCj7w5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tWvMBCj7w5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tWvMBCj7w5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tWvMBCj7w5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tWvMBCj7w5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tWvMBCj7w5 .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-tWvMBCj7w5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tWvMBCj7w5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tWvMBCj7w5 .nav-link:hover,
.cid-tWvMBCj7w5 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tWvJGdj9FS {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWvJGdj9FS .mbr-text,
.cid-tWvJGdj9FS blockquote {
  color: #767676;
}
.cid-tWvJGd1SBD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tWvJGd1SBD .mbr-text,
.cid-tWvJGd1SBD blockquote {
  color: #767676;
}
.cid-tWvJGd1SBD .mbr-text {
  color: #465052;
}
.cid-tWvJGd1SBD .mbr-text P {
  text-align: left;
}
.cid-tWvN5aFzqO {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tWvN5aFzqO .image-block {
  margin: auto;
}
.cid-tWvN5aFzqO figcaption {
  position: relative;
}
.cid-tWvN5aFzqO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tWvN5aFzqO .image-block {
    width: 100% !important;
  }
}
.cid-tWvJGdFZdT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ff5c5c;
}
.cid-tWvJGdFZdT .mbr-section-subtitle {
  color: #767676;
}
.cid-tWvJGdFZdT H2 {
  color: #073b4c;
}
.cid-tWvJGe1Qtv {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWvJGe1Qtv .mbr-text,
.cid-tWvJGe1Qtv blockquote {
  color: #767676;
}
.cid-tWvJGekA6j {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ff3838;
}
.cid-tWvJGekA6j .mbr-section-subtitle {
  color: #767676;
}
.cid-tWvJGekA6j H2 {
  color: #232323;
}
.cid-tWvJGeNLaY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tWvJGeNLaY .mbr-text,
.cid-tWvJGeNLaY blockquote {
  color: #767676;
}
.cid-tWvJGfkmvA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWvJGfkmvA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tWvJGfkmvA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWvJGfkmvA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWvJGfkmvA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tWvJGfkmvA .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-tWvJGfkmvA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tWvJGfkmvA .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-tWvJGfkmvA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tWvJGfkmvA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tWvJGgG4iy {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tWvJGgG4iy .mbr-text,
.cid-tWvJGgG4iy blockquote {
  color: #767676;
}
.cid-tWvJGgG4iy .mbr-text P {
  text-align: center;
}
.cid-tWvJGgG4iy .mbr-text {
  color: #232323;
}
.cid-tWvJGhbaoN {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tWvJGhbaoN .content {
    text-align: center;
  }
  .cid-tWvJGhbaoN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWvJGhbaoN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tWvJGhbaoN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tWvJGhbaoN .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tWvJGhbaoN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tWvJGhbaoN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tWvJGhbaoN .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-tWvJGhbaoN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tWvJGhbaoN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tWvJGhbaoN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tWvJGhbaoN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWvJGhbaoN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tYOAjAStAi {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tYOAjAStAi H3 {
  color: #cc2952;
}
.cid-tYOAjBokwR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tYOAjBokwR .mbr-section-subtitle {
  color: #073b4c;
  text-align: center;
}
.cid-tYOAjBokwR .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tYOAjBokwR H2 {
  color: #af0404;
}
.cid-tYOAjBIW41 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tYOAjBIW41 .mbr-section-subtitle {
  color: #073b4c;
}
.cid-tYOAjBIW41 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tYOAjBIW41 H2 {
  color: #333333;
}
.cid-vbBpXlZhJJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vbBpXlZhJJ .mbr-text,
.cid-vbBpXlZhJJ blockquote {
  color: #767676;
}
.cid-tYOAjC47iL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tYOAjC47iL .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-tYOAjC47iL H2 {
  color: #465052;
  text-align: center;
}
.cid-tYOAjCj2NI {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-tYOAjCj2NI .mbr-section-subtitle {
  color: #f3feff;
  text-align: left;
}
.cid-tYOAjCj2NI H2 {
  color: #465052;
}
.cid-uBPyQmQhC2 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBPyQmQhC2 .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-uBPyQmQhC2 H2 {
  color: #465052;
  text-align: center;
}
.cid-uBPyQmQhC2 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ucFgxb5Vxg {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-ucFgxb5Vxg .image-block {
  margin: auto;
}
.cid-ucFgxb5Vxg .mbr-figure {
  margin: 0 auto;
}
.cid-ucFgxb5Vxg figcaption {
  position: relative;
}
.cid-ucFgxb5Vxg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ucFgxb5Vxg .image-block {
    width: 100% !important;
  }
}
.cid-tYOAjCMmWh {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tYOAjCMmWh .content {
    text-align: center;
  }
  .cid-tYOAjCMmWh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tYOAjCMmWh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tYOAjCMmWh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tYOAjCMmWh .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tYOAjCMmWh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tYOAjCMmWh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tYOAjCMmWh .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-tYOAjCMmWh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tYOAjCMmWh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tYOAjCMmWh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tYOAjCMmWh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tYOAjCMmWh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tYOAjCMmWh P {
  color: #f3feff;
}
.cid-uunjr2kGKu {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uunjr2kGKu H3 {
  color: #ff3838;
}
.cid-uunjr34pTT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uunjr34pTT .mbr-section-subtitle {
  color: #073b4c;
  text-align: center;
}
.cid-uunjr34pTT .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uunjr34pTT H2 {
  color: #af0404;
}
.cid-uunjr3nNjH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uunjr3nNjH .mbr-section-subtitle {
  color: #073b4c;
}
.cid-uunjr3nNjH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uunjr3nNjH H2 {
  color: #333333;
}
.cid-uupvYTtkW4 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uupvYTtkW4 .image-block {
  margin: auto;
}
.cid-uupvYTtkW4 figcaption {
  position: relative;
}
.cid-uupvYTtkW4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uupvYTtkW4 .image-block {
    width: 100% !important;
  }
}
.cid-uupvYTtkW4 DIV {
  color: #f7ed4a;
}
.cid-uunjr3FjWb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uunjr3FjWb .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-uunjr3FjWb H2 {
  color: #465052;
  text-align: center;
}
.cid-uunjr3W8Gq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uunjr3W8Gq .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-uunjr3W8Gq H2 {
  color: #465052;
}
.cid-uypi4EhqMI {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uypi4EhqMI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uypi4EhqMI .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uypi4EhqMI .mbr-text {
  color: #073b4c;
  text-align: left;
}
.cid-uypn5dc3MB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uypn5dc3MB .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-uypn5dc3MB H2 {
  color: #465052;
  text-align: center;
}
.cid-uypn5dc3MB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uypjcs5vNF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uypjcs5vNF .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-uypjcs5vNF H2 {
  color: #465052;
  text-align: center;
}
.cid-uypjcs5vNF .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uyqtg30LyN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uyqtg30LyN .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-uyqtg30LyN H2 {
  color: #465052;
  text-align: center;
}
.cid-uyqtg30LyN .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uyqsCTvTtI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyqsCTvTtI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyqsCTvTtI .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uyqsCTvTtI .mbr-text {
  color: #073b4c;
  text-align: left;
}
.cid-uyqsExb357 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyqsExb357 .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-uyqsExb357 H2 {
  color: #465052;
  text-align: center;
}
.cid-uyqsExb357 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uyqtxc2GHr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uyqtxc2GHr .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-uyqtxc2GHr H2 {
  color: #465052;
  text-align: center;
}
.cid-uyqtxc2GHr .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uunjr4dL5y {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uunjr4dL5y .mbr-text,
.cid-uunjr4dL5y blockquote {
  color: #767676;
}
.cid-uunjr4dL5y .mbr-text P {
  text-align: center;
}
.cid-uunjr4dL5y .mbr-text {
  color: #232323;
}
.cid-uunjr4toYZ {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uunjr4toYZ .content {
    text-align: center;
  }
  .cid-uunjr4toYZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uunjr4toYZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uunjr4toYZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uunjr4toYZ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uunjr4toYZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uunjr4toYZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uunjr4toYZ .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-uunjr4toYZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uunjr4toYZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uunjr4toYZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uunjr4toYZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uunjr4toYZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uunjr4toYZ P {
  color: #b2ccd2;
}
.cid-uzSwfOLWhA {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uzSwfOLWhA H3 {
  color: #ff3838;
}
.cid-uzSwfPpk2b {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uzSwfPpk2b .mbr-section-subtitle {
  color: #073b4c;
  text-align: center;
}
.cid-uzSwfPpk2b .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uzSwfPpk2b H2 {
  color: #af0404;
}
.cid-uzSwfPF697 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uzSwfPF697 .mbr-section-subtitle {
  color: #073b4c;
}
.cid-uzSwfPF697 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uzSwfPF697 H2 {
  color: #333333;
}
.cid-uzSwfPU3lh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzSwfPU3lh .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-uzSwfPU3lh H2 {
  color: #465052;
  text-align: center;
}
.cid-uzSwfQfi3I {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzSwfQfi3I .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-uzSwfQfi3I H2 {
  color: #465052;
}
.cid-uzX9g7CyHQ {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uzX9g7CyHQ .image-block {
  margin: auto;
}
.cid-uzX9g7CyHQ figcaption {
  position: relative;
}
.cid-uzX9g7CyHQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uzX9g7CyHQ .image-block {
    width: 100% !important;
  }
}
.cid-uzX9g7CyHQ DIV {
  color: #f7ed4a;
}
.cid-uzSwfQtuGT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uzSwfQtuGT .mbr-text,
.cid-uzSwfQtuGT blockquote {
  color: #767676;
}
.cid-uzSwfQtuGT .mbr-text P {
  text-align: center;
}
.cid-uzSwfQtuGT .mbr-text {
  color: #232323;
}
.cid-uzSwfQIkhn {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uzSwfQIkhn .content {
    text-align: center;
  }
  .cid-uzSwfQIkhn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzSwfQIkhn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzSwfQIkhn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzSwfQIkhn .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uzSwfQIkhn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzSwfQIkhn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uzSwfQIkhn .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-uzSwfQIkhn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uzSwfQIkhn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzSwfQIkhn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzSwfQIkhn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzSwfQIkhn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzSwfQIkhn P {
  color: #b2ccd2;
}
.cid-uS8mVsMRdV {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uS8mVsMRdV H3 {
  color: #efefef;
}
.cid-uS8mVtzGmV {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uS8mVtzGmV .mbr-section-subtitle {
  color: #073b4c;
  text-align: center;
}
.cid-uS8mVtzGmV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uS8mVtzGmV H2 {
  color: #af0404;
}
.cid-uS8mVtPPoe {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uS8mVtPPoe .mbr-section-subtitle {
  color: #073b4c;
}
.cid-uS8mVtPPoe .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uS8mVtPPoe H2 {
  color: #333333;
}
.cid-vkcvRULrue {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-vkcvRULrue .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vkcvRULrue .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vkcvRULrue .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-vkcvRULrue .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-vkcvRULrue .mbr-text {
  color: #073b4c;
}
.cid-vkcvYKpTYo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-vkcvYKpTYo .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vkcvYKpTYo .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vkcvYKpTYo .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-vkcvYKpTYo .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-vkcvYKpTYo .mbr-text {
  color: #073b4c;
}
.cid-vkcvZPOz73 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-vkcvZPOz73 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vkcvZPOz73 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vkcvZPOz73 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-vkcvZPOz73 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-vkcvZPOz73 .mbr-text {
  color: #073b4c;
}
.cid-vkcw0Kisuk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-vkcw0Kisuk .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vkcw0Kisuk .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vkcw0Kisuk .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-vkcw0Kisuk .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-vkcw0Kisuk .mbr-text {
  color: #073b4c;
}
.cid-uS9qrIASlX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uS9qrIASlX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uS9qrIASlX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uS9qrIASlX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uS9qrIASlX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uS9qrIASlX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ccffea;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ccffea, #45505b) !important;
}
.cid-uS9qrIASlX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uS9qrIASlX .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-uS9qrIASlX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uS9qrIASlX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ccffea !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ccffea, #45505b) !important;
}
.cid-uS8mVu9nsv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uS8mVu9nsv .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-uS8mVu9nsv H2 {
  color: #465052;
  text-align: center;
}
.cid-uS8mVuqu4s {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uS8mVuqu4s .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-uS8mVuqu4s H2 {
  color: #465052;
}
.cid-uS8mVuF4hu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uS8mVuF4hu .mbr-text,
.cid-uS8mVuF4hu blockquote {
  color: #767676;
}
.cid-uS8mVuF4hu .mbr-text P {
  text-align: center;
}
.cid-uS8mVuF4hu .mbr-text {
  color: #232323;
}
.cid-uS8mVuUwXH {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uS8mVuUwXH .content {
    text-align: center;
  }
  .cid-uS8mVuUwXH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uS8mVuUwXH .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uS8mVuUwXH .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uS8mVuUwXH .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uS8mVuUwXH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uS8mVuUwXH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uS8mVuUwXH .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-uS8mVuUwXH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uS8mVuUwXH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uS8mVuUwXH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uS8mVuUwXH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uS8mVuUwXH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uS8mVuUwXH P {
  color: #b2ccd2;
}
.cid-uSxXQfxwol {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uSxXQfxwol H3 {
  color: #efefef;
}
.cid-uSxXQgbFcv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uSxXQgbFcv .mbr-section-subtitle {
  color: #073b4c;
  text-align: center;
}
.cid-uSxXQgbFcv .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSxXQgbFcv H2 {
  color: #af0404;
}
.cid-uZjnLjOSnV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZjnLjOSnV .mbr-text,
.cid-uZjnLjOSnV blockquote {
  color: #767676;
}
.cid-uZjnLjOSnV .mbr-text {
  color: #073b4c;
}
.cid-uZjnLjOSnV .mbr-text P {
  text-align: left;
}
.cid-uZjlwPVoeb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZjlwPVoeb .mbr-text,
.cid-uZjlwPVoeb blockquote {
  color: #767676;
}
.cid-uZjlwPVoeb .mbr-text {
  color: #073b4c;
}
.cid-uZjlwPVoeb .mbr-text P {
  text-align: left;
}
.cid-vdcTsHo9CU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-vdcTsHo9CU .image-block {
  margin: auto;
}
.cid-vdcTsHo9CU figcaption {
  position: relative;
}
.cid-vdcTsHo9CU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vdcTsHo9CU .image-block {
    width: 100% !important;
  }
}
.cid-vd5jY6BhT1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vd5jY6BhT1 .mbr-text,
.cid-vd5jY6BhT1 blockquote {
  color: #767676;
}
.cid-vd5jY6BhT1 .mbr-text {
  color: #073b4c;
}
.cid-vd5jY6BhT1 .mbr-text P {
  text-align: left;
}
.cid-uSxXQgBZNW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uSxXQgBZNW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uSxXQgBZNW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSxXQgBZNW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSxXQgBZNW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uSxXQgBZNW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ccffea;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ccffea, #45505b) !important;
}
.cid-uSxXQgBZNW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uSxXQgBZNW .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-uSxXQgBZNW .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uSxXQgBZNW .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ccffea !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ccffea, #45505b) !important;
}
.cid-uSxXQhVFXY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSxXQhVFXY .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-uSxXQhVFXY H2 {
  color: #465052;
  text-align: center;
}
.cid-uSxXQif56K {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uSxXQif56K .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-uSxXQif56K H2 {
  color: #465052;
}
.cid-uSxXQiAIu6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uSxXQiAIu6 .mbr-text,
.cid-uSxXQiAIu6 blockquote {
  color: #767676;
}
.cid-uSxXQiAIu6 .mbr-text P {
  text-align: center;
}
.cid-uSxXQiAIu6 .mbr-text {
  color: #232323;
}
.cid-uSxXQiSLR6 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uSxXQiSLR6 .content {
    text-align: center;
  }
  .cid-uSxXQiSLR6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSxXQiSLR6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uSxXQiSLR6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uSxXQiSLR6 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uSxXQiSLR6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uSxXQiSLR6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uSxXQiSLR6 .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-uSxXQiSLR6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uSxXQiSLR6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uSxXQiSLR6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uSxXQiSLR6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uSxXQiSLR6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uSxXQiSLR6 P {
  color: #b2ccd2;
}
.cid-vcdesh15ZD {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-vcdesh15ZD H3 {
  color: #ff3838;
}
.cid-vcdeshNZaq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vcdeshNZaq .mbr-section-subtitle {
  color: #073b4c;
  text-align: center;
}
.cid-vcdeshNZaq .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vcdeshNZaq H2 {
  color: #af0404;
}
.cid-vcdesiaSCX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-vcdesiaSCX .mbr-section-subtitle {
  color: #073b4c;
}
.cid-vcdesiaSCX .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vcdesiaSCX H2 {
  color: #333333;
}
.cid-vcdesj4xni {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-vcdesj4xni .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-vcdesj4xni H2 {
  color: #465052;
}
.cid-vcf3IRXGpW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vcf3IRXGpW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vcf3IRXGpW .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-vcf3IRXGpW .mbr-text {
  color: #073b4c;
  text-align: left;
}
.cid-vcf3MlA7q8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcf3MlA7q8 .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-vcf3MlA7q8 H2 {
  color: #465052;
  text-align: center;
}
.cid-vcf3MlA7q8 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vcdesjlT09 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vcdesjlT09 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vcdesjlT09 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-vcdesjlT09 .mbr-text {
  color: #073b4c;
  text-align: left;
}
.cid-vcdesjzA5c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcdesjzA5c .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-vcdesjzA5c H2 {
  color: #465052;
  text-align: center;
}
.cid-vcdesjzA5c .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vcdesjRyVK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcdesjRyVK .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-vcdesjRyVK H2 {
  color: #465052;
  text-align: center;
}
.cid-vcdesjRyVK .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vcdeskbbuc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vcdeskbbuc .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-vcdeskbbuc H2 {
  color: #465052;
  text-align: center;
}
.cid-vcdeskbbuc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vcdeskuRne {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vcdeskuRne .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vcdeskuRne .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-vcdeskuRne .mbr-text {
  color: #073b4c;
  text-align: left;
}
.cid-vcdeskMmXX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcdeskMmXX .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-vcdeskMmXX H2 {
  color: #465052;
  text-align: center;
}
.cid-vcdeskMmXX .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vcdesl4ZR1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vcdesl4ZR1 .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-vcdesl4ZR1 H2 {
  color: #465052;
  text-align: center;
}
.cid-vcdesl4ZR1 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vcdeslr1is {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vcdeslr1is .mbr-text,
.cid-vcdeslr1is blockquote {
  color: #767676;
}
.cid-vcdeslr1is .mbr-text P {
  text-align: center;
}
.cid-vcdeslr1is .mbr-text {
  color: #232323;
}
.cid-vcdeslLDkB {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-vcdeslLDkB .content {
    text-align: center;
  }
  .cid-vcdeslLDkB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vcdeslLDkB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vcdeslLDkB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcdeslLDkB .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-vcdeslLDkB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcdeslLDkB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vcdeslLDkB .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-vcdeslLDkB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vcdeslLDkB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcdeslLDkB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vcdeslLDkB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcdeslLDkB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcdeslLDkB P {
  color: #b2ccd2;
}
