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





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !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: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #149dcc;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* 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;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #149dcc;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.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;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-qSnLQWfCIY {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSnLQWfCIY H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qSnLQWfCIY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qSnLQWfCIY .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qSimZpKc3S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSimZpKc3S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSimZpKc3S a {
  font-style: normal;
}
.cid-qSimZpKc3S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSimZpKc3S .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSimZpKc3S .nav-item:focus,
.cid-qSimZpKc3S .nav-link:focus {
  outline: none;
}
.cid-qSimZpKc3S .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSimZpKc3S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSimZpKc3S .menu-logo {
  margin-right: auto;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSimZpKc3S .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-qSimZpKc3S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSimZpKc3S .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSimZpKc3S .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-qSimZpKc3S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSimZpKc3S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSimZpKc3S button.navbar-toggler:focus {
  outline: none;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSimZpKc3S .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSimZpKc3S .collapsed .btn {
  display: flex;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSimZpKc3S .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSimZpKc3S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSimZpKc3S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSimZpKc3S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSimZpKc3S.navbar-expand {
    flex-direction: column;
  }
  .cid-qSimZpKc3S img {
    height: 3.8rem !important;
  }
  .cid-qSimZpKc3S .btn {
    display: flex;
  }
  .cid-qSimZpKc3S button.navbar-toggler {
    display: block;
  }
  .cid-qSimZpKc3S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSimZpKc3S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSimZpKc3S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing,
  .cid-qSimZpKc3S .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSimZpKc3S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSimZpKc3S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSimZpKc3S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSimZpKc3S .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-qSimZpKc3S .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSimZpKc3S .navbar-collapse {
  flex-basis: auto;
}
.cid-qSimZpKc3S .nav-link:hover,
.cid-qSimZpKc3S .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSo7rSzXQq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qSo7rSzXQq H1 {
  color: #232323;
}
.cid-qSo7rSzXQq H3 {
  color: #232323;
}
.cid-qSo7rSzXQq P {
  color: #232323;
  text-align: left;
}
.cid-qSo7rSzXQq B {
  color: #149dcc;
}
.cid-qSnJmyjGFH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSnJmyjGFH .mbr-section-subtitle {
  color: #767676;
}
.cid-qSnJmyjGFH H2 {
  color: #149dcc;
}
.cid-qSFqDs45yp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qSFqDs45yp .mbr-text {
  color: #767676;
}
.cid-qSFqDs45yp h4 {
  text-align: center;
}
.cid-qSFqDs45yp p {
  text-align: center;
}
.cid-qSFqDs45yp .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qSFran2X0x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qSFran2X0x .mbr-text {
  color: #767676;
}
.cid-qSFran2X0x h4 {
  text-align: center;
}
.cid-qSFran2X0x p {
  text-align: center;
}
.cid-qSFran2X0x .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qSnJwh4wHp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSnJwh4wHp .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qSnJwh4wHp .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qSnJwh4wHp .content-container {
    padding-right: 5rem;
  }
}
.cid-qSnJwh4wHp .mbr-text,
.cid-qSnJwh4wHp .mbr-section-btn {
  color: #ffffff;
}
.cid-qSnJwh4wHp H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qSjnzeIwOq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSjnzeIwOq .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSjnzeIwOq .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qSjnzeIwOq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSjnzeIwOq .inner-container {
    width: 100% !important;
  }
}
.cid-qSjnzeIwOq .section-text DIV {
  text-align: left;
}
.cid-qSjnzeIwOq .section-text B {
  color: #149dcc;
}
.cid-qTVeIVHcSg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(#ffffff, #efefef);
}
.cid-qTVeIVHcSg .carousel-control {
  background: #000;
}
.cid-qTVeIVHcSg .mbr-section-subtitle {
  color: #767676;
}
.cid-qTVeIVHcSg .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qTVeIVHcSg .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qTVeIVHcSg .carousel-item .wrap-img {
  text-align: center;
}
.cid-qTVeIVHcSg .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qTVeIVHcSg .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qTVeIVHcSg .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qTVeIVHcSg .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qTVeIVHcSg .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qTVeIVHcSg .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qTVeIVHcSg .cloneditem-1,
.cid-qTVeIVHcSg .cloneditem-2,
.cid-qTVeIVHcSg .cloneditem-3,
.cid-qTVeIVHcSg .cloneditem-4,
.cid-qTVeIVHcSg .cloneditem-5 {
  display: none;
}
.cid-qTVeIVHcSg .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-qTVeIVHcSg .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qTVeIVHcSg .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qTVeIVHcSg .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qTVeIVHcSg .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qTVeIVHcSg .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qTVeIVHcSg .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qTVeIVHcSg .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qTVeIVHcSg .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qTVeIVHcSg .carousel-inner.slides2 .cloneditem-1,
  .cid-qTVeIVHcSg .carousel-inner.slides2 .cloneditem-2,
  .cid-qTVeIVHcSg .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qTVeIVHcSg .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qTVeIVHcSg .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qTVeIVHcSg .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qTVeIVHcSg .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qTVeIVHcSg .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qTVeIVHcSg .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qTVeIVHcSg .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qTVeIVHcSg .carousel-inner.slides3 .cloneditem-1,
  .cid-qTVeIVHcSg .carousel-inner.slides3 .cloneditem-2,
  .cid-qTVeIVHcSg .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qTVeIVHcSg .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qTVeIVHcSg .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qTVeIVHcSg .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qTVeIVHcSg .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qTVeIVHcSg .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qTVeIVHcSg .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qTVeIVHcSg .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qTVeIVHcSg .carousel-inner.slides4 .cloneditem-1,
  .cid-qTVeIVHcSg .carousel-inner.slides4 .cloneditem-2,
  .cid-qTVeIVHcSg .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qTVeIVHcSg .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qTVeIVHcSg .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qTVeIVHcSg .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qTVeIVHcSg .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qTVeIVHcSg .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qTVeIVHcSg .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qTVeIVHcSg .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qTVeIVHcSg .carousel-inner.slides5 .cloneditem-1,
  .cid-qTVeIVHcSg .carousel-inner.slides5 .cloneditem-2,
  .cid-qTVeIVHcSg .carousel-inner.slides5 .cloneditem-3,
  .cid-qTVeIVHcSg .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qTVeIVHcSg .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qTVeIVHcSg .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qTVeIVHcSg .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qTVeIVHcSg .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qTVeIVHcSg .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qTVeIVHcSg .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qTVeIVHcSg .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qTVeIVHcSg .carousel-inner.slides6 .cloneditem-1,
  .cid-qTVeIVHcSg .carousel-inner.slides6 .cloneditem-2,
  .cid-qTVeIVHcSg .carousel-inner.slides6 .cloneditem-3,
  .cid-qTVeIVHcSg .carousel-inner.slides6 .cloneditem-4,
  .cid-qTVeIVHcSg .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qSjknuEwgC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSjknuEwgC .title {
  margin-bottom: 2rem;
}
.cid-qSjknuEwgC .mbr-section-subtitle {
  color: #767676;
}
.cid-qSjknuEwgC a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qSjknuEwgC a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qSjknuEwgC .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qSjknuEwgC .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qSjknuEwgC B {
  color: #232323;
}
.cid-qSjoQHP8SR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSjoQHP8SR .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSjoQHP8SR .section-text {
  padding: 2rem 0;
}
.cid-qSjoQHP8SR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSjoQHP8SR .inner-container {
    width: 100% !important;
  }
}
.cid-qSjoQHP8SR .section-text DIV {
  text-align: left;
  color: #232323;
}
.cid-qSjjL5DZJR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSjjL5DZJR [class^="socicon-"]:before,
.cid-qSjjL5DZJR [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSjjL5DZJR .btn-social {
  border-color: #149dcc;
}
.cid-qSjjL5DZJR .btn-social:hover {
  background: #149dcc;
}
.cid-qSjjL5DZJR .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSjjL5DZJR .btn {
    font-size: 20px !important;
  }
}
.cid-qSLSmihy27 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
@media (max-width: 767px) {
  .cid-qSLSmihy27 .content {
    text-align: center;
  }
  .cid-qSLSmihy27 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qSLSmihy27 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qSLSmihy27 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qSLSmihy27 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qSLSmihy27 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qSLSmihy27 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qSLSmihy27 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qSLSmihy27 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qSLSmihy27 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qSLSmihy27 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qSLSmihy27 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qSLSmihy27 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qSLSmihy27 H5 {
  color: #ffffff;
}
.cid-qSLSmihy27 P {
  color: #ffffff;
}
.cid-qSimZpKc3S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSimZpKc3S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSimZpKc3S a {
  font-style: normal;
}
.cid-qSimZpKc3S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSimZpKc3S .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSimZpKc3S .nav-item:focus,
.cid-qSimZpKc3S .nav-link:focus {
  outline: none;
}
.cid-qSimZpKc3S .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSimZpKc3S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSimZpKc3S .menu-logo {
  margin-right: auto;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSimZpKc3S .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-qSimZpKc3S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSimZpKc3S .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSimZpKc3S .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-qSimZpKc3S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSimZpKc3S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSimZpKc3S button.navbar-toggler:focus {
  outline: none;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSimZpKc3S .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSimZpKc3S .collapsed .btn {
  display: flex;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSimZpKc3S .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSimZpKc3S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSimZpKc3S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSimZpKc3S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSimZpKc3S.navbar-expand {
    flex-direction: column;
  }
  .cid-qSimZpKc3S img {
    height: 3.8rem !important;
  }
  .cid-qSimZpKc3S .btn {
    display: flex;
  }
  .cid-qSimZpKc3S button.navbar-toggler {
    display: block;
  }
  .cid-qSimZpKc3S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSimZpKc3S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSimZpKc3S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing,
  .cid-qSimZpKc3S .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSimZpKc3S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSimZpKc3S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSimZpKc3S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSimZpKc3S .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-qSimZpKc3S .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSimZpKc3S .navbar-collapse {
  flex-basis: auto;
}
.cid-qSimZpKc3S .nav-link:hover,
.cid-qSimZpKc3S .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSj7Fsy5rf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qSj7Fsy5rf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qSj7Fsy5rf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qSj7Fsy5rf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qSj7Fsy5rf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qSj7Fsy5rf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qSj7Fsy5rf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qSj7Fsy5rf .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-qSj7Fsy5rf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qSj7Fsy5rf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qSFBJkhn8x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSFBJkhn8x [class^="socicon-"]:before,
.cid-qSFBJkhn8x [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSFBJkhn8x .btn-social {
  border-color: #149dcc;
}
.cid-qSFBJkhn8x .btn-social:hover {
  background: #149dcc;
}
.cid-qSFBJkhn8x .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSFBJkhn8x .btn {
    font-size: 20px !important;
  }
}
.cid-qTVkFR9qgY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVkFR9qgY .content {
    text-align: center;
  }
  .cid-qTVkFR9qgY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVkFR9qgY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVkFR9qgY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVkFR9qgY .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVkFR9qgY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVkFR9qgY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVkFR9qgY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVkFR9qgY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVkFR9qgY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVkFR9qgY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVkFR9qgY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVkFR9qgY .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVkFR9qgY H5 {
  color: #ffffff;
}
.cid-qTVkFR9qgY P {
  color: #ffffff;
}
.cid-qSimZpKc3S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSimZpKc3S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSimZpKc3S a {
  font-style: normal;
}
.cid-qSimZpKc3S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSimZpKc3S .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSimZpKc3S .nav-item:focus,
.cid-qSimZpKc3S .nav-link:focus {
  outline: none;
}
.cid-qSimZpKc3S .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSimZpKc3S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSimZpKc3S .menu-logo {
  margin-right: auto;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSimZpKc3S .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-qSimZpKc3S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSimZpKc3S .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSimZpKc3S .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-qSimZpKc3S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSimZpKc3S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSimZpKc3S button.navbar-toggler:focus {
  outline: none;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSimZpKc3S .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSimZpKc3S .collapsed .btn {
  display: flex;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSimZpKc3S .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSimZpKc3S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSimZpKc3S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSimZpKc3S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSimZpKc3S.navbar-expand {
    flex-direction: column;
  }
  .cid-qSimZpKc3S img {
    height: 3.8rem !important;
  }
  .cid-qSimZpKc3S .btn {
    display: flex;
  }
  .cid-qSimZpKc3S button.navbar-toggler {
    display: block;
  }
  .cid-qSimZpKc3S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSimZpKc3S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSimZpKc3S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing,
  .cid-qSimZpKc3S .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSimZpKc3S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSimZpKc3S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSimZpKc3S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSimZpKc3S .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-qSimZpKc3S .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSimZpKc3S .navbar-collapse {
  flex-basis: auto;
}
.cid-qSimZpKc3S .nav-link:hover,
.cid-qSimZpKc3S .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSoMliq7is {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qSoMliq7is .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qSoMliq7is .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qSoMliq7is .mbr-text {
  color: #149dcc;
}
.cid-qSoqzDbyXI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qSoqzDbyXI .mbr-text,
.cid-qSoqzDbyXI blockquote {
  color: #767676;
}
.cid-qSoqzDbyXI SPAN {
  color: #232323;
}
.cid-qSoqzDbyXI DIV {
  text-align: left;
}
.cid-qSFBEEepO6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSFBEEepO6 [class^="socicon-"]:before,
.cid-qSFBEEepO6 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSFBEEepO6 .btn-social {
  border-color: #149dcc;
}
.cid-qSFBEEepO6 .btn-social:hover {
  background: #149dcc;
}
.cid-qSFBEEepO6 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSFBEEepO6 .btn {
    font-size: 20px !important;
  }
}
.cid-qTVm7ciyD1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVm7ciyD1 .content {
    text-align: center;
  }
  .cid-qTVm7ciyD1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVm7ciyD1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVm7ciyD1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVm7ciyD1 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVm7ciyD1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVm7ciyD1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVm7ciyD1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVm7ciyD1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVm7ciyD1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVm7ciyD1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVm7ciyD1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVm7ciyD1 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVm7ciyD1 H5 {
  color: #ffffff;
}
.cid-qTVm7ciyD1 P {
  color: #ffffff;
}
.cid-qSimZpKc3S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSimZpKc3S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSimZpKc3S a {
  font-style: normal;
}
.cid-qSimZpKc3S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSimZpKc3S .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSimZpKc3S .nav-item:focus,
.cid-qSimZpKc3S .nav-link:focus {
  outline: none;
}
.cid-qSimZpKc3S .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSimZpKc3S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSimZpKc3S .menu-logo {
  margin-right: auto;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSimZpKc3S .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-qSimZpKc3S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSimZpKc3S .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSimZpKc3S .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-qSimZpKc3S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSimZpKc3S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSimZpKc3S button.navbar-toggler:focus {
  outline: none;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSimZpKc3S .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSimZpKc3S .collapsed .btn {
  display: flex;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSimZpKc3S .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSimZpKc3S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSimZpKc3S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSimZpKc3S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSimZpKc3S.navbar-expand {
    flex-direction: column;
  }
  .cid-qSimZpKc3S img {
    height: 3.8rem !important;
  }
  .cid-qSimZpKc3S .btn {
    display: flex;
  }
  .cid-qSimZpKc3S button.navbar-toggler {
    display: block;
  }
  .cid-qSimZpKc3S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSimZpKc3S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSimZpKc3S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing,
  .cid-qSimZpKc3S .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSimZpKc3S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSimZpKc3S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSimZpKc3S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSimZpKc3S .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-qSimZpKc3S .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSimZpKc3S .navbar-collapse {
  flex-basis: auto;
}
.cid-qSimZpKc3S .nav-link:hover,
.cid-qSimZpKc3S .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSojedePoE {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSojedePoE SPAN {
  color: #149dcc;
}
.cid-qSojedePoE .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qSokF5R0o1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qSokF5R0o1 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qSokF5R0o1 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qSokF5R0o1 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-qSokF5R0o1 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qSokF5R0o1 .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qSokF5R0o1 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qSokF5R0o1 .card-box {
    padding-left: 0;
  }
}
.cid-qSokF5R0o1 .card-title,
.cid-qSokF5R0o1 .card-img {
  text-align: center;
}
.cid-qSFBAvf8NF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSFBAvf8NF [class^="socicon-"]:before,
.cid-qSFBAvf8NF [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSFBAvf8NF .btn-social {
  border-color: #149dcc;
}
.cid-qSFBAvf8NF .btn-social:hover {
  background: #149dcc;
}
.cid-qSFBAvf8NF .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSFBAvf8NF .btn {
    font-size: 20px !important;
  }
}
.cid-qTVlYq7dCD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVlYq7dCD .content {
    text-align: center;
  }
  .cid-qTVlYq7dCD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVlYq7dCD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVlYq7dCD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVlYq7dCD .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVlYq7dCD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVlYq7dCD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVlYq7dCD .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVlYq7dCD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVlYq7dCD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVlYq7dCD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVlYq7dCD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVlYq7dCD .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVlYq7dCD H5 {
  color: #ffffff;
}
.cid-qTVlYq7dCD P {
  color: #ffffff;
}
.cid-qSimZpKc3S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSimZpKc3S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSimZpKc3S a {
  font-style: normal;
}
.cid-qSimZpKc3S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSimZpKc3S .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSimZpKc3S .nav-item:focus,
.cid-qSimZpKc3S .nav-link:focus {
  outline: none;
}
.cid-qSimZpKc3S .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSimZpKc3S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSimZpKc3S .menu-logo {
  margin-right: auto;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSimZpKc3S .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-qSimZpKc3S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSimZpKc3S .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSimZpKc3S .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-qSimZpKc3S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSimZpKc3S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSimZpKc3S button.navbar-toggler:focus {
  outline: none;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSimZpKc3S .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSimZpKc3S .collapsed .btn {
  display: flex;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSimZpKc3S .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSimZpKc3S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSimZpKc3S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSimZpKc3S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSimZpKc3S.navbar-expand {
    flex-direction: column;
  }
  .cid-qSimZpKc3S img {
    height: 3.8rem !important;
  }
  .cid-qSimZpKc3S .btn {
    display: flex;
  }
  .cid-qSimZpKc3S button.navbar-toggler {
    display: block;
  }
  .cid-qSimZpKc3S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSimZpKc3S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSimZpKc3S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing,
  .cid-qSimZpKc3S .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSimZpKc3S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSimZpKc3S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSimZpKc3S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSimZpKc3S .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-qSimZpKc3S .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSimZpKc3S .navbar-collapse {
  flex-basis: auto;
}
.cid-qSimZpKc3S .nav-link:hover,
.cid-qSimZpKc3S .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSottmxuho {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qSottmxuho .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qSottmxuho .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qSottmxuho .mbr-text {
  color: #767676;
}
.cid-qSot8Ei7Ql {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qSot8Ei7Ql .mbr-text,
.cid-qSot8Ei7Ql blockquote {
  color: #767676;
}
.cid-qSFBr7Nf6s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSFBr7Nf6s [class^="socicon-"]:before,
.cid-qSFBr7Nf6s [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSFBr7Nf6s .btn-social {
  border-color: #149dcc;
}
.cid-qSFBr7Nf6s .btn-social:hover {
  background: #149dcc;
}
.cid-qSFBr7Nf6s .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSFBr7Nf6s .btn {
    font-size: 20px !important;
  }
}
.cid-qTVltxyq8U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVltxyq8U .content {
    text-align: center;
  }
  .cid-qTVltxyq8U .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVltxyq8U .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVltxyq8U .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVltxyq8U .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVltxyq8U .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVltxyq8U .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVltxyq8U .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVltxyq8U .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVltxyq8U .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVltxyq8U .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVltxyq8U .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVltxyq8U .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVltxyq8U H5 {
  color: #ffffff;
}
.cid-qTVltxyq8U P {
  color: #ffffff;
}
.cid-qSimZpKc3S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSimZpKc3S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSimZpKc3S a {
  font-style: normal;
}
.cid-qSimZpKc3S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSimZpKc3S .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSimZpKc3S .nav-item:focus,
.cid-qSimZpKc3S .nav-link:focus {
  outline: none;
}
.cid-qSimZpKc3S .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSimZpKc3S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSimZpKc3S .menu-logo {
  margin-right: auto;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSimZpKc3S .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-qSimZpKc3S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSimZpKc3S .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSimZpKc3S .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-qSimZpKc3S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSimZpKc3S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSimZpKc3S button.navbar-toggler:focus {
  outline: none;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSimZpKc3S .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSimZpKc3S .collapsed .btn {
  display: flex;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSimZpKc3S .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSimZpKc3S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSimZpKc3S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSimZpKc3S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSimZpKc3S.navbar-expand {
    flex-direction: column;
  }
  .cid-qSimZpKc3S img {
    height: 3.8rem !important;
  }
  .cid-qSimZpKc3S .btn {
    display: flex;
  }
  .cid-qSimZpKc3S button.navbar-toggler {
    display: block;
  }
  .cid-qSimZpKc3S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSimZpKc3S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSimZpKc3S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing,
  .cid-qSimZpKc3S .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSimZpKc3S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSimZpKc3S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSimZpKc3S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSimZpKc3S .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-qSimZpKc3S .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSimZpKc3S .navbar-collapse {
  flex-basis: auto;
}
.cid-qSimZpKc3S .nav-link:hover,
.cid-qSimZpKc3S .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSox3Am7LT {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qSox3Am7LT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qSox3Am7LT .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qSox3Am7LT .mbr-text {
  color: #149dcc;
}
.cid-qSowkDFCgV {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qSowkDFCgV .counter-container {
  color: #767676;
}
.cid-qSowkDFCgV .counter-container ul {
  margin-bottom: 0;
}
.cid-qSowkDFCgV .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qSowkDFCgV .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-qSFBmjeHyR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSFBmjeHyR [class^="socicon-"]:before,
.cid-qSFBmjeHyR [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSFBmjeHyR .btn-social {
  border-color: #149dcc;
}
.cid-qSFBmjeHyR .btn-social:hover {
  background: #149dcc;
}
.cid-qSFBmjeHyR .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSFBmjeHyR .btn {
    font-size: 20px !important;
  }
}
.cid-qTVle8d0Y1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVle8d0Y1 .content {
    text-align: center;
  }
  .cid-qTVle8d0Y1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVle8d0Y1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVle8d0Y1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVle8d0Y1 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVle8d0Y1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVle8d0Y1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVle8d0Y1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVle8d0Y1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVle8d0Y1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVle8d0Y1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVle8d0Y1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVle8d0Y1 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVle8d0Y1 H5 {
  color: #ffffff;
}
.cid-qTVle8d0Y1 P {
  color: #ffffff;
}
.cid-qSimZpKc3S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSimZpKc3S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSimZpKc3S a {
  font-style: normal;
}
.cid-qSimZpKc3S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSimZpKc3S .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSimZpKc3S .nav-item:focus,
.cid-qSimZpKc3S .nav-link:focus {
  outline: none;
}
.cid-qSimZpKc3S .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSimZpKc3S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSimZpKc3S .menu-logo {
  margin-right: auto;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSimZpKc3S .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-qSimZpKc3S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSimZpKc3S .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSimZpKc3S .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-qSimZpKc3S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSimZpKc3S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSimZpKc3S button.navbar-toggler:focus {
  outline: none;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSimZpKc3S .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSimZpKc3S .collapsed .btn {
  display: flex;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSimZpKc3S .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSimZpKc3S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSimZpKc3S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSimZpKc3S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSimZpKc3S.navbar-expand {
    flex-direction: column;
  }
  .cid-qSimZpKc3S img {
    height: 3.8rem !important;
  }
  .cid-qSimZpKc3S .btn {
    display: flex;
  }
  .cid-qSimZpKc3S button.navbar-toggler {
    display: block;
  }
  .cid-qSimZpKc3S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSimZpKc3S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSimZpKc3S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing,
  .cid-qSimZpKc3S .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSimZpKc3S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSimZpKc3S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSimZpKc3S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSimZpKc3S .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-qSimZpKc3S .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSimZpKc3S .navbar-collapse {
  flex-basis: auto;
}
.cid-qSimZpKc3S .nav-link:hover,
.cid-qSimZpKc3S .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSoOdxUTvt {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qSoOdxUTvt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qSoOdxUTvt .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qSoOdxUTvt .mbr-text {
  color: #149dcc;
}
.cid-qSoOXlUbLL {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qSoOXlUbLL H1 {
  color: #232323;
}
.cid-qSoOXlUbLL H3 {
  color: #149dcc;
}
.cid-qSoOXlUbLL P {
  color: #232323;
  text-align: left;
}
.cid-qSoOXlUbLL B {
  color: #149dcc;
}
.cid-qSFBhTgSjB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSFBhTgSjB [class^="socicon-"]:before,
.cid-qSFBhTgSjB [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSFBhTgSjB .btn-social {
  border-color: #149dcc;
}
.cid-qSFBhTgSjB .btn-social:hover {
  background: #149dcc;
}
.cid-qSFBhTgSjB .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSFBhTgSjB .btn {
    font-size: 20px !important;
  }
}
.cid-qTVl7kwEnL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVl7kwEnL .content {
    text-align: center;
  }
  .cid-qTVl7kwEnL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVl7kwEnL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVl7kwEnL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVl7kwEnL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVl7kwEnL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVl7kwEnL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVl7kwEnL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVl7kwEnL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVl7kwEnL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVl7kwEnL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVl7kwEnL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVl7kwEnL .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVl7kwEnL H5 {
  color: #ffffff;
}
.cid-qTVl7kwEnL P {
  color: #ffffff;
}
.cid-qSimZpKc3S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSimZpKc3S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSimZpKc3S a {
  font-style: normal;
}
.cid-qSimZpKc3S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSimZpKc3S .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSimZpKc3S .nav-item:focus,
.cid-qSimZpKc3S .nav-link:focus {
  outline: none;
}
.cid-qSimZpKc3S .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSimZpKc3S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSimZpKc3S .menu-logo {
  margin-right: auto;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSimZpKc3S .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-qSimZpKc3S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSimZpKc3S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSimZpKc3S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSimZpKc3S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSimZpKc3S .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSimZpKc3S .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-qSimZpKc3S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSimZpKc3S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSimZpKc3S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSimZpKc3S button.navbar-toggler:focus {
  outline: none;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSimZpKc3S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSimZpKc3S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSimZpKc3S .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSimZpKc3S .collapsed .btn {
  display: flex;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSimZpKc3S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSimZpKc3S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSimZpKc3S .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSimZpKc3S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSimZpKc3S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSimZpKc3S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSimZpKc3S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSimZpKc3S.navbar-expand {
    flex-direction: column;
  }
  .cid-qSimZpKc3S img {
    height: 3.8rem !important;
  }
  .cid-qSimZpKc3S .btn {
    display: flex;
  }
  .cid-qSimZpKc3S button.navbar-toggler {
    display: block;
  }
  .cid-qSimZpKc3S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSimZpKc3S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSimZpKc3S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing,
  .cid-qSimZpKc3S .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSimZpKc3S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSimZpKc3S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSimZpKc3S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSimZpKc3S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSimZpKc3S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSimZpKc3S .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-qSimZpKc3S .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSimZpKc3S .navbar-collapse {
  flex-basis: auto;
}
.cid-qSimZpKc3S .nav-link:hover,
.cid-qSimZpKc3S .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSGgyrVIjL {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSGgyrVIjL H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qSGgyrVIjL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qSGgyrVIjL .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qSFD0lzYAL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qSFD0lzYAL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSFD0lzYAL .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qSFD0lzYAL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSFD0lzYAL .inner-container {
    width: 100% !important;
  }
}
.cid-qSFD0lzYAL .section-text DIV {
  text-align: left;
}
.cid-qSFD0lzYAL .section-text B {
  color: #149dcc;
}
.cid-qSFD0lzYAL .section-text FONT {
  color: #232323;
}
.cid-qSFFFwv0iS {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qSFFFwv0iS .images-container.container-fluid {
  padding: 0;
}
.cid-qSFFFwv0iS .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qSFFFwv0iS .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qSFFFwv0iS .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qSFFFwv0iS .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qSFFFwv0iS .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qSFFFwv0iS .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qSFFFwv0iS .img-item {
    width: 100% !important;
  }
  .cid-qSFFFwv0iS .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qSFFFwv0iS B {
  color: #149dcc;
}
.cid-qSGhXX3Fva {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSGhXX3Fva .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qSGhXX3Fva .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qSGhXX3Fva .content-container {
    padding-right: 5rem;
  }
}
.cid-qSGhXX3Fva .mbr-text,
.cid-qSGhXX3Fva .mbr-section-btn {
  color: #ffffff;
}
.cid-qSGhXX3Fva H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qSFHNC7Rhb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSFHNC7Rhb .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSFHNC7Rhb .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qSFHNC7Rhb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSFHNC7Rhb .inner-container {
    width: 100% !important;
  }
}
.cid-qSFHNC7Rhb .section-text DIV {
  text-align: left;
}
.cid-qSFHNC7Rhb .section-text B {
  color: #149dcc;
}
.cid-qSFHNC7Rhb .section-text FONT {
  color: #232323;
}
.cid-qSG7jXtdC0 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qSG7jXtdC0 .card-box {
  padding: 0 2rem;
}
.cid-qSG7jXtdC0 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qSG7jXtdC0 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qSG7jXtdC0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qSG7jXtdC0 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qSG7jXtdC0 .mbr-text {
  color: #767676;
}
.cid-qSG7jXtdC0 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qSG7jXtdC0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qSG7jXtdC0 .card-title {
  text-align: center;
  color: #149dcc;
}
.cid-qSG7jXtdC0 .card-title B {
  color: #149dcc;
}
.cid-qSFD3zN5p6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSFD3zN5p6 [class^="socicon-"]:before,
.cid-qSFD3zN5p6 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSFD3zN5p6 .btn-social {
  border-color: #149dcc;
}
.cid-qSFD3zN5p6 .btn-social:hover {
  background: #149dcc;
}
.cid-qSFD3zN5p6 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSFD3zN5p6 .btn {
    font-size: 20px !important;
  }
}
.cid-qTVgxAFE1p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3912.jpg");
}
@media (max-width: 767px) {
  .cid-qTVgxAFE1p .content {
    text-align: center;
  }
  .cid-qTVgxAFE1p .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVgxAFE1p .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVgxAFE1p .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVgxAFE1p .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVgxAFE1p .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVgxAFE1p .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVgxAFE1p .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVgxAFE1p .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVgxAFE1p .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVgxAFE1p .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVgxAFE1p .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVgxAFE1p .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVgxAFE1p H5 {
  color: #ffffff;
}
.cid-qTVgxAFE1p P {
  color: #ffffff;
}
.cid-qSGmGgLWam .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSGmGgLWam .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSGmGgLWam a {
  font-style: normal;
}
.cid-qSGmGgLWam .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSGmGgLWam .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSGmGgLWam .nav-item:focus,
.cid-qSGmGgLWam .nav-link:focus {
  outline: none;
}
.cid-qSGmGgLWam .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSGmGgLWam .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSGmGgLWam .menu-logo {
  margin-right: auto;
}
.cid-qSGmGgLWam .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSGmGgLWam .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-qSGmGgLWam .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSGmGgLWam .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSGmGgLWam .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSGmGgLWam .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSGmGgLWam .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSGmGgLWam .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSGmGgLWam .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSGmGgLWam .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSGmGgLWam .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSGmGgLWam .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSGmGgLWam .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSGmGgLWam .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSGmGgLWam .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSGmGgLWam .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-qSGmGgLWam .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSGmGgLWam .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSGmGgLWam .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSGmGgLWam .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSGmGgLWam .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSGmGgLWam .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSGmGgLWam button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSGmGgLWam button.navbar-toggler:focus {
  outline: none;
}
.cid-qSGmGgLWam button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSGmGgLWam button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSGmGgLWam button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSGmGgLWam button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSGmGgLWam button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSGmGgLWam nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSGmGgLWam nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSGmGgLWam nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSGmGgLWam nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSGmGgLWam .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSGmGgLWam .collapsed .btn {
  display: flex;
}
.cid-qSGmGgLWam .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSGmGgLWam .collapsed .navbar-collapse.collapsing,
.cid-qSGmGgLWam .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSGmGgLWam .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSGmGgLWam .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSGmGgLWam .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSGmGgLWam .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSGmGgLWam .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSGmGgLWam .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSGmGgLWam .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSGmGgLWam .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSGmGgLWam .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSGmGgLWam .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSGmGgLWam .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSGmGgLWam .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSGmGgLWam .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSGmGgLWam .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSGmGgLWam .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSGmGgLWam .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSGmGgLWam .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSGmGgLWam.navbar-expand {
    flex-direction: column;
  }
  .cid-qSGmGgLWam img {
    height: 3.8rem !important;
  }
  .cid-qSGmGgLWam .btn {
    display: flex;
  }
  .cid-qSGmGgLWam button.navbar-toggler {
    display: block;
  }
  .cid-qSGmGgLWam .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSGmGgLWam .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSGmGgLWam .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSGmGgLWam .navbar-collapse.collapsing,
  .cid-qSGmGgLWam .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSGmGgLWam .navbar-collapse.collapsing .navbar-nav,
  .cid-qSGmGgLWam .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSGmGgLWam .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSGmGgLWam .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSGmGgLWam .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSGmGgLWam .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSGmGgLWam .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSGmGgLWam .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSGmGgLWam .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSGmGgLWam .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSGmGgLWam .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSGmGgLWam .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSGmGgLWam .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSGmGgLWam .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-qSGmGgLWam .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSGmGgLWam .navbar-collapse {
  flex-basis: auto;
}
.cid-qSGmGgLWam .nav-link:hover,
.cid-qSGmGgLWam .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSGmGH153i {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSGmGH153i H2 {
  color: #ffffff;
  text-align: left;
}
.cid-qSGmGH153i .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-qSGmGH153i .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qSGmGIFxw0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qSGmGIFxw0 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSGmGIFxw0 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qSGmGIFxw0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSGmGIFxw0 .inner-container {
    width: 100% !important;
  }
}
.cid-qSGmGIFxw0 .section-text DIV {
  text-align: left;
}
.cid-qSGmGIFxw0 .section-text B {
  color: #149dcc;
}
.cid-qSGmGIFxw0 .section-text FONT {
  color: #232323;
}
.cid-qSGmGJT0L0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qSGmGJT0L0 .images-container.container-fluid {
  padding: 0;
}
.cid-qSGmGJT0L0 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qSGmGJT0L0 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qSGmGJT0L0 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qSGmGJT0L0 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qSGmGJT0L0 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qSGmGJT0L0 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qSGmGJT0L0 .img-item {
    width: 100% !important;
  }
  .cid-qSGmGJT0L0 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qSGmGJT0L0 B {
  color: #149dcc;
}
.cid-qSGmH7JOza {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSGmH7JOza .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qSGmH7JOza .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qSGmH7JOza .content-container {
    padding-right: 5rem;
  }
}
.cid-qSGmH7JOza .mbr-text,
.cid-qSGmH7JOza .mbr-section-btn {
  color: #ffffff;
}
.cid-qSGmH7JOza H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qSGmH9wblq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSGmH9wblq .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSGmH9wblq .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qSGmH9wblq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSGmH9wblq .inner-container {
    width: 100% !important;
  }
}
.cid-qSGmH9wblq .section-text DIV {
  text-align: left;
}
.cid-qSGmH9wblq .section-text B {
  color: #149dcc;
}
.cid-qSGmH9wblq .section-text FONT {
  color: #232323;
}
.cid-qSGmHyJPRN {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qSGmHyJPRN .card-box {
  padding: 0 2rem;
}
.cid-qSGmHyJPRN .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qSGmHyJPRN .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qSGmHyJPRN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qSGmHyJPRN p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qSGmHyJPRN .mbr-text {
  color: #767676;
}
.cid-qSGmHyJPRN .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qSGmHyJPRN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qSGmHyJPRN .card-title {
  text-align: center;
  color: #149dcc;
}
.cid-qSGmHyJPRN .card-title B {
  color: #149dcc;
}
.cid-qSGmHA6x4d {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSGmHA6x4d [class^="socicon-"]:before,
.cid-qSGmHA6x4d [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSGmHA6x4d .btn-social {
  border-color: #149dcc;
}
.cid-qSGmHA6x4d .btn-social:hover {
  background: #149dcc;
}
.cid-qSGmHA6x4d .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSGmHA6x4d .btn {
    font-size: 20px !important;
  }
}
.cid-qTVgTXTFjr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVgTXTFjr .content {
    text-align: center;
  }
  .cid-qTVgTXTFjr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVgTXTFjr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVgTXTFjr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVgTXTFjr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVgTXTFjr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVgTXTFjr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVgTXTFjr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVgTXTFjr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVgTXTFjr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVgTXTFjr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVgTXTFjr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVgTXTFjr .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVgTXTFjr H5 {
  color: #ffffff;
}
.cid-qTVgTXTFjr P {
  color: #ffffff;
}
.cid-qSMbJ4NZkY .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSMbJ4NZkY .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSMbJ4NZkY a {
  font-style: normal;
}
.cid-qSMbJ4NZkY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSMbJ4NZkY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSMbJ4NZkY .nav-item:focus,
.cid-qSMbJ4NZkY .nav-link:focus {
  outline: none;
}
.cid-qSMbJ4NZkY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSMbJ4NZkY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSMbJ4NZkY .menu-logo {
  margin-right: auto;
}
.cid-qSMbJ4NZkY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSMbJ4NZkY .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-qSMbJ4NZkY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSMbJ4NZkY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSMbJ4NZkY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSMbJ4NZkY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSMbJ4NZkY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSMbJ4NZkY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSMbJ4NZkY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSMbJ4NZkY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSMbJ4NZkY .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSMbJ4NZkY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSMbJ4NZkY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSMbJ4NZkY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSMbJ4NZkY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSMbJ4NZkY .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-qSMbJ4NZkY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSMbJ4NZkY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSMbJ4NZkY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSMbJ4NZkY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSMbJ4NZkY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSMbJ4NZkY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSMbJ4NZkY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSMbJ4NZkY button.navbar-toggler:focus {
  outline: none;
}
.cid-qSMbJ4NZkY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSMbJ4NZkY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSMbJ4NZkY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSMbJ4NZkY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSMbJ4NZkY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSMbJ4NZkY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSMbJ4NZkY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSMbJ4NZkY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSMbJ4NZkY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSMbJ4NZkY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSMbJ4NZkY .collapsed .btn {
  display: flex;
}
.cid-qSMbJ4NZkY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSMbJ4NZkY .collapsed .navbar-collapse.collapsing,
.cid-qSMbJ4NZkY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSMbJ4NZkY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSMbJ4NZkY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSMbJ4NZkY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSMbJ4NZkY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSMbJ4NZkY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSMbJ4NZkY .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSMbJ4NZkY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSMbJ4NZkY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSMbJ4NZkY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSMbJ4NZkY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSMbJ4NZkY .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSMbJ4NZkY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSMbJ4NZkY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSMbJ4NZkY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSMbJ4NZkY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSMbJ4NZkY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSMbJ4NZkY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSMbJ4NZkY.navbar-expand {
    flex-direction: column;
  }
  .cid-qSMbJ4NZkY img {
    height: 3.8rem !important;
  }
  .cid-qSMbJ4NZkY .btn {
    display: flex;
  }
  .cid-qSMbJ4NZkY button.navbar-toggler {
    display: block;
  }
  .cid-qSMbJ4NZkY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSMbJ4NZkY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSMbJ4NZkY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSMbJ4NZkY .navbar-collapse.collapsing,
  .cid-qSMbJ4NZkY .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSMbJ4NZkY .navbar-collapse.collapsing .navbar-nav,
  .cid-qSMbJ4NZkY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSMbJ4NZkY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSMbJ4NZkY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSMbJ4NZkY .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSMbJ4NZkY .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSMbJ4NZkY .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSMbJ4NZkY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSMbJ4NZkY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSMbJ4NZkY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSMbJ4NZkY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSMbJ4NZkY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSMbJ4NZkY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSMbJ4NZkY .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-qSMbJ4NZkY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSMbJ4NZkY .navbar-collapse {
  flex-basis: auto;
}
.cid-qSMbJ4NZkY .nav-link:hover,
.cid-qSMbJ4NZkY .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSMbJ5B7BZ {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSMbJ5B7BZ H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qSMbJ5B7BZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qSMbJ5B7BZ .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qSMbJ6nchB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSMbJ6nchB .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSMbJ6nchB .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qSMbJ6nchB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSMbJ6nchB .inner-container {
    width: 100% !important;
  }
}
.cid-qSMbJ6nchB .section-text DIV {
  text-align: left;
}
.cid-qSMbJ6nchB .section-text B {
  color: #149dcc;
}
.cid-qSMbJ6nchB .section-text FONT {
  color: #232323;
}
.cid-qSMcRZZ04e {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qSMcRZZ04e .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qSMcRZZ04e .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qSMcRZZ04e .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qSMbJ7zZO3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSMbJ7zZO3 .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qSMbJ7zZO3 .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qSMbJ7zZO3 .content-container {
    padding-right: 5rem;
  }
}
.cid-qSMbJ7zZO3 .mbr-text,
.cid-qSMbJ7zZO3 .mbr-section-btn {
  color: #ffffff;
}
.cid-qSMbJ7zZO3 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qSMbJ8NriE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qSMbJ8NriE .card-box {
  padding: 0 2rem;
}
.cid-qSMbJ8NriE .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qSMbJ8NriE .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qSMbJ8NriE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qSMbJ8NriE p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-qSMbJ8NriE .mbr-text {
  color: #767676;
}
.cid-qSMbJ8NriE .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  padding-bottom: 0;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qSMbJ8NriE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qSMbJ8NriE .card-title {
  text-align: center;
  color: #149dcc;
}
.cid-qSMbJ8NriE .card-title B {
  color: #149dcc;
}
.cid-qSMbJ9L5kW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSMbJ9L5kW [class^="socicon-"]:before,
.cid-qSMbJ9L5kW [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSMbJ9L5kW .btn-social {
  border-color: #149dcc;
}
.cid-qSMbJ9L5kW .btn-social:hover {
  background: #149dcc;
}
.cid-qSMbJ9L5kW .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSMbJ9L5kW .btn {
    font-size: 20px !important;
  }
}
.cid-qTVh4DUit4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVh4DUit4 .content {
    text-align: center;
  }
  .cid-qTVh4DUit4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVh4DUit4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVh4DUit4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVh4DUit4 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVh4DUit4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVh4DUit4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVh4DUit4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVh4DUit4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVh4DUit4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVh4DUit4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVh4DUit4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVh4DUit4 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVh4DUit4 H5 {
  color: #ffffff;
}
.cid-qTVh4DUit4 P {
  color: #ffffff;
}
.cid-qSMhFJmMGv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSMhFJmMGv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSMhFJmMGv a {
  font-style: normal;
}
.cid-qSMhFJmMGv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSMhFJmMGv .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSMhFJmMGv .nav-item:focus,
.cid-qSMhFJmMGv .nav-link:focus {
  outline: none;
}
.cid-qSMhFJmMGv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSMhFJmMGv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSMhFJmMGv .menu-logo {
  margin-right: auto;
}
.cid-qSMhFJmMGv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSMhFJmMGv .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-qSMhFJmMGv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSMhFJmMGv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSMhFJmMGv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSMhFJmMGv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSMhFJmMGv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSMhFJmMGv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSMhFJmMGv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSMhFJmMGv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSMhFJmMGv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSMhFJmMGv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSMhFJmMGv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSMhFJmMGv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSMhFJmMGv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSMhFJmMGv .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-qSMhFJmMGv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSMhFJmMGv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSMhFJmMGv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSMhFJmMGv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSMhFJmMGv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSMhFJmMGv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSMhFJmMGv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSMhFJmMGv button.navbar-toggler:focus {
  outline: none;
}
.cid-qSMhFJmMGv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSMhFJmMGv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSMhFJmMGv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSMhFJmMGv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSMhFJmMGv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSMhFJmMGv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSMhFJmMGv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSMhFJmMGv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSMhFJmMGv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSMhFJmMGv .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSMhFJmMGv .collapsed .btn {
  display: flex;
}
.cid-qSMhFJmMGv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSMhFJmMGv .collapsed .navbar-collapse.collapsing,
.cid-qSMhFJmMGv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSMhFJmMGv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSMhFJmMGv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSMhFJmMGv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSMhFJmMGv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSMhFJmMGv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSMhFJmMGv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSMhFJmMGv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSMhFJmMGv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSMhFJmMGv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSMhFJmMGv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSMhFJmMGv .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSMhFJmMGv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSMhFJmMGv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSMhFJmMGv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSMhFJmMGv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSMhFJmMGv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSMhFJmMGv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSMhFJmMGv.navbar-expand {
    flex-direction: column;
  }
  .cid-qSMhFJmMGv img {
    height: 3.8rem !important;
  }
  .cid-qSMhFJmMGv .btn {
    display: flex;
  }
  .cid-qSMhFJmMGv button.navbar-toggler {
    display: block;
  }
  .cid-qSMhFJmMGv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSMhFJmMGv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSMhFJmMGv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSMhFJmMGv .navbar-collapse.collapsing,
  .cid-qSMhFJmMGv .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSMhFJmMGv .navbar-collapse.collapsing .navbar-nav,
  .cid-qSMhFJmMGv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSMhFJmMGv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSMhFJmMGv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSMhFJmMGv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSMhFJmMGv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSMhFJmMGv .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSMhFJmMGv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSMhFJmMGv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSMhFJmMGv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSMhFJmMGv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSMhFJmMGv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSMhFJmMGv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSMhFJmMGv .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-qSMhFJmMGv .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSMhFJmMGv .navbar-collapse {
  flex-basis: auto;
}
.cid-qSMhFJmMGv .nav-link:hover,
.cid-qSMhFJmMGv .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSMhFKoxiG {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSMhFKoxiG H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qSMhFKoxiG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qSMhFKoxiG .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qSMhFL3qKi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSMhFL3qKi .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSMhFL3qKi .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qSMhFL3qKi .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSMhFL3qKi .inner-container {
    width: 100% !important;
  }
}
.cid-qSMhFL3qKi .section-text DIV {
  text-align: left;
}
.cid-qSMhFL3qKi .section-text B {
  color: #149dcc;
}
.cid-qSMhFL3qKi .section-text FONT {
  color: #232323;
}
.cid-qSMhFLCfQl {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-qSMhFLCfQl .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qSMhFLCfQl .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qSMhFLCfQl .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qSMhFMiDfi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSMhFMiDfi .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qSMhFMiDfi .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qSMhFMiDfi .content-container {
    padding-right: 5rem;
  }
}
.cid-qSMhFMiDfi .mbr-text,
.cid-qSMhFMiDfi .mbr-section-btn {
  color: #ffffff;
}
.cid-qSMhFMiDfi H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qSMhFN40NL {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qSMhFN40NL .card-box {
  padding: 0 2rem;
}
.cid-qSMhFN40NL .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qSMhFN40NL .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qSMhFN40NL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qSMhFN40NL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-qSMhFN40NL .mbr-text {
  color: #767676;
}
.cid-qSMhFN40NL .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  padding-bottom: 0;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qSMhFN40NL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qSMhFN40NL .card-title {
  text-align: center;
  color: #149dcc;
}
.cid-qSMhFN40NL .card-title B {
  color: #149dcc;
}
.cid-qSMhFO7QE2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSMhFO7QE2 [class^="socicon-"]:before,
.cid-qSMhFO7QE2 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSMhFO7QE2 .btn-social {
  border-color: #149dcc;
}
.cid-qSMhFO7QE2 .btn-social:hover {
  background: #149dcc;
}
.cid-qSMhFO7QE2 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSMhFO7QE2 .btn {
    font-size: 20px !important;
  }
}
.cid-qTVhdeLFIk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVhdeLFIk .content {
    text-align: center;
  }
  .cid-qTVhdeLFIk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVhdeLFIk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVhdeLFIk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVhdeLFIk .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVhdeLFIk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVhdeLFIk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVhdeLFIk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVhdeLFIk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVhdeLFIk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVhdeLFIk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVhdeLFIk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVhdeLFIk .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVhdeLFIk H5 {
  color: #ffffff;
}
.cid-qTVhdeLFIk P {
  color: #ffffff;
}
.cid-qSSqhbzhqt .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSSqhbzhqt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSSqhbzhqt a {
  font-style: normal;
}
.cid-qSSqhbzhqt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSSqhbzhqt .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSSqhbzhqt .nav-item:focus,
.cid-qSSqhbzhqt .nav-link:focus {
  outline: none;
}
.cid-qSSqhbzhqt .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSSqhbzhqt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSSqhbzhqt .menu-logo {
  margin-right: auto;
}
.cid-qSSqhbzhqt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSSqhbzhqt .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-qSSqhbzhqt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSSqhbzhqt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSSqhbzhqt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSSqhbzhqt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSSqhbzhqt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSSqhbzhqt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSSqhbzhqt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSSqhbzhqt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSSqhbzhqt .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSSqhbzhqt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSSqhbzhqt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSSqhbzhqt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSSqhbzhqt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSSqhbzhqt .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-qSSqhbzhqt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSSqhbzhqt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSSqhbzhqt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSSqhbzhqt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSSqhbzhqt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSSqhbzhqt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSSqhbzhqt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSSqhbzhqt button.navbar-toggler:focus {
  outline: none;
}
.cid-qSSqhbzhqt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSSqhbzhqt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSSqhbzhqt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSSqhbzhqt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSSqhbzhqt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSSqhbzhqt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSSqhbzhqt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSSqhbzhqt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSSqhbzhqt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSSqhbzhqt .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSSqhbzhqt .collapsed .btn {
  display: flex;
}
.cid-qSSqhbzhqt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSSqhbzhqt .collapsed .navbar-collapse.collapsing,
.cid-qSSqhbzhqt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSSqhbzhqt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSSqhbzhqt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSSqhbzhqt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSSqhbzhqt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSSqhbzhqt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSSqhbzhqt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSSqhbzhqt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSSqhbzhqt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSSqhbzhqt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSSqhbzhqt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSSqhbzhqt .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSSqhbzhqt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSSqhbzhqt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSSqhbzhqt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSSqhbzhqt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSSqhbzhqt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSSqhbzhqt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSSqhbzhqt.navbar-expand {
    flex-direction: column;
  }
  .cid-qSSqhbzhqt img {
    height: 3.8rem !important;
  }
  .cid-qSSqhbzhqt .btn {
    display: flex;
  }
  .cid-qSSqhbzhqt button.navbar-toggler {
    display: block;
  }
  .cid-qSSqhbzhqt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSSqhbzhqt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSSqhbzhqt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSSqhbzhqt .navbar-collapse.collapsing,
  .cid-qSSqhbzhqt .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSSqhbzhqt .navbar-collapse.collapsing .navbar-nav,
  .cid-qSSqhbzhqt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSSqhbzhqt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSSqhbzhqt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSSqhbzhqt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSSqhbzhqt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSSqhbzhqt .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSSqhbzhqt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSSqhbzhqt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSSqhbzhqt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSSqhbzhqt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSSqhbzhqt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSSqhbzhqt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSSqhbzhqt .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-qSSqhbzhqt .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSSqhbzhqt .navbar-collapse {
  flex-basis: auto;
}
.cid-qSSqhbzhqt .nav-link:hover,
.cid-qSSqhbzhqt .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSSqhcpL7S {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSSqhcpL7S H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qSSqhcpL7S .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qSSqhcpL7S .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qSSqhd9JrQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSSqhd9JrQ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSSqhd9JrQ .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qSSqhd9JrQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSSqhd9JrQ .inner-container {
    width: 100% !important;
  }
}
.cid-qSSqhd9JrQ .section-text DIV {
  text-align: left;
}
.cid-qSSqhd9JrQ .section-text B {
  color: #149dcc;
}
.cid-qSSqhd9JrQ .section-text FONT {
  color: #232323;
}
.cid-qSSqher6EZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSSqher6EZ .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qSSqher6EZ .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qSSqher6EZ .content-container {
    padding-right: 5rem;
  }
}
.cid-qSSqher6EZ .mbr-text,
.cid-qSSqher6EZ .mbr-section-btn {
  color: #ffffff;
}
.cid-qSSqher6EZ H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qSSuMmMDjs {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qSSuMmMDjs .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qSSuMmMDjs .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qSSuMmMDjs .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qSSuMmMDjs .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qSSuMmMDjs .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qSSuMmMDjs .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qSSuMmMDjs .img-item {
    width: 100% !important;
  }
  .cid-qSSuMmMDjs .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qSSuMmMDjs B {
  color: #149dcc;
}
.cid-qSSwyp0RM3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qSSwyp0RM3 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qSSwyp0RM3 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qSSwyp0RM3 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qSSwyp0RM3 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qSSwyp0RM3 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qSSwyp0RM3 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qSSwyp0RM3 .img-item {
    width: 100% !important;
  }
  .cid-qSSwyp0RM3 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qSSwyp0RM3 B {
  color: #149dcc;
}
.cid-qSSyefAufa {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qSSyefAufa .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qSSyefAufa .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qSSyefAufa .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qSSyefAufa .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qSSyefAufa .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qSSyefAufa .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qSSyefAufa .img-item {
    width: 100% !important;
  }
  .cid-qSSyefAufa .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qSSyefAufa B {
  color: #149dcc;
}
.cid-qSSzegGeDF {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qSSzegGeDF .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qSSzegGeDF .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qSSzegGeDF .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qSSzegGeDF .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qSSzegGeDF .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qSSzegGeDF .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qSSzegGeDF .img-item {
    width: 100% !important;
  }
  .cid-qSSzegGeDF .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qSSzegGeDF B {
  color: #149dcc;
}
.cid-qSSAaSUbit {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qSSAaSUbit .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qSSAaSUbit .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qSSAaSUbit .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qSSAaSUbit .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qSSAaSUbit .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qSSAaSUbit .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qSSAaSUbit .img-item {
    width: 100% !important;
  }
  .cid-qSSAaSUbit .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qSSAaSUbit B {
  color: #149dcc;
}
.cid-qSSAZOlCW1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qSSAZOlCW1 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qSSAZOlCW1 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qSSAZOlCW1 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qSSAZOlCW1 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qSSAZOlCW1 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qSSAZOlCW1 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qSSAZOlCW1 .img-item {
    width: 100% !important;
  }
  .cid-qSSAZOlCW1 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qSSAZOlCW1 B {
  color: #149dcc;
}
.cid-qSSDpBjVtV {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qSSDpBjVtV .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qSSDpBjVtV .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qSSDpBjVtV .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qSSDpBjVtV .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qSSDpBjVtV .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qSSDpBjVtV .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qSSDpBjVtV .img-item {
    width: 100% !important;
  }
  .cid-qSSDpBjVtV .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qSSDpBjVtV B {
  color: #149dcc;
}
.cid-qSSEe6YhpV {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qSSEe6YhpV .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qSSEe6YhpV .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qSSEe6YhpV .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qSSEe6YhpV .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qSSEe6YhpV .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qSSEe6YhpV .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qSSEe6YhpV .img-item {
    width: 100% !important;
  }
  .cid-qSSEe6YhpV .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qSSEe6YhpV B {
  color: #149dcc;
}
.cid-qSSFCTAfue {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qSSFCTAfue .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qSSFCTAfue .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qSSFCTAfue .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qSSFCTAfue .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qSSFCTAfue .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qSSFCTAfue .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qSSFCTAfue .img-item {
    width: 100% !important;
  }
  .cid-qSSFCTAfue .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qSSFCTAfue B {
  color: #149dcc;
}
.cid-qSSGe7VUKc {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qSSGe7VUKc .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qSSGe7VUKc .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qSSGe7VUKc .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qSSGe7VUKc .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qSSGe7VUKc .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qSSGe7VUKc .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qSSGe7VUKc .img-item {
    width: 100% !important;
  }
  .cid-qSSGe7VUKc .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qSSGe7VUKc B {
  color: #149dcc;
}
.cid-qSSEXIXaIv {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qSSEXIXaIv .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qSSEXIXaIv .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qSSEXIXaIv .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qSSEXIXaIv .mbr-text,
.cid-qSSEXIXaIv .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-qSSEXIXaIv .mbr-text,
.cid-qSSEXIXaIv .mbr-section-btn B {
  color: #149dcc;
}
.cid-qSSqhgbY7y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSSqhgbY7y [class^="socicon-"]:before,
.cid-qSSqhgbY7y [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSSqhgbY7y .btn-social {
  border-color: #149dcc;
}
.cid-qSSqhgbY7y .btn-social:hover {
  background: #149dcc;
}
.cid-qSSqhgbY7y .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSSqhgbY7y .btn {
    font-size: 20px !important;
  }
}
.cid-qTVhv9yKvZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVhv9yKvZ .content {
    text-align: center;
  }
  .cid-qTVhv9yKvZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVhv9yKvZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVhv9yKvZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVhv9yKvZ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVhv9yKvZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVhv9yKvZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVhv9yKvZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVhv9yKvZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVhv9yKvZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVhv9yKvZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVhv9yKvZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVhv9yKvZ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVhv9yKvZ H5 {
  color: #ffffff;
}
.cid-qTVhv9yKvZ P {
  color: #ffffff;
}
.cid-qSSHDXJ7C9 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSSHDXJ7C9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSSHDXJ7C9 a {
  font-style: normal;
}
.cid-qSSHDXJ7C9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSSHDXJ7C9 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSSHDXJ7C9 .nav-item:focus,
.cid-qSSHDXJ7C9 .nav-link:focus {
  outline: none;
}
.cid-qSSHDXJ7C9 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSSHDXJ7C9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSSHDXJ7C9 .menu-logo {
  margin-right: auto;
}
.cid-qSSHDXJ7C9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSSHDXJ7C9 .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-qSSHDXJ7C9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSSHDXJ7C9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSSHDXJ7C9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSSHDXJ7C9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSSHDXJ7C9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSSHDXJ7C9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSSHDXJ7C9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSSHDXJ7C9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSSHDXJ7C9 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSSHDXJ7C9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSSHDXJ7C9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSSHDXJ7C9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSSHDXJ7C9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSSHDXJ7C9 .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-qSSHDXJ7C9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSSHDXJ7C9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSSHDXJ7C9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSSHDXJ7C9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSSHDXJ7C9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSSHDXJ7C9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSSHDXJ7C9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSSHDXJ7C9 button.navbar-toggler:focus {
  outline: none;
}
.cid-qSSHDXJ7C9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSSHDXJ7C9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSSHDXJ7C9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSSHDXJ7C9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSSHDXJ7C9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSSHDXJ7C9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSSHDXJ7C9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSSHDXJ7C9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSSHDXJ7C9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSSHDXJ7C9 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSSHDXJ7C9 .collapsed .btn {
  display: flex;
}
.cid-qSSHDXJ7C9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSSHDXJ7C9 .collapsed .navbar-collapse.collapsing,
.cid-qSSHDXJ7C9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSSHDXJ7C9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSSHDXJ7C9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSSHDXJ7C9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSSHDXJ7C9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSSHDXJ7C9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSSHDXJ7C9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSSHDXJ7C9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSSHDXJ7C9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSSHDXJ7C9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSSHDXJ7C9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSSHDXJ7C9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSSHDXJ7C9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSSHDXJ7C9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSSHDXJ7C9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSSHDXJ7C9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSSHDXJ7C9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSSHDXJ7C9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSSHDXJ7C9.navbar-expand {
    flex-direction: column;
  }
  .cid-qSSHDXJ7C9 img {
    height: 3.8rem !important;
  }
  .cid-qSSHDXJ7C9 .btn {
    display: flex;
  }
  .cid-qSSHDXJ7C9 button.navbar-toggler {
    display: block;
  }
  .cid-qSSHDXJ7C9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSSHDXJ7C9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSSHDXJ7C9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSSHDXJ7C9 .navbar-collapse.collapsing,
  .cid-qSSHDXJ7C9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSSHDXJ7C9 .navbar-collapse.collapsing .navbar-nav,
  .cid-qSSHDXJ7C9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSSHDXJ7C9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSSHDXJ7C9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSSHDXJ7C9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSSHDXJ7C9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSSHDXJ7C9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSSHDXJ7C9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSSHDXJ7C9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSSHDXJ7C9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSSHDXJ7C9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSSHDXJ7C9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSSHDXJ7C9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSSHDXJ7C9 .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-qSSHDXJ7C9 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSSHDXJ7C9 .navbar-collapse {
  flex-basis: auto;
}
.cid-qSSHDXJ7C9 .nav-link:hover,
.cid-qSSHDXJ7C9 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSSHDZ5akU {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSSHDZ5akU H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qSSHDZ5akU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qSSHDZ5akU .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qSSHE02dpW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSSHE02dpW .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSSHE02dpW .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qSSHE02dpW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSSHE02dpW .inner-container {
    width: 100% !important;
  }
}
.cid-qSSHE02dpW .section-text DIV {
  text-align: left;
}
.cid-qSSHE02dpW .section-text B {
  color: #149dcc;
}
.cid-qSSHE02dpW .section-text FONT {
  color: #232323;
}
.cid-qSSHE0U1oz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSSHE0U1oz .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qSSHE0U1oz .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qSSHE0U1oz .content-container {
    padding-right: 5rem;
  }
}
.cid-qSSHE0U1oz .mbr-text,
.cid-qSSHE0U1oz .mbr-section-btn {
  color: #ffffff;
}
.cid-qSSHE0U1oz H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qSSHEbPlPN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSSHEbPlPN [class^="socicon-"]:before,
.cid-qSSHEbPlPN [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSSHEbPlPN .btn-social {
  border-color: #149dcc;
}
.cid-qSSHEbPlPN .btn-social:hover {
  background: #149dcc;
}
.cid-qSSHEbPlPN .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSSHEbPlPN .btn {
    font-size: 20px !important;
  }
}
.cid-qTVhBsd6va {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVhBsd6va .content {
    text-align: center;
  }
  .cid-qTVhBsd6va .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVhBsd6va .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVhBsd6va .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVhBsd6va .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVhBsd6va .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVhBsd6va .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVhBsd6va .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVhBsd6va .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVhBsd6va .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVhBsd6va .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVhBsd6va .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVhBsd6va .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVhBsd6va H5 {
  color: #ffffff;
}
.cid-qTVhBsd6va P {
  color: #ffffff;
}
.cid-qSSMD6HDw6 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSSMD6HDw6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSSMD6HDw6 a {
  font-style: normal;
}
.cid-qSSMD6HDw6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSSMD6HDw6 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSSMD6HDw6 .nav-item:focus,
.cid-qSSMD6HDw6 .nav-link:focus {
  outline: none;
}
.cid-qSSMD6HDw6 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSSMD6HDw6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSSMD6HDw6 .menu-logo {
  margin-right: auto;
}
.cid-qSSMD6HDw6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSSMD6HDw6 .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-qSSMD6HDw6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSSMD6HDw6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSSMD6HDw6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSSMD6HDw6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSSMD6HDw6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSSMD6HDw6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSSMD6HDw6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSSMD6HDw6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSSMD6HDw6 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSSMD6HDw6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSSMD6HDw6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSSMD6HDw6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSSMD6HDw6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSSMD6HDw6 .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-qSSMD6HDw6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSSMD6HDw6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSSMD6HDw6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSSMD6HDw6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSSMD6HDw6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSSMD6HDw6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSSMD6HDw6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSSMD6HDw6 button.navbar-toggler:focus {
  outline: none;
}
.cid-qSSMD6HDw6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSSMD6HDw6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSSMD6HDw6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSSMD6HDw6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSSMD6HDw6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSSMD6HDw6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSSMD6HDw6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSSMD6HDw6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSSMD6HDw6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSSMD6HDw6 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSSMD6HDw6 .collapsed .btn {
  display: flex;
}
.cid-qSSMD6HDw6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSSMD6HDw6 .collapsed .navbar-collapse.collapsing,
.cid-qSSMD6HDw6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSSMD6HDw6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSSMD6HDw6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSSMD6HDw6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSSMD6HDw6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSSMD6HDw6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSSMD6HDw6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSSMD6HDw6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSSMD6HDw6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSSMD6HDw6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSSMD6HDw6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSSMD6HDw6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSSMD6HDw6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSSMD6HDw6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSSMD6HDw6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSSMD6HDw6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSSMD6HDw6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSSMD6HDw6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSSMD6HDw6.navbar-expand {
    flex-direction: column;
  }
  .cid-qSSMD6HDw6 img {
    height: 3.8rem !important;
  }
  .cid-qSSMD6HDw6 .btn {
    display: flex;
  }
  .cid-qSSMD6HDw6 button.navbar-toggler {
    display: block;
  }
  .cid-qSSMD6HDw6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSSMD6HDw6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSSMD6HDw6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSSMD6HDw6 .navbar-collapse.collapsing,
  .cid-qSSMD6HDw6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSSMD6HDw6 .navbar-collapse.collapsing .navbar-nav,
  .cid-qSSMD6HDw6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSSMD6HDw6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSSMD6HDw6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSSMD6HDw6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSSMD6HDw6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSSMD6HDw6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSSMD6HDw6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSSMD6HDw6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSSMD6HDw6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSSMD6HDw6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSSMD6HDw6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSSMD6HDw6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSSMD6HDw6 .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-qSSMD6HDw6 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSSMD6HDw6 .navbar-collapse {
  flex-basis: auto;
}
.cid-qSSMD6HDw6 .nav-link:hover,
.cid-qSSMD6HDw6 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSSMD7tFz5 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSSMD7tFz5 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qSSMD7tFz5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qSSMD7tFz5 .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qSSMD85ANv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSSMD85ANv .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSSMD85ANv .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qSSMD85ANv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSSMD85ANv .inner-container {
    width: 100% !important;
  }
}
.cid-qSSMD85ANv .section-text DIV {
  text-align: left;
}
.cid-qSSMD85ANv .section-text B {
  color: #149dcc;
}
.cid-qSSMD85ANv .section-text FONT {
  color: #232323;
}
.cid-qSSNmM90Yk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSSNmM90Yk h2 {
  text-align: left;
}
.cid-qSSNmM90Yk h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qSSNmM90Yk p {
  color: #767676;
  text-align: left;
}
.cid-qSSNmM90Yk .aside-content {
  flex-basis: 100%;
}
.cid-qSSNmM90Yk .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qSSNmM90Yk .media {
  margin: initial;
  align-items: center;
}
.cid-qSSNmM90Yk .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qSSNmM90Yk .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qSSNmM90Yk .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qSSNmM90Yk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qSSNmM90Yk .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qSSNmM90Yk .card-img span {
    font-size: 40px !important;
  }
}
.cid-qSSNmM90Yk P {
  color: #232323;
}
.cid-qSSPxOqBDJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSSPxOqBDJ h2 {
  text-align: left;
}
.cid-qSSPxOqBDJ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qSSPxOqBDJ p {
  color: #767676;
  text-align: left;
}
.cid-qSSPxOqBDJ .aside-content {
  flex-basis: 100%;
}
.cid-qSSPxOqBDJ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qSSPxOqBDJ .media {
  margin: initial;
  align-items: center;
}
.cid-qSSPxOqBDJ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qSSPxOqBDJ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qSSPxOqBDJ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qSSPxOqBDJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qSSPxOqBDJ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qSSPxOqBDJ .card-img span {
    font-size: 40px !important;
  }
}
.cid-qSSPxOqBDJ P {
  color: #232323;
}
.cid-qSSMD8zdys {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSSMD8zdys .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qSSMD8zdys .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qSSMD8zdys .content-container {
    padding-right: 5rem;
  }
}
.cid-qSSMD8zdys .mbr-text,
.cid-qSSMD8zdys .mbr-section-btn {
  color: #ffffff;
}
.cid-qSSMD8zdys H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qSSMD9co58 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSSMD9co58 [class^="socicon-"]:before,
.cid-qSSMD9co58 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSSMD9co58 .btn-social {
  border-color: #149dcc;
}
.cid-qSSMD9co58 .btn-social:hover {
  background: #149dcc;
}
.cid-qSSMD9co58 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSSMD9co58 .btn {
    font-size: 20px !important;
  }
}
.cid-qTVjJFAUQ0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVjJFAUQ0 .content {
    text-align: center;
  }
  .cid-qTVjJFAUQ0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVjJFAUQ0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVjJFAUQ0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVjJFAUQ0 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVjJFAUQ0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVjJFAUQ0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVjJFAUQ0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVjJFAUQ0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVjJFAUQ0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVjJFAUQ0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVjJFAUQ0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVjJFAUQ0 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVjJFAUQ0 H5 {
  color: #ffffff;
}
.cid-qTVjJFAUQ0 P {
  color: #ffffff;
}
.cid-qSXdVgaZco .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSXdVgaZco .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSXdVgaZco a {
  font-style: normal;
}
.cid-qSXdVgaZco .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSXdVgaZco .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSXdVgaZco .nav-item:focus,
.cid-qSXdVgaZco .nav-link:focus {
  outline: none;
}
.cid-qSXdVgaZco .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSXdVgaZco .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSXdVgaZco .menu-logo {
  margin-right: auto;
}
.cid-qSXdVgaZco .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSXdVgaZco .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-qSXdVgaZco .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSXdVgaZco .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSXdVgaZco .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSXdVgaZco .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSXdVgaZco .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSXdVgaZco .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSXdVgaZco .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSXdVgaZco .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSXdVgaZco .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSXdVgaZco .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSXdVgaZco .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSXdVgaZco .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSXdVgaZco .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSXdVgaZco .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-qSXdVgaZco .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSXdVgaZco .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSXdVgaZco .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSXdVgaZco .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSXdVgaZco .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSXdVgaZco .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSXdVgaZco button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSXdVgaZco button.navbar-toggler:focus {
  outline: none;
}
.cid-qSXdVgaZco button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSXdVgaZco button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSXdVgaZco button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSXdVgaZco button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSXdVgaZco button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSXdVgaZco nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSXdVgaZco nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSXdVgaZco nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSXdVgaZco nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSXdVgaZco .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSXdVgaZco .collapsed .btn {
  display: flex;
}
.cid-qSXdVgaZco .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSXdVgaZco .collapsed .navbar-collapse.collapsing,
.cid-qSXdVgaZco .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSXdVgaZco .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSXdVgaZco .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSXdVgaZco .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSXdVgaZco .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSXdVgaZco .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSXdVgaZco .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSXdVgaZco .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSXdVgaZco .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSXdVgaZco .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSXdVgaZco .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSXdVgaZco .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSXdVgaZco .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSXdVgaZco .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSXdVgaZco .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSXdVgaZco .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSXdVgaZco .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSXdVgaZco .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSXdVgaZco.navbar-expand {
    flex-direction: column;
  }
  .cid-qSXdVgaZco img {
    height: 3.8rem !important;
  }
  .cid-qSXdVgaZco .btn {
    display: flex;
  }
  .cid-qSXdVgaZco button.navbar-toggler {
    display: block;
  }
  .cid-qSXdVgaZco .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSXdVgaZco .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSXdVgaZco .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSXdVgaZco .navbar-collapse.collapsing,
  .cid-qSXdVgaZco .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSXdVgaZco .navbar-collapse.collapsing .navbar-nav,
  .cid-qSXdVgaZco .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSXdVgaZco .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSXdVgaZco .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSXdVgaZco .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSXdVgaZco .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSXdVgaZco .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSXdVgaZco .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSXdVgaZco .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSXdVgaZco .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSXdVgaZco .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSXdVgaZco .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSXdVgaZco .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSXdVgaZco .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-qSXdVgaZco .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSXdVgaZco .navbar-collapse {
  flex-basis: auto;
}
.cid-qSXdVgaZco .nav-link:hover,
.cid-qSXdVgaZco .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSXdVh2IDJ {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSXdVh2IDJ H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qSXdVh2IDJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qSXdVh2IDJ .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qSXeFrzffG {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qSXeFrzffG .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qSXeFrzffG .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qSXeFrzffG .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qSXeFrzffG .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qSXeFrzffG .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qSXeFrzffG .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qSXeFrzffG .img-item {
    width: 100% !important;
  }
  .cid-qSXeFrzffG .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qSXeFrzffG B {
  color: #149dcc;
}
.cid-qSXdVhHLHI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSXdVhHLHI .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSXdVhHLHI .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qSXdVhHLHI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSXdVhHLHI .inner-container {
    width: 100% !important;
  }
}
.cid-qSXdVhHLHI .section-text DIV {
  text-align: left;
}
.cid-qSXdVhHLHI .section-text B {
  color: #149dcc;
}
.cid-qSXdVhHLHI .section-text FONT {
  color: #232323;
}
.cid-qSXhYfKI1s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSXhYfKI1s .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qSXhYfKI1s .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qSXhYfKI1s .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qSXhYfKI1s .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qSXhYfKI1s .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qSXhYfKI1s .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qSXhYfKI1s .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-qSXhYfKI1s .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qSXhYfKI1s .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qSXhYfKI1s .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-qSXdVicPlc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSXdVicPlc .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qSXdVicPlc .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qSXdVicPlc .content-container {
    padding-right: 5rem;
  }
}
.cid-qSXdVicPlc .mbr-text,
.cid-qSXdVicPlc .mbr-section-btn {
  color: #ffffff;
}
.cid-qSXdVicPlc H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qSXdViTZiC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSXdViTZiC [class^="socicon-"]:before,
.cid-qSXdViTZiC [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSXdViTZiC .btn-social {
  border-color: #149dcc;
}
.cid-qSXdViTZiC .btn-social:hover {
  background: #149dcc;
}
.cid-qSXdViTZiC .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSXdViTZiC .btn {
    font-size: 20px !important;
  }
}
.cid-qTVhP1DNWQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVhP1DNWQ .content {
    text-align: center;
  }
  .cid-qTVhP1DNWQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVhP1DNWQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVhP1DNWQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVhP1DNWQ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVhP1DNWQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVhP1DNWQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVhP1DNWQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVhP1DNWQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVhP1DNWQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVhP1DNWQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVhP1DNWQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVhP1DNWQ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVhP1DNWQ H5 {
  color: #ffffff;
}
.cid-qTVhP1DNWQ P {
  color: #ffffff;
}
.cid-qSXtYXpuEQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSXtYXpuEQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSXtYXpuEQ a {
  font-style: normal;
}
.cid-qSXtYXpuEQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSXtYXpuEQ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSXtYXpuEQ .nav-item:focus,
.cid-qSXtYXpuEQ .nav-link:focus {
  outline: none;
}
.cid-qSXtYXpuEQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSXtYXpuEQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSXtYXpuEQ .menu-logo {
  margin-right: auto;
}
.cid-qSXtYXpuEQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSXtYXpuEQ .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-qSXtYXpuEQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSXtYXpuEQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSXtYXpuEQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSXtYXpuEQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSXtYXpuEQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSXtYXpuEQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSXtYXpuEQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSXtYXpuEQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSXtYXpuEQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSXtYXpuEQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSXtYXpuEQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSXtYXpuEQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSXtYXpuEQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSXtYXpuEQ .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-qSXtYXpuEQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSXtYXpuEQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSXtYXpuEQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSXtYXpuEQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSXtYXpuEQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSXtYXpuEQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSXtYXpuEQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSXtYXpuEQ button.navbar-toggler:focus {
  outline: none;
}
.cid-qSXtYXpuEQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSXtYXpuEQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSXtYXpuEQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSXtYXpuEQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSXtYXpuEQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSXtYXpuEQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSXtYXpuEQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSXtYXpuEQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSXtYXpuEQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSXtYXpuEQ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSXtYXpuEQ .collapsed .btn {
  display: flex;
}
.cid-qSXtYXpuEQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSXtYXpuEQ .collapsed .navbar-collapse.collapsing,
.cid-qSXtYXpuEQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSXtYXpuEQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSXtYXpuEQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSXtYXpuEQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSXtYXpuEQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSXtYXpuEQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSXtYXpuEQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSXtYXpuEQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSXtYXpuEQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSXtYXpuEQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSXtYXpuEQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSXtYXpuEQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSXtYXpuEQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSXtYXpuEQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSXtYXpuEQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSXtYXpuEQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSXtYXpuEQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSXtYXpuEQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSXtYXpuEQ.navbar-expand {
    flex-direction: column;
  }
  .cid-qSXtYXpuEQ img {
    height: 3.8rem !important;
  }
  .cid-qSXtYXpuEQ .btn {
    display: flex;
  }
  .cid-qSXtYXpuEQ button.navbar-toggler {
    display: block;
  }
  .cid-qSXtYXpuEQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSXtYXpuEQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSXtYXpuEQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSXtYXpuEQ .navbar-collapse.collapsing,
  .cid-qSXtYXpuEQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSXtYXpuEQ .navbar-collapse.collapsing .navbar-nav,
  .cid-qSXtYXpuEQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSXtYXpuEQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSXtYXpuEQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSXtYXpuEQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSXtYXpuEQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSXtYXpuEQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSXtYXpuEQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSXtYXpuEQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSXtYXpuEQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSXtYXpuEQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSXtYXpuEQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSXtYXpuEQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSXtYXpuEQ .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-qSXtYXpuEQ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSXtYXpuEQ .navbar-collapse {
  flex-basis: auto;
}
.cid-qSXtYXpuEQ .nav-link:hover,
.cid-qSXtYXpuEQ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSXtYYGuiM {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSXtYYGuiM H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qSXtYYGuiM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qSXtYYGuiM .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qSXtYZWSe1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSXtYZWSe1 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSXtYZWSe1 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qSXtYZWSe1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSXtYZWSe1 .inner-container {
    width: 100% !important;
  }
}
.cid-qSXtYZWSe1 .section-text DIV {
  text-align: left;
}
.cid-qSXtYZWSe1 .section-text B {
  color: #149dcc;
}
.cid-qSXtYZWSe1 .section-text FONT {
  color: #232323;
}
.cid-qSXv2VAmck {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qSXv2VAmck h3 {
  font-weight: 300;
}
.cid-qSXv2VAmck .card-img {
  width: initial;
}
.cid-qSXv2VAmck .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qSXv2VAmck .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qSXv2VAmck .media {
  margin: initial;
  align-items: center;
}
.cid-qSXv2VAmck .mbr-section-subtitle {
  color: #767676;
}
.cid-qSXv2VAmck .mbr-text {
  color: #232323;
}
.cid-qSXv2VAmck .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSXv2VAmck .mbr-section-subtitle DIV {
  text-align: left;
  color: #232323;
}
.cid-qSXBoWtSj4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qSXBoWtSj4 h3 {
  font-weight: 300;
}
.cid-qSXBoWtSj4 .card-img {
  width: initial;
}
.cid-qSXBoWtSj4 .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qSXBoWtSj4 .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qSXBoWtSj4 .media {
  margin: initial;
  align-items: center;
}
.cid-qSXBoWtSj4 .mbr-section-subtitle {
  color: #767676;
}
.cid-qSXBoWtSj4 .mbr-text {
  color: #232323;
}
.cid-qSXBoWtSj4 .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSXBoWtSj4 .mbr-section-subtitle DIV {
  text-align: left;
  color: #232323;
}
.cid-qSXCtaKbLI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qSXCtaKbLI h3 {
  font-weight: 300;
}
.cid-qSXCtaKbLI .card-img {
  width: initial;
}
.cid-qSXCtaKbLI .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qSXCtaKbLI .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qSXCtaKbLI .media {
  margin: initial;
  align-items: center;
}
.cid-qSXCtaKbLI .mbr-section-subtitle {
  color: #767676;
}
.cid-qSXCtaKbLI .mbr-text {
  color: #232323;
}
.cid-qSXCtaKbLI .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSXCtaKbLI .mbr-section-subtitle DIV {
  text-align: left;
  color: #232323;
}
.cid-qSXtZ1xYim {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSXtZ1xYim .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qSXtZ1xYim .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qSXtZ1xYim .content-container {
    padding-right: 5rem;
  }
}
.cid-qSXtZ1xYim .mbr-text,
.cid-qSXtZ1xYim .mbr-section-btn {
  color: #ffffff;
}
.cid-qSXtZ1xYim H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qSXtZ2Jnt7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSXtZ2Jnt7 [class^="socicon-"]:before,
.cid-qSXtZ2Jnt7 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSXtZ2Jnt7 .btn-social {
  border-color: #149dcc;
}
.cid-qSXtZ2Jnt7 .btn-social:hover {
  background: #149dcc;
}
.cid-qSXtZ2Jnt7 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSXtZ2Jnt7 .btn {
    font-size: 20px !important;
  }
}
.cid-qTVhVq2GGr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVhVq2GGr .content {
    text-align: center;
  }
  .cid-qTVhVq2GGr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVhVq2GGr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVhVq2GGr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVhVq2GGr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVhVq2GGr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVhVq2GGr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVhVq2GGr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVhVq2GGr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVhVq2GGr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVhVq2GGr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVhVq2GGr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVhVq2GGr .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVhVq2GGr H5 {
  color: #ffffff;
}
.cid-qTVhVq2GGr P {
  color: #ffffff;
}
.cid-qSXDkgi90G .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSXDkgi90G .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSXDkgi90G a {
  font-style: normal;
}
.cid-qSXDkgi90G .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSXDkgi90G .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSXDkgi90G .nav-item:focus,
.cid-qSXDkgi90G .nav-link:focus {
  outline: none;
}
.cid-qSXDkgi90G .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSXDkgi90G .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSXDkgi90G .menu-logo {
  margin-right: auto;
}
.cid-qSXDkgi90G .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSXDkgi90G .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-qSXDkgi90G .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSXDkgi90G .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSXDkgi90G .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSXDkgi90G .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSXDkgi90G .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSXDkgi90G .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSXDkgi90G .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSXDkgi90G .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSXDkgi90G .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSXDkgi90G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSXDkgi90G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSXDkgi90G .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSXDkgi90G .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSXDkgi90G .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-qSXDkgi90G .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSXDkgi90G .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSXDkgi90G .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSXDkgi90G .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSXDkgi90G .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSXDkgi90G .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSXDkgi90G button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSXDkgi90G button.navbar-toggler:focus {
  outline: none;
}
.cid-qSXDkgi90G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSXDkgi90G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSXDkgi90G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSXDkgi90G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSXDkgi90G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSXDkgi90G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSXDkgi90G nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSXDkgi90G nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSXDkgi90G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSXDkgi90G .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSXDkgi90G .collapsed .btn {
  display: flex;
}
.cid-qSXDkgi90G .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSXDkgi90G .collapsed .navbar-collapse.collapsing,
.cid-qSXDkgi90G .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSXDkgi90G .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSXDkgi90G .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSXDkgi90G .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSXDkgi90G .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSXDkgi90G .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSXDkgi90G .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSXDkgi90G .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSXDkgi90G .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSXDkgi90G .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSXDkgi90G .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSXDkgi90G .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSXDkgi90G .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSXDkgi90G .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSXDkgi90G .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSXDkgi90G .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSXDkgi90G .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSXDkgi90G .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSXDkgi90G.navbar-expand {
    flex-direction: column;
  }
  .cid-qSXDkgi90G img {
    height: 3.8rem !important;
  }
  .cid-qSXDkgi90G .btn {
    display: flex;
  }
  .cid-qSXDkgi90G button.navbar-toggler {
    display: block;
  }
  .cid-qSXDkgi90G .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSXDkgi90G .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSXDkgi90G .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSXDkgi90G .navbar-collapse.collapsing,
  .cid-qSXDkgi90G .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSXDkgi90G .navbar-collapse.collapsing .navbar-nav,
  .cid-qSXDkgi90G .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSXDkgi90G .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSXDkgi90G .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSXDkgi90G .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSXDkgi90G .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSXDkgi90G .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSXDkgi90G .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSXDkgi90G .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSXDkgi90G .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSXDkgi90G .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSXDkgi90G .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSXDkgi90G .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSXDkgi90G .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-qSXDkgi90G .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSXDkgi90G .navbar-collapse {
  flex-basis: auto;
}
.cid-qSXDkgi90G .nav-link:hover,
.cid-qSXDkgi90G .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSXDkhxftg {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSXDkhxftg H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qSXDkhxftg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qSXDkhxftg .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qSXDkiep5V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSXDkiep5V .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSXDkiep5V .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qSXDkiep5V .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSXDkiep5V .inner-container {
    width: 100% !important;
  }
}
.cid-qSXDkiep5V .section-text DIV {
  text-align: left;
}
.cid-qSXDkiep5V .section-text B {
  color: #149dcc;
}
.cid-qSXDkiep5V .section-text FONT {
  color: #232323;
}
.cid-qSXDkiOL6I {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qSXDkiOL6I h3 {
  font-weight: 300;
}
.cid-qSXDkiOL6I .card-img {
  width: initial;
}
.cid-qSXDkiOL6I .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qSXDkiOL6I .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qSXDkiOL6I .media {
  margin: initial;
  align-items: center;
}
.cid-qSXDkiOL6I .mbr-section-subtitle {
  color: #767676;
}
.cid-qSXDkiOL6I .mbr-text {
  color: #232323;
}
.cid-qSXDkiOL6I .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSXDkiOL6I .mbr-section-subtitle DIV {
  text-align: left;
  color: #232323;
}
.cid-qSXIKm5yJg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qSXIKm5yJg h3 {
  font-weight: 300;
}
.cid-qSXIKm5yJg .card-img {
  width: initial;
}
.cid-qSXIKm5yJg .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qSXIKm5yJg .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qSXIKm5yJg .media {
  margin: initial;
  align-items: center;
}
.cid-qSXIKm5yJg .mbr-section-subtitle {
  color: #767676;
}
.cid-qSXIKm5yJg .mbr-text {
  color: #232323;
}
.cid-qSXIKm5yJg .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSXIKm5yJg .mbr-section-subtitle DIV {
  text-align: left;
  color: #232323;
}
.cid-qSXILl0aei {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qSXILl0aei h3 {
  font-weight: 300;
}
.cid-qSXILl0aei .card-img {
  width: initial;
}
.cid-qSXILl0aei .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qSXILl0aei .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qSXILl0aei .media {
  margin: initial;
  align-items: center;
}
.cid-qSXILl0aei .mbr-section-subtitle {
  color: #767676;
}
.cid-qSXILl0aei .mbr-text {
  color: #232323;
}
.cid-qSXILl0aei .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSXILl0aei .mbr-section-subtitle DIV {
  text-align: left;
  color: #232323;
}
.cid-qSXJNYvWCL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qSXJNYvWCL h3 {
  font-weight: 300;
}
.cid-qSXJNYvWCL .card-img {
  width: initial;
}
.cid-qSXJNYvWCL .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qSXJNYvWCL .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qSXJNYvWCL .media {
  margin: initial;
  align-items: center;
}
.cid-qSXJNYvWCL .mbr-section-subtitle {
  color: #767676;
}
.cid-qSXJNYvWCL .mbr-text {
  color: #232323;
}
.cid-qSXJNYvWCL .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSXJNYvWCL .mbr-section-subtitle DIV {
  text-align: left;
  color: #232323;
}
.cid-qSXDkml3Xg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSXDkml3Xg .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qSXDkml3Xg .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qSXDkml3Xg .content-container {
    padding-right: 5rem;
  }
}
.cid-qSXDkml3Xg .mbr-text,
.cid-qSXDkml3Xg .mbr-section-btn {
  color: #ffffff;
}
.cid-qSXDkml3Xg H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qSXDkneEwo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSXDkneEwo [class^="socicon-"]:before,
.cid-qSXDkneEwo [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSXDkneEwo .btn-social {
  border-color: #149dcc;
}
.cid-qSXDkneEwo .btn-social:hover {
  background: #149dcc;
}
.cid-qSXDkneEwo .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSXDkneEwo .btn {
    font-size: 20px !important;
  }
}
.cid-qTVihabj2O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVihabj2O .content {
    text-align: center;
  }
  .cid-qTVihabj2O .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVihabj2O .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVihabj2O .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVihabj2O .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVihabj2O .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVihabj2O .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVihabj2O .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVihabj2O .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVihabj2O .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVihabj2O .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVihabj2O .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVihabj2O .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVihabj2O H5 {
  color: #ffffff;
}
.cid-qTVihabj2O P {
  color: #ffffff;
}
.cid-qSXKmrGWyY .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qSXKmrGWyY .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qSXKmrGWyY a {
  font-style: normal;
}
.cid-qSXKmrGWyY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qSXKmrGWyY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qSXKmrGWyY .nav-item:focus,
.cid-qSXKmrGWyY .nav-link:focus {
  outline: none;
}
.cid-qSXKmrGWyY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qSXKmrGWyY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qSXKmrGWyY .menu-logo {
  margin-right: auto;
}
.cid-qSXKmrGWyY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qSXKmrGWyY .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-qSXKmrGWyY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qSXKmrGWyY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qSXKmrGWyY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qSXKmrGWyY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qSXKmrGWyY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qSXKmrGWyY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qSXKmrGWyY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qSXKmrGWyY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qSXKmrGWyY .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qSXKmrGWyY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qSXKmrGWyY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qSXKmrGWyY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qSXKmrGWyY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qSXKmrGWyY .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-qSXKmrGWyY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qSXKmrGWyY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qSXKmrGWyY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qSXKmrGWyY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qSXKmrGWyY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qSXKmrGWyY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qSXKmrGWyY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qSXKmrGWyY button.navbar-toggler:focus {
  outline: none;
}
.cid-qSXKmrGWyY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qSXKmrGWyY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qSXKmrGWyY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qSXKmrGWyY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qSXKmrGWyY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qSXKmrGWyY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSXKmrGWyY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qSXKmrGWyY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qSXKmrGWyY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qSXKmrGWyY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qSXKmrGWyY .collapsed .btn {
  display: flex;
}
.cid-qSXKmrGWyY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qSXKmrGWyY .collapsed .navbar-collapse.collapsing,
.cid-qSXKmrGWyY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qSXKmrGWyY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qSXKmrGWyY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qSXKmrGWyY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qSXKmrGWyY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qSXKmrGWyY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qSXKmrGWyY .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qSXKmrGWyY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qSXKmrGWyY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qSXKmrGWyY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qSXKmrGWyY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qSXKmrGWyY .collapsed button.navbar-toggler {
  display: block;
}
.cid-qSXKmrGWyY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qSXKmrGWyY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qSXKmrGWyY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qSXKmrGWyY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qSXKmrGWyY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qSXKmrGWyY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qSXKmrGWyY.navbar-expand {
    flex-direction: column;
  }
  .cid-qSXKmrGWyY img {
    height: 3.8rem !important;
  }
  .cid-qSXKmrGWyY .btn {
    display: flex;
  }
  .cid-qSXKmrGWyY button.navbar-toggler {
    display: block;
  }
  .cid-qSXKmrGWyY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qSXKmrGWyY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qSXKmrGWyY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qSXKmrGWyY .navbar-collapse.collapsing,
  .cid-qSXKmrGWyY .navbar-collapse.show {
    display: block !important;
  }
  .cid-qSXKmrGWyY .navbar-collapse.collapsing .navbar-nav,
  .cid-qSXKmrGWyY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qSXKmrGWyY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qSXKmrGWyY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qSXKmrGWyY .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qSXKmrGWyY .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSXKmrGWyY .navbar-collapse.collapsing .navbar-buttons,
  .cid-qSXKmrGWyY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qSXKmrGWyY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qSXKmrGWyY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qSXKmrGWyY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qSXKmrGWyY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qSXKmrGWyY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qSXKmrGWyY .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-qSXKmrGWyY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qSXKmrGWyY .navbar-collapse {
  flex-basis: auto;
}
.cid-qSXKmrGWyY .nav-link:hover,
.cid-qSXKmrGWyY .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qSXKmsPTxU {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSXKmsPTxU H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qSXKmsPTxU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qSXKmsPTxU .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qSXKmtxLDt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qSXKmtxLDt .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSXKmtxLDt .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qSXKmtxLDt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSXKmtxLDt .inner-container {
    width: 100% !important;
  }
}
.cid-qSXKmtxLDt .section-text DIV {
  text-align: left;
}
.cid-qSXKmtxLDt .section-text B {
  color: #149dcc;
}
.cid-qSXKmtxLDt .section-text FONT {
  color: #232323;
}
#accordion-block-6e .panel-body {
  padding: 15px;
}
#accordion-block-6e .panel-group {
  margin-bottom: 20px;
}
#accordion-block-6e .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
#accordion-block-6e .panel-default {
  border-color: #ddd;
}
#accordion-block-6e .panel-group .panel {
  margin-bottom: 0px;
  border-radius: 4px;
}
#accordion-block-6e .panel-group .panel + .panel {
  margin-top: 5px;
}
#accordion-block-6e .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#accordion-block-6e .panel-group .panel-heading {
  border-bottom: 0;
}
#accordion-block-6e .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
#accordion-block-6e .collapse {
  display: n1;
}
#accordion-block-6e .panel-group .panel-heading + .panel-collapse > .panel-body,
#accordion-block-6e .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
#accordion-block-6e .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
#accordion-block-6e .panel-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: inherit;
}
#accordion-block-6e [role="button"] {
  cursor: pointer;
}
#accordion-block-6e .panel-title > a,
#accordion-block-6e .panel-title > small,
#accordion-block-6e .panel-title > .small,
#accordion-block-6e .panel-title > small > a,
#accordion-block-6e .panel-title > .small > a {
  color: inherit;
}
#accordion-block-6e P {
  text-align: left;
}
#accordion-block-6e SPAN {
  color: #149dcc;
}
.cid-qSXSEYIf2e {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSXSEYIf2e .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qSXSEYIf2e .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qSXSEYIf2e .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qSXSEYIf2e .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qSXSEYIf2e .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qSXSEYIf2e .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qSXSEYIf2e .mbr-gallery-item > div:hover:before {
  opacity: 1 !important;
}
.cid-qSXSEYIf2e .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qSXSEYIf2e .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qSXSEYIf2e .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-qSXKmyza57 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qSXKmyza57 .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qSXKmyza57 .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qSXKmyza57 .content-container {
    padding-right: 5rem;
  }
}
.cid-qSXKmyza57 .mbr-text,
.cid-qSXKmyza57 .mbr-section-btn {
  color: #ffffff;
}
.cid-qSXKmyza57 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qSXKmzmgnB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qSXKmzmgnB [class^="socicon-"]:before,
.cid-qSXKmzmgnB [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qSXKmzmgnB .btn-social {
  border-color: #149dcc;
}
.cid-qSXKmzmgnB .btn-social:hover {
  background: #149dcc;
}
.cid-qSXKmzmgnB .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qSXKmzmgnB .btn {
    font-size: 20px !important;
  }
}
.cid-qTVjExOLEC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVjExOLEC .content {
    text-align: center;
  }
  .cid-qTVjExOLEC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVjExOLEC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVjExOLEC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVjExOLEC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVjExOLEC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVjExOLEC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVjExOLEC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVjExOLEC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVjExOLEC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVjExOLEC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVjExOLEC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVjExOLEC .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVjExOLEC H5 {
  color: #ffffff;
}
.cid-qTVjExOLEC P {
  color: #ffffff;
}
.cid-qTpOeirl2Y .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTpOeirl2Y .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTpOeirl2Y a {
  font-style: normal;
}
.cid-qTpOeirl2Y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTpOeirl2Y .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTpOeirl2Y .nav-item:focus,
.cid-qTpOeirl2Y .nav-link:focus {
  outline: none;
}
.cid-qTpOeirl2Y .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTpOeirl2Y .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTpOeirl2Y .menu-logo {
  margin-right: auto;
}
.cid-qTpOeirl2Y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTpOeirl2Y .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-qTpOeirl2Y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTpOeirl2Y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTpOeirl2Y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTpOeirl2Y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTpOeirl2Y .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTpOeirl2Y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTpOeirl2Y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTpOeirl2Y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTpOeirl2Y .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTpOeirl2Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTpOeirl2Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTpOeirl2Y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTpOeirl2Y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTpOeirl2Y .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-qTpOeirl2Y .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTpOeirl2Y .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTpOeirl2Y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTpOeirl2Y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTpOeirl2Y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTpOeirl2Y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTpOeirl2Y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTpOeirl2Y button.navbar-toggler:focus {
  outline: none;
}
.cid-qTpOeirl2Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTpOeirl2Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTpOeirl2Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpOeirl2Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpOeirl2Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTpOeirl2Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpOeirl2Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTpOeirl2Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTpOeirl2Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpOeirl2Y .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTpOeirl2Y .collapsed .btn {
  display: flex;
}
.cid-qTpOeirl2Y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTpOeirl2Y .collapsed .navbar-collapse.collapsing,
.cid-qTpOeirl2Y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTpOeirl2Y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTpOeirl2Y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTpOeirl2Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTpOeirl2Y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTpOeirl2Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTpOeirl2Y .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTpOeirl2Y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTpOeirl2Y .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTpOeirl2Y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTpOeirl2Y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTpOeirl2Y .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTpOeirl2Y .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTpOeirl2Y .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTpOeirl2Y .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTpOeirl2Y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTpOeirl2Y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTpOeirl2Y .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTpOeirl2Y.navbar-expand {
    flex-direction: column;
  }
  .cid-qTpOeirl2Y img {
    height: 3.8rem !important;
  }
  .cid-qTpOeirl2Y .btn {
    display: flex;
  }
  .cid-qTpOeirl2Y button.navbar-toggler {
    display: block;
  }
  .cid-qTpOeirl2Y .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTpOeirl2Y .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTpOeirl2Y .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTpOeirl2Y .navbar-collapse.collapsing,
  .cid-qTpOeirl2Y .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTpOeirl2Y .navbar-collapse.collapsing .navbar-nav,
  .cid-qTpOeirl2Y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTpOeirl2Y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTpOeirl2Y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTpOeirl2Y .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTpOeirl2Y .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpOeirl2Y .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTpOeirl2Y .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTpOeirl2Y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTpOeirl2Y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpOeirl2Y .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTpOeirl2Y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTpOeirl2Y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTpOeirl2Y .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-qTpOeirl2Y .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTpOeirl2Y .navbar-collapse {
  flex-basis: auto;
}
.cid-qTpOeirl2Y .nav-link:hover,
.cid-qTpOeirl2Y .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTpOejsd3j {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpOejsd3j H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTpOejsd3j .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTpOejsd3j .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTpOeka04z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTpOeka04z .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTpOeka04z .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTpOeka04z .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTpOeka04z .inner-container {
    width: 100% !important;
  }
}
.cid-qTpOeka04z .section-text DIV {
  text-align: left;
}
.cid-qTpOeka04z .section-text B {
  color: #149dcc;
}
.cid-qTpOeka04z .section-text FONT {
  color: #232323;
}
.cid-qTpOeohbQm {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpOeohbQm .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTpOeohbQm .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTpOeohbQm .content-container {
    padding-right: 5rem;
  }
}
.cid-qTpOeohbQm .mbr-text,
.cid-qTpOeohbQm .mbr-section-btn {
  color: #ffffff;
}
.cid-qTpOeohbQm H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTpRzk8bOF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTpRzk8bOF .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTpRzk8bOF .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTpRzk8bOF .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTpRzk8bOF .team-item .item-image img {
  width: 100%;
}
.cid-qTpRzk8bOF .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTpRzk8bOF .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTpRzk8bOF .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTpRzk8bOF .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTpRzk8bOF .team-item .item-caption {
  background: #efefef;
}
.cid-qTpVqPvpon {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTpVqPvpon .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTpVqPvpon .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTpVqPvpon .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTpVqPvpon .team-item .item-image img {
  width: 100%;
}
.cid-qTpVqPvpon .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTpVqPvpon .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTpVqPvpon .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTpVqPvpon .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTpVqPvpon .team-item .item-caption {
  background: #efefef;
}
.cid-qTpOep04CE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTpOep04CE [class^="socicon-"]:before,
.cid-qTpOep04CE [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTpOep04CE .btn-social {
  border-color: #149dcc;
}
.cid-qTpOep04CE .btn-social:hover {
  background: #149dcc;
}
.cid-qTpOep04CE .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTpOep04CE .btn {
    font-size: 20px !important;
  }
}
.cid-qTVirBu8K3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVirBu8K3 .content {
    text-align: center;
  }
  .cid-qTVirBu8K3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVirBu8K3 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVirBu8K3 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVirBu8K3 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVirBu8K3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVirBu8K3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVirBu8K3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVirBu8K3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVirBu8K3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVirBu8K3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVirBu8K3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVirBu8K3 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVirBu8K3 H5 {
  color: #ffffff;
}
.cid-qTVirBu8K3 P {
  color: #ffffff;
}
.cid-qTpX6MbewV .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTpX6MbewV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTpX6MbewV a {
  font-style: normal;
}
.cid-qTpX6MbewV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTpX6MbewV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTpX6MbewV .nav-item:focus,
.cid-qTpX6MbewV .nav-link:focus {
  outline: none;
}
.cid-qTpX6MbewV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTpX6MbewV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTpX6MbewV .menu-logo {
  margin-right: auto;
}
.cid-qTpX6MbewV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTpX6MbewV .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-qTpX6MbewV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTpX6MbewV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTpX6MbewV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTpX6MbewV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTpX6MbewV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTpX6MbewV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTpX6MbewV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTpX6MbewV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTpX6MbewV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTpX6MbewV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTpX6MbewV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTpX6MbewV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTpX6MbewV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTpX6MbewV .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-qTpX6MbewV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTpX6MbewV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTpX6MbewV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTpX6MbewV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTpX6MbewV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTpX6MbewV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTpX6MbewV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTpX6MbewV button.navbar-toggler:focus {
  outline: none;
}
.cid-qTpX6MbewV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTpX6MbewV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTpX6MbewV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpX6MbewV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpX6MbewV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTpX6MbewV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpX6MbewV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTpX6MbewV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTpX6MbewV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpX6MbewV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTpX6MbewV .collapsed .btn {
  display: flex;
}
.cid-qTpX6MbewV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTpX6MbewV .collapsed .navbar-collapse.collapsing,
.cid-qTpX6MbewV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTpX6MbewV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTpX6MbewV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTpX6MbewV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTpX6MbewV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTpX6MbewV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTpX6MbewV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTpX6MbewV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTpX6MbewV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTpX6MbewV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTpX6MbewV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTpX6MbewV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTpX6MbewV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTpX6MbewV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTpX6MbewV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTpX6MbewV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTpX6MbewV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTpX6MbewV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTpX6MbewV.navbar-expand {
    flex-direction: column;
  }
  .cid-qTpX6MbewV img {
    height: 3.8rem !important;
  }
  .cid-qTpX6MbewV .btn {
    display: flex;
  }
  .cid-qTpX6MbewV button.navbar-toggler {
    display: block;
  }
  .cid-qTpX6MbewV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTpX6MbewV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTpX6MbewV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTpX6MbewV .navbar-collapse.collapsing,
  .cid-qTpX6MbewV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTpX6MbewV .navbar-collapse.collapsing .navbar-nav,
  .cid-qTpX6MbewV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTpX6MbewV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTpX6MbewV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTpX6MbewV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTpX6MbewV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpX6MbewV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTpX6MbewV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTpX6MbewV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTpX6MbewV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpX6MbewV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTpX6MbewV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTpX6MbewV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTpX6MbewV .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-qTpX6MbewV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTpX6MbewV .navbar-collapse {
  flex-basis: auto;
}
.cid-qTpX6MbewV .nav-link:hover,
.cid-qTpX6MbewV .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTpX6NoG3R {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpX6NoG3R H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTpX6NoG3R .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTpX6NoG3R .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTpX6O0jtl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTpX6O0jtl .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTpX6O0jtl .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTpX6O0jtl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTpX6O0jtl .inner-container {
    width: 100% !important;
  }
}
.cid-qTpX6O0jtl .section-text DIV {
  text-align: left;
}
.cid-qTpX6O0jtl .section-text B {
  color: #149dcc;
}
.cid-qTpX6O0jtl .section-text FONT {
  color: #232323;
}
.cid-qTq1tzIeEz {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-qTq1tzIeEz .image-block {
  margin: auto;
}
.cid-qTq1tzIeEz figcaption {
  position: relative;
}
.cid-qTq1tzIeEz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qTq1tzIeEz .image-block {
    width: 100% !important;
  }
}
.cid-qTpX6OSRDS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpX6OSRDS .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTpX6OSRDS .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTpX6OSRDS .content-container {
    padding-right: 5rem;
  }
}
.cid-qTpX6OSRDS .mbr-text,
.cid-qTpX6OSRDS .mbr-section-btn {
  color: #ffffff;
}
.cid-qTpX6OSRDS H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTq1dk5Odb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTq1dk5Odb .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTq1dk5Odb .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTq1dk5Odb .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTq1dk5Odb .team-item .item-image img {
  width: 100%;
}
.cid-qTq1dk5Odb .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTq1dk5Odb .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTq1dk5Odb .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTq1dk5Odb .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTq1dk5Odb .team-item .item-caption {
  background: #efefef;
}
.cid-qTq1egCvQJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTq1egCvQJ .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTq1egCvQJ .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTq1egCvQJ .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTq1egCvQJ .team-item .item-image img {
  width: 100%;
}
.cid-qTq1egCvQJ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTq1egCvQJ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTq1egCvQJ .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTq1egCvQJ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTq1egCvQJ .team-item .item-caption {
  background: #efefef;
}
.cid-qTpX6TA7S2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTpX6TA7S2 [class^="socicon-"]:before,
.cid-qTpX6TA7S2 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTpX6TA7S2 .btn-social {
  border-color: #149dcc;
}
.cid-qTpX6TA7S2 .btn-social:hover {
  background: #149dcc;
}
.cid-qTpX6TA7S2 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTpX6TA7S2 .btn {
    font-size: 20px !important;
  }
}
.cid-qTVizfrYe6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVizfrYe6 .content {
    text-align: center;
  }
  .cid-qTVizfrYe6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVizfrYe6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVizfrYe6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVizfrYe6 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVizfrYe6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVizfrYe6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVizfrYe6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVizfrYe6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVizfrYe6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVizfrYe6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVizfrYe6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVizfrYe6 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVizfrYe6 H5 {
  color: #ffffff;
}
.cid-qTVizfrYe6 P {
  color: #ffffff;
}
.cid-qTpYyafwXB .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTpYyafwXB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTpYyafwXB a {
  font-style: normal;
}
.cid-qTpYyafwXB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTpYyafwXB .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTpYyafwXB .nav-item:focus,
.cid-qTpYyafwXB .nav-link:focus {
  outline: none;
}
.cid-qTpYyafwXB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTpYyafwXB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTpYyafwXB .menu-logo {
  margin-right: auto;
}
.cid-qTpYyafwXB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTpYyafwXB .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-qTpYyafwXB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTpYyafwXB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTpYyafwXB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTpYyafwXB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTpYyafwXB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTpYyafwXB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTpYyafwXB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTpYyafwXB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTpYyafwXB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTpYyafwXB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTpYyafwXB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTpYyafwXB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTpYyafwXB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTpYyafwXB .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-qTpYyafwXB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTpYyafwXB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTpYyafwXB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTpYyafwXB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTpYyafwXB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTpYyafwXB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTpYyafwXB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTpYyafwXB button.navbar-toggler:focus {
  outline: none;
}
.cid-qTpYyafwXB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTpYyafwXB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTpYyafwXB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpYyafwXB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpYyafwXB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTpYyafwXB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpYyafwXB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTpYyafwXB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTpYyafwXB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpYyafwXB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTpYyafwXB .collapsed .btn {
  display: flex;
}
.cid-qTpYyafwXB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTpYyafwXB .collapsed .navbar-collapse.collapsing,
.cid-qTpYyafwXB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTpYyafwXB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTpYyafwXB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTpYyafwXB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTpYyafwXB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTpYyafwXB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTpYyafwXB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTpYyafwXB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTpYyafwXB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTpYyafwXB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTpYyafwXB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTpYyafwXB .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTpYyafwXB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTpYyafwXB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTpYyafwXB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTpYyafwXB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTpYyafwXB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTpYyafwXB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTpYyafwXB.navbar-expand {
    flex-direction: column;
  }
  .cid-qTpYyafwXB img {
    height: 3.8rem !important;
  }
  .cid-qTpYyafwXB .btn {
    display: flex;
  }
  .cid-qTpYyafwXB button.navbar-toggler {
    display: block;
  }
  .cid-qTpYyafwXB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTpYyafwXB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTpYyafwXB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTpYyafwXB .navbar-collapse.collapsing,
  .cid-qTpYyafwXB .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTpYyafwXB .navbar-collapse.collapsing .navbar-nav,
  .cid-qTpYyafwXB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTpYyafwXB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTpYyafwXB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTpYyafwXB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTpYyafwXB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpYyafwXB .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTpYyafwXB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTpYyafwXB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTpYyafwXB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpYyafwXB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTpYyafwXB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTpYyafwXB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTpYyafwXB .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-qTpYyafwXB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTpYyafwXB .navbar-collapse {
  flex-basis: auto;
}
.cid-qTpYyafwXB .nav-link:hover,
.cid-qTpYyafwXB .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTpYyb6QWv {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpYyb6QWv H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTpYyb6QWv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTpYyb6QWv .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTpYybREHB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTpYybREHB .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTpYybREHB .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTpYybREHB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTpYybREHB .inner-container {
    width: 100% !important;
  }
}
.cid-qTpYybREHB .section-text DIV {
  text-align: left;
}
.cid-qTpYybREHB .section-text B {
  color: #149dcc;
}
.cid-qTpYybREHB .section-text FONT {
  color: #232323;
}
.cid-qTq2XPyYMZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-qTq2XPyYMZ .image-block {
  margin: auto;
}
.cid-qTq2XPyYMZ figcaption {
  position: relative;
}
.cid-qTq2XPyYMZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qTq2XPyYMZ .image-block {
    width: 100% !important;
  }
}
.cid-qTpYycrHpC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpYycrHpC .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTpYycrHpC .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTpYycrHpC .content-container {
    padding-right: 5rem;
  }
}
.cid-qTpYycrHpC .mbr-text,
.cid-qTpYycrHpC .mbr-section-btn {
  color: #ffffff;
}
.cid-qTpYycrHpC H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTq3SljDPS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTq3SljDPS .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTq3SljDPS .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTq3SljDPS .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTq3SljDPS .team-item .item-image img {
  width: 100%;
}
.cid-qTq3SljDPS .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTq3SljDPS .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTq3SljDPS .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTq3SljDPS .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTq3SljDPS .team-item .item-caption {
  background: #efefef;
}
.cid-qTq3TK4taB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTq3TK4taB .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTq3TK4taB .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTq3TK4taB .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTq3TK4taB .team-item .item-image img {
  width: 100%;
}
.cid-qTq3TK4taB .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTq3TK4taB .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTq3TK4taB .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTq3TK4taB .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTq3TK4taB .team-item .item-caption {
  background: #efefef;
}
.cid-qTpYyg9PtB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTpYyg9PtB [class^="socicon-"]:before,
.cid-qTpYyg9PtB [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTpYyg9PtB .btn-social {
  border-color: #149dcc;
}
.cid-qTpYyg9PtB .btn-social:hover {
  background: #149dcc;
}
.cid-qTpYyg9PtB .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTpYyg9PtB .btn {
    font-size: 20px !important;
  }
}
.cid-qTViQ4xv7k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTViQ4xv7k .content {
    text-align: center;
  }
  .cid-qTViQ4xv7k .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTViQ4xv7k .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTViQ4xv7k .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTViQ4xv7k .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTViQ4xv7k .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTViQ4xv7k .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTViQ4xv7k .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTViQ4xv7k .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTViQ4xv7k .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTViQ4xv7k .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTViQ4xv7k .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTViQ4xv7k .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTViQ4xv7k H5 {
  color: #ffffff;
}
.cid-qTViQ4xv7k P {
  color: #ffffff;
}
.cid-qTpYPaLAdZ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTpYPaLAdZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTpYPaLAdZ a {
  font-style: normal;
}
.cid-qTpYPaLAdZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTpYPaLAdZ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTpYPaLAdZ .nav-item:focus,
.cid-qTpYPaLAdZ .nav-link:focus {
  outline: none;
}
.cid-qTpYPaLAdZ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTpYPaLAdZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTpYPaLAdZ .menu-logo {
  margin-right: auto;
}
.cid-qTpYPaLAdZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTpYPaLAdZ .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-qTpYPaLAdZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTpYPaLAdZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTpYPaLAdZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTpYPaLAdZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTpYPaLAdZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTpYPaLAdZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTpYPaLAdZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTpYPaLAdZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTpYPaLAdZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTpYPaLAdZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTpYPaLAdZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTpYPaLAdZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTpYPaLAdZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTpYPaLAdZ .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-qTpYPaLAdZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTpYPaLAdZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTpYPaLAdZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTpYPaLAdZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTpYPaLAdZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTpYPaLAdZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTpYPaLAdZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTpYPaLAdZ button.navbar-toggler:focus {
  outline: none;
}
.cid-qTpYPaLAdZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTpYPaLAdZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTpYPaLAdZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpYPaLAdZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpYPaLAdZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTpYPaLAdZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpYPaLAdZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTpYPaLAdZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTpYPaLAdZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpYPaLAdZ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTpYPaLAdZ .collapsed .btn {
  display: flex;
}
.cid-qTpYPaLAdZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTpYPaLAdZ .collapsed .navbar-collapse.collapsing,
.cid-qTpYPaLAdZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTpYPaLAdZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTpYPaLAdZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTpYPaLAdZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTpYPaLAdZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTpYPaLAdZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTpYPaLAdZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTpYPaLAdZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTpYPaLAdZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTpYPaLAdZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTpYPaLAdZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTpYPaLAdZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTpYPaLAdZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTpYPaLAdZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTpYPaLAdZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTpYPaLAdZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTpYPaLAdZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTpYPaLAdZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTpYPaLAdZ.navbar-expand {
    flex-direction: column;
  }
  .cid-qTpYPaLAdZ img {
    height: 3.8rem !important;
  }
  .cid-qTpYPaLAdZ .btn {
    display: flex;
  }
  .cid-qTpYPaLAdZ button.navbar-toggler {
    display: block;
  }
  .cid-qTpYPaLAdZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTpYPaLAdZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTpYPaLAdZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTpYPaLAdZ .navbar-collapse.collapsing,
  .cid-qTpYPaLAdZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTpYPaLAdZ .navbar-collapse.collapsing .navbar-nav,
  .cid-qTpYPaLAdZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTpYPaLAdZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTpYPaLAdZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTpYPaLAdZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTpYPaLAdZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpYPaLAdZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTpYPaLAdZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTpYPaLAdZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTpYPaLAdZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpYPaLAdZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTpYPaLAdZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTpYPaLAdZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTpYPaLAdZ .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-qTpYPaLAdZ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTpYPaLAdZ .navbar-collapse {
  flex-basis: auto;
}
.cid-qTpYPaLAdZ .nav-link:hover,
.cid-qTpYPaLAdZ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTpYPbHHRg {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpYPbHHRg H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTpYPbHHRg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTpYPbHHRg .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTpYPceUeJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTpYPceUeJ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTpYPceUeJ .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTpYPceUeJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTpYPceUeJ .inner-container {
    width: 100% !important;
  }
}
.cid-qTpYPceUeJ .section-text DIV {
  text-align: left;
}
.cid-qTpYPceUeJ .section-text B {
  color: #149dcc;
}
.cid-qTpYPceUeJ .section-text FONT {
  color: #232323;
}
.cid-qTq4420lWZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qTq4420lWZ .image-block {
  margin: auto;
}
.cid-qTq4420lWZ figcaption {
  position: relative;
}
.cid-qTq4420lWZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qTq4420lWZ .image-block {
    width: 100% !important;
  }
}
.cid-qTpYPcWHvu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpYPcWHvu .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTpYPcWHvu .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTpYPcWHvu .content-container {
    padding-right: 5rem;
  }
}
.cid-qTpYPcWHvu .mbr-text,
.cid-qTpYPcWHvu .mbr-section-btn {
  color: #ffffff;
}
.cid-qTpYPcWHvu H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTq41XSr0M {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTq41XSr0M .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTq41XSr0M .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTq41XSr0M .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTq41XSr0M .team-item .item-image img {
  width: 100%;
}
.cid-qTq41XSr0M .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTq41XSr0M .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTq41XSr0M .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTq41XSr0M .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTq41XSr0M .team-item .item-caption {
  background: #efefef;
}
.cid-qTq42WMF5g {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTq42WMF5g .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTq42WMF5g .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTq42WMF5g .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTq42WMF5g .team-item .item-image img {
  width: 100%;
}
.cid-qTq42WMF5g .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTq42WMF5g .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTq42WMF5g .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTq42WMF5g .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTq42WMF5g .team-item .item-caption {
  background: #efefef;
}
.cid-qTpYPh1Egk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTpYPh1Egk [class^="socicon-"]:before,
.cid-qTpYPh1Egk [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTpYPh1Egk .btn-social {
  border-color: #149dcc;
}
.cid-qTpYPh1Egk .btn-social:hover {
  background: #149dcc;
}
.cid-qTpYPh1Egk .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTpYPh1Egk .btn {
    font-size: 20px !important;
  }
}
.cid-qTViUK1UnL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTViUK1UnL .content {
    text-align: center;
  }
  .cid-qTViUK1UnL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTViUK1UnL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTViUK1UnL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTViUK1UnL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTViUK1UnL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTViUK1UnL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTViUK1UnL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTViUK1UnL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTViUK1UnL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTViUK1UnL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTViUK1UnL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTViUK1UnL .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTViUK1UnL H5 {
  color: #ffffff;
}
.cid-qTViUK1UnL P {
  color: #ffffff;
}
.cid-qTpZ0nbJyi .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTpZ0nbJyi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTpZ0nbJyi a {
  font-style: normal;
}
.cid-qTpZ0nbJyi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTpZ0nbJyi .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTpZ0nbJyi .nav-item:focus,
.cid-qTpZ0nbJyi .nav-link:focus {
  outline: none;
}
.cid-qTpZ0nbJyi .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTpZ0nbJyi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTpZ0nbJyi .menu-logo {
  margin-right: auto;
}
.cid-qTpZ0nbJyi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTpZ0nbJyi .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-qTpZ0nbJyi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTpZ0nbJyi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTpZ0nbJyi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTpZ0nbJyi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTpZ0nbJyi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTpZ0nbJyi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTpZ0nbJyi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTpZ0nbJyi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTpZ0nbJyi .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTpZ0nbJyi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTpZ0nbJyi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTpZ0nbJyi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTpZ0nbJyi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTpZ0nbJyi .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-qTpZ0nbJyi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTpZ0nbJyi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTpZ0nbJyi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTpZ0nbJyi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTpZ0nbJyi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTpZ0nbJyi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTpZ0nbJyi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTpZ0nbJyi button.navbar-toggler:focus {
  outline: none;
}
.cid-qTpZ0nbJyi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTpZ0nbJyi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTpZ0nbJyi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpZ0nbJyi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpZ0nbJyi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTpZ0nbJyi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpZ0nbJyi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTpZ0nbJyi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTpZ0nbJyi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpZ0nbJyi .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTpZ0nbJyi .collapsed .btn {
  display: flex;
}
.cid-qTpZ0nbJyi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTpZ0nbJyi .collapsed .navbar-collapse.collapsing,
.cid-qTpZ0nbJyi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTpZ0nbJyi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTpZ0nbJyi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTpZ0nbJyi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTpZ0nbJyi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTpZ0nbJyi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTpZ0nbJyi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTpZ0nbJyi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTpZ0nbJyi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTpZ0nbJyi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTpZ0nbJyi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTpZ0nbJyi .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTpZ0nbJyi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTpZ0nbJyi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTpZ0nbJyi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTpZ0nbJyi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTpZ0nbJyi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTpZ0nbJyi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTpZ0nbJyi.navbar-expand {
    flex-direction: column;
  }
  .cid-qTpZ0nbJyi img {
    height: 3.8rem !important;
  }
  .cid-qTpZ0nbJyi .btn {
    display: flex;
  }
  .cid-qTpZ0nbJyi button.navbar-toggler {
    display: block;
  }
  .cid-qTpZ0nbJyi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTpZ0nbJyi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTpZ0nbJyi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTpZ0nbJyi .navbar-collapse.collapsing,
  .cid-qTpZ0nbJyi .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTpZ0nbJyi .navbar-collapse.collapsing .navbar-nav,
  .cid-qTpZ0nbJyi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTpZ0nbJyi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTpZ0nbJyi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTpZ0nbJyi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTpZ0nbJyi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpZ0nbJyi .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTpZ0nbJyi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTpZ0nbJyi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTpZ0nbJyi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpZ0nbJyi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTpZ0nbJyi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTpZ0nbJyi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTpZ0nbJyi .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-qTpZ0nbJyi .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTpZ0nbJyi .navbar-collapse {
  flex-basis: auto;
}
.cid-qTpZ0nbJyi .nav-link:hover,
.cid-qTpZ0nbJyi .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTpZ0o8fIV {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpZ0o8fIV H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTpZ0o8fIV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTpZ0o8fIV .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTpZ0oHG7u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTpZ0oHG7u .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTpZ0oHG7u .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTpZ0oHG7u .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTpZ0oHG7u .inner-container {
    width: 100% !important;
  }
}
.cid-qTpZ0oHG7u .section-text DIV {
  text-align: left;
}
.cid-qTpZ0oHG7u .section-text B {
  color: #149dcc;
}
.cid-qTpZ0oHG7u .section-text FONT {
  color: #232323;
}
.cid-qTq5MROoFZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qTq5MROoFZ .image-block {
  margin: auto;
}
.cid-qTq5MROoFZ figcaption {
  position: relative;
}
.cid-qTq5MROoFZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qTq5MROoFZ .image-block {
    width: 100% !important;
  }
}
.cid-qTpZ0pf9Tq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpZ0pf9Tq .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTpZ0pf9Tq .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTpZ0pf9Tq .content-container {
    padding-right: 5rem;
  }
}
.cid-qTpZ0pf9Tq .mbr-text,
.cid-qTpZ0pf9Tq .mbr-section-btn {
  color: #ffffff;
}
.cid-qTpZ0pf9Tq H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTq5Kipehu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTq5Kipehu .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTq5Kipehu .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTq5Kipehu .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTq5Kipehu .team-item .item-image img {
  width: 100%;
}
.cid-qTq5Kipehu .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTq5Kipehu .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTq5Kipehu .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTq5Kipehu .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTq5Kipehu .team-item .item-caption {
  background: #efefef;
}
.cid-qTq5LuOZyz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTq5LuOZyz .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTq5LuOZyz .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTq5LuOZyz .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTq5LuOZyz .team-item .item-image img {
  width: 100%;
}
.cid-qTq5LuOZyz .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTq5LuOZyz .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTq5LuOZyz .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTq5LuOZyz .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTq5LuOZyz .team-item .item-caption {
  background: #efefef;
}
.cid-qTpZ0tevqN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTpZ0tevqN [class^="socicon-"]:before,
.cid-qTpZ0tevqN [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTpZ0tevqN .btn-social {
  border-color: #149dcc;
}
.cid-qTpZ0tevqN .btn-social:hover {
  background: #149dcc;
}
.cid-qTpZ0tevqN .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTpZ0tevqN .btn {
    font-size: 20px !important;
  }
}
.cid-qTVj0APf2A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVj0APf2A .content {
    text-align: center;
  }
  .cid-qTVj0APf2A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVj0APf2A .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVj0APf2A .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVj0APf2A .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVj0APf2A .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVj0APf2A .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVj0APf2A .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVj0APf2A .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVj0APf2A .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVj0APf2A .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVj0APf2A .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVj0APf2A .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVj0APf2A H5 {
  color: #ffffff;
}
.cid-qTVj0APf2A P {
  color: #ffffff;
}
.cid-qTpZaPqKLQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTpZaPqKLQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTpZaPqKLQ a {
  font-style: normal;
}
.cid-qTpZaPqKLQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTpZaPqKLQ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTpZaPqKLQ .nav-item:focus,
.cid-qTpZaPqKLQ .nav-link:focus {
  outline: none;
}
.cid-qTpZaPqKLQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTpZaPqKLQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTpZaPqKLQ .menu-logo {
  margin-right: auto;
}
.cid-qTpZaPqKLQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTpZaPqKLQ .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-qTpZaPqKLQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTpZaPqKLQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTpZaPqKLQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTpZaPqKLQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTpZaPqKLQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTpZaPqKLQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTpZaPqKLQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTpZaPqKLQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTpZaPqKLQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTpZaPqKLQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTpZaPqKLQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTpZaPqKLQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTpZaPqKLQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTpZaPqKLQ .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-qTpZaPqKLQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTpZaPqKLQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTpZaPqKLQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTpZaPqKLQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTpZaPqKLQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTpZaPqKLQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTpZaPqKLQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTpZaPqKLQ button.navbar-toggler:focus {
  outline: none;
}
.cid-qTpZaPqKLQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTpZaPqKLQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTpZaPqKLQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpZaPqKLQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpZaPqKLQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTpZaPqKLQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpZaPqKLQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTpZaPqKLQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTpZaPqKLQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpZaPqKLQ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTpZaPqKLQ .collapsed .btn {
  display: flex;
}
.cid-qTpZaPqKLQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTpZaPqKLQ .collapsed .navbar-collapse.collapsing,
.cid-qTpZaPqKLQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTpZaPqKLQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTpZaPqKLQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTpZaPqKLQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTpZaPqKLQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTpZaPqKLQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTpZaPqKLQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTpZaPqKLQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTpZaPqKLQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTpZaPqKLQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTpZaPqKLQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTpZaPqKLQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTpZaPqKLQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTpZaPqKLQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTpZaPqKLQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTpZaPqKLQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTpZaPqKLQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTpZaPqKLQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTpZaPqKLQ.navbar-expand {
    flex-direction: column;
  }
  .cid-qTpZaPqKLQ img {
    height: 3.8rem !important;
  }
  .cid-qTpZaPqKLQ .btn {
    display: flex;
  }
  .cid-qTpZaPqKLQ button.navbar-toggler {
    display: block;
  }
  .cid-qTpZaPqKLQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTpZaPqKLQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTpZaPqKLQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTpZaPqKLQ .navbar-collapse.collapsing,
  .cid-qTpZaPqKLQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTpZaPqKLQ .navbar-collapse.collapsing .navbar-nav,
  .cid-qTpZaPqKLQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTpZaPqKLQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTpZaPqKLQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTpZaPqKLQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTpZaPqKLQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpZaPqKLQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTpZaPqKLQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTpZaPqKLQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTpZaPqKLQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpZaPqKLQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTpZaPqKLQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTpZaPqKLQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTpZaPqKLQ .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-qTpZaPqKLQ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTpZaPqKLQ .navbar-collapse {
  flex-basis: auto;
}
.cid-qTpZaPqKLQ .nav-link:hover,
.cid-qTpZaPqKLQ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTpZaQorR4 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpZaQorR4 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTpZaQorR4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTpZaQorR4 .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTpZaRah9H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTpZaRah9H .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTpZaRah9H .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTpZaRah9H .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTpZaRah9H .inner-container {
    width: 100% !important;
  }
}
.cid-qTpZaRah9H .section-text DIV {
  text-align: left;
}
.cid-qTpZaRah9H .section-text B {
  color: #149dcc;
}
.cid-qTpZaRah9H .section-text FONT {
  color: #232323;
}
.cid-qTq7czy5Tr {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qTq7czy5Tr .image-block {
  margin: auto;
}
.cid-qTq7czy5Tr figcaption {
  position: relative;
}
.cid-qTq7czy5Tr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qTq7czy5Tr .image-block {
    width: 100% !important;
  }
}
.cid-qTpZaRHmpT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpZaRHmpT .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTpZaRHmpT .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTpZaRHmpT .content-container {
    padding-right: 5rem;
  }
}
.cid-qTpZaRHmpT .mbr-text,
.cid-qTpZaRHmpT .mbr-section-btn {
  color: #ffffff;
}
.cid-qTpZaRHmpT H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTq7adauRR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTq7adauRR .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTq7adauRR .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTq7adauRR .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTq7adauRR .team-item .item-image img {
  width: 100%;
}
.cid-qTq7adauRR .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTq7adauRR .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTq7adauRR .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTq7adauRR .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTq7adauRR .team-item .item-caption {
  background: #efefef;
}
.cid-qTq7b5w3J2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTq7b5w3J2 .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTq7b5w3J2 .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTq7b5w3J2 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTq7b5w3J2 .team-item .item-image img {
  width: 100%;
}
.cid-qTq7b5w3J2 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTq7b5w3J2 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTq7b5w3J2 .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTq7b5w3J2 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTq7b5w3J2 .team-item .item-caption {
  background: #efefef;
}
.cid-qTpZaVmhof {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTpZaVmhof [class^="socicon-"]:before,
.cid-qTpZaVmhof [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTpZaVmhof .btn-social {
  border-color: #149dcc;
}
.cid-qTpZaVmhof .btn-social:hover {
  background: #149dcc;
}
.cid-qTpZaVmhof .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTpZaVmhof .btn {
    font-size: 20px !important;
  }
}
.cid-qTVj5EWZqj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVj5EWZqj .content {
    text-align: center;
  }
  .cid-qTVj5EWZqj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVj5EWZqj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVj5EWZqj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVj5EWZqj .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVj5EWZqj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVj5EWZqj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVj5EWZqj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVj5EWZqj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVj5EWZqj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVj5EWZqj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVj5EWZqj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVj5EWZqj .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVj5EWZqj H5 {
  color: #ffffff;
}
.cid-qTVj5EWZqj P {
  color: #ffffff;
}
.cid-qTpZlSctEp .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTpZlSctEp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTpZlSctEp a {
  font-style: normal;
}
.cid-qTpZlSctEp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTpZlSctEp .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTpZlSctEp .nav-item:focus,
.cid-qTpZlSctEp .nav-link:focus {
  outline: none;
}
.cid-qTpZlSctEp .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTpZlSctEp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTpZlSctEp .menu-logo {
  margin-right: auto;
}
.cid-qTpZlSctEp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTpZlSctEp .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-qTpZlSctEp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTpZlSctEp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTpZlSctEp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTpZlSctEp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTpZlSctEp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTpZlSctEp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTpZlSctEp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTpZlSctEp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTpZlSctEp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTpZlSctEp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTpZlSctEp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTpZlSctEp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTpZlSctEp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTpZlSctEp .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-qTpZlSctEp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTpZlSctEp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTpZlSctEp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTpZlSctEp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTpZlSctEp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTpZlSctEp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTpZlSctEp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTpZlSctEp button.navbar-toggler:focus {
  outline: none;
}
.cid-qTpZlSctEp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTpZlSctEp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTpZlSctEp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpZlSctEp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpZlSctEp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTpZlSctEp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpZlSctEp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTpZlSctEp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTpZlSctEp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpZlSctEp .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTpZlSctEp .collapsed .btn {
  display: flex;
}
.cid-qTpZlSctEp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTpZlSctEp .collapsed .navbar-collapse.collapsing,
.cid-qTpZlSctEp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTpZlSctEp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTpZlSctEp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTpZlSctEp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTpZlSctEp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTpZlSctEp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTpZlSctEp .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTpZlSctEp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTpZlSctEp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTpZlSctEp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTpZlSctEp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTpZlSctEp .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTpZlSctEp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTpZlSctEp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTpZlSctEp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTpZlSctEp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTpZlSctEp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTpZlSctEp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTpZlSctEp.navbar-expand {
    flex-direction: column;
  }
  .cid-qTpZlSctEp img {
    height: 3.8rem !important;
  }
  .cid-qTpZlSctEp .btn {
    display: flex;
  }
  .cid-qTpZlSctEp button.navbar-toggler {
    display: block;
  }
  .cid-qTpZlSctEp .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTpZlSctEp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTpZlSctEp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTpZlSctEp .navbar-collapse.collapsing,
  .cid-qTpZlSctEp .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTpZlSctEp .navbar-collapse.collapsing .navbar-nav,
  .cid-qTpZlSctEp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTpZlSctEp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTpZlSctEp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTpZlSctEp .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTpZlSctEp .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpZlSctEp .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTpZlSctEp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTpZlSctEp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTpZlSctEp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpZlSctEp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTpZlSctEp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTpZlSctEp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTpZlSctEp .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-qTpZlSctEp .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTpZlSctEp .navbar-collapse {
  flex-basis: auto;
}
.cid-qTpZlSctEp .nav-link:hover,
.cid-qTpZlSctEp .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTpZlTiYxU {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpZlTiYxU H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTpZlTiYxU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTpZlTiYxU .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTpZlU0uJv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTpZlU0uJv .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTpZlU0uJv .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTpZlU0uJv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTpZlU0uJv .inner-container {
    width: 100% !important;
  }
}
.cid-qTpZlU0uJv .section-text DIV {
  text-align: left;
}
.cid-qTpZlU0uJv .section-text B {
  color: #149dcc;
}
.cid-qTpZlU0uJv .section-text FONT {
  color: #232323;
}
.cid-qTq8kPaviT {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qTq8kPaviT .image-block {
  margin: auto;
}
.cid-qTq8kPaviT figcaption {
  position: relative;
}
.cid-qTq8kPaviT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qTq8kPaviT .image-block {
    width: 100% !important;
  }
}
.cid-qTpZlUwMEZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpZlUwMEZ .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTpZlUwMEZ .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTpZlUwMEZ .content-container {
    padding-right: 5rem;
  }
}
.cid-qTpZlUwMEZ .mbr-text,
.cid-qTpZlUwMEZ .mbr-section-btn {
  color: #ffffff;
}
.cid-qTpZlUwMEZ H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTq8hwBONK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTq8hwBONK .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTq8hwBONK .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTq8hwBONK .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTq8hwBONK .team-item .item-image img {
  width: 100%;
}
.cid-qTq8hwBONK .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTq8hwBONK .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTq8hwBONK .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTq8hwBONK .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTq8hwBONK .team-item .item-caption {
  background: #efefef;
}
.cid-qTq8iHLqwK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTq8iHLqwK .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTq8iHLqwK .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTq8iHLqwK .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTq8iHLqwK .team-item .item-image img {
  width: 100%;
}
.cid-qTq8iHLqwK .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTq8iHLqwK .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTq8iHLqwK .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTq8iHLqwK .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTq8iHLqwK .team-item .item-caption {
  background: #efefef;
}
.cid-qTpZlY7o4q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTpZlY7o4q [class^="socicon-"]:before,
.cid-qTpZlY7o4q [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTpZlY7o4q .btn-social {
  border-color: #149dcc;
}
.cid-qTpZlY7o4q .btn-social:hover {
  background: #149dcc;
}
.cid-qTpZlY7o4q .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTpZlY7o4q .btn {
    font-size: 20px !important;
  }
}
.cid-qTVjaUbojK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVjaUbojK .content {
    text-align: center;
  }
  .cid-qTVjaUbojK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVjaUbojK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVjaUbojK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVjaUbojK .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVjaUbojK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVjaUbojK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVjaUbojK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVjaUbojK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVjaUbojK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVjaUbojK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVjaUbojK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVjaUbojK .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVjaUbojK H5 {
  color: #ffffff;
}
.cid-qTVjaUbojK P {
  color: #ffffff;
}
.cid-qTpZxXSjjz .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTpZxXSjjz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTpZxXSjjz a {
  font-style: normal;
}
.cid-qTpZxXSjjz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTpZxXSjjz .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTpZxXSjjz .nav-item:focus,
.cid-qTpZxXSjjz .nav-link:focus {
  outline: none;
}
.cid-qTpZxXSjjz .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTpZxXSjjz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTpZxXSjjz .menu-logo {
  margin-right: auto;
}
.cid-qTpZxXSjjz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTpZxXSjjz .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-qTpZxXSjjz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTpZxXSjjz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTpZxXSjjz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTpZxXSjjz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTpZxXSjjz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTpZxXSjjz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTpZxXSjjz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTpZxXSjjz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTpZxXSjjz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTpZxXSjjz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTpZxXSjjz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTpZxXSjjz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTpZxXSjjz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTpZxXSjjz .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-qTpZxXSjjz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTpZxXSjjz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTpZxXSjjz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTpZxXSjjz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTpZxXSjjz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTpZxXSjjz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTpZxXSjjz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTpZxXSjjz button.navbar-toggler:focus {
  outline: none;
}
.cid-qTpZxXSjjz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTpZxXSjjz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTpZxXSjjz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpZxXSjjz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpZxXSjjz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTpZxXSjjz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpZxXSjjz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTpZxXSjjz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTpZxXSjjz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpZxXSjjz .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTpZxXSjjz .collapsed .btn {
  display: flex;
}
.cid-qTpZxXSjjz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTpZxXSjjz .collapsed .navbar-collapse.collapsing,
.cid-qTpZxXSjjz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTpZxXSjjz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTpZxXSjjz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTpZxXSjjz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTpZxXSjjz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTpZxXSjjz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTpZxXSjjz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTpZxXSjjz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTpZxXSjjz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTpZxXSjjz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTpZxXSjjz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTpZxXSjjz .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTpZxXSjjz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTpZxXSjjz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTpZxXSjjz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTpZxXSjjz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTpZxXSjjz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTpZxXSjjz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTpZxXSjjz.navbar-expand {
    flex-direction: column;
  }
  .cid-qTpZxXSjjz img {
    height: 3.8rem !important;
  }
  .cid-qTpZxXSjjz .btn {
    display: flex;
  }
  .cid-qTpZxXSjjz button.navbar-toggler {
    display: block;
  }
  .cid-qTpZxXSjjz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTpZxXSjjz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTpZxXSjjz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTpZxXSjjz .navbar-collapse.collapsing,
  .cid-qTpZxXSjjz .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTpZxXSjjz .navbar-collapse.collapsing .navbar-nav,
  .cid-qTpZxXSjjz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTpZxXSjjz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTpZxXSjjz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTpZxXSjjz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTpZxXSjjz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpZxXSjjz .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTpZxXSjjz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTpZxXSjjz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTpZxXSjjz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpZxXSjjz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTpZxXSjjz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTpZxXSjjz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTpZxXSjjz .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-qTpZxXSjjz .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTpZxXSjjz .navbar-collapse {
  flex-basis: auto;
}
.cid-qTpZxXSjjz .nav-link:hover,
.cid-qTpZxXSjjz .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTpZxYAlli {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpZxYAlli H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTpZxYAlli .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTpZxYAlli .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTpZxZ7RBg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTpZxZ7RBg .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTpZxZ7RBg .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTpZxZ7RBg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTpZxZ7RBg .inner-container {
    width: 100% !important;
  }
}
.cid-qTpZxZ7RBg .section-text DIV {
  text-align: left;
}
.cid-qTpZxZ7RBg .section-text B {
  color: #149dcc;
}
.cid-qTpZxZ7RBg .section-text FONT {
  color: #232323;
}
.cid-qTq98DK9nS {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qTq98DK9nS .image-block {
  margin: auto;
}
.cid-qTq98DK9nS figcaption {
  position: relative;
}
.cid-qTq98DK9nS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qTq98DK9nS .image-block {
    width: 100% !important;
  }
}
.cid-qTpZxZyKzT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpZxZyKzT .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTpZxZyKzT .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTpZxZyKzT .content-container {
    padding-right: 5rem;
  }
}
.cid-qTpZxZyKzT .mbr-text,
.cid-qTpZxZyKzT .mbr-section-btn {
  color: #ffffff;
}
.cid-qTpZxZyKzT H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTq964tOcu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTq964tOcu .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTq964tOcu .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTq964tOcu .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTq964tOcu .team-item .item-image img {
  width: 100%;
}
.cid-qTq964tOcu .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTq964tOcu .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTq964tOcu .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTq964tOcu .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTq964tOcu .team-item .item-caption {
  background: #efefef;
}
.cid-qTq979KhCL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTq979KhCL .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTq979KhCL .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTq979KhCL .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTq979KhCL .team-item .item-image img {
  width: 100%;
}
.cid-qTq979KhCL .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTq979KhCL .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTq979KhCL .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTq979KhCL .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTq979KhCL .team-item .item-caption {
  background: #efefef;
}
.cid-qTpZy3Egk8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTpZy3Egk8 [class^="socicon-"]:before,
.cid-qTpZy3Egk8 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTpZy3Egk8 .btn-social {
  border-color: #149dcc;
}
.cid-qTpZy3Egk8 .btn-social:hover {
  background: #149dcc;
}
.cid-qTpZy3Egk8 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTpZy3Egk8 .btn {
    font-size: 20px !important;
  }
}
.cid-qTVjkV2CF2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVjkV2CF2 .content {
    text-align: center;
  }
  .cid-qTVjkV2CF2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVjkV2CF2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVjkV2CF2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVjkV2CF2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVjkV2CF2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVjkV2CF2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVjkV2CF2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVjkV2CF2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVjkV2CF2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVjkV2CF2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVjkV2CF2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVjkV2CF2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVjkV2CF2 H5 {
  color: #ffffff;
}
.cid-qTVjkV2CF2 P {
  color: #ffffff;
}
.cid-qTpZH7TKI9 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTpZH7TKI9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTpZH7TKI9 a {
  font-style: normal;
}
.cid-qTpZH7TKI9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTpZH7TKI9 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTpZH7TKI9 .nav-item:focus,
.cid-qTpZH7TKI9 .nav-link:focus {
  outline: none;
}
.cid-qTpZH7TKI9 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTpZH7TKI9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTpZH7TKI9 .menu-logo {
  margin-right: auto;
}
.cid-qTpZH7TKI9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTpZH7TKI9 .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-qTpZH7TKI9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTpZH7TKI9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTpZH7TKI9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTpZH7TKI9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTpZH7TKI9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTpZH7TKI9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTpZH7TKI9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTpZH7TKI9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTpZH7TKI9 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTpZH7TKI9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTpZH7TKI9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTpZH7TKI9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTpZH7TKI9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTpZH7TKI9 .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-qTpZH7TKI9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTpZH7TKI9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTpZH7TKI9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTpZH7TKI9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTpZH7TKI9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTpZH7TKI9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTpZH7TKI9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTpZH7TKI9 button.navbar-toggler:focus {
  outline: none;
}
.cid-qTpZH7TKI9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTpZH7TKI9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTpZH7TKI9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpZH7TKI9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTpZH7TKI9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTpZH7TKI9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpZH7TKI9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTpZH7TKI9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTpZH7TKI9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTpZH7TKI9 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTpZH7TKI9 .collapsed .btn {
  display: flex;
}
.cid-qTpZH7TKI9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTpZH7TKI9 .collapsed .navbar-collapse.collapsing,
.cid-qTpZH7TKI9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTpZH7TKI9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTpZH7TKI9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTpZH7TKI9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTpZH7TKI9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTpZH7TKI9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTpZH7TKI9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTpZH7TKI9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTpZH7TKI9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTpZH7TKI9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTpZH7TKI9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTpZH7TKI9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTpZH7TKI9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTpZH7TKI9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTpZH7TKI9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTpZH7TKI9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTpZH7TKI9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTpZH7TKI9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTpZH7TKI9.navbar-expand {
    flex-direction: column;
  }
  .cid-qTpZH7TKI9 img {
    height: 3.8rem !important;
  }
  .cid-qTpZH7TKI9 .btn {
    display: flex;
  }
  .cid-qTpZH7TKI9 button.navbar-toggler {
    display: block;
  }
  .cid-qTpZH7TKI9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTpZH7TKI9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTpZH7TKI9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTpZH7TKI9 .navbar-collapse.collapsing,
  .cid-qTpZH7TKI9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTpZH7TKI9 .navbar-collapse.collapsing .navbar-nav,
  .cid-qTpZH7TKI9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTpZH7TKI9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTpZH7TKI9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTpZH7TKI9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTpZH7TKI9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpZH7TKI9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTpZH7TKI9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTpZH7TKI9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTpZH7TKI9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTpZH7TKI9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTpZH7TKI9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTpZH7TKI9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTpZH7TKI9 .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-qTpZH7TKI9 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTpZH7TKI9 .navbar-collapse {
  flex-basis: auto;
}
.cid-qTpZH7TKI9 .nav-link:hover,
.cid-qTpZH7TKI9 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTpZH8PM4l {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpZH8PM4l H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTpZH8PM4l .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTpZH8PM4l .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTpZH9zTFL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTpZH9zTFL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTpZH9zTFL .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTpZH9zTFL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTpZH9zTFL .inner-container {
    width: 100% !important;
  }
}
.cid-qTpZH9zTFL .section-text DIV {
  text-align: left;
}
.cid-qTpZH9zTFL .section-text B {
  color: #149dcc;
}
.cid-qTpZH9zTFL .section-text FONT {
  color: #232323;
}
.cid-qTqah1N1yB {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qTqah1N1yB .image-block {
  margin: auto;
}
.cid-qTqah1N1yB figcaption {
  position: relative;
}
.cid-qTqah1N1yB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qTqah1N1yB .image-block {
    width: 100% !important;
  }
}
.cid-qTpZHa5SHs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTpZHa5SHs .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTpZHa5SHs .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTpZHa5SHs .content-container {
    padding-right: 5rem;
  }
}
.cid-qTpZHa5SHs .mbr-text,
.cid-qTpZHa5SHs .mbr-section-btn {
  color: #ffffff;
}
.cid-qTpZHa5SHs H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTqaexcsep {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTqaexcsep .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTqaexcsep .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTqaexcsep .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTqaexcsep .team-item .item-image img {
  width: 100%;
}
.cid-qTqaexcsep .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTqaexcsep .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTqaexcsep .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTqaexcsep .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTqaexcsep .team-item .item-caption {
  background: #efefef;
}
.cid-qTqafvbqZJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTqafvbqZJ .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTqafvbqZJ .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTqafvbqZJ .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTqafvbqZJ .team-item .item-image img {
  width: 100%;
}
.cid-qTqafvbqZJ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTqafvbqZJ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTqafvbqZJ .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTqafvbqZJ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTqafvbqZJ .team-item .item-caption {
  background: #efefef;
}
.cid-qTpZHdDxR3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTpZHdDxR3 [class^="socicon-"]:before,
.cid-qTpZHdDxR3 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTpZHdDxR3 .btn-social {
  border-color: #149dcc;
}
.cid-qTpZHdDxR3 .btn-social:hover {
  background: #149dcc;
}
.cid-qTpZHdDxR3 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTpZHdDxR3 .btn {
    font-size: 20px !important;
  }
}
.cid-qTVjrddc6J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVjrddc6J .content {
    text-align: center;
  }
  .cid-qTVjrddc6J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVjrddc6J .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVjrddc6J .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVjrddc6J .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVjrddc6J .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVjrddc6J .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVjrddc6J .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVjrddc6J .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVjrddc6J .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVjrddc6J .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVjrddc6J .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVjrddc6J .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVjrddc6J H5 {
  color: #ffffff;
}
.cid-qTVjrddc6J P {
  color: #ffffff;
}
.cid-qTqdFZzzGe .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTqdFZzzGe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTqdFZzzGe a {
  font-style: normal;
}
.cid-qTqdFZzzGe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTqdFZzzGe .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTqdFZzzGe .nav-item:focus,
.cid-qTqdFZzzGe .nav-link:focus {
  outline: none;
}
.cid-qTqdFZzzGe .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTqdFZzzGe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTqdFZzzGe .menu-logo {
  margin-right: auto;
}
.cid-qTqdFZzzGe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTqdFZzzGe .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-qTqdFZzzGe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTqdFZzzGe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTqdFZzzGe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTqdFZzzGe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTqdFZzzGe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTqdFZzzGe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTqdFZzzGe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTqdFZzzGe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTqdFZzzGe .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTqdFZzzGe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTqdFZzzGe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTqdFZzzGe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTqdFZzzGe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTqdFZzzGe .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-qTqdFZzzGe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTqdFZzzGe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTqdFZzzGe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTqdFZzzGe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTqdFZzzGe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTqdFZzzGe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTqdFZzzGe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTqdFZzzGe button.navbar-toggler:focus {
  outline: none;
}
.cid-qTqdFZzzGe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTqdFZzzGe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTqdFZzzGe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTqdFZzzGe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTqdFZzzGe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTqdFZzzGe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTqdFZzzGe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTqdFZzzGe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTqdFZzzGe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTqdFZzzGe .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTqdFZzzGe .collapsed .btn {
  display: flex;
}
.cid-qTqdFZzzGe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTqdFZzzGe .collapsed .navbar-collapse.collapsing,
.cid-qTqdFZzzGe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTqdFZzzGe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTqdFZzzGe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTqdFZzzGe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTqdFZzzGe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTqdFZzzGe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTqdFZzzGe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTqdFZzzGe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTqdFZzzGe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTqdFZzzGe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTqdFZzzGe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTqdFZzzGe .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTqdFZzzGe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTqdFZzzGe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTqdFZzzGe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTqdFZzzGe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTqdFZzzGe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTqdFZzzGe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTqdFZzzGe.navbar-expand {
    flex-direction: column;
  }
  .cid-qTqdFZzzGe img {
    height: 3.8rem !important;
  }
  .cid-qTqdFZzzGe .btn {
    display: flex;
  }
  .cid-qTqdFZzzGe button.navbar-toggler {
    display: block;
  }
  .cid-qTqdFZzzGe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTqdFZzzGe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTqdFZzzGe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTqdFZzzGe .navbar-collapse.collapsing,
  .cid-qTqdFZzzGe .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTqdFZzzGe .navbar-collapse.collapsing .navbar-nav,
  .cid-qTqdFZzzGe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTqdFZzzGe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTqdFZzzGe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTqdFZzzGe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTqdFZzzGe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTqdFZzzGe .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTqdFZzzGe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTqdFZzzGe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTqdFZzzGe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTqdFZzzGe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTqdFZzzGe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTqdFZzzGe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTqdFZzzGe .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-qTqdFZzzGe .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTqdFZzzGe .navbar-collapse {
  flex-basis: auto;
}
.cid-qTqdFZzzGe .nav-link:hover,
.cid-qTqdFZzzGe .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTqdG1PP6F {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTqdG1PP6F H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTqdG1PP6F .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTqdG1PP6F .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTqdG2yu3l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTqdG2yu3l .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTqdG2yu3l .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTqdG2yu3l .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTqdG2yu3l .inner-container {
    width: 100% !important;
  }
}
.cid-qTqdG2yu3l .section-text DIV {
  text-align: left;
}
.cid-qTqdG2yu3l .section-text B {
  color: #149dcc;
}
.cid-qTqdG2yu3l .section-text FONT {
  color: #232323;
}
.cid-qTqeEU86nA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTqeEU86nA h2 {
  text-align: left;
}
.cid-qTqeEU86nA h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qTqeEU86nA p {
  color: #767676;
  text-align: left;
}
.cid-qTqeEU86nA .aside-content {
  flex-basis: 100%;
}
.cid-qTqeEU86nA .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qTqeEU86nA .media {
  margin: initial;
  align-items: center;
}
.cid-qTqeEU86nA .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qTqeEU86nA .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qTqeEU86nA .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qTqeEU86nA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qTqeEU86nA .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qTqeEU86nA .card-img span {
    font-size: 40px !important;
  }
}
.cid-qTqeEU86nA .mbr-text {
  color: #149dcc;
}
.cid-qTqeEU86nA B {
  color: #149dcc;
}
.cid-qTqg6vh1vn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTqg6vh1vn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qTqg6vh1vn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qTqg6vh1vn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qTqg6vh1vn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qTqg6vh1vn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qTqg6vh1vn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qTqg6vh1vn .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qTqg6vh1vn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qTqg6vh1vn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qTqgWg5YFB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTqgWg5YFB h2 {
  text-align: left;
}
.cid-qTqgWg5YFB h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qTqgWg5YFB p {
  color: #767676;
  text-align: left;
}
.cid-qTqgWg5YFB .aside-content {
  flex-basis: 100%;
}
.cid-qTqgWg5YFB .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qTqgWg5YFB .media {
  margin: initial;
  align-items: center;
}
.cid-qTqgWg5YFB .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qTqgWg5YFB .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qTqgWg5YFB .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qTqgWg5YFB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qTqgWg5YFB .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qTqgWg5YFB .card-img span {
    font-size: 40px !important;
  }
}
.cid-qTqgWg5YFB .mbr-text {
  color: #149dcc;
}
.cid-qTqgWg5YFB B {
  color: #149dcc;
}
.cid-qTqgXW5hPB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTqgXW5hPB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qTqgXW5hPB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qTqgXW5hPB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qTqgXW5hPB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qTqgXW5hPB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qTqgXW5hPB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qTqgXW5hPB .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qTqgXW5hPB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qTqgXW5hPB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qTqiauhDxI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTqiauhDxI h2 {
  text-align: left;
}
.cid-qTqiauhDxI h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qTqiauhDxI p {
  color: #767676;
  text-align: left;
}
.cid-qTqiauhDxI .aside-content {
  flex-basis: 100%;
}
.cid-qTqiauhDxI .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qTqiauhDxI .media {
  margin: initial;
  align-items: center;
}
.cid-qTqiauhDxI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qTqiauhDxI .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qTqiauhDxI .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qTqiauhDxI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qTqiauhDxI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qTqiauhDxI .card-img span {
    font-size: 40px !important;
  }
}
.cid-qTqiauhDxI .mbr-text {
  color: #149dcc;
}
.cid-qTqiauhDxI B {
  color: #149dcc;
}
.cid-qTqibNS6ph {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTqibNS6ph .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qTqibNS6ph .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qTqibNS6ph .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qTqibNS6ph .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qTqibNS6ph .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qTqibNS6ph .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qTqibNS6ph .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qTqibNS6ph .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qTqibNS6ph .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qTqjfIMNrZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTqjfIMNrZ h2 {
  text-align: left;
}
.cid-qTqjfIMNrZ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qTqjfIMNrZ p {
  color: #767676;
  text-align: left;
}
.cid-qTqjfIMNrZ .aside-content {
  flex-basis: 100%;
}
.cid-qTqjfIMNrZ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qTqjfIMNrZ .media {
  margin: initial;
  align-items: center;
}
.cid-qTqjfIMNrZ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qTqjfIMNrZ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qTqjfIMNrZ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qTqjfIMNrZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qTqjfIMNrZ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qTqjfIMNrZ .card-img span {
    font-size: 40px !important;
  }
}
.cid-qTqjfIMNrZ .mbr-text {
  color: #149dcc;
}
.cid-qTqjfIMNrZ B {
  color: #149dcc;
}
.cid-qTqjgBWwft {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTqjgBWwft .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qTqjgBWwft .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qTqjgBWwft .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qTqjgBWwft .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qTqjgBWwft .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qTqjgBWwft .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qTqjgBWwft .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qTqjgBWwft .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qTqjgBWwft .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qTql499IHt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTql499IHt h2 {
  text-align: left;
}
.cid-qTql499IHt h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qTql499IHt p {
  color: #767676;
  text-align: left;
}
.cid-qTql499IHt .aside-content {
  flex-basis: 100%;
}
.cid-qTql499IHt .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qTql499IHt .media {
  margin: initial;
  align-items: center;
}
.cid-qTql499IHt .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qTql499IHt .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qTql499IHt .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qTql499IHt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qTql499IHt .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qTql499IHt .card-img span {
    font-size: 40px !important;
  }
}
.cid-qTql499IHt .mbr-text {
  color: #149dcc;
}
.cid-qTql499IHt B {
  color: #149dcc;
}
.cid-qTqlm3pcsH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTqlm3pcsH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qTqlm3pcsH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qTqlm3pcsH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qTqlm3pcsH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qTqlm3pcsH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qTqlm3pcsH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qTqlm3pcsH .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qTqlm3pcsH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qTqlm3pcsH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qTqlPbkgTI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTqlPbkgTI h2 {
  text-align: left;
}
.cid-qTqlPbkgTI h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qTqlPbkgTI p {
  color: #767676;
  text-align: left;
}
.cid-qTqlPbkgTI .aside-content {
  flex-basis: 100%;
}
.cid-qTqlPbkgTI .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qTqlPbkgTI .media {
  margin: initial;
  align-items: center;
}
.cid-qTqlPbkgTI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qTqlPbkgTI .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qTqlPbkgTI .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qTqlPbkgTI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qTqlPbkgTI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qTqlPbkgTI .card-img span {
    font-size: 40px !important;
  }
}
.cid-qTqlPbkgTI .mbr-text {
  color: #149dcc;
}
.cid-qTqlPbkgTI B {
  color: #149dcc;
}
.cid-qTqlQiTAyM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTqlQiTAyM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qTqlQiTAyM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qTqlQiTAyM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qTqlQiTAyM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qTqlQiTAyM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qTqlQiTAyM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qTqlQiTAyM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qTqlQiTAyM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qTqlQiTAyM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qTqdG3Df8O {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTqdG3Df8O .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTqdG3Df8O .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTqdG3Df8O .content-container {
    padding-right: 5rem;
  }
}
.cid-qTqdG3Df8O .mbr-text,
.cid-qTqdG3Df8O .mbr-section-btn {
  color: #ffffff;
}
.cid-qTqdG3Df8O H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTqdG7nLMv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTqdG7nLMv [class^="socicon-"]:before,
.cid-qTqdG7nLMv [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTqdG7nLMv .btn-social {
  border-color: #149dcc;
}
.cid-qTqdG7nLMv .btn-social:hover {
  background: #149dcc;
}
.cid-qTqdG7nLMv .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTqdG7nLMv .btn {
    font-size: 20px !important;
  }
}
.cid-qTVjzL86VZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVjzL86VZ .content {
    text-align: center;
  }
  .cid-qTVjzL86VZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVjzL86VZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVjzL86VZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVjzL86VZ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVjzL86VZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVjzL86VZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVjzL86VZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVjzL86VZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVjzL86VZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVjzL86VZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVjzL86VZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVjzL86VZ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVjzL86VZ H5 {
  color: #ffffff;
}
.cid-qTVjzL86VZ P {
  color: #ffffff;
}
.cid-qTqz4h5l7X .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTqz4h5l7X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTqz4h5l7X a {
  font-style: normal;
}
.cid-qTqz4h5l7X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTqz4h5l7X .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTqz4h5l7X .nav-item:focus,
.cid-qTqz4h5l7X .nav-link:focus {
  outline: none;
}
.cid-qTqz4h5l7X .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTqz4h5l7X .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTqz4h5l7X .menu-logo {
  margin-right: auto;
}
.cid-qTqz4h5l7X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTqz4h5l7X .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-qTqz4h5l7X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTqz4h5l7X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTqz4h5l7X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTqz4h5l7X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTqz4h5l7X .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTqz4h5l7X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTqz4h5l7X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTqz4h5l7X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTqz4h5l7X .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTqz4h5l7X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTqz4h5l7X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTqz4h5l7X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTqz4h5l7X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTqz4h5l7X .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-qTqz4h5l7X .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTqz4h5l7X .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTqz4h5l7X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTqz4h5l7X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTqz4h5l7X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTqz4h5l7X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTqz4h5l7X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTqz4h5l7X button.navbar-toggler:focus {
  outline: none;
}
.cid-qTqz4h5l7X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTqz4h5l7X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTqz4h5l7X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTqz4h5l7X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTqz4h5l7X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTqz4h5l7X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTqz4h5l7X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTqz4h5l7X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTqz4h5l7X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTqz4h5l7X .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTqz4h5l7X .collapsed .btn {
  display: flex;
}
.cid-qTqz4h5l7X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTqz4h5l7X .collapsed .navbar-collapse.collapsing,
.cid-qTqz4h5l7X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTqz4h5l7X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTqz4h5l7X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTqz4h5l7X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTqz4h5l7X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTqz4h5l7X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTqz4h5l7X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTqz4h5l7X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTqz4h5l7X .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTqz4h5l7X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTqz4h5l7X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTqz4h5l7X .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTqz4h5l7X .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTqz4h5l7X .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTqz4h5l7X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTqz4h5l7X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTqz4h5l7X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTqz4h5l7X .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTqz4h5l7X.navbar-expand {
    flex-direction: column;
  }
  .cid-qTqz4h5l7X img {
    height: 3.8rem !important;
  }
  .cid-qTqz4h5l7X .btn {
    display: flex;
  }
  .cid-qTqz4h5l7X button.navbar-toggler {
    display: block;
  }
  .cid-qTqz4h5l7X .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTqz4h5l7X .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTqz4h5l7X .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTqz4h5l7X .navbar-collapse.collapsing,
  .cid-qTqz4h5l7X .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTqz4h5l7X .navbar-collapse.collapsing .navbar-nav,
  .cid-qTqz4h5l7X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTqz4h5l7X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTqz4h5l7X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTqz4h5l7X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTqz4h5l7X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTqz4h5l7X .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTqz4h5l7X .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTqz4h5l7X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTqz4h5l7X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTqz4h5l7X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTqz4h5l7X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTqz4h5l7X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTqz4h5l7X .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-qTqz4h5l7X .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTqz4h5l7X .navbar-collapse {
  flex-basis: auto;
}
.cid-qTqz4h5l7X .nav-link:hover,
.cid-qTqz4h5l7X .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTqz4puUdC {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTqz4puUdC H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTqz4puUdC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTqz4puUdC .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTqz4uh33k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTqz4uh33k .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTqz4uh33k .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTqz4uh33k .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTqz4uh33k .inner-container {
    width: 100% !important;
  }
}
.cid-qTqz4uh33k .section-text DIV {
  text-align: left;
}
.cid-qTqz4uh33k .section-text B {
  color: #149dcc;
}
.cid-qTqz4uh33k .section-text FONT {
  color: #232323;
}
.cid-qTqz4ytA19 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qTqz4ytA19 .image-block {
  margin: auto;
}
.cid-qTqz4ytA19 figcaption {
  position: relative;
}
.cid-qTqz4ytA19 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qTqz4ytA19 .image-block {
    width: 100% !important;
  }
}
.cid-qTqAVOONso {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTqAVOONso .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTqAVOONso .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTqAVOONso .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTqAVOONso .inner-container {
    width: 100% !important;
  }
}
.cid-qTqAVOONso .section-text DIV {
  text-align: left;
}
.cid-qTqAVOONso .section-text B {
  color: #149dcc;
}
.cid-qTqAVOONso .section-text FONT {
  color: #232323;
}
.cid-qTqz4DASyn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTqz4DASyn .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTqz4DASyn .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTqz4DASyn .content-container {
    padding-right: 5rem;
  }
}
.cid-qTqz4DASyn .mbr-text,
.cid-qTqz4DASyn .mbr-section-btn {
  color: #ffffff;
}
.cid-qTqz4DASyn H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTqPueFWur {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTqPueFWur .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qTqPueFWur .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qTqPueFWur .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qTqPueFWur .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qTqPueFWur .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qTqPueFWur .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qTqPueFWur .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qTqPueFWur .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qTqPueFWur .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qTqz5gRplu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTqz5gRplu [class^="socicon-"]:before,
.cid-qTqz5gRplu [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTqz5gRplu .btn-social {
  border-color: #149dcc;
}
.cid-qTqz5gRplu .btn-social:hover {
  background: #149dcc;
}
.cid-qTqz5gRplu .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTqz5gRplu .btn {
    font-size: 20px !important;
  }
}
.cid-qTViEDCxAr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTViEDCxAr .content {
    text-align: center;
  }
  .cid-qTViEDCxAr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTViEDCxAr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTViEDCxAr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTViEDCxAr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTViEDCxAr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTViEDCxAr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTViEDCxAr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTViEDCxAr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTViEDCxAr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTViEDCxAr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTViEDCxAr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTViEDCxAr .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTViEDCxAr H5 {
  color: #ffffff;
}
.cid-qTViEDCxAr P {
  color: #ffffff;
}
.cid-qTqBJrCyaQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTqBJrCyaQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTqBJrCyaQ a {
  font-style: normal;
}
.cid-qTqBJrCyaQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTqBJrCyaQ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTqBJrCyaQ .nav-item:focus,
.cid-qTqBJrCyaQ .nav-link:focus {
  outline: none;
}
.cid-qTqBJrCyaQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTqBJrCyaQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTqBJrCyaQ .menu-logo {
  margin-right: auto;
}
.cid-qTqBJrCyaQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTqBJrCyaQ .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-qTqBJrCyaQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTqBJrCyaQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTqBJrCyaQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTqBJrCyaQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTqBJrCyaQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTqBJrCyaQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTqBJrCyaQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTqBJrCyaQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTqBJrCyaQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTqBJrCyaQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTqBJrCyaQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTqBJrCyaQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTqBJrCyaQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTqBJrCyaQ .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-qTqBJrCyaQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTqBJrCyaQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTqBJrCyaQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTqBJrCyaQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTqBJrCyaQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTqBJrCyaQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTqBJrCyaQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTqBJrCyaQ button.navbar-toggler:focus {
  outline: none;
}
.cid-qTqBJrCyaQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTqBJrCyaQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTqBJrCyaQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTqBJrCyaQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTqBJrCyaQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTqBJrCyaQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTqBJrCyaQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTqBJrCyaQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTqBJrCyaQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTqBJrCyaQ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTqBJrCyaQ .collapsed .btn {
  display: flex;
}
.cid-qTqBJrCyaQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTqBJrCyaQ .collapsed .navbar-collapse.collapsing,
.cid-qTqBJrCyaQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTqBJrCyaQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTqBJrCyaQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTqBJrCyaQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTqBJrCyaQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTqBJrCyaQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTqBJrCyaQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTqBJrCyaQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTqBJrCyaQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTqBJrCyaQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTqBJrCyaQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTqBJrCyaQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTqBJrCyaQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTqBJrCyaQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTqBJrCyaQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTqBJrCyaQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTqBJrCyaQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTqBJrCyaQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTqBJrCyaQ.navbar-expand {
    flex-direction: column;
  }
  .cid-qTqBJrCyaQ img {
    height: 3.8rem !important;
  }
  .cid-qTqBJrCyaQ .btn {
    display: flex;
  }
  .cid-qTqBJrCyaQ button.navbar-toggler {
    display: block;
  }
  .cid-qTqBJrCyaQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTqBJrCyaQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTqBJrCyaQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTqBJrCyaQ .navbar-collapse.collapsing,
  .cid-qTqBJrCyaQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTqBJrCyaQ .navbar-collapse.collapsing .navbar-nav,
  .cid-qTqBJrCyaQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTqBJrCyaQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTqBJrCyaQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTqBJrCyaQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTqBJrCyaQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTqBJrCyaQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTqBJrCyaQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTqBJrCyaQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTqBJrCyaQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTqBJrCyaQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTqBJrCyaQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTqBJrCyaQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTqBJrCyaQ .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-qTqBJrCyaQ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTqBJrCyaQ .navbar-collapse {
  flex-basis: auto;
}
.cid-qTqBJrCyaQ .nav-link:hover,
.cid-qTqBJrCyaQ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTqBJsLPe9 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTqBJsLPe9 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTqBJsLPe9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTqBJsLPe9 .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTqBJto6xj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTqBJto6xj .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTqBJto6xj .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTqBJto6xj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTqBJto6xj .inner-container {
    width: 100% !important;
  }
}
.cid-qTqBJto6xj .section-text DIV {
  text-align: left;
}
.cid-qTqBJto6xj .section-text B {
  color: #149dcc;
}
.cid-qTqBJto6xj .section-text FONT {
  color: #232323;
}
.cid-qTqBJxcGQr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTqBJxcGQr .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTqBJxcGQr .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTqBJxcGQr .content-container {
    padding-right: 5rem;
  }
}
.cid-qTqBJxcGQr .mbr-text,
.cid-qTqBJxcGQr .mbr-section-btn {
  color: #ffffff;
}
.cid-qTqBJxcGQr H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTqBJyUjWR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTqBJyUjWR [class^="socicon-"]:before,
.cid-qTqBJyUjWR [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTqBJyUjWR .btn-social {
  border-color: #149dcc;
}
.cid-qTqBJyUjWR .btn-social:hover {
  background: #149dcc;
}
.cid-qTqBJyUjWR .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTqBJyUjWR .btn {
    font-size: 20px !important;
  }
}
.cid-qTViKXtUxQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTViKXtUxQ .content {
    text-align: center;
  }
  .cid-qTViKXtUxQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTViKXtUxQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTViKXtUxQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTViKXtUxQ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTViKXtUxQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTViKXtUxQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTViKXtUxQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTViKXtUxQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTViKXtUxQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTViKXtUxQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTViKXtUxQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTViKXtUxQ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTViKXtUxQ H5 {
  color: #ffffff;
}
.cid-qTViKXtUxQ P {
  color: #ffffff;
}
.cid-qTqSTfxhdR .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTqSTfxhdR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTqSTfxhdR a {
  font-style: normal;
}
.cid-qTqSTfxhdR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTqSTfxhdR .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTqSTfxhdR .nav-item:focus,
.cid-qTqSTfxhdR .nav-link:focus {
  outline: none;
}
.cid-qTqSTfxhdR .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTqSTfxhdR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTqSTfxhdR .menu-logo {
  margin-right: auto;
}
.cid-qTqSTfxhdR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTqSTfxhdR .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-qTqSTfxhdR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTqSTfxhdR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTqSTfxhdR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTqSTfxhdR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTqSTfxhdR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTqSTfxhdR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTqSTfxhdR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTqSTfxhdR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTqSTfxhdR .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTqSTfxhdR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTqSTfxhdR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTqSTfxhdR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTqSTfxhdR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTqSTfxhdR .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-qTqSTfxhdR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTqSTfxhdR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTqSTfxhdR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTqSTfxhdR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTqSTfxhdR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTqSTfxhdR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTqSTfxhdR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTqSTfxhdR button.navbar-toggler:focus {
  outline: none;
}
.cid-qTqSTfxhdR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTqSTfxhdR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTqSTfxhdR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTqSTfxhdR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTqSTfxhdR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTqSTfxhdR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTqSTfxhdR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTqSTfxhdR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTqSTfxhdR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTqSTfxhdR .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTqSTfxhdR .collapsed .btn {
  display: flex;
}
.cid-qTqSTfxhdR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTqSTfxhdR .collapsed .navbar-collapse.collapsing,
.cid-qTqSTfxhdR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTqSTfxhdR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTqSTfxhdR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTqSTfxhdR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTqSTfxhdR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTqSTfxhdR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTqSTfxhdR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTqSTfxhdR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTqSTfxhdR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTqSTfxhdR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTqSTfxhdR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTqSTfxhdR .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTqSTfxhdR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTqSTfxhdR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTqSTfxhdR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTqSTfxhdR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTqSTfxhdR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTqSTfxhdR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTqSTfxhdR.navbar-expand {
    flex-direction: column;
  }
  .cid-qTqSTfxhdR img {
    height: 3.8rem !important;
  }
  .cid-qTqSTfxhdR .btn {
    display: flex;
  }
  .cid-qTqSTfxhdR button.navbar-toggler {
    display: block;
  }
  .cid-qTqSTfxhdR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTqSTfxhdR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTqSTfxhdR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTqSTfxhdR .navbar-collapse.collapsing,
  .cid-qTqSTfxhdR .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTqSTfxhdR .navbar-collapse.collapsing .navbar-nav,
  .cid-qTqSTfxhdR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTqSTfxhdR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTqSTfxhdR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTqSTfxhdR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTqSTfxhdR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTqSTfxhdR .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTqSTfxhdR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTqSTfxhdR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTqSTfxhdR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTqSTfxhdR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTqSTfxhdR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTqSTfxhdR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTqSTfxhdR .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-qTqSTfxhdR .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTqSTfxhdR .navbar-collapse {
  flex-basis: auto;
}
.cid-qTqSTfxhdR .nav-link:hover,
.cid-qTqSTfxhdR .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTqSTgjQQu {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTqSTgjQQu H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTqSTgjQQu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTqSTgjQQu .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTqSTgZfLh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTqSTgZfLh .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTqSTgZfLh .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTqSTgZfLh .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTqSTgZfLh .inner-container {
    width: 100% !important;
  }
}
.cid-qTqSTgZfLh .section-text DIV {
  text-align: left;
}
.cid-qTqSTgZfLh .section-text B {
  color: #149dcc;
}
.cid-qTqSTgZfLh .section-text FONT {
  color: #232323;
}
.cid-qTqTDepRpv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qTqTDepRpv h2 {
  text-align: center;
}
.cid-qTqTDepRpv h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qTqTDepRpv p {
  color: #767676;
}
.cid-qTqTDepRpv .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qTqTDepRpv .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qTqTDepRpv .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qTqTDepRpv .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTqTDepRpv .card-title {
  font-weight: 500;
}
.cid-qTqTDepRpv .card-img {
  text-align: inherit;
}
.cid-qTqTDepRpv .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qTqTDepRpv .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qTqTDepRpv .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qTqTDepRpv .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qTqTDepRpv .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qTqTDepRpv .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qTqTDepRpv .mbr-section-text {
  color: #232323;
}
.cid-qTqURvTxEe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qTqURvTxEe h2 {
  text-align: center;
}
.cid-qTqURvTxEe h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qTqURvTxEe p {
  color: #767676;
}
.cid-qTqURvTxEe .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qTqURvTxEe .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qTqURvTxEe .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qTqURvTxEe .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTqURvTxEe .card-title {
  font-weight: 500;
}
.cid-qTqURvTxEe .card-img {
  text-align: inherit;
}
.cid-qTqURvTxEe .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qTqURvTxEe .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qTqURvTxEe .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qTqURvTxEe .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qTqURvTxEe .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qTqURvTxEe .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qTqURvTxEe .mbr-section-text {
  color: #232323;
}
.cid-qTqSTjTwIF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTqSTjTwIF .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTqSTjTwIF .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTqSTjTwIF .content-container {
    padding-right: 5rem;
  }
}
.cid-qTqSTjTwIF .mbr-text,
.cid-qTqSTjTwIF .mbr-section-btn {
  color: #ffffff;
}
.cid-qTqSTjTwIF H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTqVHH0lx4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qTqVHH0lx4 h2 {
  text-align: center;
}
.cid-qTqVHH0lx4 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qTqVHH0lx4 p {
  color: #767676;
}
.cid-qTqVHH0lx4 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qTqVHH0lx4 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qTqVHH0lx4 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qTqVHH0lx4 .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTqVHH0lx4 .card-title {
  font-weight: 500;
}
.cid-qTqVHH0lx4 .card-img {
  text-align: inherit;
}
.cid-qTqVHH0lx4 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qTqVHH0lx4 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qTqVHH0lx4 .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qTqVHH0lx4 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qTqVHH0lx4 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qTqVHH0lx4 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qTqVHH0lx4 .mbr-section-text {
  color: #232323;
}
.cid-qTqSTlguws {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTqSTlguws [class^="socicon-"]:before,
.cid-qTqSTlguws [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTqSTlguws .btn-social {
  border-color: #149dcc;
}
.cid-qTqSTlguws .btn-social:hover {
  background: #149dcc;
}
.cid-qTqSTlguws .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTqSTlguws .btn {
    font-size: 20px !important;
  }
}
.cid-qTVjQkaObv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVjQkaObv .content {
    text-align: center;
  }
  .cid-qTVjQkaObv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVjQkaObv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVjQkaObv .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVjQkaObv .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVjQkaObv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVjQkaObv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVjQkaObv .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVjQkaObv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVjQkaObv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVjQkaObv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVjQkaObv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVjQkaObv .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVjQkaObv H5 {
  color: #ffffff;
}
.cid-qTVjQkaObv P {
  color: #ffffff;
}
.cid-qTqWq7BAyJ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTqWq7BAyJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTqWq7BAyJ a {
  font-style: normal;
}
.cid-qTqWq7BAyJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTqWq7BAyJ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTqWq7BAyJ .nav-item:focus,
.cid-qTqWq7BAyJ .nav-link:focus {
  outline: none;
}
.cid-qTqWq7BAyJ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTqWq7BAyJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTqWq7BAyJ .menu-logo {
  margin-right: auto;
}
.cid-qTqWq7BAyJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTqWq7BAyJ .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-qTqWq7BAyJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTqWq7BAyJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTqWq7BAyJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTqWq7BAyJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTqWq7BAyJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTqWq7BAyJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTqWq7BAyJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTqWq7BAyJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTqWq7BAyJ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTqWq7BAyJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTqWq7BAyJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTqWq7BAyJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTqWq7BAyJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTqWq7BAyJ .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-qTqWq7BAyJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTqWq7BAyJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTqWq7BAyJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTqWq7BAyJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTqWq7BAyJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTqWq7BAyJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTqWq7BAyJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTqWq7BAyJ button.navbar-toggler:focus {
  outline: none;
}
.cid-qTqWq7BAyJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTqWq7BAyJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTqWq7BAyJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTqWq7BAyJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTqWq7BAyJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTqWq7BAyJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTqWq7BAyJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTqWq7BAyJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTqWq7BAyJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTqWq7BAyJ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTqWq7BAyJ .collapsed .btn {
  display: flex;
}
.cid-qTqWq7BAyJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTqWq7BAyJ .collapsed .navbar-collapse.collapsing,
.cid-qTqWq7BAyJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTqWq7BAyJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTqWq7BAyJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTqWq7BAyJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTqWq7BAyJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTqWq7BAyJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTqWq7BAyJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTqWq7BAyJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTqWq7BAyJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTqWq7BAyJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTqWq7BAyJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTqWq7BAyJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTqWq7BAyJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTqWq7BAyJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTqWq7BAyJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTqWq7BAyJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTqWq7BAyJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTqWq7BAyJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTqWq7BAyJ.navbar-expand {
    flex-direction: column;
  }
  .cid-qTqWq7BAyJ img {
    height: 3.8rem !important;
  }
  .cid-qTqWq7BAyJ .btn {
    display: flex;
  }
  .cid-qTqWq7BAyJ button.navbar-toggler {
    display: block;
  }
  .cid-qTqWq7BAyJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTqWq7BAyJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTqWq7BAyJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTqWq7BAyJ .navbar-collapse.collapsing,
  .cid-qTqWq7BAyJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTqWq7BAyJ .navbar-collapse.collapsing .navbar-nav,
  .cid-qTqWq7BAyJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTqWq7BAyJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTqWq7BAyJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTqWq7BAyJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTqWq7BAyJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTqWq7BAyJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTqWq7BAyJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTqWq7BAyJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTqWq7BAyJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTqWq7BAyJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTqWq7BAyJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTqWq7BAyJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTqWq7BAyJ .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-qTqWq7BAyJ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTqWq7BAyJ .navbar-collapse {
  flex-basis: auto;
}
.cid-qTqWq7BAyJ .nav-link:hover,
.cid-qTqWq7BAyJ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTqWq95vBJ {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTqWq95vBJ H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTqWq95vBJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTqWq95vBJ .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTqWq9TOqX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTqWq9TOqX .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTqWq9TOqX .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTqWq9TOqX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTqWq9TOqX .inner-container {
    width: 100% !important;
  }
}
.cid-qTqWq9TOqX .section-text DIV {
  text-align: left;
}
.cid-qTqWq9TOqX .section-text B {
  color: #149dcc;
}
.cid-qTqWq9TOqX .section-text FONT {
  color: #232323;
}
.cid-qTqY7wMweB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTqY7wMweB h2 {
  text-align: left;
}
.cid-qTqY7wMweB h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qTqY7wMweB p {
  color: #767676;
  text-align: left;
}
.cid-qTqY7wMweB .aside-content {
  flex-basis: 100%;
}
.cid-qTqY7wMweB .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qTqY7wMweB .media {
  margin: initial;
  align-items: center;
}
.cid-qTqY7wMweB .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qTqY7wMweB .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qTqY7wMweB .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qTqY7wMweB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qTqY7wMweB .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qTqY7wMweB .card-img span {
    font-size: 40px !important;
  }
}
.cid-qTqY7wMweB .mbr-text {
  color: #149dcc;
}
.cid-qTqY7wMweB B {
  color: #149dcc;
}
.cid-qTqYDrRcG4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTqYDrRcG4 h2 {
  text-align: left;
}
.cid-qTqYDrRcG4 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qTqYDrRcG4 p {
  color: #767676;
  text-align: left;
}
.cid-qTqYDrRcG4 .aside-content {
  flex-basis: 100%;
}
.cid-qTqYDrRcG4 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qTqYDrRcG4 .media {
  margin: initial;
  align-items: center;
}
.cid-qTqYDrRcG4 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qTqYDrRcG4 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qTqYDrRcG4 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qTqYDrRcG4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qTqYDrRcG4 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qTqYDrRcG4 .card-img span {
    font-size: 40px !important;
  }
}
.cid-qTqYDrRcG4 .mbr-text {
  color: #149dcc;
}
.cid-qTqYDrRcG4 B {
  color: #149dcc;
}
.cid-qTqWqdEJ25 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTqWqdEJ25 .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTqWqdEJ25 .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTqWqdEJ25 .content-container {
    padding-right: 5rem;
  }
}
.cid-qTqWqdEJ25 .mbr-text,
.cid-qTqWqdEJ25 .mbr-section-btn {
  color: #ffffff;
}
.cid-qTqWqdEJ25 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTqZ8jCTwt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTqZ8jCTwt h2 {
  text-align: left;
}
.cid-qTqZ8jCTwt h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qTqZ8jCTwt p {
  color: #767676;
  text-align: left;
}
.cid-qTqZ8jCTwt .aside-content {
  flex-basis: 100%;
}
.cid-qTqZ8jCTwt .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qTqZ8jCTwt .media {
  margin: initial;
  align-items: center;
}
.cid-qTqZ8jCTwt .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qTqZ8jCTwt .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qTqZ8jCTwt .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qTqZ8jCTwt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qTqZ8jCTwt .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qTqZ8jCTwt .card-img span {
    font-size: 40px !important;
  }
}
.cid-qTqZ8jCTwt .mbr-text {
  color: #149dcc;
}
.cid-qTqZ8jCTwt B {
  color: #149dcc;
}
.cid-qTqWqfuVj8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTqWqfuVj8 [class^="socicon-"]:before,
.cid-qTqWqfuVj8 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTqWqfuVj8 .btn-social {
  border-color: #149dcc;
}
.cid-qTqWqfuVj8 .btn-social:hover {
  background: #149dcc;
}
.cid-qTqWqfuVj8 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTqWqfuVj8 .btn {
    font-size: 20px !important;
  }
}
.cid-qTVjW6r6Xt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVjW6r6Xt .content {
    text-align: center;
  }
  .cid-qTVjW6r6Xt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVjW6r6Xt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVjW6r6Xt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVjW6r6Xt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVjW6r6Xt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVjW6r6Xt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVjW6r6Xt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVjW6r6Xt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVjW6r6Xt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVjW6r6Xt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVjW6r6Xt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVjW6r6Xt .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVjW6r6Xt H5 {
  color: #ffffff;
}
.cid-qTVjW6r6Xt P {
  color: #ffffff;
}
.cid-qTr1l0Pv6G .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTr1l0Pv6G .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTr1l0Pv6G a {
  font-style: normal;
}
.cid-qTr1l0Pv6G .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTr1l0Pv6G .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTr1l0Pv6G .nav-item:focus,
.cid-qTr1l0Pv6G .nav-link:focus {
  outline: none;
}
.cid-qTr1l0Pv6G .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTr1l0Pv6G .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTr1l0Pv6G .menu-logo {
  margin-right: auto;
}
.cid-qTr1l0Pv6G .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTr1l0Pv6G .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-qTr1l0Pv6G .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTr1l0Pv6G .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTr1l0Pv6G .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTr1l0Pv6G .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTr1l0Pv6G .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTr1l0Pv6G .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTr1l0Pv6G .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTr1l0Pv6G .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTr1l0Pv6G .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTr1l0Pv6G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTr1l0Pv6G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTr1l0Pv6G .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTr1l0Pv6G .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTr1l0Pv6G .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-qTr1l0Pv6G .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTr1l0Pv6G .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTr1l0Pv6G .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTr1l0Pv6G .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTr1l0Pv6G .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTr1l0Pv6G .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTr1l0Pv6G button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTr1l0Pv6G button.navbar-toggler:focus {
  outline: none;
}
.cid-qTr1l0Pv6G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTr1l0Pv6G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTr1l0Pv6G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTr1l0Pv6G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTr1l0Pv6G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTr1l0Pv6G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTr1l0Pv6G nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTr1l0Pv6G nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTr1l0Pv6G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTr1l0Pv6G .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTr1l0Pv6G .collapsed .btn {
  display: flex;
}
.cid-qTr1l0Pv6G .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTr1l0Pv6G .collapsed .navbar-collapse.collapsing,
.cid-qTr1l0Pv6G .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTr1l0Pv6G .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTr1l0Pv6G .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTr1l0Pv6G .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTr1l0Pv6G .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTr1l0Pv6G .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTr1l0Pv6G .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTr1l0Pv6G .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTr1l0Pv6G .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTr1l0Pv6G .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTr1l0Pv6G .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTr1l0Pv6G .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTr1l0Pv6G .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTr1l0Pv6G .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTr1l0Pv6G .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTr1l0Pv6G .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTr1l0Pv6G .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTr1l0Pv6G .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTr1l0Pv6G.navbar-expand {
    flex-direction: column;
  }
  .cid-qTr1l0Pv6G img {
    height: 3.8rem !important;
  }
  .cid-qTr1l0Pv6G .btn {
    display: flex;
  }
  .cid-qTr1l0Pv6G button.navbar-toggler {
    display: block;
  }
  .cid-qTr1l0Pv6G .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTr1l0Pv6G .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTr1l0Pv6G .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTr1l0Pv6G .navbar-collapse.collapsing,
  .cid-qTr1l0Pv6G .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTr1l0Pv6G .navbar-collapse.collapsing .navbar-nav,
  .cid-qTr1l0Pv6G .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTr1l0Pv6G .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTr1l0Pv6G .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTr1l0Pv6G .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTr1l0Pv6G .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTr1l0Pv6G .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTr1l0Pv6G .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTr1l0Pv6G .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTr1l0Pv6G .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTr1l0Pv6G .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTr1l0Pv6G .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTr1l0Pv6G .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTr1l0Pv6G .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-qTr1l0Pv6G .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTr1l0Pv6G .navbar-collapse {
  flex-basis: auto;
}
.cid-qTr1l0Pv6G .nav-link:hover,
.cid-qTr1l0Pv6G .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTr1l2eah5 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTr1l2eah5 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTr1l2eah5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTr1l2eah5 .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTr1l3l8Du {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTr1l3l8Du .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTr1l3l8Du .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTr1l3l8Du .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTr1l3l8Du .inner-container {
    width: 100% !important;
  }
}
.cid-qTr1l3l8Du .section-text DIV {
  text-align: left;
}
.cid-qTr1l3l8Du .section-text B {
  color: #149dcc;
}
.cid-qTr1l3l8Du .section-text FONT {
  color: #232323;
}
.cid-qTr2nMLzie {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTr2nMLzie .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qTr2nMLzie .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qTr2nMLzie .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qTr2nMLzie .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qTr2nMLzie .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qTr2nMLzie .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qTr2nMLzie .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qTr2nMLzie .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qTr2nMLzie .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qTr1l6pbxN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTr1l6pbxN .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTr1l6pbxN .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTr1l6pbxN .content-container {
    padding-right: 5rem;
  }
}
.cid-qTr1l6pbxN .mbr-text,
.cid-qTr1l6pbxN .mbr-section-btn {
  color: #ffffff;
}
.cid-qTr1l6pbxN H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTr1l8ele9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTr1l8ele9 [class^="socicon-"]:before,
.cid-qTr1l8ele9 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTr1l8ele9 .btn-social {
  border-color: #149dcc;
}
.cid-qTr1l8ele9 .btn-social:hover {
  background: #149dcc;
}
.cid-qTr1l8ele9 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTr1l8ele9 .btn {
    font-size: 20px !important;
  }
}
.cid-qTVk08McWz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVk08McWz .content {
    text-align: center;
  }
  .cid-qTVk08McWz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVk08McWz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVk08McWz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVk08McWz .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVk08McWz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVk08McWz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVk08McWz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVk08McWz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVk08McWz .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVk08McWz .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVk08McWz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVk08McWz .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVk08McWz H5 {
  color: #ffffff;
}
.cid-qTVk08McWz P {
  color: #ffffff;
}
.cid-qTwGARZ0Vk .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTwGARZ0Vk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTwGARZ0Vk a {
  font-style: normal;
}
.cid-qTwGARZ0Vk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTwGARZ0Vk .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTwGARZ0Vk .nav-item:focus,
.cid-qTwGARZ0Vk .nav-link:focus {
  outline: none;
}
.cid-qTwGARZ0Vk .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTwGARZ0Vk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTwGARZ0Vk .menu-logo {
  margin-right: auto;
}
.cid-qTwGARZ0Vk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTwGARZ0Vk .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-qTwGARZ0Vk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTwGARZ0Vk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTwGARZ0Vk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTwGARZ0Vk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTwGARZ0Vk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTwGARZ0Vk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTwGARZ0Vk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTwGARZ0Vk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTwGARZ0Vk .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTwGARZ0Vk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTwGARZ0Vk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTwGARZ0Vk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTwGARZ0Vk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTwGARZ0Vk .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-qTwGARZ0Vk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTwGARZ0Vk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTwGARZ0Vk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTwGARZ0Vk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTwGARZ0Vk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTwGARZ0Vk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTwGARZ0Vk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTwGARZ0Vk button.navbar-toggler:focus {
  outline: none;
}
.cid-qTwGARZ0Vk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTwGARZ0Vk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTwGARZ0Vk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTwGARZ0Vk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTwGARZ0Vk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTwGARZ0Vk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTwGARZ0Vk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTwGARZ0Vk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTwGARZ0Vk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTwGARZ0Vk .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTwGARZ0Vk .collapsed .btn {
  display: flex;
}
.cid-qTwGARZ0Vk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTwGARZ0Vk .collapsed .navbar-collapse.collapsing,
.cid-qTwGARZ0Vk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTwGARZ0Vk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTwGARZ0Vk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTwGARZ0Vk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTwGARZ0Vk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTwGARZ0Vk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTwGARZ0Vk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTwGARZ0Vk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTwGARZ0Vk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTwGARZ0Vk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTwGARZ0Vk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTwGARZ0Vk .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTwGARZ0Vk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTwGARZ0Vk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTwGARZ0Vk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTwGARZ0Vk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTwGARZ0Vk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTwGARZ0Vk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTwGARZ0Vk.navbar-expand {
    flex-direction: column;
  }
  .cid-qTwGARZ0Vk img {
    height: 3.8rem !important;
  }
  .cid-qTwGARZ0Vk .btn {
    display: flex;
  }
  .cid-qTwGARZ0Vk button.navbar-toggler {
    display: block;
  }
  .cid-qTwGARZ0Vk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTwGARZ0Vk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTwGARZ0Vk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTwGARZ0Vk .navbar-collapse.collapsing,
  .cid-qTwGARZ0Vk .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTwGARZ0Vk .navbar-collapse.collapsing .navbar-nav,
  .cid-qTwGARZ0Vk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTwGARZ0Vk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTwGARZ0Vk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTwGARZ0Vk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTwGARZ0Vk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTwGARZ0Vk .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTwGARZ0Vk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTwGARZ0Vk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTwGARZ0Vk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTwGARZ0Vk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTwGARZ0Vk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTwGARZ0Vk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTwGARZ0Vk .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-qTwGARZ0Vk .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTwGARZ0Vk .navbar-collapse {
  flex-basis: auto;
}
.cid-qTwGARZ0Vk .nav-link:hover,
.cid-qTwGARZ0Vk .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTwGATtKtT {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTwGATtKtT H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTwGATtKtT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTwGATtKtT .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTwGAU8E90 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTwGAU8E90 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTwGAU8E90 .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-qTwGAU8E90 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTwGAU8E90 .inner-container {
    width: 100% !important;
  }
}
.cid-qTwGAU8E90 .section-text DIV {
  text-align: left;
}
.cid-qTwGAU8E90 .section-text B {
  color: #149dcc;
}
.cid-qTwGAU8E90 .section-text FONT {
  color: #232323;
}
.cid-qTwIUMIZGg {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qTwIUMIZGg .image-block {
  margin: auto;
}
.cid-qTwIUMIZGg figcaption {
  position: relative;
}
.cid-qTwIUMIZGg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qTwIUMIZGg .image-block {
    width: 100% !important;
  }
}
.cid-qTwIUMIZGg DIV {
  color: #232323;
}
.cid-qTwPGL71Cb {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qTwPGL71Cb .image-block {
  margin: auto;
}
.cid-qTwPGL71Cb figcaption {
  position: relative;
}
.cid-qTwPGL71Cb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qTwPGL71Cb .image-block {
    width: 100% !important;
  }
}
.cid-qTwPGL71Cb DIV {
  color: #232323;
}
.cid-qTwGAWvS31 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTwGAWvS31 .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTwGAWvS31 .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTwGAWvS31 .content-container {
    padding-right: 5rem;
  }
}
.cid-qTwGAWvS31 .mbr-text,
.cid-qTwGAWvS31 .mbr-section-btn {
  color: #ffffff;
}
.cid-qTwGAWvS31 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTwLp06KBD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTwLp06KBD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qTwLp06KBD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qTwLp06KBD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qTwLp06KBD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qTwLp06KBD .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;
}
.cid-qTwLp06KBD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qTwLp06KBD .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-qTwLp06KBD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qTwLp06KBD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qTwGAXdBBy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTwGAXdBBy [class^="socicon-"]:before,
.cid-qTwGAXdBBy [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTwGAXdBBy .btn-social {
  border-color: #149dcc;
}
.cid-qTwGAXdBBy .btn-social:hover {
  background: #149dcc;
}
.cid-qTwGAXdBBy .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTwGAXdBBy .btn {
    font-size: 20px !important;
  }
}
.cid-qTVk5bQCJL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVk5bQCJL .content {
    text-align: center;
  }
  .cid-qTVk5bQCJL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVk5bQCJL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVk5bQCJL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVk5bQCJL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVk5bQCJL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVk5bQCJL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVk5bQCJL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVk5bQCJL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVk5bQCJL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVk5bQCJL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVk5bQCJL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVk5bQCJL .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVk5bQCJL H5 {
  color: #ffffff;
}
.cid-qTVk5bQCJL P {
  color: #ffffff;
}
.cid-qTwQdVlZOp .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTwQdVlZOp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTwQdVlZOp a {
  font-style: normal;
}
.cid-qTwQdVlZOp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTwQdVlZOp .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTwQdVlZOp .nav-item:focus,
.cid-qTwQdVlZOp .nav-link:focus {
  outline: none;
}
.cid-qTwQdVlZOp .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTwQdVlZOp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTwQdVlZOp .menu-logo {
  margin-right: auto;
}
.cid-qTwQdVlZOp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTwQdVlZOp .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-qTwQdVlZOp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTwQdVlZOp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTwQdVlZOp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTwQdVlZOp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTwQdVlZOp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTwQdVlZOp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTwQdVlZOp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTwQdVlZOp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTwQdVlZOp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTwQdVlZOp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTwQdVlZOp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTwQdVlZOp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTwQdVlZOp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTwQdVlZOp .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-qTwQdVlZOp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTwQdVlZOp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTwQdVlZOp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTwQdVlZOp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTwQdVlZOp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTwQdVlZOp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTwQdVlZOp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTwQdVlZOp button.navbar-toggler:focus {
  outline: none;
}
.cid-qTwQdVlZOp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTwQdVlZOp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTwQdVlZOp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTwQdVlZOp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTwQdVlZOp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTwQdVlZOp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTwQdVlZOp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTwQdVlZOp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTwQdVlZOp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTwQdVlZOp .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTwQdVlZOp .collapsed .btn {
  display: flex;
}
.cid-qTwQdVlZOp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTwQdVlZOp .collapsed .navbar-collapse.collapsing,
.cid-qTwQdVlZOp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTwQdVlZOp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTwQdVlZOp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTwQdVlZOp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTwQdVlZOp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTwQdVlZOp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTwQdVlZOp .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTwQdVlZOp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTwQdVlZOp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTwQdVlZOp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTwQdVlZOp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTwQdVlZOp .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTwQdVlZOp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTwQdVlZOp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTwQdVlZOp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTwQdVlZOp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTwQdVlZOp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTwQdVlZOp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTwQdVlZOp.navbar-expand {
    flex-direction: column;
  }
  .cid-qTwQdVlZOp img {
    height: 3.8rem !important;
  }
  .cid-qTwQdVlZOp .btn {
    display: flex;
  }
  .cid-qTwQdVlZOp button.navbar-toggler {
    display: block;
  }
  .cid-qTwQdVlZOp .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTwQdVlZOp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTwQdVlZOp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTwQdVlZOp .navbar-collapse.collapsing,
  .cid-qTwQdVlZOp .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTwQdVlZOp .navbar-collapse.collapsing .navbar-nav,
  .cid-qTwQdVlZOp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTwQdVlZOp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTwQdVlZOp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTwQdVlZOp .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTwQdVlZOp .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTwQdVlZOp .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTwQdVlZOp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTwQdVlZOp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTwQdVlZOp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTwQdVlZOp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTwQdVlZOp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTwQdVlZOp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTwQdVlZOp .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-qTwQdVlZOp .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTwQdVlZOp .navbar-collapse {
  flex-basis: auto;
}
.cid-qTwQdVlZOp .nav-link:hover,
.cid-qTwQdVlZOp .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTwQdXs81X {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTwQdXs81X H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTwQdXs81X .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTwQdXs81X .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTwQdYgCvY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTwQdYgCvY .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTwQdYgCvY .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-qTwQdYgCvY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTwQdYgCvY .inner-container {
    width: 100% !important;
  }
}
.cid-qTwQdYgCvY .section-text DIV {
  text-align: left;
}
.cid-qTwQdYgCvY .section-text B {
  color: #149dcc;
}
.cid-qTwQdYgCvY .section-text FONT {
  color: #232323;
}
.cid-qTwQdYUg0I {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qTwQdYUg0I .image-block {
  margin: auto;
}
.cid-qTwQdYUg0I figcaption {
  position: relative;
}
.cid-qTwQdYUg0I figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qTwQdYUg0I .image-block {
    width: 100% !important;
  }
}
.cid-qTwQdYUg0I DIV {
  color: #232323;
}
.cid-qTwQdZtrR0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qTwQdZtrR0 .image-block {
  margin: auto;
}
.cid-qTwQdZtrR0 figcaption {
  position: relative;
}
.cid-qTwQdZtrR0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qTwQdZtrR0 .image-block {
    width: 100% !important;
  }
}
.cid-qTwQdZtrR0 DIV {
  color: #232323;
}
.cid-qTwQe1HSDd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTwQe1HSDd .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTwQe1HSDd .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTwQe1HSDd .content-container {
    padding-right: 5rem;
  }
}
.cid-qTwQe1HSDd .mbr-text,
.cid-qTwQe1HSDd .mbr-section-btn {
  color: #ffffff;
}
.cid-qTwQe1HSDd H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTwQe2LkLX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTwQe2LkLX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qTwQe2LkLX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qTwQe2LkLX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qTwQe2LkLX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qTwQe2LkLX .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;
}
.cid-qTwQe2LkLX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qTwQe2LkLX .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-qTwQe2LkLX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qTwQe2LkLX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qTwQe49RlA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTwQe49RlA [class^="socicon-"]:before,
.cid-qTwQe49RlA [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTwQe49RlA .btn-social {
  border-color: #149dcc;
}
.cid-qTwQe49RlA .btn-social:hover {
  background: #149dcc;
}
.cid-qTwQe49RlA .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTwQe49RlA .btn {
    font-size: 20px !important;
  }
}
.cid-qTVkav3ixN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVkav3ixN .content {
    text-align: center;
  }
  .cid-qTVkav3ixN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVkav3ixN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVkav3ixN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVkav3ixN .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVkav3ixN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVkav3ixN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVkav3ixN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVkav3ixN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVkav3ixN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVkav3ixN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVkav3ixN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVkav3ixN .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVkav3ixN H5 {
  color: #ffffff;
}
.cid-qTVkav3ixN P {
  color: #ffffff;
}
.cid-qTHTEYGlal .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTHTEYGlal .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTHTEYGlal a {
  font-style: normal;
}
.cid-qTHTEYGlal .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTHTEYGlal .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTHTEYGlal .nav-item:focus,
.cid-qTHTEYGlal .nav-link:focus {
  outline: none;
}
.cid-qTHTEYGlal .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTHTEYGlal .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTHTEYGlal .menu-logo {
  margin-right: auto;
}
.cid-qTHTEYGlal .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTHTEYGlal .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-qTHTEYGlal .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTHTEYGlal .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTHTEYGlal .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTHTEYGlal .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTHTEYGlal .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTHTEYGlal .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTHTEYGlal .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTHTEYGlal .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTHTEYGlal .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTHTEYGlal .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTHTEYGlal .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTHTEYGlal .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTHTEYGlal .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTHTEYGlal .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-qTHTEYGlal .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTHTEYGlal .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTHTEYGlal .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTHTEYGlal .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTHTEYGlal .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTHTEYGlal .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTHTEYGlal button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTHTEYGlal button.navbar-toggler:focus {
  outline: none;
}
.cid-qTHTEYGlal button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTHTEYGlal button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTHTEYGlal button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTHTEYGlal button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTHTEYGlal button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTHTEYGlal nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTHTEYGlal nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTHTEYGlal nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTHTEYGlal nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTHTEYGlal .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTHTEYGlal .collapsed .btn {
  display: flex;
}
.cid-qTHTEYGlal .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTHTEYGlal .collapsed .navbar-collapse.collapsing,
.cid-qTHTEYGlal .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTHTEYGlal .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTHTEYGlal .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTHTEYGlal .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTHTEYGlal .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTHTEYGlal .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTHTEYGlal .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTHTEYGlal .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTHTEYGlal .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTHTEYGlal .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTHTEYGlal .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTHTEYGlal .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTHTEYGlal .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTHTEYGlal .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTHTEYGlal .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTHTEYGlal .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTHTEYGlal .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTHTEYGlal .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTHTEYGlal.navbar-expand {
    flex-direction: column;
  }
  .cid-qTHTEYGlal img {
    height: 3.8rem !important;
  }
  .cid-qTHTEYGlal .btn {
    display: flex;
  }
  .cid-qTHTEYGlal button.navbar-toggler {
    display: block;
  }
  .cid-qTHTEYGlal .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTHTEYGlal .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTHTEYGlal .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTHTEYGlal .navbar-collapse.collapsing,
  .cid-qTHTEYGlal .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTHTEYGlal .navbar-collapse.collapsing .navbar-nav,
  .cid-qTHTEYGlal .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTHTEYGlal .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTHTEYGlal .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTHTEYGlal .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTHTEYGlal .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTHTEYGlal .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTHTEYGlal .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTHTEYGlal .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTHTEYGlal .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTHTEYGlal .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTHTEYGlal .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTHTEYGlal .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTHTEYGlal .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-qTHTEYGlal .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTHTEYGlal .navbar-collapse {
  flex-basis: auto;
}
.cid-qTHTEYGlal .nav-link:hover,
.cid-qTHTEYGlal .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTHTF06rxo {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTHTF06rxo H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTHTF06rxo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTHTF06rxo .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTHTF0UdKO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTHTF0UdKO .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTHTF0UdKO .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-qTHTF0UdKO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTHTF0UdKO .inner-container {
    width: 100% !important;
  }
}
.cid-qTHTF0UdKO .section-text DIV {
  text-align: left;
}
.cid-qTHTF0UdKO .section-text B {
  color: #149dcc;
}
.cid-qTHTF0UdKO .section-text FONT {
  color: #232323;
}
.cid-qTHTF1qrLc {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qTHTF1qrLc .image-block {
  margin: auto;
}
.cid-qTHTF1qrLc figcaption {
  position: relative;
}
.cid-qTHTF1qrLc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qTHTF1qrLc .image-block {
    width: 100% !important;
  }
}
.cid-qTHTF1qrLc DIV {
  color: #232323;
}
.cid-qTHTF21EJL {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qTHTF21EJL .image-block {
  margin: auto;
}
.cid-qTHTF21EJL figcaption {
  position: relative;
}
.cid-qTHTF21EJL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qTHTF21EJL .image-block {
    width: 100% !important;
  }
}
.cid-qTHTF21EJL DIV {
  color: #232323;
}
.cid-qTHTF2AOOs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTHTF2AOOs .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTHTF2AOOs .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTHTF2AOOs .content-container {
    padding-right: 5rem;
  }
}
.cid-qTHTF2AOOs .mbr-text,
.cid-qTHTF2AOOs .mbr-section-btn {
  color: #ffffff;
}
.cid-qTHTF2AOOs H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTHTF3oq3D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTHTF3oq3D .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qTHTF3oq3D .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qTHTF3oq3D .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qTHTF3oq3D .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qTHTF3oq3D .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;
}
.cid-qTHTF3oq3D .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qTHTF3oq3D .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-qTHTF3oq3D .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qTHTF3oq3D .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qTHTF4s6zA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTHTF4s6zA [class^="socicon-"]:before,
.cid-qTHTF4s6zA [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTHTF4s6zA .btn-social {
  border-color: #149dcc;
}
.cid-qTHTF4s6zA .btn-social:hover {
  background: #149dcc;
}
.cid-qTHTF4s6zA .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTHTF4s6zA .btn {
    font-size: 20px !important;
  }
}
.cid-qTVkh1mzG1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVkh1mzG1 .content {
    text-align: center;
  }
  .cid-qTVkh1mzG1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVkh1mzG1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVkh1mzG1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVkh1mzG1 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVkh1mzG1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVkh1mzG1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVkh1mzG1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVkh1mzG1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVkh1mzG1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVkh1mzG1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVkh1mzG1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVkh1mzG1 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVkh1mzG1 H5 {
  color: #ffffff;
}
.cid-qTVkh1mzG1 P {
  color: #ffffff;
}
.cid-qTI0BuUSW6 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTI0BuUSW6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTI0BuUSW6 a {
  font-style: normal;
}
.cid-qTI0BuUSW6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTI0BuUSW6 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTI0BuUSW6 .nav-item:focus,
.cid-qTI0BuUSW6 .nav-link:focus {
  outline: none;
}
.cid-qTI0BuUSW6 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTI0BuUSW6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTI0BuUSW6 .menu-logo {
  margin-right: auto;
}
.cid-qTI0BuUSW6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTI0BuUSW6 .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-qTI0BuUSW6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTI0BuUSW6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTI0BuUSW6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTI0BuUSW6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTI0BuUSW6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTI0BuUSW6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTI0BuUSW6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTI0BuUSW6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTI0BuUSW6 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTI0BuUSW6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTI0BuUSW6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTI0BuUSW6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTI0BuUSW6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTI0BuUSW6 .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-qTI0BuUSW6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTI0BuUSW6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTI0BuUSW6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTI0BuUSW6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTI0BuUSW6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTI0BuUSW6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTI0BuUSW6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTI0BuUSW6 button.navbar-toggler:focus {
  outline: none;
}
.cid-qTI0BuUSW6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTI0BuUSW6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTI0BuUSW6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTI0BuUSW6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTI0BuUSW6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTI0BuUSW6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTI0BuUSW6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTI0BuUSW6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTI0BuUSW6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTI0BuUSW6 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTI0BuUSW6 .collapsed .btn {
  display: flex;
}
.cid-qTI0BuUSW6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTI0BuUSW6 .collapsed .navbar-collapse.collapsing,
.cid-qTI0BuUSW6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTI0BuUSW6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTI0BuUSW6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTI0BuUSW6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTI0BuUSW6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTI0BuUSW6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTI0BuUSW6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTI0BuUSW6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTI0BuUSW6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTI0BuUSW6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTI0BuUSW6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTI0BuUSW6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTI0BuUSW6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTI0BuUSW6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTI0BuUSW6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTI0BuUSW6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTI0BuUSW6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTI0BuUSW6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTI0BuUSW6.navbar-expand {
    flex-direction: column;
  }
  .cid-qTI0BuUSW6 img {
    height: 3.8rem !important;
  }
  .cid-qTI0BuUSW6 .btn {
    display: flex;
  }
  .cid-qTI0BuUSW6 button.navbar-toggler {
    display: block;
  }
  .cid-qTI0BuUSW6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTI0BuUSW6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTI0BuUSW6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTI0BuUSW6 .navbar-collapse.collapsing,
  .cid-qTI0BuUSW6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTI0BuUSW6 .navbar-collapse.collapsing .navbar-nav,
  .cid-qTI0BuUSW6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTI0BuUSW6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTI0BuUSW6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTI0BuUSW6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTI0BuUSW6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTI0BuUSW6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTI0BuUSW6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTI0BuUSW6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTI0BuUSW6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTI0BuUSW6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTI0BuUSW6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTI0BuUSW6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTI0BuUSW6 .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-qTI0BuUSW6 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTI0BuUSW6 .navbar-collapse {
  flex-basis: auto;
}
.cid-qTI0BuUSW6 .nav-link:hover,
.cid-qTI0BuUSW6 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTI0Bw1uSW {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTI0Bw1uSW H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTI0Bw1uSW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTI0Bw1uSW .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTI0BwDKRG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTI0BwDKRG .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTI0BwDKRG .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-qTI0BwDKRG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTI0BwDKRG .inner-container {
    width: 100% !important;
  }
}
.cid-qTI0BwDKRG .section-text DIV {
  text-align: left;
}
.cid-qTI0BwDKRG .section-text B {
  color: #149dcc;
}
.cid-qTI0BwDKRG .section-text FONT {
  color: #232323;
}
.cid-qTI1z3OJbR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTI1z3OJbR .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTI1z3OJbR .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTI1z3OJbR .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTI1z3OJbR .team-item .item-image img {
  width: 100%;
}
.cid-qTI1z3OJbR .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTI1z3OJbR .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTI1z3OJbR .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTI1z3OJbR .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTI1z3OJbR .item-name {
  color: #0f7699;
}
.cid-qTI43m451t {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qTI43m451t .mbr-section-subtitle {
  color: #149dcc;
}
.cid-qTI43m451t .media-row {
  display: flex;
  justify-content: center;
}
.cid-qTI43m451t .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qTI43m451t .team-item .item-image img {
  width: 100%;
}
.cid-qTI43m451t .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qTI43m451t .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qTI43m451t .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qTI43m451t .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qTI43m451t .item-name {
  color: #0f7699;
}
.cid-qTI0Byn7Vi {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTI0Byn7Vi .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTI0Byn7Vi .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTI0Byn7Vi .content-container {
    padding-right: 5rem;
  }
}
.cid-qTI0Byn7Vi .mbr-text,
.cid-qTI0Byn7Vi .mbr-section-btn {
  color: #ffffff;
}
.cid-qTI0Byn7Vi H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTI0BzYBgY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTI0BzYBgY [class^="socicon-"]:before,
.cid-qTI0BzYBgY [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTI0BzYBgY .btn-social {
  border-color: #149dcc;
}
.cid-qTI0BzYBgY .btn-social:hover {
  background: #149dcc;
}
.cid-qTI0BzYBgY .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTI0BzYBgY .btn {
    font-size: 20px !important;
  }
}
.cid-qTVkmbLdGo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVkmbLdGo .content {
    text-align: center;
  }
  .cid-qTVkmbLdGo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVkmbLdGo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVkmbLdGo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVkmbLdGo .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVkmbLdGo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVkmbLdGo .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVkmbLdGo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVkmbLdGo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVkmbLdGo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVkmbLdGo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVkmbLdGo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVkmbLdGo .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVkmbLdGo H5 {
  color: #ffffff;
}
.cid-qTVkmbLdGo P {
  color: #ffffff;
}
.cid-qTIxBuNkjs .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTIxBuNkjs .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTIxBuNkjs a {
  font-style: normal;
}
.cid-qTIxBuNkjs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTIxBuNkjs .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTIxBuNkjs .nav-item:focus,
.cid-qTIxBuNkjs .nav-link:focus {
  outline: none;
}
.cid-qTIxBuNkjs .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTIxBuNkjs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTIxBuNkjs .menu-logo {
  margin-right: auto;
}
.cid-qTIxBuNkjs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTIxBuNkjs .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-qTIxBuNkjs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTIxBuNkjs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTIxBuNkjs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTIxBuNkjs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTIxBuNkjs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTIxBuNkjs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTIxBuNkjs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTIxBuNkjs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTIxBuNkjs .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTIxBuNkjs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTIxBuNkjs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTIxBuNkjs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTIxBuNkjs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTIxBuNkjs .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-qTIxBuNkjs .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTIxBuNkjs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTIxBuNkjs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTIxBuNkjs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTIxBuNkjs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTIxBuNkjs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTIxBuNkjs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTIxBuNkjs button.navbar-toggler:focus {
  outline: none;
}
.cid-qTIxBuNkjs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTIxBuNkjs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTIxBuNkjs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTIxBuNkjs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTIxBuNkjs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTIxBuNkjs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTIxBuNkjs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTIxBuNkjs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTIxBuNkjs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTIxBuNkjs .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTIxBuNkjs .collapsed .btn {
  display: flex;
}
.cid-qTIxBuNkjs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTIxBuNkjs .collapsed .navbar-collapse.collapsing,
.cid-qTIxBuNkjs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTIxBuNkjs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTIxBuNkjs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTIxBuNkjs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTIxBuNkjs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTIxBuNkjs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTIxBuNkjs .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTIxBuNkjs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTIxBuNkjs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTIxBuNkjs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTIxBuNkjs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTIxBuNkjs .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTIxBuNkjs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTIxBuNkjs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTIxBuNkjs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTIxBuNkjs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTIxBuNkjs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTIxBuNkjs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTIxBuNkjs.navbar-expand {
    flex-direction: column;
  }
  .cid-qTIxBuNkjs img {
    height: 3.8rem !important;
  }
  .cid-qTIxBuNkjs .btn {
    display: flex;
  }
  .cid-qTIxBuNkjs button.navbar-toggler {
    display: block;
  }
  .cid-qTIxBuNkjs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTIxBuNkjs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTIxBuNkjs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTIxBuNkjs .navbar-collapse.collapsing,
  .cid-qTIxBuNkjs .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTIxBuNkjs .navbar-collapse.collapsing .navbar-nav,
  .cid-qTIxBuNkjs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTIxBuNkjs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTIxBuNkjs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTIxBuNkjs .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTIxBuNkjs .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTIxBuNkjs .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTIxBuNkjs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTIxBuNkjs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTIxBuNkjs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTIxBuNkjs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTIxBuNkjs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTIxBuNkjs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTIxBuNkjs .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-qTIxBuNkjs .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTIxBuNkjs .navbar-collapse {
  flex-basis: auto;
}
.cid-qTIxBuNkjs .nav-link:hover,
.cid-qTIxBuNkjs .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTIxBwyGpu {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTIxBwyGpu H2 {
  color: #ffffff;
  text-align: center;
}
.cid-qTIxBwyGpu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qTIxBwyGpu .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-qTIxBx7N8O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTIxBx7N8O .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTIxBx7N8O .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-qTIxBx7N8O .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTIxBx7N8O .inner-container {
    width: 100% !important;
  }
}
.cid-qTIxBx7N8O .section-text DIV {
  text-align: left;
}
.cid-qTIxBx7N8O .section-text B {
  color: #149dcc;
}
.cid-qTIxBx7N8O .section-text FONT {
  color: #232323;
}
.cid-qTIzzP61KX {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qTIzzP61KX .image-block {
  margin: auto;
}
.cid-qTIzzP61KX figcaption {
  position: relative;
}
.cid-qTIzzP61KX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qTIzzP61KX .image-block {
    width: 100% !important;
  }
}
.cid-qTIzzP61KX DIV {
  color: #232323;
}
.cid-qTIA1leQXg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qTIA1leQXg .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTIA1leQXg .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qTIA1leQXg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTIA1leQXg .inner-container {
    width: 100% !important;
  }
}
.cid-qTIA1leQXg .section-text DIV {
  text-align: left;
}
.cid-qTIA1leQXg .section-text B {
  color: #149dcc;
}
.cid-qTIA1leQXg .section-text FONT {
  color: #232323;
}
.cid-qTIxBB3r56 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/header-image-2000x3910.jpg");
}
.cid-qTIxBB3r56 .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qTIxBB3r56 .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qTIxBB3r56 .content-container {
    padding-right: 5rem;
  }
}
.cid-qTIxBB3r56 .mbr-text,
.cid-qTIxBB3r56 .mbr-section-btn {
  color: #ffffff;
}
.cid-qTIxBB3r56 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-qTIxBBTb60 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTIxBBTb60 [class^="socicon-"]:before,
.cid-qTIxBBTb60 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTIxBBTb60 .btn-social {
  border-color: #149dcc;
}
.cid-qTIxBBTb60 .btn-social:hover {
  background: #149dcc;
}
.cid-qTIxBBTb60 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTIxBBTb60 .btn {
    font-size: 20px !important;
  }
}
.cid-qTVkqrhu9u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVkqrhu9u .content {
    text-align: center;
  }
  .cid-qTVkqrhu9u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVkqrhu9u .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVkqrhu9u .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVkqrhu9u .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVkqrhu9u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVkqrhu9u .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVkqrhu9u .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVkqrhu9u .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVkqrhu9u .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVkqrhu9u .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVkqrhu9u .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVkqrhu9u .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVkqrhu9u H5 {
  color: #ffffff;
}
.cid-qTVkqrhu9u P {
  color: #ffffff;
}
.cid-qTKTK0jZdZ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTKTK0jZdZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTKTK0jZdZ a {
  font-style: normal;
}
.cid-qTKTK0jZdZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTKTK0jZdZ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTKTK0jZdZ .nav-item:focus,
.cid-qTKTK0jZdZ .nav-link:focus {
  outline: none;
}
.cid-qTKTK0jZdZ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTKTK0jZdZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTKTK0jZdZ .menu-logo {
  margin-right: auto;
}
.cid-qTKTK0jZdZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTKTK0jZdZ .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-qTKTK0jZdZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTKTK0jZdZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTKTK0jZdZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTKTK0jZdZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTKTK0jZdZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTKTK0jZdZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTKTK0jZdZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTKTK0jZdZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTKTK0jZdZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTKTK0jZdZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTKTK0jZdZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTKTK0jZdZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTKTK0jZdZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTKTK0jZdZ .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-qTKTK0jZdZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTKTK0jZdZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTKTK0jZdZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTKTK0jZdZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTKTK0jZdZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTKTK0jZdZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTKTK0jZdZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTKTK0jZdZ button.navbar-toggler:focus {
  outline: none;
}
.cid-qTKTK0jZdZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTKTK0jZdZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTKTK0jZdZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTKTK0jZdZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTKTK0jZdZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTKTK0jZdZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTKTK0jZdZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTKTK0jZdZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTKTK0jZdZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTKTK0jZdZ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTKTK0jZdZ .collapsed .btn {
  display: flex;
}
.cid-qTKTK0jZdZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTKTK0jZdZ .collapsed .navbar-collapse.collapsing,
.cid-qTKTK0jZdZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTKTK0jZdZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTKTK0jZdZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTKTK0jZdZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTKTK0jZdZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTKTK0jZdZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTKTK0jZdZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTKTK0jZdZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTKTK0jZdZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTKTK0jZdZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTKTK0jZdZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTKTK0jZdZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTKTK0jZdZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTKTK0jZdZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTKTK0jZdZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTKTK0jZdZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTKTK0jZdZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTKTK0jZdZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTKTK0jZdZ.navbar-expand {
    flex-direction: column;
  }
  .cid-qTKTK0jZdZ img {
    height: 3.8rem !important;
  }
  .cid-qTKTK0jZdZ .btn {
    display: flex;
  }
  .cid-qTKTK0jZdZ button.navbar-toggler {
    display: block;
  }
  .cid-qTKTK0jZdZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTKTK0jZdZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTKTK0jZdZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTKTK0jZdZ .navbar-collapse.collapsing,
  .cid-qTKTK0jZdZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTKTK0jZdZ .navbar-collapse.collapsing .navbar-nav,
  .cid-qTKTK0jZdZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTKTK0jZdZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTKTK0jZdZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTKTK0jZdZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTKTK0jZdZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTKTK0jZdZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTKTK0jZdZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTKTK0jZdZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTKTK0jZdZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTKTK0jZdZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTKTK0jZdZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTKTK0jZdZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTKTK0jZdZ .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-qTKTK0jZdZ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTKTK0jZdZ .navbar-collapse {
  flex-basis: auto;
}
.cid-qTKTK0jZdZ .nav-link:hover,
.cid-qTKTK0jZdZ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTKTK2Hswu {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qTKTK2Hswu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qTKTK2Hswu .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qTKTK2Hswu .mbr-text {
  color: #149dcc;
}
.cid-qTKTK3gdde {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qTKTK3gdde .counter-container {
  color: #767676;
}
.cid-qTKTK3gdde .counter-container ul {
  margin-bottom: 0;
}
.cid-qTKTK3gdde .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qTKTK3gdde .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-qTKTK3gdde .mbr-text UL {
  color: #232323;
}
.cid-qTKTK3PMlC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTKTK3PMlC [class^="socicon-"]:before,
.cid-qTKTK3PMlC [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTKTK3PMlC .btn-social {
  border-color: #149dcc;
}
.cid-qTKTK3PMlC .btn-social:hover {
  background: #149dcc;
}
.cid-qTKTK3PMlC .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTKTK3PMlC .btn {
    font-size: 20px !important;
  }
}
.cid-qTVlmhPASt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVlmhPASt .content {
    text-align: center;
  }
  .cid-qTVlmhPASt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVlmhPASt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVlmhPASt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVlmhPASt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVlmhPASt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVlmhPASt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVlmhPASt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVlmhPASt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVlmhPASt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVlmhPASt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVlmhPASt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVlmhPASt .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVlmhPASt H5 {
  color: #ffffff;
}
.cid-qTVlmhPASt P {
  color: #ffffff;
}
.cid-qTKWa9QdDD .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTKWa9QdDD .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTKWa9QdDD a {
  font-style: normal;
}
.cid-qTKWa9QdDD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTKWa9QdDD .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTKWa9QdDD .nav-item:focus,
.cid-qTKWa9QdDD .nav-link:focus {
  outline: none;
}
.cid-qTKWa9QdDD .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTKWa9QdDD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTKWa9QdDD .menu-logo {
  margin-right: auto;
}
.cid-qTKWa9QdDD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTKWa9QdDD .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-qTKWa9QdDD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTKWa9QdDD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTKWa9QdDD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTKWa9QdDD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTKWa9QdDD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTKWa9QdDD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTKWa9QdDD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTKWa9QdDD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTKWa9QdDD .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTKWa9QdDD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTKWa9QdDD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTKWa9QdDD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTKWa9QdDD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTKWa9QdDD .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-qTKWa9QdDD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTKWa9QdDD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTKWa9QdDD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTKWa9QdDD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTKWa9QdDD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTKWa9QdDD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTKWa9QdDD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTKWa9QdDD button.navbar-toggler:focus {
  outline: none;
}
.cid-qTKWa9QdDD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTKWa9QdDD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTKWa9QdDD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTKWa9QdDD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTKWa9QdDD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTKWa9QdDD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTKWa9QdDD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTKWa9QdDD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTKWa9QdDD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTKWa9QdDD .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTKWa9QdDD .collapsed .btn {
  display: flex;
}
.cid-qTKWa9QdDD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTKWa9QdDD .collapsed .navbar-collapse.collapsing,
.cid-qTKWa9QdDD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTKWa9QdDD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTKWa9QdDD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTKWa9QdDD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTKWa9QdDD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTKWa9QdDD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTKWa9QdDD .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTKWa9QdDD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTKWa9QdDD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTKWa9QdDD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTKWa9QdDD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTKWa9QdDD .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTKWa9QdDD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTKWa9QdDD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTKWa9QdDD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTKWa9QdDD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTKWa9QdDD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTKWa9QdDD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTKWa9QdDD.navbar-expand {
    flex-direction: column;
  }
  .cid-qTKWa9QdDD img {
    height: 3.8rem !important;
  }
  .cid-qTKWa9QdDD .btn {
    display: flex;
  }
  .cid-qTKWa9QdDD button.navbar-toggler {
    display: block;
  }
  .cid-qTKWa9QdDD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTKWa9QdDD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTKWa9QdDD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTKWa9QdDD .navbar-collapse.collapsing,
  .cid-qTKWa9QdDD .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTKWa9QdDD .navbar-collapse.collapsing .navbar-nav,
  .cid-qTKWa9QdDD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTKWa9QdDD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTKWa9QdDD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTKWa9QdDD .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTKWa9QdDD .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTKWa9QdDD .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTKWa9QdDD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTKWa9QdDD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTKWa9QdDD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTKWa9QdDD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTKWa9QdDD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTKWa9QdDD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTKWa9QdDD .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-qTKWa9QdDD .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTKWa9QdDD .navbar-collapse {
  flex-basis: auto;
}
.cid-qTKWa9QdDD .nav-link:hover,
.cid-qTKWa9QdDD .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTKWaaKLV5 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qTKWaaKLV5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qTKWaaKLV5 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qTKWaaKLV5 .mbr-text {
  color: #0f7699;
}
.cid-qTKWabdfei {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTKWabdfei .mbr-text,
.cid-qTKWabdfei blockquote {
  color: #767676;
}
.cid-qTKWabdfei .mbr-text SPAN {
  color: #0f7699;
}
.cid-qTKWabdfei .mbr-text {
  text-align: left;
}
.cid-qTKWabdfei .mbr-text DIV {
  color: #232323;
}
.cid-qTKWabJp2V {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTKWabJp2V [class^="socicon-"]:before,
.cid-qTKWabJp2V [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTKWabJp2V .btn-social {
  border-color: #149dcc;
}
.cid-qTKWabJp2V .btn-social:hover {
  background: #149dcc;
}
.cid-qTKWabJp2V .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTKWabJp2V .btn {
    font-size: 20px !important;
  }
}
.cid-qTVlCbtQWG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVlCbtQWG .content {
    text-align: center;
  }
  .cid-qTVlCbtQWG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVlCbtQWG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVlCbtQWG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVlCbtQWG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVlCbtQWG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVlCbtQWG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVlCbtQWG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVlCbtQWG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVlCbtQWG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVlCbtQWG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVlCbtQWG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVlCbtQWG .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVlCbtQWG H5 {
  color: #ffffff;
}
.cid-qTVlCbtQWG P {
  color: #ffffff;
}
.cid-qTL180RnUH .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTL180RnUH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTL180RnUH a {
  font-style: normal;
}
.cid-qTL180RnUH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTL180RnUH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTL180RnUH .nav-item:focus,
.cid-qTL180RnUH .nav-link:focus {
  outline: none;
}
.cid-qTL180RnUH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTL180RnUH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTL180RnUH .menu-logo {
  margin-right: auto;
}
.cid-qTL180RnUH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTL180RnUH .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-qTL180RnUH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTL180RnUH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTL180RnUH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTL180RnUH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTL180RnUH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTL180RnUH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTL180RnUH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTL180RnUH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTL180RnUH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTL180RnUH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTL180RnUH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTL180RnUH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTL180RnUH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTL180RnUH .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-qTL180RnUH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTL180RnUH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTL180RnUH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTL180RnUH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTL180RnUH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTL180RnUH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTL180RnUH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTL180RnUH button.navbar-toggler:focus {
  outline: none;
}
.cid-qTL180RnUH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTL180RnUH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTL180RnUH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTL180RnUH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTL180RnUH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTL180RnUH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTL180RnUH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTL180RnUH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTL180RnUH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTL180RnUH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTL180RnUH .collapsed .btn {
  display: flex;
}
.cid-qTL180RnUH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTL180RnUH .collapsed .navbar-collapse.collapsing,
.cid-qTL180RnUH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTL180RnUH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTL180RnUH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTL180RnUH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTL180RnUH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTL180RnUH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTL180RnUH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTL180RnUH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTL180RnUH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTL180RnUH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTL180RnUH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTL180RnUH .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTL180RnUH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTL180RnUH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTL180RnUH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTL180RnUH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTL180RnUH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTL180RnUH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTL180RnUH.navbar-expand {
    flex-direction: column;
  }
  .cid-qTL180RnUH img {
    height: 3.8rem !important;
  }
  .cid-qTL180RnUH .btn {
    display: flex;
  }
  .cid-qTL180RnUH button.navbar-toggler {
    display: block;
  }
  .cid-qTL180RnUH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTL180RnUH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTL180RnUH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTL180RnUH .navbar-collapse.collapsing,
  .cid-qTL180RnUH .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTL180RnUH .navbar-collapse.collapsing .navbar-nav,
  .cid-qTL180RnUH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTL180RnUH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTL180RnUH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTL180RnUH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTL180RnUH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTL180RnUH .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTL180RnUH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTL180RnUH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTL180RnUH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTL180RnUH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTL180RnUH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTL180RnUH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTL180RnUH .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-qTL180RnUH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTL180RnUH .navbar-collapse {
  flex-basis: auto;
}
.cid-qTL180RnUH .nav-link:hover,
.cid-qTL180RnUH .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTL1820bZn {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qTL1820bZn .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qTL1820bZn .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qTL1820bZn .mbr-text {
  color: #0f7699;
  text-align: center;
}
.cid-qTL182uhOx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTL182uhOx .mbr-text,
.cid-qTL182uhOx blockquote {
  color: #767676;
}
.cid-qTL182uhOx .mbr-text SPAN {
  color: #0f7699;
}
.cid-qTL182uhOx .mbr-text {
  text-align: left;
}
.cid-qTL182uhOx .mbr-text DIV {
  color: #232323;
}
.cid-qTL182uhOx .mbr-text B {
  color: #232323;
}
.cid-qTL18308x5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTL18308x5 [class^="socicon-"]:before,
.cid-qTL18308x5 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTL18308x5 .btn-social {
  border-color: #149dcc;
}
.cid-qTL18308x5 .btn-social:hover {
  background: #149dcc;
}
.cid-qTL18308x5 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTL18308x5 .btn {
    font-size: 20px !important;
  }
}
.cid-qTVlJ1lU4W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVlJ1lU4W .content {
    text-align: center;
  }
  .cid-qTVlJ1lU4W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVlJ1lU4W .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVlJ1lU4W .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVlJ1lU4W .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVlJ1lU4W .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVlJ1lU4W .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVlJ1lU4W .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVlJ1lU4W .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVlJ1lU4W .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVlJ1lU4W .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVlJ1lU4W .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVlJ1lU4W .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVlJ1lU4W H5 {
  color: #ffffff;
}
.cid-qTVlJ1lU4W P {
  color: #ffffff;
}
.cid-qTL3G5vboa .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTL3G5vboa .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTL3G5vboa a {
  font-style: normal;
}
.cid-qTL3G5vboa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTL3G5vboa .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTL3G5vboa .nav-item:focus,
.cid-qTL3G5vboa .nav-link:focus {
  outline: none;
}
.cid-qTL3G5vboa .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTL3G5vboa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTL3G5vboa .menu-logo {
  margin-right: auto;
}
.cid-qTL3G5vboa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTL3G5vboa .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-qTL3G5vboa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTL3G5vboa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTL3G5vboa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTL3G5vboa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTL3G5vboa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTL3G5vboa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTL3G5vboa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTL3G5vboa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTL3G5vboa .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTL3G5vboa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTL3G5vboa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTL3G5vboa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTL3G5vboa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTL3G5vboa .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-qTL3G5vboa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTL3G5vboa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTL3G5vboa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTL3G5vboa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTL3G5vboa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTL3G5vboa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTL3G5vboa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTL3G5vboa button.navbar-toggler:focus {
  outline: none;
}
.cid-qTL3G5vboa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTL3G5vboa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTL3G5vboa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTL3G5vboa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTL3G5vboa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTL3G5vboa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTL3G5vboa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTL3G5vboa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTL3G5vboa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTL3G5vboa .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTL3G5vboa .collapsed .btn {
  display: flex;
}
.cid-qTL3G5vboa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTL3G5vboa .collapsed .navbar-collapse.collapsing,
.cid-qTL3G5vboa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTL3G5vboa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTL3G5vboa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTL3G5vboa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTL3G5vboa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTL3G5vboa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTL3G5vboa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTL3G5vboa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTL3G5vboa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTL3G5vboa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTL3G5vboa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTL3G5vboa .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTL3G5vboa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTL3G5vboa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTL3G5vboa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTL3G5vboa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTL3G5vboa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTL3G5vboa .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTL3G5vboa.navbar-expand {
    flex-direction: column;
  }
  .cid-qTL3G5vboa img {
    height: 3.8rem !important;
  }
  .cid-qTL3G5vboa .btn {
    display: flex;
  }
  .cid-qTL3G5vboa button.navbar-toggler {
    display: block;
  }
  .cid-qTL3G5vboa .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTL3G5vboa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTL3G5vboa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTL3G5vboa .navbar-collapse.collapsing,
  .cid-qTL3G5vboa .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTL3G5vboa .navbar-collapse.collapsing .navbar-nav,
  .cid-qTL3G5vboa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTL3G5vboa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTL3G5vboa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTL3G5vboa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTL3G5vboa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTL3G5vboa .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTL3G5vboa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTL3G5vboa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTL3G5vboa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTL3G5vboa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTL3G5vboa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTL3G5vboa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTL3G5vboa .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-qTL3G5vboa .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTL3G5vboa .navbar-collapse {
  flex-basis: auto;
}
.cid-qTL3G5vboa .nav-link:hover,
.cid-qTL3G5vboa .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTL3G6US7z {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qTL3G6US7z .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qTL3G6US7z .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qTL3G6US7z .mbr-text {
  color: #0f7699;
  text-align: center;
}
.cid-qTL3G7iAj9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTL3G7iAj9 .mbr-text,
.cid-qTL3G7iAj9 blockquote {
  color: #767676;
}
.cid-qTL3G7iAj9 .mbr-text SPAN {
  color: #0f7699;
}
.cid-qTL3G7iAj9 .mbr-text {
  text-align: left;
}
.cid-qTL3G7iAj9 .mbr-text DIV {
  color: #232323;
}
.cid-qTL3G7iAj9 .mbr-text B {
  color: #0f7699;
}
.cid-qTL3G7H6hS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTL3G7H6hS [class^="socicon-"]:before,
.cid-qTL3G7H6hS [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTL3G7H6hS .btn-social {
  border-color: #149dcc;
}
.cid-qTL3G7H6hS .btn-social:hover {
  background: #149dcc;
}
.cid-qTL3G7H6hS .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTL3G7H6hS .btn {
    font-size: 20px !important;
  }
}
.cid-qTVlU7ajT2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVlU7ajT2 .content {
    text-align: center;
  }
  .cid-qTVlU7ajT2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVlU7ajT2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVlU7ajT2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVlU7ajT2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVlU7ajT2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVlU7ajT2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVlU7ajT2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVlU7ajT2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVlU7ajT2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVlU7ajT2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVlU7ajT2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVlU7ajT2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVlU7ajT2 H5 {
  color: #ffffff;
}
.cid-qTVlU7ajT2 P {
  color: #ffffff;
}
.cid-qTVoQsWPw8 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTVoQsWPw8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTVoQsWPw8 a {
  font-style: normal;
}
.cid-qTVoQsWPw8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTVoQsWPw8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTVoQsWPw8 .nav-item:focus,
.cid-qTVoQsWPw8 .nav-link:focus {
  outline: none;
}
.cid-qTVoQsWPw8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTVoQsWPw8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTVoQsWPw8 .menu-logo {
  margin-right: auto;
}
.cid-qTVoQsWPw8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTVoQsWPw8 .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-qTVoQsWPw8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTVoQsWPw8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTVoQsWPw8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTVoQsWPw8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTVoQsWPw8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTVoQsWPw8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTVoQsWPw8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTVoQsWPw8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTVoQsWPw8 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTVoQsWPw8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTVoQsWPw8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTVoQsWPw8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTVoQsWPw8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTVoQsWPw8 .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-qTVoQsWPw8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTVoQsWPw8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTVoQsWPw8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTVoQsWPw8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTVoQsWPw8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTVoQsWPw8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTVoQsWPw8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTVoQsWPw8 button.navbar-toggler:focus {
  outline: none;
}
.cid-qTVoQsWPw8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTVoQsWPw8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTVoQsWPw8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTVoQsWPw8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTVoQsWPw8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTVoQsWPw8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTVoQsWPw8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTVoQsWPw8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTVoQsWPw8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTVoQsWPw8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTVoQsWPw8 .collapsed .btn {
  display: flex;
}
.cid-qTVoQsWPw8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTVoQsWPw8 .collapsed .navbar-collapse.collapsing,
.cid-qTVoQsWPw8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTVoQsWPw8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTVoQsWPw8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTVoQsWPw8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTVoQsWPw8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTVoQsWPw8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTVoQsWPw8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTVoQsWPw8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTVoQsWPw8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTVoQsWPw8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTVoQsWPw8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTVoQsWPw8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTVoQsWPw8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTVoQsWPw8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTVoQsWPw8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTVoQsWPw8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTVoQsWPw8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTVoQsWPw8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTVoQsWPw8.navbar-expand {
    flex-direction: column;
  }
  .cid-qTVoQsWPw8 img {
    height: 3.8rem !important;
  }
  .cid-qTVoQsWPw8 .btn {
    display: flex;
  }
  .cid-qTVoQsWPw8 button.navbar-toggler {
    display: block;
  }
  .cid-qTVoQsWPw8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTVoQsWPw8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTVoQsWPw8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTVoQsWPw8 .navbar-collapse.collapsing,
  .cid-qTVoQsWPw8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTVoQsWPw8 .navbar-collapse.collapsing .navbar-nav,
  .cid-qTVoQsWPw8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTVoQsWPw8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTVoQsWPw8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTVoQsWPw8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTVoQsWPw8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTVoQsWPw8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTVoQsWPw8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTVoQsWPw8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTVoQsWPw8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTVoQsWPw8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTVoQsWPw8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTVoQsWPw8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTVoQsWPw8 .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-qTVoQsWPw8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTVoQsWPw8 .navbar-collapse {
  flex-basis: auto;
}
.cid-qTVoQsWPw8 .nav-link:hover,
.cid-qTVoQsWPw8 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTVoQu7DIZ {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qTVoQu7DIZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qTVoQu7DIZ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qTVoQu7DIZ .mbr-text {
  color: #0f7699;
  text-align: center;
}
.cid-qTVq7wVlz4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTVq7wVlz4 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTVq7wVlz4 .section-text {
  padding: 2rem 0;
}
.cid-qTVq7wVlz4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTVq7wVlz4 .inner-container {
    width: 100% !important;
  }
}
.cid-qTVq7wVlz4 .section-text DIV {
  text-align: left;
}
.cid-qTVq7wVlz4 .section-text B {
  color: #149dcc;
}
.cid-qTVoQvo3Jc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTVoQvo3Jc [class^="socicon-"]:before,
.cid-qTVoQvo3Jc [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTVoQvo3Jc .btn-social {
  border-color: #149dcc;
}
.cid-qTVoQvo3Jc .btn-social:hover {
  background: #149dcc;
}
.cid-qTVoQvo3Jc .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTVoQvo3Jc .btn {
    font-size: 20px !important;
  }
}
.cid-qTVoQwpWme {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVoQwpWme .content {
    text-align: center;
  }
  .cid-qTVoQwpWme .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVoQwpWme .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVoQwpWme .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVoQwpWme .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVoQwpWme .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVoQwpWme .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVoQwpWme .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVoQwpWme .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVoQwpWme .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVoQwpWme .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVoQwpWme .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVoQwpWme .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVoQwpWme H5 {
  color: #ffffff;
}
.cid-qTVoQwpWme P {
  color: #ffffff;
}
.cid-qTVswEzTZt .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTVswEzTZt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTVswEzTZt a {
  font-style: normal;
}
.cid-qTVswEzTZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTVswEzTZt .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTVswEzTZt .nav-item:focus,
.cid-qTVswEzTZt .nav-link:focus {
  outline: none;
}
.cid-qTVswEzTZt .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTVswEzTZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTVswEzTZt .menu-logo {
  margin-right: auto;
}
.cid-qTVswEzTZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTVswEzTZt .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-qTVswEzTZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTVswEzTZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTVswEzTZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTVswEzTZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTVswEzTZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTVswEzTZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTVswEzTZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTVswEzTZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTVswEzTZt .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTVswEzTZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTVswEzTZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTVswEzTZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTVswEzTZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTVswEzTZt .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-qTVswEzTZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTVswEzTZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTVswEzTZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTVswEzTZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTVswEzTZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTVswEzTZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTVswEzTZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTVswEzTZt button.navbar-toggler:focus {
  outline: none;
}
.cid-qTVswEzTZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTVswEzTZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTVswEzTZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTVswEzTZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTVswEzTZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTVswEzTZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTVswEzTZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTVswEzTZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTVswEzTZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTVswEzTZt .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTVswEzTZt .collapsed .btn {
  display: flex;
}
.cid-qTVswEzTZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTVswEzTZt .collapsed .navbar-collapse.collapsing,
.cid-qTVswEzTZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTVswEzTZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTVswEzTZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTVswEzTZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTVswEzTZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTVswEzTZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTVswEzTZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTVswEzTZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTVswEzTZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTVswEzTZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTVswEzTZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTVswEzTZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTVswEzTZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTVswEzTZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTVswEzTZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTVswEzTZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTVswEzTZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTVswEzTZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTVswEzTZt.navbar-expand {
    flex-direction: column;
  }
  .cid-qTVswEzTZt img {
    height: 3.8rem !important;
  }
  .cid-qTVswEzTZt .btn {
    display: flex;
  }
  .cid-qTVswEzTZt button.navbar-toggler {
    display: block;
  }
  .cid-qTVswEzTZt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTVswEzTZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTVswEzTZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTVswEzTZt .navbar-collapse.collapsing,
  .cid-qTVswEzTZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTVswEzTZt .navbar-collapse.collapsing .navbar-nav,
  .cid-qTVswEzTZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTVswEzTZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTVswEzTZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTVswEzTZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTVswEzTZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTVswEzTZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTVswEzTZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTVswEzTZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTVswEzTZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTVswEzTZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTVswEzTZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTVswEzTZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTVswEzTZt .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-qTVswEzTZt .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTVswEzTZt .navbar-collapse {
  flex-basis: auto;
}
.cid-qTVswEzTZt .nav-link:hover,
.cid-qTVswEzTZt .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTVswFSscw {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qTVswFSscw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qTVswFSscw .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qTVswFSscw .mbr-text {
  color: #149dcc;
  text-align: center;
}
.cid-qTVswGsx3b {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTVswGsx3b .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTVswGsx3b .section-text {
  padding: 2rem 0;
}
.cid-qTVswGsx3b .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTVswGsx3b .inner-container {
    width: 100% !important;
  }
}
.cid-qTVswGsx3b .section-text DIV {
  text-align: left;
  color: #232323;
}
.cid-qTVswGsx3b .section-text B {
  color: #149dcc;
}
.cid-qTVswHccQs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTVswHccQs [class^="socicon-"]:before,
.cid-qTVswHccQs [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTVswHccQs .btn-social {
  border-color: #149dcc;
}
.cid-qTVswHccQs .btn-social:hover {
  background: #149dcc;
}
.cid-qTVswHccQs .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTVswHccQs .btn {
    font-size: 20px !important;
  }
}
.cid-qTVswHYFrN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVswHYFrN .content {
    text-align: center;
  }
  .cid-qTVswHYFrN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVswHYFrN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVswHYFrN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVswHYFrN .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVswHYFrN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVswHYFrN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVswHYFrN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVswHYFrN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVswHYFrN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVswHYFrN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVswHYFrN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVswHYFrN .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVswHYFrN H5 {
  color: #ffffff;
}
.cid-qTVswHYFrN P {
  color: #ffffff;
}
.cid-qTVzpIxqTN .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qTVzpIxqTN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qTVzpIxqTN a {
  font-style: normal;
}
.cid-qTVzpIxqTN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTVzpIxqTN .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTVzpIxqTN .nav-item:focus,
.cid-qTVzpIxqTN .nav-link:focus {
  outline: none;
}
.cid-qTVzpIxqTN .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTVzpIxqTN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTVzpIxqTN .menu-logo {
  margin-right: auto;
}
.cid-qTVzpIxqTN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTVzpIxqTN .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-qTVzpIxqTN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTVzpIxqTN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTVzpIxqTN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTVzpIxqTN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTVzpIxqTN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTVzpIxqTN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTVzpIxqTN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTVzpIxqTN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTVzpIxqTN .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTVzpIxqTN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTVzpIxqTN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTVzpIxqTN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTVzpIxqTN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTVzpIxqTN .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-qTVzpIxqTN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTVzpIxqTN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTVzpIxqTN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTVzpIxqTN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTVzpIxqTN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTVzpIxqTN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTVzpIxqTN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTVzpIxqTN button.navbar-toggler:focus {
  outline: none;
}
.cid-qTVzpIxqTN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qTVzpIxqTN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTVzpIxqTN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTVzpIxqTN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTVzpIxqTN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTVzpIxqTN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTVzpIxqTN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTVzpIxqTN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTVzpIxqTN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTVzpIxqTN .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTVzpIxqTN .collapsed .btn {
  display: flex;
}
.cid-qTVzpIxqTN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTVzpIxqTN .collapsed .navbar-collapse.collapsing,
.cid-qTVzpIxqTN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTVzpIxqTN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTVzpIxqTN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTVzpIxqTN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTVzpIxqTN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTVzpIxqTN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTVzpIxqTN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qTVzpIxqTN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTVzpIxqTN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTVzpIxqTN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTVzpIxqTN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTVzpIxqTN .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTVzpIxqTN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTVzpIxqTN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTVzpIxqTN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTVzpIxqTN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTVzpIxqTN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTVzpIxqTN .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTVzpIxqTN.navbar-expand {
    flex-direction: column;
  }
  .cid-qTVzpIxqTN img {
    height: 3.8rem !important;
  }
  .cid-qTVzpIxqTN .btn {
    display: flex;
  }
  .cid-qTVzpIxqTN button.navbar-toggler {
    display: block;
  }
  .cid-qTVzpIxqTN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTVzpIxqTN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTVzpIxqTN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTVzpIxqTN .navbar-collapse.collapsing,
  .cid-qTVzpIxqTN .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTVzpIxqTN .navbar-collapse.collapsing .navbar-nav,
  .cid-qTVzpIxqTN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTVzpIxqTN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTVzpIxqTN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTVzpIxqTN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTVzpIxqTN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTVzpIxqTN .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTVzpIxqTN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTVzpIxqTN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTVzpIxqTN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTVzpIxqTN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTVzpIxqTN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTVzpIxqTN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTVzpIxqTN .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-qTVzpIxqTN .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTVzpIxqTN .navbar-collapse {
  flex-basis: auto;
}
.cid-qTVzpIxqTN .nav-link:hover,
.cid-qTVzpIxqTN .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qTVzpK71hC {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qTVzpK71hC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qTVzpK71hC .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qTVzpK71hC .mbr-text {
  color: #149dcc;
  text-align: center;
}
.cid-qTVzpKIIQR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTVzpKIIQR .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qTVzpKIIQR .section-text {
  padding: 2rem 0;
}
.cid-qTVzpKIIQR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTVzpKIIQR .inner-container {
    width: 100% !important;
  }
}
.cid-qTVzpKIIQR .section-text DIV {
  text-align: left;
  color: #232323;
}
.cid-qTVzpKIIQR .section-text B {
  color: #149dcc;
}
.cid-qTVzpLvGhj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qTVzpLvGhj [class^="socicon-"]:before,
.cid-qTVzpLvGhj [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qTVzpLvGhj .btn-social {
  border-color: #149dcc;
}
.cid-qTVzpLvGhj .btn-social:hover {
  background: #149dcc;
}
.cid-qTVzpLvGhj .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qTVzpLvGhj .btn {
    font-size: 20px !important;
  }
}
.cid-qTVzpMjvPD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/header-image-2000x391.jpg");
}
@media (max-width: 767px) {
  .cid-qTVzpMjvPD .content {
    text-align: center;
  }
  .cid-qTVzpMjvPD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qTVzpMjvPD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qTVzpMjvPD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qTVzpMjvPD .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qTVzpMjvPD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qTVzpMjvPD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qTVzpMjvPD .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qTVzpMjvPD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qTVzpMjvPD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qTVzpMjvPD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qTVzpMjvPD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTVzpMjvPD .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qTVzpMjvPD H5 {
  color: #ffffff;
}
.cid-qTVzpMjvPD P {
  color: #ffffff;
}
