@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;*/
  font-weight: 0;
  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;
}

.cid-qGlEc5RgOg .full-screen .carousel-item .container.container-slide img {
    display: block;
    opacity: 1 !important;
}


.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;
  border-color: #149dcc;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #0d6786;
  border-color: #0d6786;
}
.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;
  border-color: #ff3366;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #e50039;
  border-color: #e50039;
}
.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;
  border-color: #82786e;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #59524b;
  border-color: #59524b;
}
.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;
  border-color: #f7ed4a;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #eadd0a;
  border-color: #eadd0a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f;
  border-color: #879a9f;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #617479;
  border-color: #617479;
}
.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;
  border-color: #b1a374;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #8b7d4e;
  border-color: #8b7d4e;
}
.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;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.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: #ffffff;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !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 {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.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_wraper {
  opacity: 0 !important;
}
#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;
}
.cid-qGjZyS2T6G .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGjZyS2T6G .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qGjZyS2T6G a {
  font-style: normal;
}
.cid-qGjZyS2T6G .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qGjZyS2T6G .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGjZyS2T6G .nav-item:focus,
.cid-qGjZyS2T6G .nav-link:focus {
  outline: none;
}
.cid-qGjZyS2T6G .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGjZyS2T6G .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGjZyS2T6G .menu-logo {
  margin-right: auto;
}
.cid-qGjZyS2T6G .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGjZyS2T6G .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-qGjZyS2T6G .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGjZyS2T6G .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGjZyS2T6G .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGjZyS2T6G .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGjZyS2T6G .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGjZyS2T6G .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGjZyS2T6G .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGjZyS2T6G .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGjZyS2T6G .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGjZyS2T6G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGjZyS2T6G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGjZyS2T6G .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGjZyS2T6G .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGjZyS2T6G .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-qGjZyS2T6G .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGjZyS2T6G .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGjZyS2T6G .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGjZyS2T6G .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGjZyS2T6G .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGjZyS2T6G .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGjZyS2T6G button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGjZyS2T6G button.navbar-toggler:focus {
  outline: none;
}
.cid-qGjZyS2T6G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGjZyS2T6G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGjZyS2T6G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGjZyS2T6G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGjZyS2T6G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGjZyS2T6G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGjZyS2T6G nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGjZyS2T6G nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGjZyS2T6G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGjZyS2T6G .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qGjZyS2T6G .collapsed .btn {
  display: flex;
}
/*
.cid-qGjZyS2T6G .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
*/
.cid-qGjZyS2T6G .collapsed .navbar-collapse.collapsing,
.cid-qGjZyS2T6G .collapsed .navbar-collapse.show {
  display: flex !important;
}
.cid-qGjZyS2T6G .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGjZyS2T6G .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGjZyS2T6G .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGjZyS2T6G .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGjZyS2T6G .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGjZyS2T6G .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGjZyS2T6G .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGjZyS2T6G .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
/*
.cid-qGjZyS2T6G .collapsed button.navbar-toggler {
  display: block;
}
*/
.cid-qGjZyS2T6G .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qGjZyS2T6G .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGjZyS2T6G .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-qGjZyS2T6G .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGjZyS2T6G .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGjZyS2T6G .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-qGjZyS2T6G.navbar-expand {
    flex-direction: column;
  }
  .cid-qGjZyS2T6G img {
    height: 3.8rem !important;
  }
  .cid-qGjZyS2T6G .btn {
    display: flex;
  }
  .cid-qGjZyS2T6G button.navbar-toggler {
    display: block;
  }
  .cid-qGjZyS2T6G .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qGjZyS2T6G .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGjZyS2T6G .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGjZyS2T6G .navbar-collapse.collapsing,
  .cid-qGjZyS2T6G .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGjZyS2T6G .navbar-collapse.collapsing .navbar-nav,
  .cid-qGjZyS2T6G .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGjZyS2T6G .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGjZyS2T6G .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGjZyS2T6G .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGjZyS2T6G .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGjZyS2T6G .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGjZyS2T6G .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGjZyS2T6G .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-qGjZyS2T6G .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGjZyS2T6G .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGjZyS2T6G .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-qGjZyS2T6G .menu-logo {
    flex-shrink: 0;
  }
}
/*
.cid-qGjZyS2T6G .navbar-collapse {
  flex-basis: auto;
}

.cid-qGjZyS2T6G .nav-link:hover,
.cid-qGjZyS2T6G .dropdown-item:hover {
  color: #767676 !important;
}*/
.cid-qGkbZdqFA2 {
  background-image: url("../../../assets/images/mac-1440x917.jpg");
}
.cid-qGkc9h3ADA {
  background-color: #073b4c;
}
.cid-qGlDZcfmr0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-qGlE0w44JW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-qGlE0w44JW .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qGlE0w44JW .mbr-figure img {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-qGlE0w44JW .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qGlE2oNLZQ {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-qGlE2oNLZQ .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-qGlE2oNLZQ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-qGlE2oNLZQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qGlE2oNLZQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-qGlE2oNLZQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-qGlE2oNLZQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qGlE2oNLZQ a.close:hover {
  color: #ffffff;
}
.cid-qGlE2OqJB6 {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-qGlE2OqJB6 h1 {
  color: #616161;
}
.cid-qGlE2OqJB6 h2,
.cid-qGlE2OqJB6 h3,
.cid-qGlE2OqJB6 p {
  color: #767676;
}
.cid-qGlE2OqJB6 .mbr-section-subtitle {
  font-style: italic;
}
.cid-qGlE3mjrSL {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-qGlE3mjrSL .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qGlE3Xbc4r {
  background-image: url("../../../assets/images/03.jpg");
}
.cid-qGlE3Xbc4r .icons-media-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-qGlE3Xbc4r .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-qGlE3Xbc4r .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-qGlE3Xbc4r .mbr-text {
  color: #ffffff;
}
.cid-qGlE3Xbc4r .card {
  padding-bottom: 1.5rem;
}
.cid-qGlE4bi4e2 {
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-qGlE4bi4e2 .mbr-icofont {
  font-size: 48px;
  color: #353535;
}
.cid-qGlE4bi4e2 .show-modal span {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-qGlE4bi4e2 .show-modal span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-qGlE4bi4e2 .mbr-figure {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin: auto;
  transition: transform 1s;
  cursor: pointer;
}
.cid-qGlE4bi4e2 .mbr-figure a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
}
.cid-qGlE4bi4e2 .mbr-figure a:before {
  width: 100px;
  height: 100px;
}
.cid-qGlE4bi4e2 .mbr-figure:hover {
  transform: scale(1.15);
  transition: transform 1s;
}
.cid-qGlE4bi4e2 .mbri-play:before {
  left: 55% !important;
}
.cid-qGlE4bi4e2 .form-inline {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-qGlE4bi4e2 .form-inline .form-group {
  padding: 0.5rem;
}
.cid-qGlE4bi4e2 .form-inline input {
  text-align: center;
}
.cid-qGlE4bi4e2 h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-qGlE4bi4e2 .modalWindow {
  position: fixed;
  z-index: 5000;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qGlE4bi4e2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  text-align: -o-center;
}
.cid-qGlE4bi4e2 .modalWindow .modalWindow-container .modalWindow-video-container {
  display: inline-block;
  width: 100%;
}
.cid-qGlE4bi4e2 .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
  margin: auto;
}
.cid-qGlE4bi4e2 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qGlE4bi4e2 a.close:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-qGlE4bi4e2 .modalWindow-video {
    width: 80%;
    height: 200px;
    position: relative;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cid-qGlE4bi4e2 .modalWindow-video {
    width: 90%;
    height: 340px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .cid-qGlE4bi4e2 .modalWindow-video {
    width: 700px;
    height: 395px;
    position: relative;
  }
}
@media (min-width: 850px) and (max-width: 1300px) {
  .cid-qGlE4bi4e2 .modalWindow-video {
    width: 800px;
    height: 452px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .cid-qGlE4bi4e2 .modalWindow-video {
    width: 1200px;
    height: 675px;
    position: relative;
  }
}
.cid-qGlE5e0aPR {
  background-image: url("../../../assets/images/02.jpg");
}
.cid-qGlE5e0aPR .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-qGlE5e0aPR .input-group-btn {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-qGlE5e0aPR .content-container {
    padding-right: 5rem;
  }
}
.cid-qGlE61ElyN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (min-width: 992px) {
  .cid-qGlE61ElyN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qGlE61ElyN .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qGlE61ElyN .mbr-text {
    text-align: center;
  }
}
.cid-qGlE6twVfN {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #f4a997, #a09fc0);
}
@media (min-width: 992px) {
  .cid-qGlE6twVfN .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qGlE6twVfN .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-qGlE70FMbY {
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-qGlE70FMbY .media-content {
  word-wrap: break-word;
}
.cid-qGlE70FMbY .form-inline {
  display: block;
}
.cid-qGlE70FMbY .form-inline .form-group {
  padding: 0.5rem;
  display: inline-block;
}
.cid-qGlE70FMbY .form-inline .buttons-wrap {
  display: inline-block;
}
.cid-qGlE70FMbY .form-inline input {
  text-align: center;
}
.cid-qGlE70FMbY .mbr-figure {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-qGlE70FMbY .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qGlE70FMbY .mbr-text {
    text-align: center;
  }
  .cid-qGlE70FMbY .form-inline {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-qGlE70FMbY .form-inline input {
    font-size: .85rem;
  }
}
.cid-qGlE7gAYvy {
  background: linear-gradient(45deg, #7fd9fc, #6576aa);
}
.cid-qGlE7LNDkr {
  background: linear-gradient(45deg, #fbac7f, #e5658a);
}
.cid-qGlE7LNDkr .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-qGlE8O2iD6 {
  background: #ffffff;
}
.cid-qGlE8O2iD6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-qGlE8O2iD6 .mbr-figure {
  margin: 0 auto;
}
.cid-qGlE8O2iD6 figcaption {
  position: relative;
}
.cid-qGlE8O2iD6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGlE8O2iD6 .image-block {
    width: 100% !important;
  }
}
.cid-qGlE9hGAmH {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-qGlE9hGAmH .image-block {
  margin: auto;
}
.cid-qGlE9hGAmH figcaption {
  position: relative;
}
.cid-qGlE9hGAmH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGlE9hGAmH .image-block {
    width: 100% !important;
  }
}
.cid-qGlE9zZCPV {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qGlE9zZCPV .images-container.container-fluid {
  padding: 0;
}
.cid-qGlE9zZCPV .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qGlE9zZCPV .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qGlE9zZCPV .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qGlE9zZCPV .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qGlE9zZCPV .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qGlE9zZCPV .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qGlE9zZCPV .img-item {
    width: 100% !important;
  }
  .cid-qGlE9zZCPV .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qGlE9T318U {
  background: #ffffff;
}
.cid-qGlE9T318U .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-qGlE9T318U .video-block {
    width: 100% !important;
  }
}
.cid-qGlEayy8L1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #149dcc;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-qGlEayy8L1 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qGlEayy8L1 .video-block {
    width: 100% !important;
  }
}
.cid-qGlEaXedAi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGlEaXedAi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGlEaXedAi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGlEaXedAi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGlEaXedAi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGlEaXedAi .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-qGlEaXedAi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGlEaXedAi .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGlEaXedAi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGlEaXedAi .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-qGlEbiP7TT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qGlEbiP7TT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGlEbiP7TT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGlEbiP7TT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGlEbiP7TT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGlEbiP7TT .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-qGlEbiP7TT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGlEbiP7TT .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGlEbiP7TT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGlEbiP7TT .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-qGlEbLo2jr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qGlEbLo2jr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGlEbLo2jr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGlEbLo2jr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGlEbLo2jr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGlEbLo2jr .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-qGlEbLo2jr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGlEbLo2jr .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGlEbLo2jr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGlEbLo2jr .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-qGlEc5RgOg .modal-body .close {
  background: #1b1b1b;
}
.cid-qGlEc5RgOg .modal-body .close span {
  font-style: normal;
}
.cid-qGlEc5RgOg .carousel-inner > .active,
.cid-qGlEc5RgOg .carousel-inner > .next,
.cid-qGlEc5RgOg .carousel-inner > .prev {
  display: table;
}
.cid-qGlEc5RgOg .carousel-control .icon-next,
.cid-qGlEc5RgOg .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qGlEc5RgOg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGlEc5RgOg .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qGlEc5RgOg .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qGlEc5RgOg .boxed-slider > div {
  position: relative;
}
/*
.cid-qGlEc5RgOg .container img {
  width: 100%;
}
*/
.cid-qGlEc5RgOg .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qGlEc5RgOg .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qGlEc5RgOg .mbr-table-cell {
  padding: 0;
}
.cid-qGlEc5RgOg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qGlEc5RgOg .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qGlEc5RgOg .mbr-overlay {
  z-index: 1;
}
.cid-qGlEc5RgOg .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qGlEc5RgOg .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qGlEc5RgOg .carousel-item .container {
    width: 100%;
  }
}
.cid-qGlEc5RgOg .carousel-item-next.carousel-item-left,
.cid-qGlEc5RgOg .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qGlEc5RgOg .active.carousel-item-right,
.cid-qGlEc5RgOg .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qGlEc5RgOg .active.carousel-item-left,
.cid-qGlEc5RgOg .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qGlEc5RgOg .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qGlEc5RgOg .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGlEc5RgOg .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGlEc5RgOg .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qGlEc5RgOg .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qGlEc5RgOg .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qGlEc5RgOg .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qGlEc5RgOg .mbr-slider .carousel-indicators li.active,
.cid-qGlEc5RgOg .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qGlEc5RgOg .mbr-slider .carousel-indicators li::after,
.cid-qGlEc5RgOg .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qGlEc5RgOg .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qGlEc5RgOg .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qGlEc5RgOg .mbr-slider > .container img {
  width: 100%;
}
.cid-qGlEc5RgOg .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qGlEc5RgOg .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qGlEc5RgOg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qGlEc5RgOg .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qGlEc5RgOg .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qGlEc5RgOg .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qGlEc5RgOg .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qGlEc5RgOg .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qGlEc5RgOg .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qGlEc5RgOg .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qGlEc5RgOg .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qGlEc5RgOg .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qGlEc5RgOg .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qGlEcZfiv4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qGlEcZfiv4 .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qGlEcZfiv4 .modal-body .close {
  background: #1b1b1b;
}
.cid-qGlEcZfiv4 .modal-body .close span {
  font-style: normal;
}
.cid-qGlEcZfiv4 .carousel-inner > .active,
.cid-qGlEcZfiv4 .carousel-inner > .next,
.cid-qGlEcZfiv4 .carousel-inner > .prev {
  display: flex;
}
.cid-qGlEcZfiv4 .carousel-control .icon-next,
.cid-qGlEcZfiv4 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qGlEcZfiv4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGlEcZfiv4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qGlEcZfiv4 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qGlEcZfiv4 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qGlEcZfiv4 .boxed-slider > div {
  position: relative;
}
.cid-qGlEcZfiv4 .container img {
  width: 100%;
}
.cid-qGlEcZfiv4 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qGlEcZfiv4 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qGlEcZfiv4 .mbr-table-cell {
  padding: 0;
}
.cid-qGlEcZfiv4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qGlEcZfiv4 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qGlEcZfiv4 .mbr-overlay {
  z-index: 1;
}
.cid-qGlEcZfiv4 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qGlEcZfiv4 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qGlEcZfiv4 .carousel-item .container {
    width: 100%;
  }
}
.cid-qGlEcZfiv4 .carousel-item-next.carousel-item-left,
.cid-qGlEcZfiv4 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qGlEcZfiv4 .active.carousel-item-right,
.cid-qGlEcZfiv4 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qGlEcZfiv4 .active.carousel-item-left,
.cid-qGlEcZfiv4 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qGlEcZfiv4 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qGlEcZfiv4 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGlEcZfiv4 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGlEcZfiv4 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qGlEcZfiv4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qGlEcZfiv4 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qGlEcZfiv4 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qGlEcZfiv4 .mbr-slider .carousel-indicators li.active,
.cid-qGlEcZfiv4 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qGlEcZfiv4 .mbr-slider .carousel-indicators li::after,
.cid-qGlEcZfiv4 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qGlEcZfiv4 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qGlEcZfiv4 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qGlEcZfiv4 .mbr-slider > .container img {
  width: 100%;
}
.cid-qGlEcZfiv4 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qGlEcZfiv4 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qGlEcZfiv4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qGlEcZfiv4 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qGlEcZfiv4 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qGlEcZfiv4 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qGlEcZfiv4 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qGlEcZfiv4 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qGlEcZfiv4 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qGlEcZfiv4 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qGlEcZfiv4 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qGlEcZfiv4 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qGlEcZfiv4 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qGlEcZfiv4 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qGlEcZfiv4 .carousel-inner {
  height: 100%;
}
.cid-qGlEcZfiv4 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qGlEcZfiv4 .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qGlEcZfiv4 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qGlEcZfiv4 .carousel-item .container-slide {
  text-align: center;
}
.cid-qGlEcZfiv4 .content-slider-wrap {
  width: 60%;
}
.cid-qGlEdl6AEp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-qGlEdQRJlj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGlEdQRJlj .mbr-section-subtitle {
  color: #767676;
}
.cid-qGlEe4R1ne {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qGlEe4R1ne .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qGlEe4R1ne .section-text {
  padding: 2rem 0;
}
.cid-qGlEe4R1ne .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qGlEe4R1ne .inner-container {
    width: 100% !important;
  }
}
.cid-qGlEehyk4K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qGlEehyk4K .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qGlEehyk4K .section-text {
  padding: 2rem 0;
}
.cid-qGlEehyk4K .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qGlEehyk4K .inner-container {
    width: 100% !important;
  }
}
.cid-qGlEet9jZ3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGlEet9jZ3 .mbr-text,
.cid-qGlEet9jZ3 blockquote {
  color: #767676;
}
.cid-qGlEeEvnd8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGlEeEvnd8 .mbr-text,
.cid-qGlEeEvnd8 blockquote {
  color: #767676;
}
.cid-qGlEeSqSFG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGlEeSqSFG .counter-container {
  color: #767676;
}
.cid-qGlEeSqSFG .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-qGlEeSqSFG .counter-container ol li {
  /*margin-bottom: 1rem;*/
}
.cid-qGlEeSqSFG .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-qGlEeSqSFG .counter-container ol li:before {
  /*position: absolute;*/
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-qGlEfrFRQF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGlEfrFRQF .counter-container {
  color: #767676;
}
.cid-qGlEfrFRQF .counter-container ul {
  margin-bottom: 0;
}
.cid-qGlEfrFRQF .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qGlEfrFRQF .counter-container ul li:before {
  /*position: absolute;*/
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-qGlEfNc9CO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGlEfNc9CO .mbr-text {
  color: #767676;
}
.cid-qGlEg2gB3P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qGlEg2gB3P .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qGlEg2gB3P .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qGlEg2gB3P .mbr-text {
  color: #767676;
}
.cid-qGlEghTspr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qGlEghTspr .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qGlEghTspr .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-qGlEghTspr .mbr-text {
  color: #767676;
}
.cid-qGlEgzEgrb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGlEgNocbo {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qGlEgNocbo .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qGlEgNocbo .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qGlEgNocbo .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qGlEgNocbo .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qGlEgNocbo .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qGlEgNocbo .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qGlEgNocbo .img-item {
    width: 100% !important;
  }
  .cid-qGlEgNocbo .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qGlEi4mQSX {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qGlEi4mQSX .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qGlEi4mQSX .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qGlEi4mQSX .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qGlEi4mQSX .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qGlEi4mQSX .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qGlEi4mQSX .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qGlEi4mQSX .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qGlEi4mQSX .img-item {
    width: 100% !important;
  }
  .cid-qGlEi4mQSX .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qGlEilY1GQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-qGlEilY1GQ .image-block {
  margin: auto;
}
.cid-qGlEilY1GQ figcaption {
  position: relative;
}
.cid-qGlEilY1GQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGlEilY1GQ .image-block {
    width: 100% !important;
  }
}
.cid-qGlEiCn6gy {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-qGlEiCn6gy .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qGlEiCn6gy .video-block {
    width: 100% !important;
  }
}
.cid-qGlEjFtZ1Q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGlEjFtZ1Q h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qGlEjFtZ1Q p {
  color: #767676;
  text-align: left;
}
.cid-qGlEjFtZ1Q .card-box {
  padding-top: 2rem;
}
.cid-qGlEjFtZ1Q .card-wrapper {
  height: 100%;
}
.cid-qGlEkg7sfu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qGlEkg7sfu .card-box {
  padding: 0 2rem;
}
.cid-qGlEkg7sfu .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qGlEkg7sfu .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qGlEkg7sfu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qGlEkg7sfu p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qGlEkg7sfu .mbr-text {
  color: #767676;
}
.cid-qGlEkg7sfu .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-qGlEkg7sfu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qGlEkCtzWx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qGlEkCtzWx .card-img {
  background-color: #fff;
}
.cid-qGlEkCtzWx .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qGlEkCtzWx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qGlEkCtzWx p {
  text-align: left;
}
.cid-qGlEkCtzWx .mbr-text {
  color: #767676;
}
.cid-qGlEkCtzWx .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qGlEkCtzWx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qGlEkCtzWx .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qGlEkUn4Ks {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGlEkUn4Ks .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qGlEkUn4Ks h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qGlEkUn4Ks p {
  color: #767676;
  text-align: left;
}
.cid-qGlEkUn4Ks .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qGlEkUn4Ks .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qGlEkUn4Ks .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-qGlElbZ7sP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGlElbZ7sP .mbr-text {
  color: #767676;
}
.cid-qGlElbZ7sP h4 {
  text-align: center;
}
.cid-qGlElbZ7sP p {
  text-align: center;
}
.cid-qGlElbZ7sP .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qGlElt5Jmk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-qGlElt5Jmk h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-qGlElt5Jmk p {
  color: #ffffff;
}
.cid-qGlElt5Jmk .card {
  margin-bottom: 2rem;
}
.cid-qGlElt5Jmk .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qGlElt5Jmk .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qGlElt5Jmk .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-qGlElt5Jmk .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qGlElt5Jmk .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qGlElt5Jmk .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qGlElt5Jmk .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qGlEmCdeU3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGlEmCdeU3 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qGlEmCdeU3 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qGlEmCdeU3 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-qGlEmCdeU3 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qGlEmCdeU3 .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qGlEmCdeU3 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qGlEmCdeU3 .card-box {
    padding-left: 0;
  }
}
.cid-qGlEmRBsxA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGlEmRBsxA h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qGlEmRBsxA p {
  color: #767676;
  text-align: left;
}
.cid-qGlEmRBsxA .card-img {
  text-align: left;
}
.cid-qGlEmRBsxA .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qGlEn6wa3M {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qGlEn6wa3M h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qGlEn6wa3M p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qGlEn6wa3M .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-qGlEn6wa3M .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qGlEn6wa3M .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-qGlEnkOYWq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGlEnkOYWq h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qGlEnkOYWq p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qGlEnkOYWq .card-img {
  width: auto;
}
.cid-qGlEnkOYWq .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qGlEnkOYWq .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qGlEnkOYWq .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-qGlEnkOYWq .card-img span {
    font-size: 40px !important;
  }
}
.cid-qGlEnCZMao {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGlEnCZMao h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qGlEnCZMao p {
  color: #767676;
  text-align: left;
}
.cid-qGlEnCZMao .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-qGlEnCZMao .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qGlEnCZMao .card-title {
  margin-bottom: 0;
}
.cid-qGlEnCZMao .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qGlEnCZMao .media {
  margin: initial;
  align-items: center;
}
@media (max-width: 300px) {
  .cid-qGlEnCZMao .card-img span {
    font-size: 40px !important;
  }
}
.cid-qGlEnXs19r {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGlEnXs19r h2 {
  text-align: left;
}
.cid-qGlEnXs19r h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qGlEnXs19r p {
  color: #767676;
  text-align: left;
}
.cid-qGlEnXs19r .aside-content {
  flex-basis: 100%;
}
.cid-qGlEnXs19r .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qGlEnXs19r .media {
  margin: initial;
  align-items: center;
}
.cid-qGlEnXs19r .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qGlEnXs19r .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qGlEnXs19r .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qGlEnXs19r .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qGlEnXs19r .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qGlEnXs19r .card-img span {
    font-size: 40px !important;
  }
}
.cid-qGlEon4xAj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGlEon4xAj h2 {
  text-align: center;
}
.cid-qGlEon4xAj h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qGlEon4xAj p {
  color: #767676;
}
.cid-qGlEon4xAj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qGlEon4xAj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qGlEon4xAj .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qGlEon4xAj .mbr-section-subtitle {
  color: #767676;
}
.cid-qGlEon4xAj .card-title {
  font-weight: 500;
}
.cid-qGlEon4xAj .card-img {
  text-align: inherit;
}
.cid-qGlEon4xAj .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qGlEon4xAj .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qGlEon4xAj .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qGlEon4xAj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qGlEon4xAj .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qGlEon4xAj .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qGlEoTUvLs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGlEoTUvLs h2 {
  text-align: center;
}
.cid-qGlEoTUvLs h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-qGlEoTUvLs p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-qGlEoTUvLs .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qGlEoTUvLs .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-qGlEoTUvLs .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qGlEpkg5xM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGlEpkg5xM h3 {
  font-weight: 300;
}
.cid-qGlEpkg5xM .card-img {
  width: initial;
}
.cid-qGlEpkg5xM .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qGlEpkg5xM .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qGlEpkg5xM .media {
  margin: initial;
  align-items: center;
}
.cid-qGlEpkg5xM .mbr-section-subtitle {
  color: #767676;
}
.cid-qGlEpkg5xM .mbr-text {
  color: #767676;
}
.cid-qGlEpkg5xM .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGlEqaociu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGlEqaociu .mbr-section-subtitle {
  color: #767676;
}
.cid-qGlEqaociu .media-row {
  display: flex;
  justify-content: center;
}
.cid-qGlEqaociu .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-qGlEqaociu .team-item .item-image img {
  width: 100%;
}
.cid-qGlEqaociu .team-item .item-name p {
  margin-bottom: 0;
}
.cid-qGlEqaociu .team-item .item-role p {
  margin-bottom: 0;
}
.cid-qGlEqaociu .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qGlEqaociu .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-qGlEqaociu .team-item .item-caption {
  background: #efefef;
}
.cid-qGlEqwJPEP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qGlEqwJPEP .mbr-section-subtitle {
  color: #767676;
}
.cid-qGlEqwJPEP .mbr-text {
  color: #767676;
}
.cid-qGlEqwJPEP .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qGlEqwJPEP .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qGlEqwJPEP .card-wrapper .card-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-qGlEqwJPEP .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-qGlEqwJPEP .card-wrapper .card-img .mbr-section-btn {
  display: flex;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  margin: auto;
  left: 0;
  justify-content: center;
  align-items: center;
}
.cid-qGlEqwJPEP .card-wrapper .card-img img {
  width: 100%;
  height: 100%;
}
.cid-qGlEqwJPEP .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-qGlEqwJPEP .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-qGlEqwJPEP .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-qGlEqwJPEP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qGlEqwJPEP .popup-btn .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-qGlEqwJPEP .popup-btn .mbr-section-btn {
  height: 100%;
  display: flex !important;
  opacity: 0;
}
.cid-qGlEqwJPEP .popup-btn:hover .mbr-overlay {
  opacity: .5;
}
.cid-qGlEqwJPEP .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-qGlEqSWYi6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGlEqSWYi6 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-qGlEqSWYi6 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qGlEqSWYi6 .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-qGlEqSWYi6 .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-qGlEqSWYi6 .card-front img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qGlEqSWYi6 .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-qGlEqSWYi6 .card {
  min-height: 300px;
}
.cid-qGlEqSWYi6 .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-qGlEqSWYi6 .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-qGlEqSWYi6 .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-qGlEqSWYi6 .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-qGlErLwl6y {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #177396, #ca2955);
}
.cid-qGlErLwl6y .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-qGlErLwl6y .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-qGlErLwl6y .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-qGlErLwl6y .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-qGlErLwl6y .plan .list-group-item:last-child::after {
  display: none;
}
.cid-qGlErLwl6y .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-qGlErLwl6y .plan-header,
.cid-qGlErLwl6y .plan-body {
  background-color: #fff;
}
.cid-qGlErLwl6y .price-figure {
  font-weight: 700;
  color: #232323;
}
.cid-qGlErLwl6y .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-qGlErLwl6y .price-figure {
    font-size: 4.25rem;
  }
}
.cid-qGlEs1tZyN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qGlEs1tZyN .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-qGlEs1tZyN .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-qGlEs1tZyN .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
}
.cid-qGlEs1tZyN .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-qGlEs1tZyN .plan .list-group-item:last-child::after {
  display: none;
}
.cid-qGlEs1tZyN .plan.favorite {
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.cid-qGlEs1tZyN .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-qGlEs1tZyN .price-figure {
  font-weight: 700;
  color: #232323;
}
.cid-qGlEs1tZyN .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-qGlEs1tZyN .price-figure {
    font-size: 4.25rem;
  }
}
.cid-qGlEsmUrio {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qGlEsmUrio .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-qGlEsmUrio .pricing {
    padding: 1.5rem;
  }
}
.cid-qGlEsmUrio .plan-header,
.cid-qGlEsmUrio .plan-body {
  background-color: #fff;
}
.cid-qGlEsmUrio .plan-title {
  margin-top: 1.4rem;
}
.cid-qGlEsmUrio .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-qGlEsmUrio .price-figure {
    font-size: 4.25rem;
  }
}
.cid-qGlEsmUrio .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-qGlEsmUrio hr {
  margin: 2rem 0;
}
.cid-qGlEsP6t8I {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qGlEsP6t8I h3 {
  text-align: center;
}
.cid-qGlEsP6t8I .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-qGlEsP6t8I .mbr-content-text {
  color: #767676;
}
.cid-qGlEsP6t8I .panel-item {
  background: #ffffff;
}
.cid-qGlEsP6t8I .card {
  word-wrap: break-word;
}
.cid-qGlEsP6t8I .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-qGlEtxXyw8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qGlEtxXyw8 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-qGlEtxXyw8 .mbr-content-text {
  color: #767676;
}
.cid-qGlEtxXyw8 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qGlEtxXyw8 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-qGlEtxXyw8 .cards-container {
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  word-break: break-word;
}
.cid-qGlEtxXyw8 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding-left: 2rem;
}
.cid-qGlEtxXyw8 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qGlEtxXyw8 .card-img {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-qGlEtxXyw8 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-qGlEu7gEQ9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qGlEu7gEQ9 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-qGlEu7gEQ9 .number-wrap {
  color: #565656;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-qGlEu7gEQ9 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #28262b;
}
.cid-qGlEu7gEQ9 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-qGlEu7gEQ9 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #28262b;
}
.cid-qGlEu7gEQ9 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qGlEu7gEQ9 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-qGlEu7gEQ9 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-qGlEu7gEQ9 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qGlEu7gEQ9 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-qGlEu7gEQ9 .number,
  .cid-qGlEu7gEQ9 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-qGlEu7gEQ9 .period {
    font-size: 0.8rem;
  }
}
.cid-qGlEuEkazj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qGlEuEkazj .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-qGlEuEkazj .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-qGlEuEkazj .number {
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -2px;
  font-size: 55px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-qGlEuEkazj .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-qGlEuEkazj .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  font-size: 55px;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-qGlEuEkazj .countdown-cont {
  background: linear-gradient(45deg, #149dcc, #c8ceaf);
  max-width: 700px;
  border-radius: 3px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qGlEuEkazj .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-qGlEuEkazj .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-qGlEuEkazj .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qGlEuEkazj .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-qGlEuEkazj .number,
  .cid-qGlEuEkazj .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-qGlEuEkazj .period {
    font-size: 0.8rem;
  }
}
.cid-qGlEvgfvTi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-qGlEvgfvTi .progress {
  width: 100%;
}
.cid-qGlEvgfvTi progress {
  height: 8px;
}
.cid-qGlEvgfvTi h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qGlEvgfvTi .mbr-section-subtitle {
  color: #767676;
}
.cid-qGlEvgfvTi .progress_value {
  position: relative;
}
.cid-qGlEvgfvTi .progress_elements {
  margin: 0 auto;
}
.cid-qGlEvgfvTi .title-wrap {
  display: flex;
  justify-content: space-between;
}
.cid-qGlEvgfvTi .progress1 .progressbar-number:before,
.cid-qGlEvgfvTi .progress2 .progressbar-number:before,
.cid-qGlEvgfvTi .progress3 .progressbar-number:before,
.cid-qGlEvgfvTi .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-qGlEvgfvTi progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-qGlEvgfvTi progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-qGlEvgfvTi progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-qGlEvgfvTi progress::-ms-fill {
  background: #149dcc;
}
.cid-qGlEvgfvTi .progress1 .progressbar-number:before {
  content: '70';
}
.cid-qGlEvgfvTi .progress2 .progressbar-number:before {
  content: '80';
}
.cid-qGlEvgfvTi .progress3 .progressbar-number:before {
  content: '90';
}
.cid-qGlEvgfvTi .progress4 .progressbar-number:before {
  content: '100';
}
.cid-qGlEvgfvTi .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-qGlEvgfvTi .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-qGlEvgfvTi .progress_value span {
  padding-left: 30px;
}
.cid-qGlEvAoJON {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-qGlEvAoJON h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qGlEvAoJON .progress {
  width: 100%;
}
.cid-qGlEvAoJON .title-wrap {
  display: flex;
  justify-content: space-between;
}
.cid-qGlEvAoJON progress {
  height: 8px;
}
.cid-qGlEvAoJON .progressbar-number {
  display: inline-block;
}
.cid-qGlEvAoJON .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-qGlEvAoJON .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-qGlEvAoJON .mbr-section-subtitle {
  color: #767676;
}
.cid-qGlEvAoJON .section-content-title {
  font-weight: 500;
}
.cid-qGlEvAoJON .progress_value {
  position: relative;
}
.cid-qGlEvAoJON .progress1 .progressbar-number:before,
.cid-qGlEvAoJON .progress2 .progressbar-number:before,
.cid-qGlEvAoJON .progress3 .progressbar-number:before,
.cid-qGlEvAoJON .progress4 .progressbar-number:before,
.cid-qGlEvAoJON .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-qGlEvAoJON progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-qGlEvAoJON progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-qGlEvAoJON progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-qGlEvAoJON progress::-ms-fill {
  background: #149dcc;
}
.cid-qGlEvAoJON .progress1 .progressbar-number:before {
  content: '100';
}
.cid-qGlEvAoJON .progress2 .progressbar-number:before {
  content: '90';
}
.cid-qGlEvAoJON .progress3 .progressbar-number:before {
  content: '80';
}
.cid-qGlEvAoJON .progress4 .progressbar-number:before {
  content: '70';
}
.cid-qGlEvAoJON .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 768px) {
  .cid-qGlEvAoJON .text-elements {
    padding-right: 3rem;
  }
  .cid-qGlEvAoJON .progress_elements {
    padding-left: 3rem;
  }
}
.cid-qGlEvONJLQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-qGlEvONJLQ h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qGlEvONJLQ .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-qGlEvONJLQ .mbr-section-subtitle {
  color: #767676;
}
.cid-qGlEvONJLQ .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-qGlEvONJLQ ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-qGlEvONJLQ path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qGlEvONJLQ .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-qGlEw5KgZt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
.cid-qGlEw5KgZt .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-qGlEw5KgZt .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-qGlEw5KgZt .timeline-text-content p {
  margin-bottom: 0;
}
.cid-qGlEw5KgZt .time-line-date-content {
  margin-right: 2rem;
}
.cid-qGlEw5KgZt .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-qGlEw5KgZt .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-qGlEw5KgZt .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qGlEw5KgZt .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qGlEw5KgZt .mbr-timeline-date,
.cid-qGlEw5KgZt .timeline-text-content {
  transition: all .4s;
}
.cid-qGlEw5KgZt .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-qGlEw5KgZt .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-qGlEw5KgZt .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-qGlEw5KgZt .reverse .time-line-date-content p {
  float: left;
}
.cid-qGlEw5KgZt .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-qGlEw5KgZt .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-qGlEw5KgZt .iconBackground {
    left: 0 !important;
  }
  .cid-qGlEw5KgZt .separline:before {
    left: 0!important;
  }
  .cid-qGlEw5KgZt .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-qGlEw5KgZt .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-qGlEw5KgZt .time-line-date-content p {
    float: left !important;
  }
  .cid-qGlEw5KgZt .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-qGlEw5KgZt .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-qGlEy9jrpb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
.cid-qGlEy9jrpb .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-qGlEy9jrpb .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #e7e7e7;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-qGlEy9jrpb .timeline-text-content p {
  margin-bottom: 0;
}
.cid-qGlEy9jrpb .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-qGlEy9jrpb .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qGlEy9jrpb .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-qGlEy9jrpb .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-qGlEy9jrpb .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #e7e7e7;
  top: 20px;
  margin-left: -30px;
}
.cid-qGlEy9jrpb .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-qGlEy9jrpb .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #e7e7e7;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-qGlEy9jrpb .iconsBackground {
    left: 1.5rem;
  }
  .cid-qGlEy9jrpb .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-qGlEy9jrpb .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-qGlEy9jrpb .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-qGlEyJuhvl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/jumbotron.jpg");
}
.cid-qGlEyJuhvl .nav-tabs .nav-item.open .nav-link:focus,
.cid-qGlEyJuhvl .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-qGlEyJuhvl .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qGlEyJuhvl .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-qGlEyJuhvl .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #ffffff;
  transition: all .5s;
}
.cid-qGlEyJuhvl .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #149dcc;
}
.cid-qGlEyJuhvl .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #149dcc;
  border-color: #149dcc;
}
.cid-qGlEyJuhvl .nav-tabs .nav-link.active:hover {
  background-color: #149dcc;
}
.cid-qGlEyJuhvl p {
  color: #ffffff;
}
.cid-qGlEyJuhvl .mbr-text {
  text-align: center;
}
.cid-qGlEzNXYbO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
  background: linear-gradient(0deg, #f9f9f9, #149dcc);
}
.cid-qGlEzNXYbO .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qGlEzNXYbO .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #ffffff;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-qGlEzNXYbO .nav-tabs .nav-link:hover {
  background-color: #ff3366;
}
.cid-qGlEzNXYbO .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #ff3366;
}
.cid-qGlEzNXYbO .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-qGlEzNXYbO p {
  color: #232323;
}
.cid-qGlEzNXYbO .mbr-text {
  text-align: center;
}
.cid-qGlEHlcDlu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-qGlEHlcDlu .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qGlEHlcDlu .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #767676;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .3s;
}
.cid-qGlEHlcDlu .nav-tabs .nav-link:hover {
  background-color: #149dcc;
}
.cid-qGlEHlcDlu .nav-tabs .nav-link:focus {
  box-shadow: none;
  background-color: #149dcc;
}
.cid-qGlEHlcDlu .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #149dcc;
}
.cid-qGlEHlcDlu .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-qGlEHlcDlu .mbr-section-subtitle {
  color: #767676;
}
.cid-qGlEHlcDlu p {
  color: #767676;
}
.cid-qGlEHlcDlu .mbr-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 4rem;
}
.cid-qGlEHlcDlu .mbr-text {
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qGlEHlcDlu .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-qGlEIpqakH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
  position: relative;
}
.cid-qGlEIpqakH .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qGlEIpqakH .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qGlEIpqakH .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-qGlEIpqakH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qGlEIpqakH .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-qGlEIpqakH .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qGlEIpqakH .card .panel-body {
  color: #767676;
}
.cid-qGlEKxbKbL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
  position: relative;
}
.cid-qGlEKxbKbL .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qGlEKxbKbL .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qGlEKxbKbL .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-qGlEKxbKbL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qGlEKxbKbL .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-qGlEKxbKbL .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qGlEKxbKbL .card .panel-body {
  color: #767676;
}
.cid-qGlELtmD8E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-qGlELtmD8E p {
  color: #767676;
}
.cid-qGlELtmD8E .mbr-section-subtitle {
  color: #767676;
}
.cid-qGlELtmD8E .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qGlELtmD8E .panel-group {
  width: 100%;
}
.cid-qGlELtmD8E .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qGlELtmD8E .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qGlELtmD8E .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-qGlELtmD8E .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qGlELtmD8E .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-qGlELtmD8E .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qGlELtmD8E .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-qGlELtmD8E .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-qGlEMixyGA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  position: relative;
}
.cid-qGlEMixyGA p {
  color: #767676;
}
.cid-qGlEMixyGA .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qGlEMixyGA .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qGlEMixyGA .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-qGlEMixyGA .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qGlEMixyGA .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-qGlEMixyGA .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qGlEMTxehL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  position: relative;
}
.cid-qGlEMTxehL p {
  color: #767676;
}
.cid-qGlEMTxehL .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-qGlEMTxehL .toggle-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qGlEMTxehL .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qGlEMTxehL .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qGlEMTxehL .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
}
.cid-qGlEMTxehL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qGlEMTxehL .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-qGlEMTxehL .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qGlEMTxehL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
}
@media (max-width: 991px) {
  .cid-qGlEMTxehL .mbr-figure {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-qGlEMTxehL .mbr-figure {
    padding-left: 4rem;
  }
}
.cid-qGlENqCTLU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qGlENqCTLU .mbr-section-subtitle {
  color: #767676;
}
.cid-qGlENqCTLU .btn {
  margin: 0 0 .5rem 0;
}
.cid-qGlENIFirQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #dbd4b8, #25aab2);
}
.cid-qGlENIFirQ .btn {
  margin: 0 0 .5rem 0;
}
.cid-qGlEO4A0xC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-qGlEOwZ2eY {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-qGlEPr063H {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qGlEPr063H .title {
  margin-bottom: 2rem;
}
.cid-qGlEPr063H .mbr-section-subtitle {
  color: #767676;
}
.cid-qGlEPr063H a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qGlEPr063H a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qGlEPr063H .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qGlEPr063H .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qGlEPMzjls {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qGlEPMzjls .mbr-section-subtitle {
  color: #767676;
}
.cid-qGlEPMzjls .formoid {
  margin: auto;
}
.cid-qGlEPMzjls .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-qGlEPMzjls a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.cid-qGlEPMzjls .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.cid-qGlEPMzjls .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cid-qGlEPMzjls a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-qGlEPMzjls a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qGlEPMzjls .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-qGlEPMzjls .mbr-subscribe .input-group-btn button,
.cid-qGlEPMzjls .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-qGlEPMzjls .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGlEPMzjls input[type="email"] {
    width: 100%;
    margin-bottom: 2px;
  }
  .cid-qGlEPMzjls .input-group-btn {
    width: 100%;
  }
  .cid-qGlEPMzjls .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .cid-qGlEPMzjls .input-group-btn a.btn {
    width: 100%;
  }
  .cid-qGlEPMzjls .input-group-btn {
    width: calc(92%);
  }
  .cid-qGlEPMzjls .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-qGlEPMzjls .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-qGlEPMzjls .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-qGlEPMzjls .input-group span {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qGlEPMzjls .input-group-btn button,
  .cid-qGlEPMzjls .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .cid-qGlEPMzjls .mbr-subscribe > * {
    margin: 0 0.5rem;
  }
}
.cid-qGlEQjxtYE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qGlEQjxtYE .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qGlEQjxtYE .input {
  margin-bottom: 15px;
}
.cid-qGlEQjxtYE .map {
  width: 100%;
  height: 30rem;
}
.cid-qGlEQjxtYE .map iframe {
  width: inherit;
  height: 100%;
}
.cid-qGlEQjxtYE .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-qGlEQjxtYE .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qGlEQjxtYE .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-qGlEQjxtYE .mbr-text {
  color: #767676;
}
.cid-qGlEQjxtYE a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qGlEQjxtYE .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qGlEQjxtYE .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qGlEQjxtYE .google-map {
  height: 25rem;
  position: relative;
}
.cid-qGlEQjxtYE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qGlEQjxtYE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qGlEQjxtYE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qGlEQjxtYE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-qGlEQjxtYE h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-qGlEQjxtYE .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qGlEQjxtYE .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-qGlERyE1Qs .google-map {
  height: 25rem;
  position: relative;
}
.cid-qGlERyE1Qs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qGlERyE1Qs .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qGlERyE1Qs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qGlERyE1Qs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qGlESFyccG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qGlESFyccG .google-map {
  height: 25rem;
  position: relative;
}
.cid-qGlESFyccG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qGlESFyccG .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qGlESFyccG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qGlESFyccG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qGlESTNeee {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qGlESTNeee [class^="socicon-"]:before,
.cid-qGlESTNeee [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qGlESTNeee .btn-social {
  border-color: #149dcc;
}
.cid-qGlESTNeee .btn-social:hover {
  background: #149dcc;
}
.cid-qGlESTNeee .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qGlESTNeee .btn {
    font-size: 20px !important;
  }
}
.cid-qGlETygb0r {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #7fdbfd, #6670a9);
}
.cid-qGlETygb0r .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-qGlETygb0r .social-list a:focus {
  text-decoration: none;
}
.cid-qGlEUGYS1h {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qGlEUGYS1h .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qGlEUGYS1h .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qGlEUGYS1h .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qGlEUGYS1h .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qGlEUGYS1h .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qGlEUGYS1h .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qGlEUGYS1h .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qGlEUGYS1h .btn-social {
  border: none !important;
}
.cid-qGlEUGYS1h [class^="socicon-"]:before,
.cid-qGlEUGYS1h [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qGlEUGYS1h .btn {
    font-size: 20px !important;
  }
}
.cid-qGlEVKbpZ8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qGlEVKbpZ8 .mbr-section-subtitle {
  color: #767676;
}
.cid-qGlEVKbpZ8 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qGlEVKbpZ8 .mbr-text {
  color: #767676;
}
.cid-qGlEVKbpZ8 .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-qGlEVKbpZ8 .mbr-author-name {
  color: #767676;
}
.cid-qGlEVKbpZ8 .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-qGlEVKbpZ8 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-qGlEVKbpZ8 .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qGlEVKbpZ8 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qGlEVKbpZ8 .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-qGlEVKbpZ8 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qGlEWkm2K3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-qGlEWkm2K3 .testimonials-container {
  margin: 0 auto;
}
.cid-qGlEWkm2K3 .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qGlEWkm2K3 .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-qGlEWkm2K3 .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qGlEWkm2K3 .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qGlEWkm2K3 .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qGlEWkm2K3 .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qGlEWkm2K3 .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qGlEWkm2K3 .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qGlEX8a4gd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/jumbotron2.jpg");
}
.cid-qGlEX8a4gd .media-container-column {
  align-items: center;
}
.cid-qGlEX8a4gd .mbr-author-desc {
  display: block;
}
.cid-qGlEX8a4gd .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
}
.cid-qGlEX8a4gd .mbr-testimonial .panel-item {
  background-color: #efefef;
  background: linear-gradient(#efefef, transparent);
}
.cid-qGlEX8a4gd .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-qGlEX8a4gd .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qGlEX8a4gd .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qGlEX8a4gd .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-qGlEX8a4gd .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-qGlEX8a4gd .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qGlEXxRNdj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-qGlEXxRNdj .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-qGlEXxRNdj .mbr-author-name {
  font-weight: bold;
}
.cid-qGlEXxRNdj .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qGlEXVPrBW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f6;
}
.cid-qGlEXVPrBW .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-qGlEXVPrBW .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-qGlEXVPrBW .mbr-author-desc {
  color: #232;
}
.cid-qGlEYdbpBZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGlEYdbpBZ .carousel-item {
  justify-content: center;
}
.cid-qGlEYdbpBZ .carousel-item.active,
.cid-qGlEYdbpBZ .carousel-item-next,
.cid-qGlEYdbpBZ .carousel-item-prev {
  display: flex;
}
.cid-qGlEYdbpBZ .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-qGlEYdbpBZ .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-qGlEYdbpBZ .carousel-controls a:hover span {
  opacity: 1;
}
.cid-qGlEYdbpBZ .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-qGlEYdbpBZ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-qGlEYdbpBZ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-qGlEYJsCLa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #55b4d4;
  background: linear-gradient(#55b4d4, #efefef);
}
.cid-qGlEYJsCLa .carousel-control {
  background: #000;
}
.cid-qGlEYJsCLa .mbr-section-subtitle {
  color: #767676;
}
.cid-qGlEYJsCLa .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGlEYJsCLa .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qGlEYJsCLa .carousel-item .wrap-img {
  text-align: center;
}
.cid-qGlEYJsCLa .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-qGlEYJsCLa .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qGlEYJsCLa .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-qGlEYJsCLa .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-qGlEYJsCLa .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-qGlEYJsCLa .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-qGlEYJsCLa .cloneditem-1,
.cid-qGlEYJsCLa .cloneditem-2,
.cid-qGlEYJsCLa .cloneditem-3,
.cid-qGlEYJsCLa .cloneditem-4,
.cid-qGlEYJsCLa .cloneditem-5 {
  display: none;
}
.cid-qGlEYJsCLa .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-qGlEYJsCLa .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-qGlEYJsCLa .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-qGlEYJsCLa .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-qGlEYJsCLa .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-qGlEYJsCLa .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-qGlEYJsCLa .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-qGlEYJsCLa .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGlEYJsCLa .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGlEYJsCLa .carousel-inner.slides2 .cloneditem-1,
  .cid-qGlEYJsCLa .carousel-inner.slides2 .cloneditem-2,
  .cid-qGlEYJsCLa .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-qGlEYJsCLa .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-qGlEYJsCLa .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-qGlEYJsCLa .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-qGlEYJsCLa .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-qGlEYJsCLa .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-qGlEYJsCLa .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGlEYJsCLa .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGlEYJsCLa .carousel-inner.slides3 .cloneditem-1,
  .cid-qGlEYJsCLa .carousel-inner.slides3 .cloneditem-2,
  .cid-qGlEYJsCLa .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-qGlEYJsCLa .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-qGlEYJsCLa .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-qGlEYJsCLa .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-qGlEYJsCLa .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-qGlEYJsCLa .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-qGlEYJsCLa .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGlEYJsCLa .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGlEYJsCLa .carousel-inner.slides4 .cloneditem-1,
  .cid-qGlEYJsCLa .carousel-inner.slides4 .cloneditem-2,
  .cid-qGlEYJsCLa .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-qGlEYJsCLa .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-qGlEYJsCLa .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-qGlEYJsCLa .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-qGlEYJsCLa .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-qGlEYJsCLa .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-qGlEYJsCLa .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGlEYJsCLa .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGlEYJsCLa .carousel-inner.slides5 .cloneditem-1,
  .cid-qGlEYJsCLa .carousel-inner.slides5 .cloneditem-2,
  .cid-qGlEYJsCLa .carousel-inner.slides5 .cloneditem-3,
  .cid-qGlEYJsCLa .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-qGlEYJsCLa .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-qGlEYJsCLa .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-qGlEYJsCLa .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-qGlEYJsCLa .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-qGlEYJsCLa .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-qGlEYJsCLa .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-qGlEYJsCLa .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-qGlEYJsCLa .carousel-inner.slides6 .cloneditem-1,
  .cid-qGlEYJsCLa .carousel-inner.slides6 .cloneditem-2,
  .cid-qGlEYJsCLa .carousel-inner.slides6 .cloneditem-3,
  .cid-qGlEYJsCLa .carousel-inner.slides6 .cloneditem-4,
  .cid-qGlEYJsCLa .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-qGlEZmhFFY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGlEZmhFFY .mbr-section-subtitle {
  color: #767676;
}
.cid-qGlEZmhFFY .container-table {
  margin: 0 auto;
}
.cid-qGlEZmhFFY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qGlEZmhFFY .dataTables_wrapper {
  display: block;
}
.cid-qGlEZmhFFY .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qGlEZmhFFY .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qGlEZmhFFY table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qGlEZmhFFY table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qGlEZmhFFY table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qGlEZmhFFY table td {
  border-top: 1px solid #cccccc;
}
.cid-qGlEZmhFFY table.table {
  background: #ffffff;
}
.cid-qGlEZmhFFY .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qGlEZmhFFY .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qGlEZmhFFY .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qGlEZmhFFY .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-qGlEZmhFFY .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qGlEZmhFFY .dataTables_filter {
    text-align: center;
  }
  .cid-qGlEZmhFFY .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qGlF00fUtf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qGlF00fUtf .content {
    text-align: center;
  }
  .cid-qGlF00fUtf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGlF00fUtf .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGlF00fUtf .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGlF00fUtf .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGlF00fUtf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGlF00fUtf .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGlF00fUtf .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-qGlF00fUtf .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGlF00fUtf .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGlF00fUtf .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGlF00fUtf .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGlF00fUtf .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGlF0wJU4A {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qGlF0wJU4A .content {
    text-align: center;
  }
  .cid-qGlF0wJU4A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qGlF0wJU4A .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-qGlF0wJU4A .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGlF0wJU4A .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGlF0wJU4A .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-qGlF0wJU4A .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGlF0wJU4A .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGlF0wJU4A .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGlF0wJU4A .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGlF0wJU4A .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGlF0wJU4A .google-map {
  height: 25rem;
  position: relative;
}
.cid-qGlF0wJU4A .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qGlF0wJU4A .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qGlF0wJU4A .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qGlF0wJU4A .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qGlF1xdjtE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGlF1xdjtE .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qGlF1xdjtE .content {
    text-align: center;
  }
  .cid-qGlF1xdjtE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qGlF1xdjtE .input-group {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.cid-qGlF1xdjtE .input-group-btn {
  display: inline-block;
}
.cid-qGlF1xdjtE .input-group-btn a.btn {
  margin: 0 !important;
  color: #fff;
}
.cid-qGlF1xdjtE .img-logo img {
  height: 6rem;
}
.cid-qGlF1xdjtE [type="email"] {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-qGlF1xdjtE [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  text-align: center;
}
.cid-qGlF1xdjtE .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qGlF1xdjtE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGlF1xdjtE .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qGlF1xdjtE .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-qGlF1xdjtE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qGlF1xdjtE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGlF1xdjtE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGlF1xdjtE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGlF1xdjtE .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGlF1xdjtE form .input-group input.form-control,
.cid-qGlF1xdjtE form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qGlF1xdjtE .form-inline {
  justify-content: center;
}
.cid-qGlF1xdjtE .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qGlF1xdjtE .foot-logo {
    text-align: center !important;
  }
  .cid-qGlF1xdjtE .foot-title {
    text-align: center !important;
  }
  .cid-qGlF1xdjtE .mbr-text {
    text-align: center !important;
  }
}
.cid-qGlF1VPrnS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qGlF1VPrnS .content {
    text-align: center;
  }
  .cid-qGlF1VPrnS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qGlF1VPrnS .img-logo img {
  height: 6rem;
}
.cid-qGlF1VPrnS [type="email"] {
  font-size: .75rem;
  margin-bottom: 5px;
  text-align: center;
  min-width: 150px;
}
.cid-qGlF1VPrnS .input-group-btn {
  display: inline-block;
}
.cid-qGlF1VPrnS .input-group-btn a.btn {
  margin: 0 !important;
}
.cid-qGlF1VPrnS .input-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-qGlF1VPrnS [type="submit"] {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
}
.cid-qGlF1VPrnS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-qGlF1VPrnS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGlF1VPrnS .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGlF1VPrnS .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGlF1VPrnS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGlF1VPrnS .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-qGlF1VPrnS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGlF1VPrnS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGlF1VPrnS form .input-group input.form-control,
.cid-qGlF1VPrnS form .input-group-btn .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cid-qGlF1VPrnS .form-inline {
  justify-content: center;
}
.cid-qGlF1VPrnS .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-qGlF1VPrnS .foot-logo {
    text-align: center !important;
  }
  .cid-qGlF1VPrnS .foot-title {
    text-align: center !important;
  }
  .cid-qGlF1VPrnS .mbr-text {
    text-align: center !important;
  }
}
.cid-qGlF2Q7x9I {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qGlF2Q7x9I .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGlF2Q7x9I .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-qGlF2Q7x9I .media-wrap img {
  height: 6rem;
}
.cid-qGlF2Q7x9I .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qGlF2Q7x9I .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGlF2Q7x9I .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-qGlF2Q7x9I .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-qGlF2Q7x9I .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-qGlF2Q7x9I .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGlF2Q7x9I .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGlF2Q7x9I .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGlF2Q7x9I .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGlF53OOMR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qGlF53OOMR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-qGlF53OOMR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-qGlF53OOMR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qGlF53OOMR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qGlF53OOMR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qGlF53OOMR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qGlF53OOMR .media-container-row .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-qGlF53OOMR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qGlF53OOMR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGlF53OOMR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGlF53OOMR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGlF53OOMR .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGlF53OOMR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-qGlF53OOMR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qGlF5xinpJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-qGlgskC4G6 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qGlgskC4G6 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qGlgskC4G6 a {
  font-style: normal;
}
.cid-qGlgskC4G6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qGlgskC4G6 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGlgskC4G6 .nav-item:focus,
.cid-qGlgskC4G6 .nav-link:focus {
  outline: none;
}
.cid-qGlgskC4G6 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGlgskC4G6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGlgskC4G6 .menu-logo {
  margin-right: auto;
}
.cid-qGlgskC4G6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGlgskC4G6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGlgskC4G6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGlgskC4G6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGlgskC4G6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGlgskC4G6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGlgskC4G6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGlgskC4G6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGlgskC4G6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGlgskC4G6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGlgskC4G6 .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGlgskC4G6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGlgskC4G6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGlgskC4G6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGlgskC4G6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGlgskC4G6 .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-qGlgskC4G6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGlgskC4G6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGlgskC4G6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGlgskC4G6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGlgskC4G6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGlgskC4G6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGlgskC4G6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGlgskC4G6 button.navbar-toggler:focus {
  outline: none;
}
.cid-qGlgskC4G6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qGlgskC4G6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGlgskC4G6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGlgskC4G6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGlgskC4G6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGlgskC4G6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGlgskC4G6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGlgskC4G6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGlgskC4G6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGlgskC4G6 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qGlgskC4G6 .collapsed .btn {
  display: flex;
}
.cid-qGlgskC4G6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGlgskC4G6 .collapsed .navbar-collapse.collapsing,
.cid-qGlgskC4G6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGlgskC4G6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGlgskC4G6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGlgskC4G6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGlgskC4G6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGlgskC4G6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGlgskC4G6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGlgskC4G6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGlgskC4G6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGlgskC4G6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGlgskC4G6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qGlgskC4G6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGlgskC4G6 .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-qGlgskC4G6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGlgskC4G6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGlgskC4G6 .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-qGlgskC4G6 .navbar-expand {
    flex-direction: column;
  }
  .cid-qGlgskC4G6 img {
    height: 3.8rem !important;
  }
  .cid-qGlgskC4G6 .btn {
    display: flex;
  }
  .cid-qGlgskC4G6 button.navbar-toggler {
    display: block;
  }
  .cid-qGlgskC4G6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qGlgskC4G6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGlgskC4G6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGlgskC4G6 .navbar-collapse.collapsing,
  .cid-qGlgskC4G6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGlgskC4G6 .navbar-collapse.collapsing .navbar-nav,
  .cid-qGlgskC4G6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGlgskC4G6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGlgskC4G6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGlgskC4G6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGlgskC4G6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGlgskC4G6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGlgskC4G6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGlgskC4G6 .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-qGlgskC4G6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGlgskC4G6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGlgskC4G6 .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-qGlgskC4G6 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qGlgskC4G6 .navbar-collapse {
  flex-basis: auto;
}
.cid-qGlgskC4G6 .nav-link:hover,
.cid-qGlgskC4G6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
