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





body {
  font-family: 'Open Sans';
  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: 'Open Sans', sans-serif;
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
}
/* ---- 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: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  position: relative;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: normal;
  margin: .4rem .8rem;
  white-space: normal;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s,.3s,.3s,2s;
  transition-timing-function: ease-in-out;
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 100%;
  height: 100%;
  transition: border-radius 0.3s;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 0%;
  top: 0%;
  opacity: 1;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.note-popover .btn:after {
  display: none;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.btn-sm {
  border: 1px solid;
  font-weight: 500;
  letter-spacing: 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: 0.5rem 1rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: normal;
  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: 0.719rem 1.5rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: normal;
  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: 0.875rem 1.875rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f4bc55 !important;
}
.bg-success {
  background-color: #4ab6c9 !important;
}
.bg-info {
  background-color: #b1ea55 !important;
}
.bg-warning {
  background-color: #f4bc55 !important;
}
.bg-danger {
  background-color: #b2ccd2 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f4bc55 !important;
  border-color: #f4bc55 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #ed9f0f !important;
  border-color: #ed9f0f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ed9f0f !important;
  border-color: #ed9f0f !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ca4336 !important;
  border-color: #ca4336 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #8e2f25 !important;
  border-color: #8e2f25 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8e2f25 !important;
  border-color: #8e2f25 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #b1ea55 !important;
  border-color: #b1ea55 !important;
  color: #263907 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #263907 !important;
  background-color: #8fd81b !important;
  border-color: #8fd81b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #263907 !important;
  background-color: #8fd81b !important;
  border-color: #8fd81b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #4ab6c9 !important;
  border-color: #4ab6c9 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #2e8999 !important;
  border-color: #2e8999 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2e8999 !important;
  border-color: #2e8999 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f4bc55 !important;
  border-color: #f4bc55 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #ed9f0f !important;
  border-color: #ed9f0f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ed9f0f !important;
  border-color: #ed9f0f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #d58f0e;
  color: #d58f0e !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #f4bc55;
  border-color: #f4bc55;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f4bc55 !important;
  border-color: #f4bc55 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #7a2820;
  color: #7a2820 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #ca4336;
  border-color: #ca4336;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ca4336 !important;
  border-color: #ca4336 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #80c118;
  color: #80c118 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #263907 !important;
  background-color: #b1ea55;
  border-color: #b1ea55;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #263907 !important;
  background-color: #b1ea55 !important;
  border-color: #b1ea55 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #287785;
  color: #287785 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #4ab6c9;
  border-color: #4ab6c9;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4ab6c9 !important;
  border-color: #4ab6c9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #d58f0e;
  color: #d58f0e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #f4bc55;
  border-color: #f4bc55;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f4bc55 !important;
  border-color: #f4bc55 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f4bc55 !important;
}
.text-secondary {
  color: #ca4336 !important;
}
.text-success {
  color: #4ab6c9 !important;
}
.text-info {
  color: #b1ea55 !important;
}
.text-warning {
  color: #f4bc55 !important;
}
.text-danger {
  color: #b2ccd2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d58f0e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7a2820 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #287785 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #80c118 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d58f0e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #72a1ac !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: #4ab6c9;
}
.alert-info {
  background-color: #b1ea55;
}
.alert-warning {
  background-color: #f4bc55;
}
.alert-danger {
  background-color: #b2ccd2;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s,.3s,.3s,.8s;
  transition-timing-function: ease-in-out;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f4bc55;
  border-color: #f4bc55;
  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: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e7f5f8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control,
.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: #f4bc55;
  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 2rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.special-form {
  border-radius: 100px !important;
}

.cid-qYztYffVi1 .mbr-white .social li a .social-icon{
  width: 60px !important;
  height: auto;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #f4bc55;
  color: #232323;
  cursor: pointer;
  border-radius: 100px;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #f4bc55;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.input-group-btn a.btn {
  border-radius: 100px !important;
}
/* Footer */
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-qYzqUKzPCm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .nav-item,
.cid-qYzqUKzPCm .nav-link,
.cid-qYzqUKzPCm .navbar-caption {
  font-weight: normal;
}
.cid-qYzqUKzPCm .nav-item:focus,
.cid-qYzqUKzPCm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qYzqUKzPCm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qYzqUKzPCm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qYzqUKzPCm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qYzqUKzPCm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qYzqUKzPCm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qYzqUKzPCm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qYzqUKzPCm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qYzqUKzPCm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qYzqUKzPCm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qYzqUKzPCm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qYzqUKzPCm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qYzqUKzPCm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qYzqUKzPCm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qYzqUKzPCm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qYzqUKzPCm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qYzqUKzPCm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qYzqUKzPCm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qYzqUKzPCm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qYzqUKzPCm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qYzqUKzPCm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qYzqUKzPCm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qYzqUKzPCm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qYzqUKzPCm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qYzqUKzPCm .dropdown-item.active,
.cid-qYzqUKzPCm .dropdown-item:active {
  background-color: transparent;
}
.cid-qYzqUKzPCm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qYzqUKzPCm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qYzqUKzPCm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qYzqUKzPCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qYzqUKzPCm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qYzqUKzPCm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qYzqUKzPCm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qYzqUKzPCm .navbar-buttons {
  text-align: center;
}
.cid-qYzqUKzPCm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYzqUKzPCm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qYzqUKzPCm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qYzqUKzPCm .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-qYzqUKzPCm .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYzqUKzPCm .soc-item {
  margin: .5rem .3rem;
}
.cid-qYzqUKzPCm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qYzqUKzPCm .navbar {
    height: 77px;
  }
  .cid-qYzqUKzPCm .navbar.opened {
    height: auto;
  }
  .cid-qYzqUKzPCm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qYzrQtJOxI {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYzrQtJOxI .content-slider {
  display: flex;
  justify-content: center;
  padding: 0;
}
.cid-qYzrQtJOxI .modal-body .close {
  background: #1b1b1b;
}
.cid-qYzrQtJOxI .modal-body .close span {
  font-style: normal;
}
.cid-qYzrQtJOxI .carousel-inner > .active,
.cid-qYzrQtJOxI .carousel-inner > .next,
.cid-qYzrQtJOxI .carousel-inner > .prev {
  display: flex;
}
.cid-qYzrQtJOxI .carousel-control .icon-next,
.cid-qYzrQtJOxI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qYzrQtJOxI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qYzrQtJOxI .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qYzrQtJOxI .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qYzrQtJOxI .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qYzrQtJOxI .boxed-slider > div {
  position: relative;
}
.cid-qYzrQtJOxI .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkitobject-position: center;
}
.cid-qYzrQtJOxI .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-qYzrQtJOxI .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qYzrQtJOxI .mbr-table-cell {
  padding: 0;
}
.cid-qYzrQtJOxI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qYzrQtJOxI .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qYzrQtJOxI .mbr-overlay {
  z-index: 1;
}
.cid-qYzrQtJOxI .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-qYzrQtJOxI .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-qYzrQtJOxI .carousel-item .container {
    width: 100%;
  }
}
.cid-qYzrQtJOxI .carousel-item-next.carousel-item-left,
.cid-qYzrQtJOxI .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qYzrQtJOxI .active.carousel-item-right,
.cid-qYzrQtJOxI .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qYzrQtJOxI .active.carousel-item-left,
.cid-qYzrQtJOxI .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qYzrQtJOxI .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qYzrQtJOxI .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qYzrQtJOxI .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qYzrQtJOxI .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-qYzrQtJOxI .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qYzrQtJOxI .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qYzrQtJOxI .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qYzrQtJOxI .mbr-slider .carousel-indicators li.active,
.cid-qYzrQtJOxI .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qYzrQtJOxI .mbr-slider .carousel-indicators li::after,
.cid-qYzrQtJOxI .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qYzrQtJOxI .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qYzrQtJOxI .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qYzrQtJOxI .mbr-slider > .container img {
  width: 100%;
}
.cid-qYzrQtJOxI .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-qYzrQtJOxI .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qYzrQtJOxI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qYzrQtJOxI .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qYzrQtJOxI .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qYzrQtJOxI .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-qYzrQtJOxI .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qYzrQtJOxI .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qYzrQtJOxI .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qYzrQtJOxI .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qYzrQtJOxI .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qYzrQtJOxI .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qYzrQtJOxI .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qYzrQtJOxI .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qYzrQtJOxI .carousel-inner {
  height: 100%;
}
.cid-qYzrQtJOxI .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qYzrQtJOxI .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 700px;
  overflow: hidden;
}
.cid-qYzrQtJOxI .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-qYzrQtJOxI .content-slider-wrap {
  width: 100%;
}
.cid-qYzrQtJOxI P {
  color: #ffffff;
}
.cid-qYzrQtJOxI H2 {
  color: #ffffff;
}
.cid-qYzvwCVg1j {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qYzvwCVg1j .mbr-text,
.cid-qYzvwCVg1j .mbr-section-subtitle {
  color: #767676;
}
.cid-qYzvwCVg1j .card-title {
  color: #66458e;
}
.cid-qYzvwCVg1j .card .card-img span {
  color: #4ab6c9;
  font-size: 60px;
  background: linear-gradient(45deg, #044eaf, #8d02a8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-qYzvwCVg1j .mbr-section-subtitle,
  .cid-qYzvwCVg1j .mbr-section-title {
    text-align: center !important;
  }
}
.cid-qYzvwCVg1j .card-title,
.cid-qYzvwCVg1j .card-img {
  color: #232323;
}
.cid-qYzvqBu52O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYzvqBu52O .main {
  flex-direction: row-reverse;
}
.cid-qYzvqBu52O .row-element,
.cid-qYzvqBu52O .image-element {
  padding: 0;
}
.cid-qYzvqBu52O .image-element {
  display: flex;
  justify-content: center;
}
.cid-qYzvqBu52O .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qYzvqBu52O .text-content {
  padding: 3rem;
}
.cid-qYzvqBu52O .mbr-section-subtitle {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-qYzvqBu52O .text-content {
    padding: 2rem 1rem;
  }
  .cid-qYzvqBu52O .mbr-title,
  .cid-qYzvqBu52O .underline,
  .cid-qYzvqBu52O .mbr-text,
  .cid-qYzvqBu52O .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-qYzwUeQHkN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYzwUeQHkN .mbr-section-subtitle {
  color: #767676;
}
.cid-qYzwUeQHkN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qYzwUeQHkN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qYzwUeQHkN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qYzwUeQHkN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qYzwUeQHkN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #59585d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qYzwUeQHkN .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-qYzwUeQHkN .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qYzwUeQHkN .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-qYzwUeQHkN .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qYzwUeQHkN .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-qYzwUeQHkN ul {
  font-size: 0;
}
.cid-qYzwUeQHkN .mbr-gallery-filter ul {
  text-align: left;
}
.cid-qYzwUeQHkN .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-qYzwUeQHkN .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-qYzwUeQHkN .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-qYzwUeQHkN .mbr-gallery-filter ul li:first-child,
.cid-qYzwUeQHkN .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-qYzwUeQHkN .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-qYzwUeQHkN .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-qYzwUeQHkN .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-qYzwUeQHkN .btn.active:after {
  animation: none;
}
.cid-qYzwUeQHkN .btn:active {
  box-shadow: none !important;
}
.cid-qYzwUeQHkN .btn:hover {
  background: transparent !important;
}
.cid-qYzwUeQHkN .btn:hover:before {
  background: transparent !important;
}
.cid-qYzwUeQHkN .btn:before {
  background-color: transparent !important;
}
.cid-qYzwUeQHkN .btn:focus {
  box-shadow: none !important;
}
.cid-qYztYffVi1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4ab6c9;
}
@media (max-width: 767px) {
  .cid-qYztYffVi1 .content {
    text-align: center;
  }
  .cid-qYztYffVi1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qYztYffVi1 .img-logo img {
  height: 6rem;
}
.cid-qYztYffVi1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-qYztYffVi1 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-qYztYffVi1 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYztYffVi1 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-qYztYffVi1 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qYztYffVi1 .social-list a:hover {
  opacity: 1;
}
.cid-qYztYffVi1 .form-group {
  width: 100%;
}
.cid-qYztYffVi1 .form-group input {
  width: 100%;
}
.cid-qYztYffVi1 .form-group input:focus {
  outline: none;
}
.cid-qYztYffVi1 .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-qYztYffVi1 .form-control:focus {
  outline: none;
}
.cid-qYztYffVi1 input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 input::-moz-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 .list {
  list-style-type: none;
  padding: 0;
}
.cid-qYztYffVi1 .list li {
  padding-bottom: .5rem;
}
.cid-qYztYffVi1 .list li:last-child {
  padding-bottom: 0;
}
.cid-qYztYffVi1 .mbr-footer-list,
.cid-qYztYffVi1 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qYztYffVi1 .mbr-footer-list,
  .cid-qYztYffVi1 .form-text,
  .cid-qYztYffVi1 .footer-title,
  .cid-qYztYffVi1 .footer-main-title,
  .cid-qYztYffVi1 .form-text,
  .cid-qYztYffVi1 .list {
    text-align: center !important;
  }
  .cid-qYztYffVi1 .form-inline,
  .cid-qYztYffVi1 .social-list {
    justify-content: center !important;
  }
}
.cid-qYztYffVi1 .mbr-footer-list UL {
  text-align: left;
  color: #ffffff;
}
.cid-qYztYffVi1 .form-text {
  color: #ffffff;
}
.cid-qYztYI6LRL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qYztYI6LRL .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qYztYI6LRL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qYztYI6LRL .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qYztYI6LRL .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qYztYI6LRL .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qYztYI6LRL .icon-transition span:hover {
  background-color: #e96188;
}
.cid-qYztYI6LRL .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-qYztYI6LRL .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qYztYI6LRL .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qYztYI6LRL .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qYzqUKzPCm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .nav-item,
.cid-qYzqUKzPCm .nav-link,
.cid-qYzqUKzPCm .navbar-caption {
  font-weight: normal;
}
.cid-qYzqUKzPCm .nav-item:focus,
.cid-qYzqUKzPCm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qYzqUKzPCm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qYzqUKzPCm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qYzqUKzPCm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qYzqUKzPCm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qYzqUKzPCm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qYzqUKzPCm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qYzqUKzPCm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qYzqUKzPCm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qYzqUKzPCm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qYzqUKzPCm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qYzqUKzPCm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qYzqUKzPCm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qYzqUKzPCm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qYzqUKzPCm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qYzqUKzPCm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qYzqUKzPCm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qYzqUKzPCm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qYzqUKzPCm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qYzqUKzPCm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qYzqUKzPCm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qYzqUKzPCm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qYzqUKzPCm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qYzqUKzPCm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qYzqUKzPCm .dropdown-item.active,
.cid-qYzqUKzPCm .dropdown-item:active {
  background-color: transparent;
}
.cid-qYzqUKzPCm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qYzqUKzPCm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qYzqUKzPCm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qYzqUKzPCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qYzqUKzPCm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qYzqUKzPCm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qYzqUKzPCm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qYzqUKzPCm .navbar-buttons {
  text-align: center;
}
.cid-qYzqUKzPCm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYzqUKzPCm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qYzqUKzPCm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qYzqUKzPCm .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-qYzqUKzPCm .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYzqUKzPCm .soc-item {
  margin: .5rem .3rem;
}
.cid-qYzqUKzPCm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qYzqUKzPCm .navbar {
    height: 77px;
  }
  .cid-qYzqUKzPCm .navbar.opened {
    height: auto;
  }
  .cid-qYzqUKzPCm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qYFaJ5NPpv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4ab6c9;
}
.cid-qYFaJ5NPpv .mbr-section-subtitle {
  color: #767676;
}
.cid-qYFaJ5NPpv .mbr-section-title {
  color: #ffffff;
}
.cid-qYFaH9AD4X {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #1c66c5;
  background: linear-gradient(45deg, #044eaf, #8d02a8);
}
.cid-qYFaH9AD4X .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qYFaH9AD4X .mbr-section-btn,
  .cid-qYFaH9AD4X .mbr-section-subtitle,
  .cid-qYFaH9AD4X .mbr-section-title {
    text-align: center !important;
  }
}
.cid-qYFkYTVfOW {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qYFkYTVfOW .row-element,
.cid-qYFkYTVfOW .image-element {
  padding: 0;
}
.cid-qYFkYTVfOW .image-element {
  display: flex;
  justify-content: center;
}
.cid-qYFkYTVfOW .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qYFkYTVfOW .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-qYFkYTVfOW .text-content {
    padding: 2rem 1rem;
  }
  .cid-qYFkYTVfOW .mbr-title,
  .cid-qYFkYTVfOW .mbr-text,
  .cid-qYFkYTVfOW .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-qYFkYTVfOW .mbr-text,
.cid-qYFkYTVfOW .mbr-section-btn {
  color: #767676;
}
.cid-qYFkYTVfOW .mbr-title {
  color: #1c66c5;
}
.cid-qYFaDk4mtO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qYztYffVi1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4ab6c9;
}
@media (max-width: 767px) {
  .cid-qYztYffVi1 .content {
    text-align: center;
  }
  .cid-qYztYffVi1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qYztYffVi1 .img-logo img {
  height: 6rem;
}
.cid-qYztYffVi1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-qYztYffVi1 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-qYztYffVi1 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYztYffVi1 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-qYztYffVi1 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qYztYffVi1 .social-list a:hover {
  opacity: 1;
}
.cid-qYztYffVi1 .form-group {
  width: 100%;
}
.cid-qYztYffVi1 .form-group input {
  width: 100%;
}
.cid-qYztYffVi1 .form-group input:focus {
  outline: none;
}
.cid-qYztYffVi1 .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-qYztYffVi1 .form-control:focus {
  outline: none;
}
.cid-qYztYffVi1 input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 input::-moz-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 .list {
  list-style-type: none;
  padding: 0;
}
.cid-qYztYffVi1 .list li {
  padding-bottom: .5rem;
}
.cid-qYztYffVi1 .list li:last-child {
  padding-bottom: 0;
}
.cid-qYztYffVi1 .mbr-footer-list,
.cid-qYztYffVi1 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qYztYffVi1 .mbr-footer-list,
  .cid-qYztYffVi1 .form-text,
  .cid-qYztYffVi1 .footer-title,
  .cid-qYztYffVi1 .footer-main-title,
  .cid-qYztYffVi1 .form-text,
  .cid-qYztYffVi1 .list {
    text-align: center !important;
  }
  .cid-qYztYffVi1 .form-inline,
  .cid-qYztYffVi1 .social-list {
    justify-content: center !important;
  }
}
.cid-qYztYffVi1 .mbr-footer-list UL {
  text-align: left;
  color: #ffffff;
}
.cid-qYztYffVi1 .form-text {
  color: #ffffff;
}
.cid-qYztYI6LRL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qYztYI6LRL .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qYztYI6LRL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qYztYI6LRL .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qYztYI6LRL .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qYztYI6LRL .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qYztYI6LRL .icon-transition span:hover {
  background-color: #e96188;
}
.cid-qYztYI6LRL .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-qYztYI6LRL .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qYztYI6LRL .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qYztYI6LRL .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qYzqUKzPCm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .nav-item,
.cid-qYzqUKzPCm .nav-link,
.cid-qYzqUKzPCm .navbar-caption {
  font-weight: normal;
}
.cid-qYzqUKzPCm .nav-item:focus,
.cid-qYzqUKzPCm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qYzqUKzPCm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qYzqUKzPCm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qYzqUKzPCm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qYzqUKzPCm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qYzqUKzPCm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qYzqUKzPCm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qYzqUKzPCm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qYzqUKzPCm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qYzqUKzPCm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qYzqUKzPCm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qYzqUKzPCm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qYzqUKzPCm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qYzqUKzPCm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qYzqUKzPCm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qYzqUKzPCm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qYzqUKzPCm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qYzqUKzPCm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qYzqUKzPCm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qYzqUKzPCm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qYzqUKzPCm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qYzqUKzPCm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qYzqUKzPCm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qYzqUKzPCm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qYzqUKzPCm .dropdown-item.active,
.cid-qYzqUKzPCm .dropdown-item:active {
  background-color: transparent;
}
.cid-qYzqUKzPCm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qYzqUKzPCm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qYzqUKzPCm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qYzqUKzPCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qYzqUKzPCm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qYzqUKzPCm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qYzqUKzPCm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qYzqUKzPCm .navbar-buttons {
  text-align: center;
}
.cid-qYzqUKzPCm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYzqUKzPCm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qYzqUKzPCm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qYzqUKzPCm .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-qYzqUKzPCm .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYzqUKzPCm .soc-item {
  margin: .5rem .3rem;
}
.cid-qYzqUKzPCm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qYzqUKzPCm .navbar {
    height: 77px;
  }
  .cid-qYzqUKzPCm .navbar.opened {
    height: auto;
  }
  .cid-qYzqUKzPCm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qYFb8yaYKe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4ab6c9;
}
.cid-qYFb8yaYKe .mbr-section-subtitle {
  color: #767676;
}
.cid-qYFb8yaYKe .mbr-section-title {
  color: #ffffff;
}
.cid-qYFb9czKr8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ca4336;
  background: linear-gradient(45deg, #ca4336, #f4bc55);
}
.cid-qYFb9czKr8 .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qYFb9czKr8 .mbr-section-btn,
  .cid-qYFb9czKr8 .mbr-section-subtitle,
  .cid-qYFb9czKr8 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-qYFbeK81Pr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYFbeK81Pr .mbr-section-subtitle {
  color: #767676;
}
.cid-qYFbeK81Pr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qYFbeK81Pr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qYFbeK81Pr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qYFbeK81Pr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qYFbeK81Pr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #59585d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qYFbeK81Pr .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-qYFbeK81Pr .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qYFbeK81Pr .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-qYFbeK81Pr .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qYFbeK81Pr .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-qYFbeK81Pr ul {
  font-size: 0;
}
.cid-qYFbeK81Pr .mbr-gallery-filter ul {
  text-align: left;
}
.cid-qYFbeK81Pr .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-qYFbeK81Pr .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-qYFbeK81Pr .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-qYFbeK81Pr .mbr-gallery-filter ul li:first-child,
.cid-qYFbeK81Pr .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-qYFbeK81Pr .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-qYFbeK81Pr .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-qYFbeK81Pr .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-qYFbeK81Pr .btn.active:after {
  animation: none;
}
.cid-qYFbeK81Pr .btn:active {
  box-shadow: none !important;
}
.cid-qYFbeK81Pr .btn:hover {
  background: transparent !important;
}
.cid-qYFbeK81Pr .btn:hover:before {
  background: transparent !important;
}
.cid-qYFbeK81Pr .btn:before {
  background-color: transparent !important;
}
.cid-qYFbeK81Pr .btn:focus {
  box-shadow: none !important;
}
.cid-qYztYffVi1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4ab6c9;
}
@media (max-width: 767px) {
  .cid-qYztYffVi1 .content {
    text-align: center;
  }
  .cid-qYztYffVi1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qYztYffVi1 .img-logo img {
  height: 6rem;
}
.cid-qYztYffVi1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-qYztYffVi1 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-qYztYffVi1 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYztYffVi1 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-qYztYffVi1 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qYztYffVi1 .social-list a:hover {
  opacity: 1;
}
.cid-qYztYffVi1 .form-group {
  width: 100%;
}
.cid-qYztYffVi1 .form-group input {
  width: 100%;
}
.cid-qYztYffVi1 .form-group input:focus {
  outline: none;
}
.cid-qYztYffVi1 .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-qYztYffVi1 .form-control:focus {
  outline: none;
}
.cid-qYztYffVi1 input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 input::-moz-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 .list {
  list-style-type: none;
  padding: 0;
}
.cid-qYztYffVi1 .list li {
  padding-bottom: .5rem;
}
.cid-qYztYffVi1 .list li:last-child {
  padding-bottom: 0;
}
.cid-qYztYffVi1 .mbr-footer-list,
.cid-qYztYffVi1 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qYztYffVi1 .mbr-footer-list,
  .cid-qYztYffVi1 .form-text,
  .cid-qYztYffVi1 .footer-title,
  .cid-qYztYffVi1 .footer-main-title,
  .cid-qYztYffVi1 .form-text,
  .cid-qYztYffVi1 .list {
    text-align: center !important;
  }
  .cid-qYztYffVi1 .form-inline,
  .cid-qYztYffVi1 .social-list {
    justify-content: center !important;
  }
}
.cid-qYztYffVi1 .mbr-footer-list UL {
  text-align: left;
  color: #ffffff;
}
.cid-qYztYffVi1 .form-text {
  color: #ffffff;
}
.cid-qYztYI6LRL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qYztYI6LRL .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qYztYI6LRL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qYztYI6LRL .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qYztYI6LRL .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qYztYI6LRL .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qYztYI6LRL .icon-transition span:hover {
  background-color: #e96188;
}
.cid-qYztYI6LRL .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-qYztYI6LRL .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qYztYI6LRL .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qYztYI6LRL .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qYzqUKzPCm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .nav-item,
.cid-qYzqUKzPCm .nav-link,
.cid-qYzqUKzPCm .navbar-caption {
  font-weight: normal;
}
.cid-qYzqUKzPCm .nav-item:focus,
.cid-qYzqUKzPCm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qYzqUKzPCm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qYzqUKzPCm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qYzqUKzPCm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qYzqUKzPCm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qYzqUKzPCm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qYzqUKzPCm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qYzqUKzPCm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qYzqUKzPCm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qYzqUKzPCm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qYzqUKzPCm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qYzqUKzPCm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qYzqUKzPCm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qYzqUKzPCm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qYzqUKzPCm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qYzqUKzPCm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qYzqUKzPCm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qYzqUKzPCm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qYzqUKzPCm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qYzqUKzPCm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qYzqUKzPCm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qYzqUKzPCm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qYzqUKzPCm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qYzqUKzPCm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qYzqUKzPCm .dropdown-item.active,
.cid-qYzqUKzPCm .dropdown-item:active {
  background-color: transparent;
}
.cid-qYzqUKzPCm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qYzqUKzPCm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qYzqUKzPCm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qYzqUKzPCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qYzqUKzPCm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qYzqUKzPCm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qYzqUKzPCm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qYzqUKzPCm .navbar-buttons {
  text-align: center;
}
.cid-qYzqUKzPCm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYzqUKzPCm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qYzqUKzPCm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qYzqUKzPCm .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-qYzqUKzPCm .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYzqUKzPCm .soc-item {
  margin: .5rem .3rem;
}
.cid-qYzqUKzPCm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qYzqUKzPCm .navbar {
    height: 77px;
  }
  .cid-qYzqUKzPCm .navbar.opened {
    height: auto;
  }
  .cid-qYzqUKzPCm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qYFbB1XPIt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4ab6c9;
}
.cid-qYFbB1XPIt .mbr-section-subtitle {
  color: #767676;
}
.cid-qYFbB1XPIt .mbr-section-title {
  color: #ffffff;
}
.cid-qYFbBpa1Ts {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4bc55;
  background: linear-gradient(45deg, #f4bc55, #ca4336);
}
.cid-qYFbBpa1Ts .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qYFbBpa1Ts .mbr-section-btn,
  .cid-qYFbBpa1Ts .mbr-section-subtitle,
  .cid-qYFbBpa1Ts .mbr-section-title {
    text-align: center !important;
  }
}
.cid-qYFbFM0nFa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qYFbFM0nFa .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-qYFbFM0nFa .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-qYFbBL1hbZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qYFbBL1hbZ .mbr-section-title {
  margin-bottom: 0;
}
.cid-qYFbBL1hbZ .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-qYFbBL1hbZ .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYFbBL1hbZ .mbr-iconfont:hover {
  color: #ca4336;
}
.cid-qYFbBL1hbZ .image-wrap {
  position: relative;
}
.cid-qYFbBL1hbZ .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-qYFbBL1hbZ .mbr-section-subtitle {
  line-height: 1.5;
  color: #767676;
}
.cid-qYFbBL1hbZ .card-wrap {
  margin-bottom: 3rem;
}
.cid-qYFbBL1hbZ .card-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}
.cid-qYFbBL1hbZ .card-wrap:hover .img-overlay {
  opacity: 1;
}
.cid-qYFbBL1hbZ .social-media {
  bottom: 5%;
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-qYFbBL1hbZ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-qYFbBL1hbZ .social-media ul li {
  margin: .1rem;
  display: inline-block;
}
.cid-qYFbBL1hbZ .img-overlay {
  background: linear-gradient(transparent, #232323);
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-qYFbBL1hbZ .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
.cid-qYFbBL1hbZ .mbr-role {
  color: #ca4336;
}
.cid-qYFbBL1hbZ .mbr-text {
  color: #767676;
}
.cid-qYFySWPTKE {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qYFySWPTKE .mbr-section-title {
  margin-bottom: 0;
}
.cid-qYFySWPTKE .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-qYFySWPTKE .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYFySWPTKE .mbr-iconfont:hover {
  color: #e96188;
}
.cid-qYFySWPTKE .image-wrap {
  position: relative;
}
.cid-qYFySWPTKE .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-qYFySWPTKE .mbr-section-subtitle {
  line-height: 1.5;
  color: #767676;
}
.cid-qYFySWPTKE .card-wrap {
  margin-bottom: 3rem;
}
.cid-qYFySWPTKE .card-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}
.cid-qYFySWPTKE .card-wrap:hover .img-overlay {
  opacity: 1;
}
.cid-qYFySWPTKE .social-media {
  bottom: 5%;
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-qYFySWPTKE .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-qYFySWPTKE .social-media ul li {
  margin: .1rem;
  display: inline-block;
}
.cid-qYFySWPTKE .img-overlay {
  background: linear-gradient(transparent, #232323);
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-qYFySWPTKE .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
.cid-qYFySWPTKE .mbr-role {
  color: #ca4336;
}
.cid-qYFySWPTKE .mbr-text {
  color: #767676;
}
.cid-qYFDl0UmBt {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qYFDl0UmBt .mbr-section-title {
  margin-bottom: 0;
}
.cid-qYFDl0UmBt .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-qYFDl0UmBt .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYFDl0UmBt .mbr-iconfont:hover {
  color: #e96188;
}
.cid-qYFDl0UmBt .image-wrap {
  position: relative;
}
.cid-qYFDl0UmBt .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-qYFDl0UmBt .mbr-section-subtitle {
  line-height: 1.5;
  color: #767676;
}
.cid-qYFDl0UmBt .card-wrap {
  margin-bottom: 3rem;
}
.cid-qYFDl0UmBt .card-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}
.cid-qYFDl0UmBt .card-wrap:hover .img-overlay {
  opacity: 1;
}
.cid-qYFDl0UmBt .social-media {
  bottom: 5%;
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-qYFDl0UmBt .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-qYFDl0UmBt .social-media ul li {
  margin: .1rem;
  display: inline-block;
}
.cid-qYFDl0UmBt .img-overlay {
  background: linear-gradient(transparent, #232323);
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-qYFDl0UmBt .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
.cid-qYFDl0UmBt .mbr-role {
  color: #ca4336;
}
.cid-qYFDl0UmBt .mbr-text {
  color: #767676;
}
.cid-qYztYffVi1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4ab6c9;
}
@media (max-width: 767px) {
  .cid-qYztYffVi1 .content {
    text-align: center;
  }
  .cid-qYztYffVi1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qYztYffVi1 .img-logo img {
  height: 6rem;
}
.cid-qYztYffVi1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-qYztYffVi1 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-qYztYffVi1 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYztYffVi1 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-qYztYffVi1 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qYztYffVi1 .social-list a:hover {
  opacity: 1;
}
.cid-qYztYffVi1 .form-group {
  width: 100%;
}
.cid-qYztYffVi1 .form-group input {
  width: 100%;
}
.cid-qYztYffVi1 .form-group input:focus {
  outline: none;
}
.cid-qYztYffVi1 .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-qYztYffVi1 .form-control:focus {
  outline: none;
}
.cid-qYztYffVi1 input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 input::-moz-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 .list {
  list-style-type: none;
  padding: 0;
}
.cid-qYztYffVi1 .list li {
  padding-bottom: .5rem;
}
.cid-qYztYffVi1 .list li:last-child {
  padding-bottom: 0;
}
.cid-qYztYffVi1 .mbr-footer-list,
.cid-qYztYffVi1 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qYztYffVi1 .mbr-footer-list,
  .cid-qYztYffVi1 .form-text,
  .cid-qYztYffVi1 .footer-title,
  .cid-qYztYffVi1 .footer-main-title,
  .cid-qYztYffVi1 .form-text,
  .cid-qYztYffVi1 .list {
    text-align: center !important;
  }
  .cid-qYztYffVi1 .form-inline,
  .cid-qYztYffVi1 .social-list {
    justify-content: center !important;
  }
}
.cid-qYztYffVi1 .mbr-footer-list UL {
  text-align: left;
  color: #ffffff;
}
.cid-qYztYffVi1 .form-text {
  color: #ffffff;
}
.cid-qYztYI6LRL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qYztYI6LRL .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qYztYI6LRL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qYztYI6LRL .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qYztYI6LRL .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qYztYI6LRL .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qYztYI6LRL .icon-transition span:hover {
  background-color: #e96188;
}
.cid-qYztYI6LRL .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-qYztYI6LRL .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qYztYI6LRL .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qYztYI6LRL .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qYzqUKzPCm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .nav-item,
.cid-qYzqUKzPCm .nav-link,
.cid-qYzqUKzPCm .navbar-caption {
  font-weight: normal;
}
.cid-qYzqUKzPCm .nav-item:focus,
.cid-qYzqUKzPCm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qYzqUKzPCm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qYzqUKzPCm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qYzqUKzPCm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qYzqUKzPCm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qYzqUKzPCm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qYzqUKzPCm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qYzqUKzPCm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qYzqUKzPCm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qYzqUKzPCm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qYzqUKzPCm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qYzqUKzPCm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qYzqUKzPCm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qYzqUKzPCm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qYzqUKzPCm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qYzqUKzPCm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qYzqUKzPCm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qYzqUKzPCm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qYzqUKzPCm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qYzqUKzPCm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qYzqUKzPCm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qYzqUKzPCm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qYzqUKzPCm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qYzqUKzPCm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qYzqUKzPCm .dropdown-item.active,
.cid-qYzqUKzPCm .dropdown-item:active {
  background-color: transparent;
}
.cid-qYzqUKzPCm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qYzqUKzPCm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qYzqUKzPCm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qYzqUKzPCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qYzqUKzPCm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qYzqUKzPCm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qYzqUKzPCm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qYzqUKzPCm .navbar-buttons {
  text-align: center;
}
.cid-qYzqUKzPCm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYzqUKzPCm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qYzqUKzPCm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qYzqUKzPCm .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-qYzqUKzPCm .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYzqUKzPCm .soc-item {
  margin: .5rem .3rem;
}
.cid-qYzqUKzPCm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qYzqUKzPCm .navbar {
    height: 77px;
  }
  .cid-qYzqUKzPCm .navbar.opened {
    height: auto;
  }
  .cid-qYzqUKzPCm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qYFc0Vzsqs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4ab6c9;
}
.cid-qYFc0Vzsqs .mbr-section-subtitle {
  color: #767676;
}
.cid-qYFc0Vzsqs .mbr-section-title {
  color: #ffffff;
}
.cid-qYFc1cZO0b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ca4336;
  background: linear-gradient(45deg, #ca4336, #f4bc55);
}
.cid-qYFc1cZO0b .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qYFc1cZO0b .mbr-section-btn,
  .cid-qYFc1cZO0b .mbr-section-subtitle,
  .cid-qYFc1cZO0b .mbr-section-title {
    text-align: center !important;
  }
}
.cid-qYFc85r6PN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qYFc85r6PN .card {
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-qYFc85r6PN .card .card-wrapper {
  background: #e7e7e7;
  height: 1%;
}
.cid-qYFc85r6PN .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-qYFc85r6PN .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-qYFc85r6PN .card .card-wrapper .card-img .img-text {
  /* position: absolute; */
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #8a8a8a;
}
.cid-qYFc85r6PN .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-qYFc85r6PN .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-qYFc85r6PN .mbr-card-text {
  color: #ffffff;
  margin: 0;
}
.cid-qYFc38npMJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qYztYffVi1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4ab6c9;
}
@media (max-width: 767px) {
  .cid-qYztYffVi1 .content {
    text-align: center;
  }
  .cid-qYztYffVi1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qYztYffVi1 .img-logo img {
  height: 6rem;
}
.cid-qYztYffVi1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-qYztYffVi1 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-qYztYffVi1 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYztYffVi1 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-qYztYffVi1 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qYztYffVi1 .social-list a:hover {
  opacity: 1;
}
.cid-qYztYffVi1 .form-group {
  width: 100%;
}
.cid-qYztYffVi1 .form-group input {
  width: 100%;
}
.cid-qYztYffVi1 .form-group input:focus {
  outline: none;
}
.cid-qYztYffVi1 .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-qYztYffVi1 .form-control:focus {
  outline: none;
}
.cid-qYztYffVi1 input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 input::-moz-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 .list {
  list-style-type: none;
  padding: 0;
}
.cid-qYztYffVi1 .list li {
  padding-bottom: .5rem;
}
.cid-qYztYffVi1 .list li:last-child {
  padding-bottom: 0;
}
.cid-qYztYffVi1 .mbr-footer-list,
.cid-qYztYffVi1 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qYztYffVi1 .mbr-footer-list,
  .cid-qYztYffVi1 .form-text,
  .cid-qYztYffVi1 .footer-title,
  .cid-qYztYffVi1 .footer-main-title,
  .cid-qYztYffVi1 .form-text,
  .cid-qYztYffVi1 .list {
    text-align: center !important;
  }
  .cid-qYztYffVi1 .form-inline,
  .cid-qYztYffVi1 .social-list {
    justify-content: center !important;
  }
}
.cid-qYztYffVi1 .mbr-footer-list UL {
  text-align: left;
  color: #ffffff;
}
.cid-qYztYffVi1 .form-text {
  color: #ffffff;
}
.cid-qYztYI6LRL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qYztYI6LRL .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qYztYI6LRL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qYztYI6LRL .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qYztYI6LRL .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qYztYI6LRL .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qYztYI6LRL .icon-transition span:hover {
  background-color: #e96188;
}
.cid-qYztYI6LRL .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-qYztYI6LRL .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qYztYI6LRL .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qYztYI6LRL .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qYzqUKzPCm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .nav-item,
.cid-qYzqUKzPCm .nav-link,
.cid-qYzqUKzPCm .navbar-caption {
  font-weight: normal;
}
.cid-qYzqUKzPCm .nav-item:focus,
.cid-qYzqUKzPCm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qYzqUKzPCm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qYzqUKzPCm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qYzqUKzPCm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qYzqUKzPCm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qYzqUKzPCm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qYzqUKzPCm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qYzqUKzPCm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qYzqUKzPCm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qYzqUKzPCm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qYzqUKzPCm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qYzqUKzPCm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qYzqUKzPCm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qYzqUKzPCm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qYzqUKzPCm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qYzqUKzPCm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qYzqUKzPCm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qYzqUKzPCm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qYzqUKzPCm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qYzqUKzPCm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qYzqUKzPCm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qYzqUKzPCm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qYzqUKzPCm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qYzqUKzPCm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qYzqUKzPCm .dropdown-item.active,
.cid-qYzqUKzPCm .dropdown-item:active {
  background-color: transparent;
}
.cid-qYzqUKzPCm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qYzqUKzPCm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qYzqUKzPCm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qYzqUKzPCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qYzqUKzPCm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qYzqUKzPCm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qYzqUKzPCm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qYzqUKzPCm .navbar-buttons {
  text-align: center;
}
.cid-qYzqUKzPCm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYzqUKzPCm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qYzqUKzPCm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qYzqUKzPCm .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-qYzqUKzPCm .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYzqUKzPCm .soc-item {
  margin: .5rem .3rem;
}
.cid-qYzqUKzPCm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qYzqUKzPCm .navbar {
    height: 77px;
  }
  .cid-qYzqUKzPCm .navbar.opened {
    height: auto;
  }
  .cid-qYzqUKzPCm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qYFcEREBWT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4ab6c9;
}
.cid-qYFcEREBWT .mbr-section-subtitle {
  color: #767676;
}
.cid-qYFcEREBWT .mbr-section-title {
  color: #ffffff;
}
.cid-qYFcFrdVwi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4bc55;
  background: linear-gradient(45deg, #f4bc55, #ca4336);
}
.cid-qYFcFrdVwi .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qYFcFrdVwi .mbr-section-btn,
  .cid-qYFcFrdVwi .mbr-section-subtitle,
  .cid-qYFcFrdVwi .mbr-section-title {
    text-align: center !important;
  }
}
.cid-qYFcK7qVjz {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qYFcK7qVjz .google-map {
  height: 25rem;
  position: relative;
}
.cid-qYFcK7qVjz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qYFcK7qVjz .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-qYFcK7qVjz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qYFcK7qVjz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qYFd7X900k {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYFd7X900k .mbr-section-subtitle {
  color: #767676;
}
.cid-qYFnyYTORu {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qYFnyYTORu .mbr-text {
  color: #232323;
}
.cid-qYFnyYTORu .mbr-subtitle {
  color: #767676;
}
.cid-qYFcPaV2gO {
  padding-top: 10px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qYFcPaV2gO .form-control {
  color: #000000 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #000000;
}
.cid-qYFcPaV2gO .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-qYFcPaV2gO input::-webkit-input-placeholder {
  color: #000000;
}
.cid-qYFcPaV2gO input::-moz-placeholder {
  color: #000000;
}
.cid-qYFcPaV2gO textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-qYFcPaV2gO textarea::-moz-placeholder {
  color: #000000;
}
.cid-qYFcPaV2gO .mbr-section-subtitle {
  color: #767676;
}
.cid-qYztYffVi1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4ab6c9;
}
@media (max-width: 767px) {
  .cid-qYztYffVi1 .content {
    text-align: center;
  }
  .cid-qYztYffVi1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qYztYffVi1 .img-logo img {
  height: 6rem;
}
.cid-qYztYffVi1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-qYztYffVi1 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-qYztYffVi1 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYztYffVi1 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-qYztYffVi1 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qYztYffVi1 .social-list a:hover {
  opacity: 1;
}
.cid-qYztYffVi1 .form-group {
  width: 100%;
}
.cid-qYztYffVi1 .form-group input {
  width: 100%;
}
.cid-qYztYffVi1 .form-group input:focus {
  outline: none;
}
.cid-qYztYffVi1 .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-qYztYffVi1 .form-control:focus {
  outline: none;
}
.cid-qYztYffVi1 input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 input::-moz-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 .list {
  list-style-type: none;
  padding: 0;
}
.cid-qYztYffVi1 .list li {
  padding-bottom: .5rem;
}
.cid-qYztYffVi1 .list li:last-child {
  padding-bottom: 0;
}
.cid-qYztYffVi1 .mbr-footer-list,
.cid-qYztYffVi1 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qYztYffVi1 .mbr-footer-list,
  .cid-qYztYffVi1 .form-text,
  .cid-qYztYffVi1 .footer-title,
  .cid-qYztYffVi1 .footer-main-title,
  .cid-qYztYffVi1 .form-text,
  .cid-qYztYffVi1 .list {
    text-align: center !important;
  }
  .cid-qYztYffVi1 .form-inline,
  .cid-qYztYffVi1 .social-list {
    justify-content: center !important;
  }
}
.cid-qYztYffVi1 .mbr-footer-list UL {
  text-align: left;
  color: #ffffff;
}
.cid-qYztYffVi1 .form-text {
  color: #ffffff;
}
.cid-qYztYI6LRL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qYztYI6LRL .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qYztYI6LRL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qYztYI6LRL .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qYztYI6LRL .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qYztYI6LRL .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qYztYI6LRL .icon-transition span:hover {
  background-color: #e96188;
}
.cid-qYztYI6LRL .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-qYztYI6LRL .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qYztYI6LRL .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qYztYI6LRL .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-qYzqUKzPCm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .nav-item,
.cid-qYzqUKzPCm .nav-link,
.cid-qYzqUKzPCm .navbar-caption {
  font-weight: normal;
}
.cid-qYzqUKzPCm .nav-item:focus,
.cid-qYzqUKzPCm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-qYzqUKzPCm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qYzqUKzPCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qYzqUKzPCm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qYzqUKzPCm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qYzqUKzPCm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qYzqUKzPCm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qYzqUKzPCm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qYzqUKzPCm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qYzqUKzPCm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-qYzqUKzPCm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qYzqUKzPCm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qYzqUKzPCm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qYzqUKzPCm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qYzqUKzPCm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-qYzqUKzPCm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qYzqUKzPCm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qYzqUKzPCm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qYzqUKzPCm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qYzqUKzPCm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qYzqUKzPCm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qYzqUKzPCm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qYzqUKzPCm .navbar.navbar-short {
  background: #ececec99 !important;
  min-height: 60px;
}
.cid-qYzqUKzPCm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qYzqUKzPCm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qYzqUKzPCm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qYzqUKzPCm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qYzqUKzPCm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qYzqUKzPCm .dropdown-item.active,
.cid-qYzqUKzPCm .dropdown-item:active {
  background-color: transparent;
}
.cid-qYzqUKzPCm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qYzqUKzPCm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qYzqUKzPCm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qYzqUKzPCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ececec99;
}
.cid-qYzqUKzPCm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qYzqUKzPCm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qYzqUKzPCm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qYzqUKzPCm .navbar-buttons {
  text-align: center;
}
.cid-qYzqUKzPCm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qYzqUKzPCm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qYzqUKzPCm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYzqUKzPCm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qYzqUKzPCm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qYzqUKzPCm .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-qYzqUKzPCm .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYzqUKzPCm .soc-item {
  margin: .5rem .3rem;
}
.cid-qYzqUKzPCm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qYzqUKzPCm .navbar {
    height: 77px;
  }
  .cid-qYzqUKzPCm .navbar.opened {
    height: auto;
  }
  .cid-qYzqUKzPCm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qYFdJ4AkYj {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-qYFdJ4AkYj .card-wrapper {
  z-index: 3;
}
.cid-qYFdJ4AkYj .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-qYFdJ4AkYj:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-qYFdJ4AkYj .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-qYFdJ4AkYj .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-qYFdJ4AkYj .text-block {
  text-align: right !important;
}
.cid-qYFdRqtAEB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qYFdRqtAEB .header-text {
  display: flex;
  align-items: center;
  color: #232323;
}
.cid-qYFdRqtAEB .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qYFdRqtAEB .mbr-section-subtitle {
  color: #767676;
}
.cid-qYFdRqtAEB .panel-group {
  width: 100%;
}
.cid-qYFdRqtAEB .panel-text {
  color: #767676;
}
.cid-qYFdRqtAEB .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-qYFdRqtAEB .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qYFdRqtAEB .card .card-header a.panel-title {
  justify-content: space-between;
  transition: all .3s;
  background-color: #f6f6f6;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-qYFdRqtAEB .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-qYFdRqtAEB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qYFdRqtAEB .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-qYFdRqtAEB .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-qYFdRqtAEB .card .panel-body {
  background: #ffffff;
}
.cid-qYFdRqtAEB .sign {
  color: #232323;
}
.cid-qYFdKZr7Sn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qYFfhyWkJA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #4e84c2;
}
.cid-qYFfhyWkJA .mbr-section-subtitle {
  color: #efefef;
  font-weight: 300;
}
.cid-qYFfhyWkJA .number {
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-qYFfhyWkJA .period {
  display: block;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.cid-qYFfhyWkJA .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-qYFfhyWkJA .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qYFfhyWkJA .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-qYFfhyWkJA .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-qYFfhyWkJA .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qYFfhyWkJA .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-qYFfhyWkJA .number,
  .cid-qYFfhyWkJA .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-qYFfhyWkJA .period {
    font-size: 0.8rem;
  }
}
.cid-qYFfhyWkJA H2 {
  color: #ffffff;
}
.cid-qYztYffVi1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #212121;
}
@media (max-width: 767px) {
  .cid-qYztYffVi1 .content {
    text-align: center;
  }
  .cid-qYztYffVi1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qYztYffVi1 .img-logo img {
  height: 6rem;
}
.cid-qYztYffVi1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-qYztYffVi1 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-qYztYffVi1 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-qYztYffVi1 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-qYztYffVi1 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qYztYffVi1 .social-list a:hover {
  opacity: 1;
}
.cid-qYztYffVi1 .form-group {
  width: 100%;
}
.cid-qYztYffVi1 .form-group input {
  width: 100%;
}
.cid-qYztYffVi1 .form-group input:focus {
  outline: none;
}
.cid-qYztYffVi1 .form-control {
  min-height: auto;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-qYztYffVi1 .form-control:focus {
  outline: none;
}
.cid-qYztYffVi1 input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 input::-moz-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-qYztYffVi1 .list {
  list-style-type: none;
  padding: 0;
}
.cid-qYztYffVi1 .list li {
  padding-bottom: .5rem;
  padding-left: 1.5rem;
}
.cid-qYztYffVi1 .list li:last-child {
  padding-bottom: 0;
}
.cid-qYztYffVi1 .mbr-footer-list,
.cid-qYztYffVi1 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-qYztYffVi1 .mbr-footer-list,
  .cid-qYztYffVi1 .form-text,
  .cid-qYztYffVi1 .footer-title,
  .cid-qYztYffVi1 .footer-main-title,
  .cid-qYztYffVi1 .form-text,
  .cid-qYztYffVi1 .list {
    text-align: center !important;
  }
  .cid-qYztYffVi1 .form-inline,
  .cid-qYztYffVi1 .social-list {
    justify-content: center !important;
  }
}
.cid-qYztYffVi1 .mbr-footer-list UL {
  text-align: left;
  color: #ffffff;
}
.cid-qYztYffVi1 .form-text {
  color: #ffffff;
}
.cid-qYztYI6LRL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qYztYI6LRL .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-qYztYI6LRL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qYztYI6LRL .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qYztYI6LRL .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-qYztYI6LRL .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-qYztYI6LRL .icon-transition span:hover {
  background-color: #e96188;
}
.cid-qYztYI6LRL .mbr-text {
  color: #575757;
}
@media (max-width: 991px) {
  .cid-qYztYI6LRL .social-media {
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-qYztYI6LRL .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-qYztYI6LRL .mbr-text {
    margin-bottom: 1.5rem;
  }
}

/* TRADE SHOW POPUP */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.cid-r0eYUfb3um {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallaxbackground.png");
}
.cid-r0eYUfb3um .text-content .btn-bgr {
  z-index: 0;
}
.cid-r0eYUfb3um .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-r0eYUfb3um h3 {
  color: #ffffff;
  font-weight: 300;
}
.cid-r0eYUfb3um p {
  color: #ffffff;
}
.cid-r0eYUfb3um pBLACK {
  color: #000000;
}
.cid-r0eYUfb3um h2 {
  color: #ffffff;
}
.cid-r0eYUfb3um .text-content {
  padding: 2rem 0rem;
  background-color: #ff88535a;
}
.cid-r0eYUfb3um .text-contentWHITE {
  padding: .5rem 0rem;
  background-color: #ffffff;
}
.cid-r0eYUfb3um .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-r0eYUfb3um .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .cid-r0eYUfb3um .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-r0eYUfb3um .text-content {
    margin-bottom: 2rem;
  }
}