body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 1.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 1.8rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 1.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.02rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.02rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.02rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.02rem;
}
/* ---- 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: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.816rem;
    font-size: calc( 1.0070000000000001rem + (1.02 - 1.0070000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0070000000000001rem + (1.02 - 1.0070000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0087ab !important;
}
.bg-success {
  background-color: #344cf1 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #e9e9e9 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0087ab !important;
  border-color: #0087ab !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
  color: #6a6a6a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6a6a6a !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6a6a6a !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-white {
  color: #333333 !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-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-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #003645;
  color: #003645;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #0087ab;
  border-color: #0087ab;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0087ab !important;
  border-color: #0087ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #0a1c44;
  border-color: #0a1c44;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0c21b3;
  color: #0c21b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #344cf1;
  border-color: #344cf1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b6b6b6;
  color: #b6b6b6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6a6a6a;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6a6a6a !important;
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0087ab !important;
}
.text-secondary {
  color: #0a1c44 !important;
}
.text-success {
  color: #344cf1 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #e9e9e9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003645 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0c21b3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b6b6b6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #e9e9e9;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0087ab;
  border-color: #0087ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0087ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2bd2ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f3f4fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.02rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.02rem;
}
blockquote {
  border-color: #0087ab;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #0087ab !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0087ab;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0087ab;
  border-bottom-color: #0087ab;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0087ab !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0a1c44 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230087ab' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rOO3oW947Y {
  padding-top: 225px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rOO3oW947Y .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rOO3oW947Y img {
  width: 100%;
}
.cid-rOO3oW947Y p {
  line-height: 1.6;
}
.cid-rOO3oW947Y .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rOO3oW947Y .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rOO3oW947Y .mbr-text,
.cid-rOO3oW947Y .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-rOO3oW947Y .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rOO3oW947Y .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0087ab;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-rOO3oW947Y .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-rOO3oW947Y .mbr-section-title,
.cid-rOO3oW947Y .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rOO3oW947Y .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-rXMGntl0RQ {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-rXMGntl0RQ .container {
  max-width: 1400px;
}
.cid-rXMGntl0RQ .card-img2 span {
  padding-top: 6px;
}
.cid-rXMGntl0RQ .soc-item a {
  padding-top: 5px;
}
.cid-rXMGntl0RQ .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rXMGntl0RQ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-rXMGntl0RQ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-rXMGntl0RQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rXMGntl0RQ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rXMGntl0RQ #e2_shape {
  fill: #ffffff !important;
}
.cid-rXMGntl0RQ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rXMGntl0RQ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rXMGntl0RQ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rXMGntl0RQ .card-img {
  width: auto;
}
.cid-rXMGntl0RQ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rXMGntl0RQ .soc-item span {
  font-size: 1.4rem;
}
.cid-rXMGntl0RQ .soc-item:hover span {
  color: #0087ab !important;
}
.cid-rXMGntl0RQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rXMGntl0RQ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rXMGntl0RQ .media-wrap {
  margin-bottom: 1rem;
}
.cid-rXMGntl0RQ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rXMGntl0RQ img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rXMGntl0RQ .item {
    justify-content: center;
  }
  .cid-rXMGntl0RQ .quote::after {
    left: 60px;
  }
}
.cid-rXMGntl0RQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rXMGntl0RQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXMGntl0RQ .text1 {
  color: #ffffff;
}
.cid-rXMGntl0RQ .item-title {
  color: #ffffff;
}
.cid-rXMGntl0RQ H5 {
  color: #ffffff;
}
.cid-rXMGntl0RQ .theme {
  color: #ffffff;
}
.cid-rXMGntl0RQ .copyright > p {
  color: #ff3366;
}
.cid-rXMGntl0RQ .text2 {
  color: #ffffff;
}
.cid-rYjqHtBDJJ.popup-builder {
  background-color: #ffffff;
}
.cid-rYjqHtBDJJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYjqHtBDJJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYjqHtBDJJ .modal-content,
.cid-rYjqHtBDJJ .modal-dialog {
  height: auto;
}
.cid-rYjqHtBDJJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYjqHtBDJJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYjqHtBDJJ .form-wrapper .mbr-form .form-group,
  .cid-rYjqHtBDJJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYjqHtBDJJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYjqHtBDJJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYjqHtBDJJ .mbr-text {
  text-align: center;
}
.cid-rYjqHtBDJJ .pt-0 {
  padding-top: 0 !important;
}
.cid-rYjqHtBDJJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYjqHtBDJJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYjqHtBDJJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYjqHtBDJJ .modal-open {
  overflow: hidden;
}
.cid-rYjqHtBDJJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYjqHtBDJJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYjqHtBDJJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYjqHtBDJJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYjqHtBDJJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYjqHtBDJJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYjqHtBDJJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYjqHtBDJJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYjqHtBDJJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYjqHtBDJJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYjqHtBDJJ .modal-backdrop.show {
  opacity: .5;
}
.cid-rYjqHtBDJJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYjqHtBDJJ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYjqHtBDJJ .modal-header .close:hover {
  opacity: 1;
}
.cid-rYjqHtBDJJ .modal-header .close:focus {
  outline: none;
}
.cid-rYjqHtBDJJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYjqHtBDJJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYjqHtBDJJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYjqHtBDJJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYjqHtBDJJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYjqHtBDJJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYjqHtBDJJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYjqHtBDJJ .modal-sm {
    max-width: 300px;
  }
  .cid-rYjqHtBDJJ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYjqHtBDJJ .modal-lg,
  .cid-rYjqHtBDJJ .modal-xl {
    max-width: 800px;
  }
  .cid-rYjqHtBDJJ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYjqHtBDJJ .modal-xl {
    max-width: 1140px;
  }
  .cid-rYjqHtBDJJ .container {
    max-width: 1140px;
  }
}
.cid-rYjqHtBDJJ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYjqHtBDJJ .container {
    max-width: 720px;
  }
}
.cid-rYjqHtBDJJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYjqHtBDJJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYjqHtBDJJ .form-group {
  margin-bottom: 1rem;
}
.cid-rYjqHtBDJJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYjqHtBDJJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYjqHtBDJJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rY9BSO34xf.popup-builder {
  background-color: #ffffff;
}
.cid-rY9BSO34xf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY9BSO34xf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY9BSO34xf .modal-content,
.cid-rY9BSO34xf .modal-dialog {
  height: auto;
}
.cid-rY9BSO34xf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY9BSO34xf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY9BSO34xf .form-wrapper .mbr-form .form-group,
  .cid-rY9BSO34xf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY9BSO34xf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY9BSO34xf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY9BSO34xf .mbr-text {
  text-align: center;
}
.cid-rY9BSO34xf .pt-0 {
  padding-top: 0 !important;
}
.cid-rY9BSO34xf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY9BSO34xf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY9BSO34xf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY9BSO34xf .modal-open {
  overflow: hidden;
}
.cid-rY9BSO34xf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY9BSO34xf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY9BSO34xf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY9BSO34xf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rY9BSO34xf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY9BSO34xf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY9BSO34xf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY9BSO34xf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY9BSO34xf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY9BSO34xf .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY9BSO34xf .modal-backdrop.show {
  opacity: .5;
}
.cid-rY9BSO34xf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY9BSO34xf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY9BSO34xf .modal-header .close:hover {
  opacity: 1;
}
.cid-rY9BSO34xf .modal-header .close:focus {
  outline: none;
}
.cid-rY9BSO34xf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY9BSO34xf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY9BSO34xf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY9BSO34xf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY9BSO34xf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY9BSO34xf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY9BSO34xf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY9BSO34xf .modal-sm {
    max-width: 300px;
  }
  .cid-rY9BSO34xf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY9BSO34xf .modal-lg,
  .cid-rY9BSO34xf .modal-xl {
    max-width: 800px;
  }
  .cid-rY9BSO34xf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY9BSO34xf .modal-xl {
    max-width: 1140px;
  }
  .cid-rY9BSO34xf .container {
    max-width: 1140px;
  }
}
.cid-rY9BSO34xf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY9BSO34xf .container {
    max-width: 720px;
  }
}
.cid-rY9BSO34xf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY9BSO34xf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rY9BSO34xf .form-group {
  margin-bottom: 1rem;
}
.cid-rY9BSO34xf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY9BSO34xf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY9BSO34xf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rXQWPqYeQW .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rXQWPqYeQW .navbar-fixed-top {
  padding-top: 0;
}
.cid-rXQWPqYeQW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rXQWPqYeQW .dropdown-item {
  padding: 0;
}
.cid-rXQWPqYeQW .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rXQWPqYeQW .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rXQWPqYeQW .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rXQWPqYeQW a {
  font-style: normal;
}
.cid-rXQWPqYeQW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rXQWPqYeQW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rXQWPqYeQW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rXQWPqYeQW .content-text {
  margin-bottom: 0;
}
.cid-rXQWPqYeQW .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rXQWPqYeQW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rXQWPqYeQW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rXQWPqYeQW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .nav-dropdown .link {
  font-weight: 400;
}
.cid-rXQWPqYeQW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rXQWPqYeQW .content-right-side {
  text-align: center;
}
.cid-rXQWPqYeQW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rXQWPqYeQW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rXQWPqYeQW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rXQWPqYeQW .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rXQWPqYeQW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rXQWPqYeQW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rXQWPqYeQW .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rXQWPqYeQW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rXQWPqYeQW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rXQWPqYeQW .navbar {
    display: block;
    padding: 0;
  }
  .cid-rXQWPqYeQW .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rXQWPqYeQW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rXQWPqYeQW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rXQWPqYeQW .navbar-toggler {
    display: none;
  }
  .cid-rXQWPqYeQW .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXQWPqYeQW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rXQWPqYeQW .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rXQWPqYeQW .menu-logo {
  margin-right: auto;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rXQWPqYeQW .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rXQWPqYeQW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW button.navbar-toggler:focus {
  outline: none;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .btn {
  display: flex;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rXQWPqYeQW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rXQWPqYeQW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rXQWPqYeQW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rXQWPqYeQW .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing,
  .cid-rXQWPqYeQW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rXQWPqYeQW .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rXQWPqYeQW img {
    height: 3.8rem !important;
  }
  .cid-rXQWPqYeQW .btn {
    display: flex;
  }
  .cid-rXQWPqYeQW button.navbar-toggler {
    display: block;
  }
  .cid-rXQWPqYeQW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rXQWPqYeQW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rXQWPqYeQW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rXQWPqYeQW .nav-link:focus {
  outline: none;
}
.cid-rXQWPqYeQW .navbar-toggler {
  position: relative;
}
.cid-rXQWPqYeQW .dropdown-item.active,
.cid-rXQWPqYeQW .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rYeYc7jRjR.popup-builder {
  background-color: #ffffff;
}
.cid-rYeYc7jRjR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeYc7jRjR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeYc7jRjR .modal-content,
.cid-rYeYc7jRjR .modal-dialog {
  height: auto;
}
.cid-rYeYc7jRjR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeYc7jRjR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeYc7jRjR .form-wrapper .mbr-form .form-group,
  .cid-rYeYc7jRjR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeYc7jRjR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeYc7jRjR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeYc7jRjR .mbr-text {
  text-align: center;
}
.cid-rYeYc7jRjR .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeYc7jRjR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeYc7jRjR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeYc7jRjR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeYc7jRjR .modal-open {
  overflow: hidden;
}
.cid-rYeYc7jRjR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeYc7jRjR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeYc7jRjR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeYc7jRjR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYeYc7jRjR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeYc7jRjR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeYc7jRjR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeYc7jRjR .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeYc7jRjR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeYc7jRjR .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeYc7jRjR .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeYc7jRjR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeYc7jRjR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeYc7jRjR .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeYc7jRjR .modal-header .close:focus {
  outline: none;
}
.cid-rYeYc7jRjR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYeYc7jRjR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeYc7jRjR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeYc7jRjR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeYc7jRjR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeYc7jRjR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeYc7jRjR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeYc7jRjR .modal-sm {
    max-width: 300px;
  }
  .cid-rYeYc7jRjR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeYc7jRjR .modal-lg,
  .cid-rYeYc7jRjR .modal-xl {
    max-width: 800px;
  }
  .cid-rYeYc7jRjR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeYc7jRjR .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeYc7jRjR .container {
    max-width: 1140px;
  }
}
.cid-rYeYc7jRjR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeYc7jRjR .container {
    max-width: 720px;
  }
}
.cid-rYeYc7jRjR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeYc7jRjR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYeYc7jRjR .form-group {
  margin-bottom: 1rem;
}
.cid-rYeYc7jRjR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeYc7jRjR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeYc7jRjR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rXQWPqYeQW .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rXQWPqYeQW .navbar-fixed-top {
  padding-top: 0;
}
.cid-rXQWPqYeQW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rXQWPqYeQW .dropdown-item {
  padding: 0;
}
.cid-rXQWPqYeQW .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rXQWPqYeQW .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rXQWPqYeQW .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rXQWPqYeQW a {
  font-style: normal;
}
.cid-rXQWPqYeQW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rXQWPqYeQW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rXQWPqYeQW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rXQWPqYeQW .content-text {
  margin-bottom: 0;
}
.cid-rXQWPqYeQW .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rXQWPqYeQW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rXQWPqYeQW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rXQWPqYeQW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .nav-dropdown .link {
  font-weight: 400;
}
.cid-rXQWPqYeQW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rXQWPqYeQW .content-right-side {
  text-align: center;
}
.cid-rXQWPqYeQW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rXQWPqYeQW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rXQWPqYeQW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rXQWPqYeQW .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rXQWPqYeQW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rXQWPqYeQW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rXQWPqYeQW .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rXQWPqYeQW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rXQWPqYeQW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rXQWPqYeQW .navbar {
    display: block;
    padding: 0;
  }
  .cid-rXQWPqYeQW .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rXQWPqYeQW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rXQWPqYeQW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rXQWPqYeQW .navbar-toggler {
    display: none;
  }
  .cid-rXQWPqYeQW .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXQWPqYeQW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rXQWPqYeQW .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rXQWPqYeQW .menu-logo {
  margin-right: auto;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rXQWPqYeQW .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rXQWPqYeQW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW button.navbar-toggler:focus {
  outline: none;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .btn {
  display: flex;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rXQWPqYeQW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rXQWPqYeQW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rXQWPqYeQW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rXQWPqYeQW .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing,
  .cid-rXQWPqYeQW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rXQWPqYeQW .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rXQWPqYeQW img {
    height: 3.8rem !important;
  }
  .cid-rXQWPqYeQW .btn {
    display: flex;
  }
  .cid-rXQWPqYeQW button.navbar-toggler {
    display: block;
  }
  .cid-rXQWPqYeQW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rXQWPqYeQW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rXQWPqYeQW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rXQWPqYeQW .nav-link:focus {
  outline: none;
}
.cid-rXQWPqYeQW .navbar-toggler {
  position: relative;
}
.cid-rXQWPqYeQW .dropdown-item.active,
.cid-rXQWPqYeQW .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rXQSjMlNzY {
  background-image: url("../../../assets/images/weiterbildung-zum-piercer-fr-nagelstudios-und-frisre-piercen-lernen.de.jpeg");
}
.cid-rXQSjMlNzY .column-content {
  padding-top: 180px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-rXQSjMlNzY .text-content .btn-bgr {
  z-index: 0;
}
.cid-rXQSjMlNzY .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-rXQSjMlNzY .container-full-width {
  position: relative;
}
.cid-rXQSjMlNzY .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-rXQSjMlNzY .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-rXQSjMlNzY .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-rXQSjMlNzY .text-content {
    width: 540px;
  }
  .cid-rXQSjMlNzY .column-content {
    width: 100%;
  }
  .cid-rXQSjMlNzY .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-rXQSjMlNzY .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-rXQSjMlNzY .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-rXQSjMlNzY .column-content {
    width: 50%;
  }
  .cid-rXQSjMlNzY .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-rXQSjMlNzY .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rXQSjMlNzY .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-rXQSjMlNzY .column-content {
    height: 33rem;
  }
}
.cid-rXQSjMlNzY .mbr-text,
.cid-rXQSjMlNzY .mbr-section-btn {
  color: #767676;
}
.cid-rXQH784lvo {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rXQH784lvo img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rXQH784lvo .row {
  justify-content: center;
}
.cid-rXQH784lvo .mbr-text {
  color: #232323;
}
.cid-rXQH784lvo .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rXQH784lvo .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rXQH784lvo .date {
  margin: 0;
  color: #cccccc;
}
.cid-rXQH784lvo .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rXQH784lvo .icon-box {
    flex-direction: column;
  }
  .cid-rXQH784lvo .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rXQH784lvo img {
    margin-bottom: 2rem;
  }
}
.cid-rXQH784lvo H1 {
  color: #232323;
}
.cid-rXQH784lvo H3 {
  color: #232323;
}
.cid-rXQHIwvLvw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rXQHIwvLvw img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rXQHIwvLvw .row {
  justify-content: center;
}
.cid-rXQHIwvLvw .mbr-text {
  color: #232323;
}
.cid-rXQHIwvLvw .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rXQHIwvLvw .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rXQHIwvLvw .date {
  margin: 0;
  color: #cccccc;
}
.cid-rXQHIwvLvw .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rXQHIwvLvw .icon-box {
    flex-direction: column;
  }
  .cid-rXQHIwvLvw .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rXQHIwvLvw img {
    margin-bottom: 2rem;
  }
}
.cid-rXQHIwvLvw H1 {
  color: #232323;
}
.cid-rXQHIwvLvw H3 {
  color: #232323;
}
.cid-rXQHYVFUwA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rXQHYVFUwA img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rXQHYVFUwA .row {
  justify-content: center;
}
.cid-rXQHYVFUwA .mbr-text {
  color: #232323;
}
.cid-rXQHYVFUwA .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rXQHYVFUwA .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rXQHYVFUwA .date {
  margin: 0;
  color: #cccccc;
}
.cid-rXQHYVFUwA .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rXQHYVFUwA .icon-box {
    flex-direction: column;
  }
  .cid-rXQHYVFUwA .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rXQHYVFUwA img {
    margin-bottom: 2rem;
  }
}
.cid-rXQHYVFUwA H1 {
  color: #232323;
}
.cid-rXQHYVFUwA H3 {
  color: #232323;
}
.cid-rYx2LQMvDH {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYx2LQMvDH img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rYx2LQMvDH .row {
  justify-content: center;
}
.cid-rYx2LQMvDH .mbr-text {
  color: #232323;
}
.cid-rYx2LQMvDH .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rYx2LQMvDH .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rYx2LQMvDH .date {
  margin: 0;
  color: #cccccc;
}
.cid-rYx2LQMvDH .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rYx2LQMvDH .icon-box {
    flex-direction: column;
  }
  .cid-rYx2LQMvDH .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rYx2LQMvDH img {
    margin-bottom: 2rem;
  }
}
.cid-rYx2LQMvDH H1 {
  color: #232323;
}
.cid-rYx2LQMvDH H3 {
  color: #232323;
}
.cid-rXQIfYoqnW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rXQIfYoqnW img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rXQIfYoqnW .row {
  justify-content: center;
}
.cid-rXQIfYoqnW .mbr-text {
  color: #232323;
}
.cid-rXQIfYoqnW .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rXQIfYoqnW .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rXQIfYoqnW .date {
  margin: 0;
  color: #cccccc;
}
.cid-rXQIfYoqnW .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rXQIfYoqnW .icon-box {
    flex-direction: column;
  }
  .cid-rXQIfYoqnW .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rXQIfYoqnW img {
    margin-bottom: 2rem;
  }
}
.cid-rXQIfYoqnW H1 {
  color: #232323;
}
.cid-rXQIfYoqnW H3 {
  color: #232323;
}
.cid-rXQJ0P9EE4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rXQJ0P9EE4 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rXQJ0P9EE4 .row {
  justify-content: center;
}
.cid-rXQJ0P9EE4 .mbr-text {
  color: #232323;
}
.cid-rXQJ0P9EE4 .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rXQJ0P9EE4 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rXQJ0P9EE4 .date {
  margin: 0;
  color: #cccccc;
}
.cid-rXQJ0P9EE4 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rXQJ0P9EE4 .icon-box {
    flex-direction: column;
  }
  .cid-rXQJ0P9EE4 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rXQJ0P9EE4 img {
    margin-bottom: 2rem;
  }
}
.cid-rXQJ0P9EE4 H1 {
  color: #232323;
}
.cid-rXQJ0P9EE4 H3 {
  color: #232323;
}
.cid-rXQEOL2TsV {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rXQEOL2TsV .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-rXQEOL2TsV .mbr-section-subtitle,
.cid-rXQEOL2TsV .mbr-text,
.cid-rXQEOL2TsV .card-subtitle,
.cid-rXQEOL2TsV .card-underline {
  color: #767676;
}
.cid-rXQEOL2TsV .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-rXQEOL2TsV .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rXQEOL2TsV .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-rXQEOL2TsV .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-rXQEOL2TsV .wrapper .content-block .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-rXQEOL2TsV .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-rXQEOL2TsV .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rXQEOL2TsV .wrapper {
    padding: 1rem;
  }
  .cid-rXQEOL2TsV .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-rXQEOL2TsV .mbr-text,
.cid-rXQEOL2TsV .mbr-section-btn {
  text-align: left;
}
.cid-rXQEONUFYf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXQEONUFYf H1 {
  color: #232323;
}
.cid-rXQEONUFYf .mbr-text,
.cid-rXQEONUFYf .mbr-section-btn {
  color: #767676;
}
.cid-rXQEONUFYf .img-box {
  position: relative;
}
.cid-rXQEONUFYf .card-ico span {
  font-size: 96px;
  color: #0087ab;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rXQEONUFYf .card-ico .ico1 {
  background-color: #4249cc;
}
.cid-rXQEONUFYf .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rXQEONUFYf .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-rXQEONUFYf .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-rXQEONUFYf .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-rXQEONUFYf img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(17, 46, 112, 0.35);
}
@media (max-width: 992px) {
  .cid-rXQEONUFYf .img-box {
    height: 500px;
  }
  .cid-rXQEONUFYf .img1 {
    left: 1rem;
  }
  .cid-rXQEONUFYf .img2 {
    right: 1rem;
  }
  .cid-rXQEONUFYf img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-rXQEONUFYf img {
    width: 60%;
  }
  .cid-rXQEONUFYf .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-rXQEONUFYf .author-box {
    justify-content: center;
  }
  .cid-rXQEONUFYf .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rXQEONUFYf .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-rXQEONUFYf .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rXQEONUFYf .card-ico span {
    margin-right: 0rem;
  }
}
.cid-rXQEONUFYf .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rXQEONUFYf .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rXQEONUFYf .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rXQEONUFYf h3,
.cid-rXQEONUFYf h2 {
  margin: 0;
  padding: 0;
}
.cid-rXQEONUFYf .card-title,
.cid-rXQEONUFYf .mbr-section-subtitle {
  color: #232323;
}
.cid-rXQEPehfVw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rXQEPehfVw .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-rXQEPehfVw .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-rXQEPehfVw .btn {
  margin: 0px !important;
}
.cid-rXQEPehfVw .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQEPehfVw .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQEPehfVw .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rXQEPehfVw .carousel-item .wrap-img {
  text-align: center;
}
.cid-rXQEPehfVw .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-rXQEPehfVw .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-rXQEPehfVw .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-rXQEPehfVw .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-rXQEPehfVw .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-rXQEPehfVw .second-col {
    padding-top: 2rem;
  }
}
.cid-rXQEP4A7LD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rXQEP4A7LD .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-rXQEP4A7LD .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rXQEP4A7LD p {
  line-height: 1.5;
}
.cid-rXQEP4A7LD .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rXQEP4A7LD .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-rXQEP4A7LD .ico-line h3 {
  margin: 0;
}
.cid-rXQEP4A7LD .mail,
.cid-rXQEP4A7LD .phone,
.cid-rXQEP4A7LD .mbr-iconfont {
  display: inline-block;
}
.cid-rXQEP4A7LD .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-rXQEP4A7LD .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-rXQEP4A7LD .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-rXQEP4A7LD .mbr-section-title,
.cid-rXQEP4A7LD .line-wrap {
  text-align: center;
}
.cid-rXQEP4A7LD .mail {
  color: #0087ab;
}
.cid-rXQEP4A7LD .card-title {
  color: #0087ab;
}
.cid-s1yEM7m54L {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1yEM7m54L .container {
  max-width: 1400px;
}
.cid-s1yEM7m54L .card-img2 span {
  padding-top: 6px;
}
.cid-s1yEM7m54L .soc-item a {
  padding-top: 5px;
}
.cid-s1yEM7m54L .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1yEM7m54L .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1yEM7m54L .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1yEM7m54L .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1yEM7m54L svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1yEM7m54L #e2_shape {
  fill: #ffffff !important;
}
.cid-s1yEM7m54L .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1yEM7m54L .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1yEM7m54L .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1yEM7m54L .card-img {
  width: auto;
}
.cid-s1yEM7m54L .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1yEM7m54L .soc-item span {
  font-size: 1.4rem;
}
.cid-s1yEM7m54L .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1yEM7m54L .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1yEM7m54L .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1yEM7m54L .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1yEM7m54L .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1yEM7m54L img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1yEM7m54L .item {
    justify-content: center;
  }
  .cid-s1yEM7m54L .quote::after {
    left: 60px;
  }
}
.cid-s1yEM7m54L .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1yEM7m54L .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1yEM7m54L .text1 {
  color: #ffffff;
}
.cid-s1yEM7m54L .item-title {
  color: #ffffff;
}
.cid-s1yEM7m54L H5 {
  color: #ffffff;
}
.cid-s1yEM7m54L .theme {
  color: #ffffff;
}
.cid-s1yEM7m54L .copyright > p {
  color: #ff3366;
}
.cid-s1yEM7m54L .text2 {
  color: #ffffff;
}
.cid-rXQEPm2zXd.popup-builder {
  background-color: #ffffff;
}
.cid-rXQEPm2zXd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rXQEPm2zXd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rXQEPm2zXd .modal-content,
.cid-rXQEPm2zXd .modal-dialog {
  height: auto;
}
.cid-rXQEPm2zXd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rXQEPm2zXd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rXQEPm2zXd .form-wrapper .mbr-form .form-group,
  .cid-rXQEPm2zXd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rXQEPm2zXd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rXQEPm2zXd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQEPm2zXd .mbr-text {
  text-align: center;
}
.cid-rXQEPm2zXd .pt-0 {
  padding-top: 0 !important;
}
.cid-rXQEPm2zXd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rXQEPm2zXd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rXQEPm2zXd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rXQEPm2zXd .modal-open {
  overflow: hidden;
}
.cid-rXQEPm2zXd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rXQEPm2zXd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rXQEPm2zXd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rXQEPm2zXd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rXQEPm2zXd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rXQEPm2zXd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rXQEPm2zXd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rXQEPm2zXd .modal-content {
  background: #9e9e9e;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rXQEPm2zXd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rXQEPm2zXd .modal-backdrop.fade {
  opacity: 0;
}
.cid-rXQEPm2zXd .modal-backdrop.show {
  opacity: .5;
}
.cid-rXQEPm2zXd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rXQEPm2zXd .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rXQEPm2zXd .modal-header .close:hover {
  opacity: 1;
}
.cid-rXQEPm2zXd .modal-header .close:focus {
  outline: none;
}
.cid-rXQEPm2zXd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #232323;
}
.cid-rXQEPm2zXd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rXQEPm2zXd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rXQEPm2zXd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rXQEPm2zXd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rXQEPm2zXd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rXQEPm2zXd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rXQEPm2zXd .modal-sm {
    max-width: 300px;
  }
  .cid-rXQEPm2zXd .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rXQEPm2zXd .modal-lg,
  .cid-rXQEPm2zXd .modal-xl {
    max-width: 800px;
  }
  .cid-rXQEPm2zXd .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rXQEPm2zXd .modal-xl {
    max-width: 1140px;
  }
  .cid-rXQEPm2zXd .container {
    max-width: 1140px;
  }
}
.cid-rXQEPm2zXd .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rXQEPm2zXd .container {
    max-width: 720px;
  }
}
.cid-rXQEPm2zXd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rXQEPm2zXd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rXQEPm2zXd .form-group {
  margin-bottom: 1rem;
}
.cid-rXQEPm2zXd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rXQEPm2zXd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rXQEPm2zXd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rYeYc7jPT4.popup-builder {
  background-color: #ffffff;
}
.cid-rYeYc7jPT4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeYc7jPT4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeYc7jPT4 .modal-content,
.cid-rYeYc7jPT4 .modal-dialog {
  height: auto;
}
.cid-rYeYc7jPT4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeYc7jPT4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeYc7jPT4 .form-wrapper .mbr-form .form-group,
  .cid-rYeYc7jPT4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeYc7jPT4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeYc7jPT4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeYc7jPT4 .mbr-text {
  text-align: center;
}
.cid-rYeYc7jPT4 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeYc7jPT4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeYc7jPT4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeYc7jPT4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeYc7jPT4 .modal-open {
  overflow: hidden;
}
.cid-rYeYc7jPT4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeYc7jPT4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeYc7jPT4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeYc7jPT4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYeYc7jPT4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeYc7jPT4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeYc7jPT4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeYc7jPT4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeYc7jPT4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeYc7jPT4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeYc7jPT4 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeYc7jPT4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeYc7jPT4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeYc7jPT4 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeYc7jPT4 .modal-header .close:focus {
  outline: none;
}
.cid-rYeYc7jPT4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYeYc7jPT4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeYc7jPT4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeYc7jPT4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeYc7jPT4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeYc7jPT4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeYc7jPT4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeYc7jPT4 .modal-sm {
    max-width: 300px;
  }
  .cid-rYeYc7jPT4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeYc7jPT4 .modal-lg,
  .cid-rYeYc7jPT4 .modal-xl {
    max-width: 800px;
  }
  .cid-rYeYc7jPT4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeYc7jPT4 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeYc7jPT4 .container {
    max-width: 1140px;
  }
}
.cid-rYeYc7jPT4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeYc7jPT4 .container {
    max-width: 720px;
  }
}
.cid-rYeYc7jPT4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeYc7jPT4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYeYc7jPT4 .form-group {
  margin-bottom: 1rem;
}
.cid-rYeYc7jPT4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeYc7jPT4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeYc7jPT4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1yEXPZBKU.popup-builder {
  background-color: #ffffff;
}
.cid-s1yEXPZBKU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1yEXPZBKU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1yEXPZBKU .modal-content,
.cid-s1yEXPZBKU .modal-dialog {
  height: auto;
}
.cid-s1yEXPZBKU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1yEXPZBKU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1yEXPZBKU .form-wrapper .mbr-form .form-group,
  .cid-s1yEXPZBKU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1yEXPZBKU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1yEXPZBKU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1yEXPZBKU .mbr-text {
  text-align: center;
}
.cid-s1yEXPZBKU .pt-0 {
  padding-top: 0 !important;
}
.cid-s1yEXPZBKU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1yEXPZBKU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1yEXPZBKU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1yEXPZBKU .modal-open {
  overflow: hidden;
}
.cid-s1yEXPZBKU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1yEXPZBKU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1yEXPZBKU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1yEXPZBKU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1yEXPZBKU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1yEXPZBKU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1yEXPZBKU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1yEXPZBKU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1yEXPZBKU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1yEXPZBKU .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1yEXPZBKU .modal-backdrop.show {
  opacity: .5;
}
.cid-s1yEXPZBKU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1yEXPZBKU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1yEXPZBKU .modal-header .close:hover {
  opacity: 1;
}
.cid-s1yEXPZBKU .modal-header .close:focus {
  outline: none;
}
.cid-s1yEXPZBKU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1yEXPZBKU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1yEXPZBKU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1yEXPZBKU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1yEXPZBKU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1yEXPZBKU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1yEXPZBKU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1yEXPZBKU .modal-sm {
    max-width: 300px;
  }
  .cid-s1yEXPZBKU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1yEXPZBKU .modal-lg,
  .cid-s1yEXPZBKU .modal-xl {
    max-width: 800px;
  }
  .cid-s1yEXPZBKU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1yEXPZBKU .modal-xl {
    max-width: 1140px;
  }
  .cid-s1yEXPZBKU .container {
    max-width: 1140px;
  }
}
.cid-s1yEXPZBKU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1yEXPZBKU .container {
    max-width: 720px;
  }
}
.cid-s1yEXPZBKU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1yEXPZBKU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1yEXPZBKU .form-group {
  margin-bottom: 1rem;
}
.cid-s1yEXPZBKU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1yEXPZBKU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1yEXPZBKU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rMxLhAGiXy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rMxLhAGiXy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rMxLhAGiXy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rMxLhAGiXy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rMxLhAGiXy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rMxLhAGiXy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rMxLhAGiXy .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-rMxLhAGiXy .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-rMxLhAGiXy .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-rMxLhAGiXy .mbr-gallery-filter ul {
  display: block;
}
.cid-rMxLhAGiXy .mbr-gallery-filter ul li {
  position: relative;
}
.cid-rMxLhAGiXy .mbr-gallery-filter li.active .btn,
.cid-rMxLhAGiXy .mbr-gallery-filter li .btn.active {
  color: #149dcc !important;
  background: transparent;
}
.cid-rMxLhAGiXy .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-rMxLhAGiXy .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-rMxLhAGiXy .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-rMxLhAGiXy .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-rMxLhAGiXy .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-rMxLhAGiXy .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-rMxLhAGiXy .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-rMxLhAGiXy .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-rMxLhAGiXy .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-rMxLhAGiXy .icon-focus:before {
  content: '\e95e';
}
.cid-rMxLhAGiXy .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-rMxLhAGiXy .mbr-section-title {
  margin: 0;
}
.cid-rMxLhAGiXy .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rMxLhAGiXy .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-rP4TTFTtfx .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rP4TTFTtfx .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-rP4TTFTtfx .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rP4TTFTtfx .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-rP4TTFTtfx .countdown-cont {
  margin: 0 auto;
}
.cid-rP4TTFTtfx .full-count-container {
  background: #0087ab;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-rP4TTFTtfx .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rP4TTFTtfx .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-rP4TTFTtfx .dot {
    display: none;
  }
  .cid-rP4TTFTtfx .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-rP4TTFTtfx .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rP4TTFTtfx .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rP4TTFTtfx .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-rP4TTFTtfx .number {
    font-size: 25px;
  }
  .cid-rP4TTFTtfx .period {
    font-size: 0.7rem;
  }
}
.cid-rP4TTFTtfx H2 {
  text-align: center;
}
.cid-rMJSc08mHq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-rMJSc08mHq .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-rMJSc08mHq .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rMJSc08mHq .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-rMJSc08mHq .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-rMJSc08mHq .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-rMJSc08mHq .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rMJSc08mHq .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-rMJSc08mHq .input-group-btn {
  padding-left: 0;
}
.cid-rMJSc08mHq .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rMJSc08mHq .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-rMJSc08mHq .mbr-text {
  color: #444;
}
.cid-rMJSc08mHq h5 {
  margin-bottom: 0;
}
.cid-rMJSc08mHq .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rMJSc08mHq .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rMJSc08mHq .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rMJSc08mHq .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rMJSc08mHq .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rMJSc08mHq .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rMJSc08mHq .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rMJSc08mHq .social-list a:hover {
  opacity: 0.4;
}
.cid-rMJSc08mHq .media-container-row > div {
  padding: 0px;
}
.cid-rMJSc08mHq .text2 {
  color: #e9e9e9;
  text-align: left;
}
.cid-rMJSc08mHq .group-title {
  text-align: left;
  color: #0087ab;
  padding-bottom: 0.2rem;
}
.cid-rMJSc08mHq .links {
  color: #e9e9e9;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rMJSc08mHq .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rMJSc08mHq .social-list,
  .cid-rMJSc08mHq .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rMJSc08mHq h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-rMJSc08mHq .form-group {
    max-width: 180px;
  }
}
.cid-rMJSc08mHq .links span {
  color: #9e9e9e;
}
.cid-rMJSc08mHq .logo-sub-title {
  text-align: center;
  color: #e9e9e9;
}
.cid-rMJSc08mHq .logo-title {
  text-align: center;
}
.cid-rMJSc08mHq .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rMJSc08mHq .logo-title,
.cid-rMJSc08mHq .logo {
  color: #e9e9e9;
}
.cid-rMVI6ejRGd.popup-builder {
  background-color: #ffffff;
}
.cid-rMVI6ejRGd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rMVI6ejRGd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rMVI6ejRGd .modal-content,
.cid-rMVI6ejRGd .modal-dialog {
  height: auto;
}
.cid-rMVI6ejRGd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rMVI6ejRGd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rMVI6ejRGd .form-wrapper .mbr-form .form-group,
  .cid-rMVI6ejRGd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rMVI6ejRGd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rMVI6ejRGd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rMVI6ejRGd .mbr-text {
  text-align: center;
}
.cid-rMVI6ejRGd .pt-0 {
  padding-top: 0 !important;
}
.cid-rMVI6ejRGd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rMVI6ejRGd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rMVI6ejRGd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rMVI6ejRGd .modal-open {
  overflow: hidden;
}
.cid-rMVI6ejRGd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rMVI6ejRGd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rMVI6ejRGd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rMVI6ejRGd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rMVI6ejRGd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rMVI6ejRGd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rMVI6ejRGd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rMVI6ejRGd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rMVI6ejRGd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rMVI6ejRGd .modal-backdrop.fade {
  opacity: 0;
}
.cid-rMVI6ejRGd .modal-backdrop.show {
  opacity: .5;
}
.cid-rMVI6ejRGd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rMVI6ejRGd .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rMVI6ejRGd .modal-header .close:hover {
  opacity: 1;
}
.cid-rMVI6ejRGd .modal-header .close:focus {
  outline: none;
}
.cid-rMVI6ejRGd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rMVI6ejRGd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rMVI6ejRGd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rMVI6ejRGd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rMVI6ejRGd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rMVI6ejRGd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rMVI6ejRGd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rMVI6ejRGd .modal-sm {
    max-width: 300px;
  }
  .cid-rMVI6ejRGd .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rMVI6ejRGd .modal-lg,
  .cid-rMVI6ejRGd .modal-xl {
    max-width: 800px;
  }
  .cid-rMVI6ejRGd .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rMVI6ejRGd .modal-xl {
    max-width: 1140px;
  }
  .cid-rMVI6ejRGd .container {
    max-width: 1140px;
  }
}
.cid-rMVI6ejRGd .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rMVI6ejRGd .container {
    max-width: 720px;
  }
}
.cid-rMVI6ejRGd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rMVI6ejRGd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rMVI6ejRGd .form-group {
  margin-bottom: 1rem;
}
.cid-rMVI6ejRGd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rMVI6ejRGd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rMVI6ejRGd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rXMUj33v7i.popup-builder {
  background-color: #ffffff;
}
.cid-rXMUj33v7i.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rXMUj33v7i.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rXMUj33v7i .modal-content,
.cid-rXMUj33v7i .modal-dialog {
  height: auto;
}
.cid-rXMUj33v7i .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rXMUj33v7i .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rXMUj33v7i .form-wrapper .mbr-form .form-group,
  .cid-rXMUj33v7i .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rXMUj33v7i .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rXMUj33v7i .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXMUj33v7i .mbr-text {
  text-align: center;
}
.cid-rXMUj33v7i .pt-0 {
  padding-top: 0 !important;
}
.cid-rXMUj33v7i .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rXMUj33v7i .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rXMUj33v7i .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rXMUj33v7i .modal-open {
  overflow: hidden;
}
.cid-rXMUj33v7i .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rXMUj33v7i .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rXMUj33v7i .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rXMUj33v7i .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rXMUj33v7i .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rXMUj33v7i .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rXMUj33v7i .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rXMUj33v7i .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rXMUj33v7i .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rXMUj33v7i .modal-backdrop.fade {
  opacity: 0;
}
.cid-rXMUj33v7i .modal-backdrop.show {
  opacity: .5;
}
.cid-rXMUj33v7i .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rXMUj33v7i .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rXMUj33v7i .modal-header .close:hover {
  opacity: 1;
}
.cid-rXMUj33v7i .modal-header .close:focus {
  outline: none;
}
.cid-rXMUj33v7i .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rXMUj33v7i .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rXMUj33v7i .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rXMUj33v7i .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rXMUj33v7i .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rXMUj33v7i .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rXMUj33v7i .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rXMUj33v7i .modal-sm {
    max-width: 300px;
  }
  .cid-rXMUj33v7i .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rXMUj33v7i .modal-lg,
  .cid-rXMUj33v7i .modal-xl {
    max-width: 800px;
  }
  .cid-rXMUj33v7i .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rXMUj33v7i .modal-xl {
    max-width: 1140px;
  }
  .cid-rXMUj33v7i .container {
    max-width: 1140px;
  }
}
.cid-rXMUj33v7i .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rXMUj33v7i .container {
    max-width: 720px;
  }
}
.cid-rXMUj33v7i .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rXMUj33v7i .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rXMUj33v7i .form-group {
  margin-bottom: 1rem;
}
.cid-rXMUj33v7i .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rXMUj33v7i .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rXMUj33v7i .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rXQWPqYeQW .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rXQWPqYeQW .navbar-fixed-top {
  padding-top: 0;
}
.cid-rXQWPqYeQW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rXQWPqYeQW .dropdown-item {
  padding: 0;
}
.cid-rXQWPqYeQW .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rXQWPqYeQW .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rXQWPqYeQW .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rXQWPqYeQW a {
  font-style: normal;
}
.cid-rXQWPqYeQW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rXQWPqYeQW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rXQWPqYeQW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rXQWPqYeQW .content-text {
  margin-bottom: 0;
}
.cid-rXQWPqYeQW .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rXQWPqYeQW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rXQWPqYeQW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rXQWPqYeQW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .nav-dropdown .link {
  font-weight: 400;
}
.cid-rXQWPqYeQW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rXQWPqYeQW .content-right-side {
  text-align: center;
}
.cid-rXQWPqYeQW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rXQWPqYeQW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rXQWPqYeQW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rXQWPqYeQW .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rXQWPqYeQW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rXQWPqYeQW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rXQWPqYeQW .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rXQWPqYeQW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rXQWPqYeQW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rXQWPqYeQW .navbar {
    display: block;
    padding: 0;
  }
  .cid-rXQWPqYeQW .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rXQWPqYeQW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rXQWPqYeQW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rXQWPqYeQW .navbar-toggler {
    display: none;
  }
  .cid-rXQWPqYeQW .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXQWPqYeQW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rXQWPqYeQW .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rXQWPqYeQW .menu-logo {
  margin-right: auto;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rXQWPqYeQW .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rXQWPqYeQW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW button.navbar-toggler:focus {
  outline: none;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .btn {
  display: flex;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rXQWPqYeQW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rXQWPqYeQW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rXQWPqYeQW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rXQWPqYeQW .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing,
  .cid-rXQWPqYeQW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rXQWPqYeQW .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rXQWPqYeQW img {
    height: 3.8rem !important;
  }
  .cid-rXQWPqYeQW .btn {
    display: flex;
  }
  .cid-rXQWPqYeQW button.navbar-toggler {
    display: block;
  }
  .cid-rXQWPqYeQW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rXQWPqYeQW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rXQWPqYeQW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rXQWPqYeQW .nav-link:focus {
  outline: none;
}
.cid-rXQWPqYeQW .navbar-toggler {
  position: relative;
}
.cid-rXQWPqYeQW .dropdown-item.active,
.cid-rXQWPqYeQW .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rYeYc7kPRQ.popup-builder {
  background-color: #ffffff;
}
.cid-rYeYc7kPRQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeYc7kPRQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeYc7kPRQ .modal-content,
.cid-rYeYc7kPRQ .modal-dialog {
  height: auto;
}
.cid-rYeYc7kPRQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeYc7kPRQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeYc7kPRQ .form-wrapper .mbr-form .form-group,
  .cid-rYeYc7kPRQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeYc7kPRQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeYc7kPRQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeYc7kPRQ .mbr-text {
  text-align: center;
}
.cid-rYeYc7kPRQ .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeYc7kPRQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeYc7kPRQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeYc7kPRQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeYc7kPRQ .modal-open {
  overflow: hidden;
}
.cid-rYeYc7kPRQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeYc7kPRQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeYc7kPRQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeYc7kPRQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYeYc7kPRQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeYc7kPRQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeYc7kPRQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeYc7kPRQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeYc7kPRQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeYc7kPRQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeYc7kPRQ .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeYc7kPRQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeYc7kPRQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeYc7kPRQ .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeYc7kPRQ .modal-header .close:focus {
  outline: none;
}
.cid-rYeYc7kPRQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYeYc7kPRQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeYc7kPRQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeYc7kPRQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeYc7kPRQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeYc7kPRQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeYc7kPRQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeYc7kPRQ .modal-sm {
    max-width: 300px;
  }
  .cid-rYeYc7kPRQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeYc7kPRQ .modal-lg,
  .cid-rYeYc7kPRQ .modal-xl {
    max-width: 800px;
  }
  .cid-rYeYc7kPRQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeYc7kPRQ .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeYc7kPRQ .container {
    max-width: 1140px;
  }
}
.cid-rYeYc7kPRQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeYc7kPRQ .container {
    max-width: 720px;
  }
}
.cid-rYeYc7kPRQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeYc7kPRQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYeYc7kPRQ .form-group {
  margin-bottom: 1rem;
}
.cid-rYeYc7kPRQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeYc7kPRQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeYc7kPRQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rXQWPqYeQW .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rXQWPqYeQW .navbar-fixed-top {
  padding-top: 0;
}
.cid-rXQWPqYeQW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rXQWPqYeQW .dropdown-item {
  padding: 0;
}
.cid-rXQWPqYeQW .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rXQWPqYeQW .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rXQWPqYeQW .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rXQWPqYeQW a {
  font-style: normal;
}
.cid-rXQWPqYeQW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rXQWPqYeQW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rXQWPqYeQW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rXQWPqYeQW .content-text {
  margin-bottom: 0;
}
.cid-rXQWPqYeQW .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rXQWPqYeQW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rXQWPqYeQW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rXQWPqYeQW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .nav-dropdown .link {
  font-weight: 400;
}
.cid-rXQWPqYeQW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rXQWPqYeQW .content-right-side {
  text-align: center;
}
.cid-rXQWPqYeQW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rXQWPqYeQW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rXQWPqYeQW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rXQWPqYeQW .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rXQWPqYeQW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rXQWPqYeQW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rXQWPqYeQW .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rXQWPqYeQW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rXQWPqYeQW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rXQWPqYeQW .navbar {
    display: block;
    padding: 0;
  }
  .cid-rXQWPqYeQW .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rXQWPqYeQW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rXQWPqYeQW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rXQWPqYeQW .navbar-toggler {
    display: none;
  }
  .cid-rXQWPqYeQW .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXQWPqYeQW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rXQWPqYeQW .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rXQWPqYeQW .menu-logo {
  margin-right: auto;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rXQWPqYeQW .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rXQWPqYeQW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW button.navbar-toggler:focus {
  outline: none;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .btn {
  display: flex;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rXQWPqYeQW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rXQWPqYeQW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rXQWPqYeQW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rXQWPqYeQW .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing,
  .cid-rXQWPqYeQW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rXQWPqYeQW .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rXQWPqYeQW img {
    height: 3.8rem !important;
  }
  .cid-rXQWPqYeQW .btn {
    display: flex;
  }
  .cid-rXQWPqYeQW button.navbar-toggler {
    display: block;
  }
  .cid-rXQWPqYeQW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rXQWPqYeQW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rXQWPqYeQW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rXQWPqYeQW .nav-link:focus {
  outline: none;
}
.cid-rXQWPqYeQW .navbar-toggler {
  position: relative;
}
.cid-rXQWPqYeQW .dropdown-item.active,
.cid-rXQWPqYeQW .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rY8WL5n0yU {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-rY8WL5n0yU .mbr-section-title,
.cid-rY8WL5n0yU .mbr-section-subtitle {
  color: #000000;
}
.cid-rY8WL5n0yU .mbr-section-text {
  color: #232323;
}
.cid-rY8WL5n0yU .mbr-text,
.cid-rY8WL5n0yU .typed-text,
.cid-rY8WL5n0yU .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rY8WL5n0yU .btn {
  margin-left: 4px !important;
}
.cid-rY8WL5n0yU .animated-element {
  color: #ff3366;
}
.cid-rY8WL5n0yU .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rY8WL5n0yU .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rY8WL5n0yU .typed-text,
  .cid-rY8WL5n0yU .mbr-section-subtitle,
  .cid-rY8WL5n0yU .mbr-section-text,
  .cid-rY8WL5n0yU .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rY9ozjfJmk {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rY9ozjfJmk .mbr-text {
  color: #767676;
}
.cid-rY9ozjfJmk h2 {
  text-align: center;
}
.cid-rY9ozjfJmk p {
  text-align: center;
}
.cid-rY9ozjfJmk .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY9ozjfJmk .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY9ozjfJmk .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-rY9ozjfJmk .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rY9ozjfJmk .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #f5f7fa, #149dcc);
  border-radius: 50%;
}
.cid-rY9ozjfJmk .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rY9ozjfJmk .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0087ab, #0a1c44);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-rY9ozjfJmk .mbr-section-title,
  .cid-rY9ozjfJmk .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-rY8WM2fReH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rY8WM2fReH .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f4f8fa;
  color: #444444;
  padding: 0;
}
.cid-rY8WM2fReH .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rY8WM2fReH .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rY8WM2fReH p {
  line-height: 1.6;
}
.cid-rY8WM2fReH .rev,
.cid-rY8WM2fReH .mbr-iconfont {
  display: inline-block;
}
.cid-rY8WM2fReH .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #0087ab;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rY8WM2fReH .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rY8WM2fReH .card-box {
  padding: 1.5rem;
}
.cid-rY8WM2fReH .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rY8WM2fReH .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rY8WM2fReH .mbr-section-title,
.cid-rY8WM2fReH .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rY8WM2fReH .rev {
  text-align: left;
}
.cid-rY8WM2fReH .card-text,
.cid-rY8WM2fReH .mbr-section-btn,
.cid-rY8WM2fReH .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-rY8WM2fReH .rev i {
  color: #0a1c44;
}
.cid-s1yt8fLHgx {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1yt8fLHgx .container {
  max-width: 1400px;
}
.cid-s1yt8fLHgx .card-img2 span {
  padding-top: 6px;
}
.cid-s1yt8fLHgx .soc-item a {
  padding-top: 5px;
}
.cid-s1yt8fLHgx .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1yt8fLHgx .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1yt8fLHgx .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1yt8fLHgx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1yt8fLHgx svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1yt8fLHgx #e2_shape {
  fill: #ffffff !important;
}
.cid-s1yt8fLHgx .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1yt8fLHgx .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1yt8fLHgx .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1yt8fLHgx .card-img {
  width: auto;
}
.cid-s1yt8fLHgx .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1yt8fLHgx .soc-item span {
  font-size: 1.4rem;
}
.cid-s1yt8fLHgx .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1yt8fLHgx .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1yt8fLHgx .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1yt8fLHgx .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1yt8fLHgx .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1yt8fLHgx img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1yt8fLHgx .item {
    justify-content: center;
  }
  .cid-s1yt8fLHgx .quote::after {
    left: 60px;
  }
}
.cid-s1yt8fLHgx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1yt8fLHgx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1yt8fLHgx .text1 {
  color: #ffffff;
}
.cid-s1yt8fLHgx .item-title {
  color: #ffffff;
}
.cid-s1yt8fLHgx H5 {
  color: #ffffff;
}
.cid-s1yt8fLHgx .theme {
  color: #ffffff;
}
.cid-s1yt8fLHgx .copyright > p {
  color: #ff3366;
}
.cid-s1yt8fLHgx .text2 {
  color: #ffffff;
}
.cid-rYeYc7kswj.popup-builder {
  background-color: #ffffff;
}
.cid-rYeYc7kswj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeYc7kswj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeYc7kswj .modal-content,
.cid-rYeYc7kswj .modal-dialog {
  height: auto;
}
.cid-rYeYc7kswj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeYc7kswj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeYc7kswj .form-wrapper .mbr-form .form-group,
  .cid-rYeYc7kswj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeYc7kswj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeYc7kswj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeYc7kswj .mbr-text {
  text-align: center;
}
.cid-rYeYc7kswj .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeYc7kswj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeYc7kswj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeYc7kswj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeYc7kswj .modal-open {
  overflow: hidden;
}
.cid-rYeYc7kswj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeYc7kswj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeYc7kswj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeYc7kswj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYeYc7kswj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeYc7kswj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeYc7kswj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeYc7kswj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeYc7kswj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeYc7kswj .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeYc7kswj .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeYc7kswj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeYc7kswj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeYc7kswj .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeYc7kswj .modal-header .close:focus {
  outline: none;
}
.cid-rYeYc7kswj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYeYc7kswj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeYc7kswj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeYc7kswj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeYc7kswj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeYc7kswj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeYc7kswj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeYc7kswj .modal-sm {
    max-width: 300px;
  }
  .cid-rYeYc7kswj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeYc7kswj .modal-lg,
  .cid-rYeYc7kswj .modal-xl {
    max-width: 800px;
  }
  .cid-rYeYc7kswj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeYc7kswj .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeYc7kswj .container {
    max-width: 1140px;
  }
}
.cid-rYeYc7kswj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeYc7kswj .container {
    max-width: 720px;
  }
}
.cid-rYeYc7kswj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeYc7kswj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYeYc7kswj .form-group {
  margin-bottom: 1rem;
}
.cid-rYeYc7kswj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeYc7kswj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeYc7kswj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1ytdM2iC1.popup-builder {
  background-color: #ffffff;
}
.cid-s1ytdM2iC1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1ytdM2iC1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1ytdM2iC1 .modal-content,
.cid-s1ytdM2iC1 .modal-dialog {
  height: auto;
}
.cid-s1ytdM2iC1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1ytdM2iC1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1ytdM2iC1 .form-wrapper .mbr-form .form-group,
  .cid-s1ytdM2iC1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1ytdM2iC1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1ytdM2iC1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1ytdM2iC1 .mbr-text {
  text-align: center;
}
.cid-s1ytdM2iC1 .pt-0 {
  padding-top: 0 !important;
}
.cid-s1ytdM2iC1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1ytdM2iC1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1ytdM2iC1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1ytdM2iC1 .modal-open {
  overflow: hidden;
}
.cid-s1ytdM2iC1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1ytdM2iC1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1ytdM2iC1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1ytdM2iC1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1ytdM2iC1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1ytdM2iC1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1ytdM2iC1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1ytdM2iC1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1ytdM2iC1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1ytdM2iC1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1ytdM2iC1 .modal-backdrop.show {
  opacity: .5;
}
.cid-s1ytdM2iC1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1ytdM2iC1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1ytdM2iC1 .modal-header .close:hover {
  opacity: 1;
}
.cid-s1ytdM2iC1 .modal-header .close:focus {
  outline: none;
}
.cid-s1ytdM2iC1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1ytdM2iC1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1ytdM2iC1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1ytdM2iC1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1ytdM2iC1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1ytdM2iC1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1ytdM2iC1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1ytdM2iC1 .modal-sm {
    max-width: 300px;
  }
  .cid-s1ytdM2iC1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1ytdM2iC1 .modal-lg,
  .cid-s1ytdM2iC1 .modal-xl {
    max-width: 800px;
  }
  .cid-s1ytdM2iC1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1ytdM2iC1 .modal-xl {
    max-width: 1140px;
  }
  .cid-s1ytdM2iC1 .container {
    max-width: 1140px;
  }
}
.cid-s1ytdM2iC1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1ytdM2iC1 .container {
    max-width: 720px;
  }
}
.cid-s1ytdM2iC1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1ytdM2iC1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1ytdM2iC1 .form-group {
  margin-bottom: 1rem;
}
.cid-s1ytdM2iC1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1ytdM2iC1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1ytdM2iC1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rY8njmhI3E .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rY8njmhI3E .navbar-fixed-top {
  padding-top: 0;
}
.cid-rY8njmhI3E .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rY8njmhI3E .dropdown-item {
  padding: 0;
}
.cid-rY8njmhI3E .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rY8njmhI3E .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rY8njmhI3E .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY8njmhI3E .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rY8njmhI3E a {
  font-style: normal;
}
.cid-rY8njmhI3E .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rY8njmhI3E .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rY8njmhI3E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rY8njmhI3E .content-text {
  margin-bottom: 0;
}
.cid-rY8njmhI3E .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rY8njmhI3E .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rY8njmhI3E .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rY8njmhI3E .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rY8njmhI3E .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rY8njmhI3E .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rY8njmhI3E .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rY8njmhI3E .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rY8njmhI3E .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY8njmhI3E .nav-dropdown .link {
  font-weight: 400;
}
.cid-rY8njmhI3E .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rY8njmhI3E .content-right-side {
  text-align: center;
}
.cid-rY8njmhI3E .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rY8njmhI3E .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rY8njmhI3E .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rY8njmhI3E .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rY8njmhI3E .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY8njmhI3E .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rY8njmhI3E .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rY8njmhI3E .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rY8njmhI3E .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rY8njmhI3E .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rY8njmhI3E .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rY8njmhI3E .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rY8njmhI3E .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rY8njmhI3E .navbar {
    display: block;
    padding: 0;
  }
  .cid-rY8njmhI3E .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rY8njmhI3E .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rY8njmhI3E .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rY8njmhI3E .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rY8njmhI3E .navbar-toggler {
    display: none;
  }
  .cid-rY8njmhI3E .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rY8njmhI3E .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rY8njmhI3E .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY8njmhI3E .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rY8njmhI3E .menu-logo {
  margin-right: auto;
}
.cid-rY8njmhI3E .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY8njmhI3E .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rY8njmhI3E .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rY8njmhI3E .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rY8njmhI3E .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rY8njmhI3E .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rY8njmhI3E .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rY8njmhI3E .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rY8njmhI3E .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY8njmhI3E .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rY8njmhI3E .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rY8njmhI3E .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rY8njmhI3E .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-rY8njmhI3E .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rY8njmhI3E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rY8njmhI3E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rY8njmhI3E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rY8njmhI3E .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rY8njmhI3E .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rY8njmhI3E .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rY8njmhI3E .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rY8njmhI3E .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rY8njmhI3E .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rY8njmhI3E .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rY8njmhI3E .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rY8njmhI3E button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY8njmhI3E button.navbar-toggler:focus {
  outline: none;
}
.cid-rY8njmhI3E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rY8njmhI3E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rY8njmhI3E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rY8njmhI3E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rY8njmhI3E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rY8njmhI3E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY8njmhI3E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rY8njmhI3E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rY8njmhI3E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY8njmhI3E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rY8njmhI3E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rY8njmhI3E .collapsed .btn {
  display: flex;
}
.cid-rY8njmhI3E .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rY8njmhI3E .collapsed .navbar-collapse.collapsing,
.cid-rY8njmhI3E .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rY8njmhI3E .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rY8njmhI3E .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rY8njmhI3E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rY8njmhI3E .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rY8njmhI3E .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rY8njmhI3E .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rY8njmhI3E .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rY8njmhI3E .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rY8njmhI3E .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rY8njmhI3E .collapsed button.navbar-toggler {
  display: block;
}
.cid-rY8njmhI3E .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rY8njmhI3E .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rY8njmhI3E .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rY8njmhI3E .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rY8njmhI3E .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rY8njmhI3E .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rY8njmhI3E .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rY8njmhI3E .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rY8njmhI3E .navbar-collapse.collapsing,
  .cid-rY8njmhI3E .navbar-collapse.show {
    display: block !important;
  }
  .cid-rY8njmhI3E .navbar-collapse.collapsing .navbar-nav,
  .cid-rY8njmhI3E .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rY8njmhI3E .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rY8njmhI3E .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rY8njmhI3E .navbar-collapse.collapsing .navbar-buttons,
  .cid-rY8njmhI3E .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rY8njmhI3E .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rY8njmhI3E .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rY8njmhI3E .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rY8njmhI3E img {
    height: 3.8rem !important;
  }
  .cid-rY8njmhI3E .btn {
    display: flex;
  }
  .cid-rY8njmhI3E button.navbar-toggler {
    display: block;
  }
  .cid-rY8njmhI3E .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rY8njmhI3E .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rY8njmhI3E .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rY8njmhI3E .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rY8njmhI3E .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rY8njmhI3E .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rY8njmhI3E .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rY8njmhI3E .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rY8njmhI3E .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rY8njmhI3E .nav-link:focus {
  outline: none;
}
.cid-rY8njmhI3E .navbar-toggler {
  position: relative;
}
.cid-rY8njmhI3E .dropdown-item.active,
.cid-rY8njmhI3E .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rY8njpqS4b {
  background-image: url("../../../assets/images/praxis-1.jpg");
}
.cid-rY8njpqS4b .column-content {
  padding-top: 180px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-rY8njpqS4b .text-content .btn-bgr {
  z-index: 0;
}
.cid-rY8njpqS4b .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-rY8njpqS4b .container-full-width {
  position: relative;
}
.cid-rY8njpqS4b .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-rY8njpqS4b .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-rY8njpqS4b .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-rY8njpqS4b .text-content {
    width: 540px;
  }
  .cid-rY8njpqS4b .column-content {
    width: 100%;
  }
  .cid-rY8njpqS4b .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-rY8njpqS4b .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-rY8njpqS4b .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-rY8njpqS4b .column-content {
    width: 50%;
  }
  .cid-rY8njpqS4b .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-rY8njpqS4b .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rY8njpqS4b .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-rY8njpqS4b .column-content {
    height: 33rem;
  }
}
.cid-rY8njpqS4b .mbr-text,
.cid-rY8njpqS4b .mbr-section-btn {
  color: #767676;
}
.cid-rY8njs2XHx {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY8njs2XHx img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY8njs2XHx .row {
  justify-content: center;
}
.cid-rY8njs2XHx .mbr-text {
  color: #232323;
}
.cid-rY8njs2XHx .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY8njs2XHx .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY8njs2XHx .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY8njs2XHx .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY8njs2XHx .icon-box {
    flex-direction: column;
  }
  .cid-rY8njs2XHx .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY8njs2XHx img {
    margin-bottom: 2rem;
  }
}
.cid-rY8njs2XHx H1 {
  color: #232323;
}
.cid-rY8njs2XHx H3 {
  color: #232323;
}
.cid-rY8njuYgIS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY8njuYgIS img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY8njuYgIS .row {
  justify-content: center;
}
.cid-rY8njuYgIS .mbr-text {
  color: #232323;
}
.cid-rY8njuYgIS .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY8njuYgIS .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY8njuYgIS .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY8njuYgIS .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY8njuYgIS .icon-box {
    flex-direction: column;
  }
  .cid-rY8njuYgIS .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY8njuYgIS img {
    margin-bottom: 2rem;
  }
}
.cid-rY8njuYgIS H1 {
  color: #232323;
}
.cid-rY8njuYgIS H3 {
  color: #232323;
}
.cid-rY8njOZe12 {
  padding-top: 165px;
  padding-bottom: 165px;
  background-color: #ffffff;
}
.cid-rY8njOZe12 H1 {
  color: #232323;
}
.cid-rY8njOZe12 .mbr-text,
.cid-rY8njOZe12 .mbr-section-btn {
  color: #767676;
}
.cid-rY8njOZe12 .img-box {
  position: relative;
}
.cid-rY8njOZe12 .card-ico span {
  font-size: 96px;
  color: #0087ab;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rY8njOZe12 .card-ico .ico1 {
  background-color: #4249cc;
}
.cid-rY8njOZe12 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rY8njOZe12 .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-rY8njOZe12 .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-rY8njOZe12 .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-rY8njOZe12 img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(17, 46, 112, 0.35);
}
@media (max-width: 992px) {
  .cid-rY8njOZe12 .img-box {
    height: 500px;
  }
  .cid-rY8njOZe12 .img1 {
    left: 1rem;
  }
  .cid-rY8njOZe12 .img2 {
    right: 1rem;
  }
  .cid-rY8njOZe12 img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-rY8njOZe12 img {
    width: 60%;
  }
  .cid-rY8njOZe12 .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-rY8njOZe12 .author-box {
    justify-content: center;
  }
  .cid-rY8njOZe12 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rY8njOZe12 .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-rY8njOZe12 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rY8njOZe12 .card-ico span {
    margin-right: 0rem;
  }
}
.cid-rY8njOZe12 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rY8njOZe12 .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rY8njOZe12 .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rY8njOZe12 h3,
.cid-rY8njOZe12 h4 {
  margin: 0;
  padding: 0;
}
.cid-rY8njOZe12 .card-title,
.cid-rY8njOZe12 .mbr-section-subtitle {
  color: #232323;
}
.cid-rY8njAVBQO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY8njAVBQO img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY8njAVBQO .row {
  justify-content: center;
}
.cid-rY8njAVBQO .mbr-text {
  color: #232323;
}
.cid-rY8njAVBQO .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY8njAVBQO .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY8njAVBQO .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY8njAVBQO .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY8njAVBQO .icon-box {
    flex-direction: column;
  }
  .cid-rY8njAVBQO .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY8njAVBQO img {
    margin-bottom: 2rem;
  }
}
.cid-rY8njAVBQO H1 {
  color: #232323;
}
.cid-rY8njAVBQO H3 {
  color: #232323;
}
.cid-rYer5b3oZK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rYer5b3oZK .card {
  padding: 1rem;
}
.cid-rYer5b3oZK .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #5eeebb, #51aafa);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-rYer5b3oZK .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-rYer5b3oZK .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-rYer5b3oZK .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rYer5b3oZK .card-sign {
  padding-top: .5rem;
}
.cid-rYer5b3oZK .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-rYer5b3oZK .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rYer5b3oZK .card-title {
    text-align: center;
  }
  .cid-rYer5b3oZK p.mbr-text,
  .cid-rYer5b3oZK p.date {
    text-align: center;
  }
}
.cid-rYer5b3oZK .card-box {
  background: #f5f7fa;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-rYer5b3oZK .card-text,
.cid-rYer5b3oZK .mbr-subtitle {
  color: #8d97ad;
}
.cid-rY8njxQz8p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY8njxQz8p img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY8njxQz8p .row {
  justify-content: center;
}
.cid-rY8njxQz8p .mbr-text {
  color: #232323;
}
.cid-rY8njxQz8p .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY8njxQz8p .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY8njxQz8p .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY8njxQz8p .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY8njxQz8p .icon-box {
    flex-direction: column;
  }
  .cid-rY8njxQz8p .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY8njxQz8p img {
    margin-bottom: 2rem;
  }
}
.cid-rY8njxQz8p H1 {
  color: #232323;
}
.cid-rY8njxQz8p H3 {
  color: #232323;
}
.cid-rY8njTRr3J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rY8njTRr3J .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-rY8njTRr3J .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-rY8njTRr3J .btn {
  margin: 0px !important;
}
.cid-rY8njTRr3J .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY8njTRr3J .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY8njTRr3J .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rY8njTRr3J .carousel-item .wrap-img {
  text-align: center;
}
.cid-rY8njTRr3J .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-rY8njTRr3J .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-rY8njTRr3J .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-rY8njTRr3J .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-rY8njTRr3J .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-rY8njTRr3J .second-col {
    padding-top: 2rem;
  }
}
.cid-rY8njZrjG3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rY8njZrjG3 .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-rY8njZrjG3 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rY8njZrjG3 p {
  line-height: 1.5;
}
.cid-rY8njZrjG3 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rY8njZrjG3 .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-rY8njZrjG3 .ico-line h3 {
  margin: 0;
}
.cid-rY8njZrjG3 .mail,
.cid-rY8njZrjG3 .phone,
.cid-rY8njZrjG3 .mbr-iconfont {
  display: inline-block;
}
.cid-rY8njZrjG3 .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-rY8njZrjG3 .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-rY8njZrjG3 .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-rY8njZrjG3 .mbr-section-title,
.cid-rY8njZrjG3 .line-wrap {
  text-align: center;
}
.cid-rY8njZrjG3 .mail {
  color: #0087ab;
}
.cid-rY8njZrjG3 .card-title {
  color: #0087ab;
}
.cid-s1yGXyxmAE {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1yGXyxmAE .container {
  max-width: 1400px;
}
.cid-s1yGXyxmAE .card-img2 span {
  padding-top: 6px;
}
.cid-s1yGXyxmAE .soc-item a {
  padding-top: 5px;
}
.cid-s1yGXyxmAE .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1yGXyxmAE .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1yGXyxmAE .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1yGXyxmAE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1yGXyxmAE svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1yGXyxmAE #e2_shape {
  fill: #ffffff !important;
}
.cid-s1yGXyxmAE .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1yGXyxmAE .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1yGXyxmAE .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1yGXyxmAE .card-img {
  width: auto;
}
.cid-s1yGXyxmAE .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1yGXyxmAE .soc-item span {
  font-size: 1.4rem;
}
.cid-s1yGXyxmAE .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1yGXyxmAE .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1yGXyxmAE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1yGXyxmAE .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1yGXyxmAE .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1yGXyxmAE img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1yGXyxmAE .item {
    justify-content: center;
  }
  .cid-s1yGXyxmAE .quote::after {
    left: 60px;
  }
}
.cid-s1yGXyxmAE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1yGXyxmAE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1yGXyxmAE .text1 {
  color: #ffffff;
}
.cid-s1yGXyxmAE .item-title {
  color: #ffffff;
}
.cid-s1yGXyxmAE H5 {
  color: #ffffff;
}
.cid-s1yGXyxmAE .theme {
  color: #ffffff;
}
.cid-s1yGXyxmAE .copyright > p {
  color: #ff3366;
}
.cid-s1yGXyxmAE .text2 {
  color: #ffffff;
}
.cid-rY8nkjrMku.popup-builder {
  background-color: #ffffff;
}
.cid-rY8nkjrMku.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY8nkjrMku.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY8nkjrMku .modal-content,
.cid-rY8nkjrMku .modal-dialog {
  height: auto;
}
.cid-rY8nkjrMku .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY8nkjrMku .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY8nkjrMku .form-wrapper .mbr-form .form-group,
  .cid-rY8nkjrMku .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY8nkjrMku .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY8nkjrMku .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY8nkjrMku .mbr-text {
  text-align: center;
}
.cid-rY8nkjrMku .pt-0 {
  padding-top: 0 !important;
}
.cid-rY8nkjrMku .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY8nkjrMku .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY8nkjrMku .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY8nkjrMku .modal-open {
  overflow: hidden;
}
.cid-rY8nkjrMku .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY8nkjrMku .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY8nkjrMku .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY8nkjrMku .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rY8nkjrMku .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY8nkjrMku .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY8nkjrMku .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY8nkjrMku .modal-content {
  background: #9e9e9e;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY8nkjrMku .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY8nkjrMku .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY8nkjrMku .modal-backdrop.show {
  opacity: .5;
}
.cid-rY8nkjrMku .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY8nkjrMku .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY8nkjrMku .modal-header .close:hover {
  opacity: 1;
}
.cid-rY8nkjrMku .modal-header .close:focus {
  outline: none;
}
.cid-rY8nkjrMku .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #232323;
}
.cid-rY8nkjrMku .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY8nkjrMku .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY8nkjrMku .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY8nkjrMku .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY8nkjrMku .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY8nkjrMku .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY8nkjrMku .modal-sm {
    max-width: 300px;
  }
  .cid-rY8nkjrMku .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY8nkjrMku .modal-lg,
  .cid-rY8nkjrMku .modal-xl {
    max-width: 800px;
  }
  .cid-rY8nkjrMku .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY8nkjrMku .modal-xl {
    max-width: 1140px;
  }
  .cid-rY8nkjrMku .container {
    max-width: 1140px;
  }
}
.cid-rY8nkjrMku .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY8nkjrMku .container {
    max-width: 720px;
  }
}
.cid-rY8nkjrMku .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY8nkjrMku .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rY8nkjrMku .form-group {
  margin-bottom: 1rem;
}
.cid-rY8nkjrMku .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY8nkjrMku .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY8nkjrMku .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rY8nkqiyCa.popup-builder {
  background-color: #ffffff;
}
.cid-rY8nkqiyCa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY8nkqiyCa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY8nkqiyCa .modal-content,
.cid-rY8nkqiyCa .modal-dialog {
  height: auto;
}
.cid-rY8nkqiyCa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY8nkqiyCa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY8nkqiyCa .form-wrapper .mbr-form .form-group,
  .cid-rY8nkqiyCa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY8nkqiyCa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY8nkqiyCa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY8nkqiyCa .mbr-text {
  text-align: center;
}
.cid-rY8nkqiyCa .pt-0 {
  padding-top: 0 !important;
}
.cid-rY8nkqiyCa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY8nkqiyCa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY8nkqiyCa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY8nkqiyCa .modal-open {
  overflow: hidden;
}
.cid-rY8nkqiyCa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY8nkqiyCa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY8nkqiyCa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY8nkqiyCa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rY8nkqiyCa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY8nkqiyCa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY8nkqiyCa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY8nkqiyCa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY8nkqiyCa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY8nkqiyCa .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY8nkqiyCa .modal-backdrop.show {
  opacity: .5;
}
.cid-rY8nkqiyCa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY8nkqiyCa .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY8nkqiyCa .modal-header .close:hover {
  opacity: 1;
}
.cid-rY8nkqiyCa .modal-header .close:focus {
  outline: none;
}
.cid-rY8nkqiyCa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY8nkqiyCa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY8nkqiyCa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY8nkqiyCa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY8nkqiyCa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY8nkqiyCa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY8nkqiyCa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY8nkqiyCa .modal-sm {
    max-width: 300px;
  }
  .cid-rY8nkqiyCa .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY8nkqiyCa .modal-lg,
  .cid-rY8nkqiyCa .modal-xl {
    max-width: 800px;
  }
  .cid-rY8nkqiyCa .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY8nkqiyCa .modal-xl {
    max-width: 1140px;
  }
  .cid-rY8nkqiyCa .container {
    max-width: 1140px;
  }
}
.cid-rY8nkqiyCa .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY8nkqiyCa .container {
    max-width: 720px;
  }
}
.cid-rY8nkqiyCa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY8nkqiyCa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rY8nkqiyCa .form-group {
  margin-bottom: 1rem;
}
.cid-rY8nkqiyCa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY8nkqiyCa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY8nkqiyCa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rYeYc7krwY.popup-builder {
  background-color: #ffffff;
}
.cid-rYeYc7krwY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeYc7krwY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeYc7krwY .modal-content,
.cid-rYeYc7krwY .modal-dialog {
  height: auto;
}
.cid-rYeYc7krwY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeYc7krwY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeYc7krwY .form-wrapper .mbr-form .form-group,
  .cid-rYeYc7krwY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeYc7krwY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeYc7krwY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeYc7krwY .mbr-text {
  text-align: center;
}
.cid-rYeYc7krwY .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeYc7krwY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeYc7krwY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeYc7krwY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeYc7krwY .modal-open {
  overflow: hidden;
}
.cid-rYeYc7krwY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeYc7krwY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeYc7krwY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeYc7krwY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYeYc7krwY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeYc7krwY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeYc7krwY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeYc7krwY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeYc7krwY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeYc7krwY .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeYc7krwY .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeYc7krwY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeYc7krwY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeYc7krwY .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeYc7krwY .modal-header .close:focus {
  outline: none;
}
.cid-rYeYc7krwY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYeYc7krwY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeYc7krwY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeYc7krwY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeYc7krwY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeYc7krwY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeYc7krwY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeYc7krwY .modal-sm {
    max-width: 300px;
  }
  .cid-rYeYc7krwY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeYc7krwY .modal-lg,
  .cid-rYeYc7krwY .modal-xl {
    max-width: 800px;
  }
  .cid-rYeYc7krwY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeYc7krwY .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeYc7krwY .container {
    max-width: 1140px;
  }
}
.cid-rYeYc7krwY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeYc7krwY .container {
    max-width: 720px;
  }
}
.cid-rYeYc7krwY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeYc7krwY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYeYc7krwY .form-group {
  margin-bottom: 1rem;
}
.cid-rYeYc7krwY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeYc7krwY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeYc7krwY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1yHbLxeHl.popup-builder {
  background-color: #ffffff;
}
.cid-s1yHbLxeHl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1yHbLxeHl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1yHbLxeHl .modal-content,
.cid-s1yHbLxeHl .modal-dialog {
  height: auto;
}
.cid-s1yHbLxeHl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1yHbLxeHl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1yHbLxeHl .form-wrapper .mbr-form .form-group,
  .cid-s1yHbLxeHl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1yHbLxeHl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1yHbLxeHl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1yHbLxeHl .mbr-text {
  text-align: center;
}
.cid-s1yHbLxeHl .pt-0 {
  padding-top: 0 !important;
}
.cid-s1yHbLxeHl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1yHbLxeHl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1yHbLxeHl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1yHbLxeHl .modal-open {
  overflow: hidden;
}
.cid-s1yHbLxeHl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1yHbLxeHl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1yHbLxeHl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1yHbLxeHl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1yHbLxeHl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1yHbLxeHl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1yHbLxeHl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1yHbLxeHl .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1yHbLxeHl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1yHbLxeHl .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1yHbLxeHl .modal-backdrop.show {
  opacity: .5;
}
.cid-s1yHbLxeHl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1yHbLxeHl .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1yHbLxeHl .modal-header .close:hover {
  opacity: 1;
}
.cid-s1yHbLxeHl .modal-header .close:focus {
  outline: none;
}
.cid-s1yHbLxeHl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1yHbLxeHl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1yHbLxeHl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1yHbLxeHl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1yHbLxeHl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1yHbLxeHl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1yHbLxeHl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1yHbLxeHl .modal-sm {
    max-width: 300px;
  }
  .cid-s1yHbLxeHl .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1yHbLxeHl .modal-lg,
  .cid-s1yHbLxeHl .modal-xl {
    max-width: 800px;
  }
  .cid-s1yHbLxeHl .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1yHbLxeHl .modal-xl {
    max-width: 1140px;
  }
  .cid-s1yHbLxeHl .container {
    max-width: 1140px;
  }
}
.cid-s1yHbLxeHl .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1yHbLxeHl .container {
    max-width: 720px;
  }
}
.cid-s1yHbLxeHl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1yHbLxeHl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1yHbLxeHl .form-group {
  margin-bottom: 1rem;
}
.cid-s1yHbLxeHl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1yHbLxeHl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1yHbLxeHl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rXQWPqYeQW .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rXQWPqYeQW .navbar-fixed-top {
  padding-top: 0;
}
.cid-rXQWPqYeQW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rXQWPqYeQW .dropdown-item {
  padding: 0;
}
.cid-rXQWPqYeQW .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rXQWPqYeQW .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rXQWPqYeQW .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rXQWPqYeQW a {
  font-style: normal;
}
.cid-rXQWPqYeQW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rXQWPqYeQW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rXQWPqYeQW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rXQWPqYeQW .content-text {
  margin-bottom: 0;
}
.cid-rXQWPqYeQW .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rXQWPqYeQW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rXQWPqYeQW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rXQWPqYeQW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .nav-dropdown .link {
  font-weight: 400;
}
.cid-rXQWPqYeQW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rXQWPqYeQW .content-right-side {
  text-align: center;
}
.cid-rXQWPqYeQW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rXQWPqYeQW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rXQWPqYeQW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rXQWPqYeQW .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rXQWPqYeQW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rXQWPqYeQW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rXQWPqYeQW .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rXQWPqYeQW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rXQWPqYeQW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rXQWPqYeQW .navbar {
    display: block;
    padding: 0;
  }
  .cid-rXQWPqYeQW .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rXQWPqYeQW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rXQWPqYeQW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rXQWPqYeQW .navbar-toggler {
    display: none;
  }
  .cid-rXQWPqYeQW .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXQWPqYeQW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rXQWPqYeQW .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rXQWPqYeQW .menu-logo {
  margin-right: auto;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rXQWPqYeQW .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rXQWPqYeQW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW button.navbar-toggler:focus {
  outline: none;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .btn {
  display: flex;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rXQWPqYeQW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rXQWPqYeQW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rXQWPqYeQW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rXQWPqYeQW .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing,
  .cid-rXQWPqYeQW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rXQWPqYeQW .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rXQWPqYeQW img {
    height: 3.8rem !important;
  }
  .cid-rXQWPqYeQW .btn {
    display: flex;
  }
  .cid-rXQWPqYeQW button.navbar-toggler {
    display: block;
  }
  .cid-rXQWPqYeQW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rXQWPqYeQW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rXQWPqYeQW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rXQWPqYeQW .nav-link:focus {
  outline: none;
}
.cid-rXQWPqYeQW .navbar-toggler {
  position: relative;
}
.cid-rXQWPqYeQW .dropdown-item.active,
.cid-rXQWPqYeQW .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rY8jlwRe9d {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rY8jlwRe9d .mbr-section-title,
.cid-rY8jlwRe9d .mbr-section-subtitle {
  color: #000000;
}
.cid-rY8jlwRe9d .mbr-section-text {
  color: #232323;
}
.cid-rY8jlwRe9d .mbr-text,
.cid-rY8jlwRe9d .typed-text,
.cid-rY8jlwRe9d .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rY8jlwRe9d .btn {
  margin-left: 4px !important;
}
.cid-rY8jlwRe9d .animated-element {
  color: #ff3366;
}
.cid-rY8jlwRe9d .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rY8jlwRe9d .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rY8jlwRe9d .typed-text,
  .cid-rY8jlwRe9d .mbr-section-subtitle,
  .cid-rY8jlwRe9d .mbr-section-text,
  .cid-rY8jlwRe9d .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rY8tdkQlO2 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY8tdkQlO2 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY8tdkQlO2 .row {
  justify-content: center;
}
.cid-rY8tdkQlO2 .mbr-text {
  color: #232323;
}
.cid-rY8tdkQlO2 .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY8tdkQlO2 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY8tdkQlO2 .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY8tdkQlO2 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY8tdkQlO2 .icon-box {
    flex-direction: column;
  }
  .cid-rY8tdkQlO2 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY8tdkQlO2 img {
    margin-bottom: 2rem;
  }
}
.cid-rY8tdkQlO2 H1 {
  color: #232323;
}
.cid-rY8tdkQlO2 H3 {
  color: #232323;
}
.cid-rY8u1gf45v {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY8u1gf45v img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY8u1gf45v .row {
  justify-content: center;
}
.cid-rY8u1gf45v .mbr-text {
  color: #232323;
}
.cid-rY8u1gf45v .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY8u1gf45v .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY8u1gf45v .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY8u1gf45v .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY8u1gf45v .icon-box {
    flex-direction: column;
  }
  .cid-rY8u1gf45v .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY8u1gf45v img {
    margin-bottom: 2rem;
  }
}
.cid-rY8u1gf45v H1 {
  color: #232323;
}
.cid-rY8u1gf45v H3 {
  color: #232323;
}
.cid-rY8u2mtZI5 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY8u2mtZI5 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY8u2mtZI5 .row {
  justify-content: center;
}
.cid-rY8u2mtZI5 .mbr-text {
  color: #232323;
}
.cid-rY8u2mtZI5 .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY8u2mtZI5 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY8u2mtZI5 .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY8u2mtZI5 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY8u2mtZI5 .icon-box {
    flex-direction: column;
  }
  .cid-rY8u2mtZI5 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY8u2mtZI5 img {
    margin-bottom: 2rem;
  }
}
.cid-rY8u2mtZI5 H1 {
  color: #232323;
}
.cid-rY8u2mtZI5 H3 {
  color: #232323;
}
.cid-rY8wmUGtNK {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY8wmUGtNK img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY8wmUGtNK .row {
  justify-content: center;
}
.cid-rY8wmUGtNK .mbr-text {
  color: #232323;
}
.cid-rY8wmUGtNK .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY8wmUGtNK .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY8wmUGtNK .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY8wmUGtNK .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY8wmUGtNK .icon-box {
    flex-direction: column;
  }
  .cid-rY8wmUGtNK .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY8wmUGtNK img {
    margin-bottom: 2rem;
  }
}
.cid-rY8wmUGtNK H1 {
  color: #232323;
}
.cid-rY8wmUGtNK H3 {
  color: #232323;
}
.cid-rY8pdxowhK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rY8pdxowhK .text-block {
  z-index: 2;
}
.cid-rY8pdxowhK .content-panel {
  width: 110%;
  background: #ffffff;
  padding: 3rem;
}
.cid-rY8pdxowhK .menu-box {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.cid-rY8pdxowhK .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
  word-break: break-word;
}
.cid-rY8pdxowhK .item-title {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rY8pdxowhK .text-block {
    padding-bottom: 2rem;
  }
  .cid-rY8pdxowhK .content-panel {
    width: 100%;
    padding: 1rem;
  }
}
.cid-rY8ybvxoVP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rY8ybvxoVP .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rY8ybvxoVP a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rY8ybvxoVP .mbr-section-btn {
  margin: 0;
}
.cid-rY8ybvxoVP .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rY8ybvxoVP .form-control:focus,
.cid-rY8ybvxoVP .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rY8ybvxoVP .form-group {
  margin-bottom: 1rem;
}
.cid-rY8ybvxoVP input::-webkit-input-placeholder,
.cid-rY8ybvxoVP textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rY8ybvxoVP input:-moz-placeholder,
.cid-rY8ybvxoVP textarea:-moz-placeholder {
  color: #656565;
}
.cid-rY8ybvxoVP .jq-selectbox li,
.cid-rY8ybvxoVP .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rY8ybvxoVP .jq-selectbox li:hover,
.cid-rY8ybvxoVP .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rY8ybvxoVP .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rY8ybvxoVP .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rY8ybvxoVP .form-group,
.cid-rY8ybvxoVP .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-rY8ybvxoVP .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-rY8ybvxoVP .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rY8ybvxoVP .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-rY8ybvxoVP .form-block {
    padding: 1rem;
  }
}
.cid-s1yuPbBv46 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1yuPbBv46 .container {
  max-width: 1400px;
}
.cid-s1yuPbBv46 .card-img2 span {
  padding-top: 6px;
}
.cid-s1yuPbBv46 .soc-item a {
  padding-top: 5px;
}
.cid-s1yuPbBv46 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1yuPbBv46 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1yuPbBv46 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1yuPbBv46 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1yuPbBv46 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1yuPbBv46 #e2_shape {
  fill: #ffffff !important;
}
.cid-s1yuPbBv46 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1yuPbBv46 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1yuPbBv46 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1yuPbBv46 .card-img {
  width: auto;
}
.cid-s1yuPbBv46 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1yuPbBv46 .soc-item span {
  font-size: 1.4rem;
}
.cid-s1yuPbBv46 .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1yuPbBv46 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1yuPbBv46 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1yuPbBv46 .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1yuPbBv46 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1yuPbBv46 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1yuPbBv46 .item {
    justify-content: center;
  }
  .cid-s1yuPbBv46 .quote::after {
    left: 60px;
  }
}
.cid-s1yuPbBv46 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1yuPbBv46 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1yuPbBv46 .text1 {
  color: #ffffff;
}
.cid-s1yuPbBv46 .item-title {
  color: #ffffff;
}
.cid-s1yuPbBv46 H5 {
  color: #ffffff;
}
.cid-s1yuPbBv46 .theme {
  color: #ffffff;
}
.cid-s1yuPbBv46 .copyright > p {
  color: #ff3366;
}
.cid-s1yuPbBv46 .text2 {
  color: #ffffff;
}
.cid-rY8yxk4qBC.popup-builder {
  background-color: #ffffff;
}
.cid-rY8yxk4qBC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY8yxk4qBC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY8yxk4qBC .modal-content,
.cid-rY8yxk4qBC .modal-dialog {
  height: auto;
}
.cid-rY8yxk4qBC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY8yxk4qBC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY8yxk4qBC .form-wrapper .mbr-form .form-group,
  .cid-rY8yxk4qBC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY8yxk4qBC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY8yxk4qBC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY8yxk4qBC .mbr-text {
  text-align: center;
}
.cid-rY8yxk4qBC .pt-0 {
  padding-top: 0 !important;
}
.cid-rY8yxk4qBC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY8yxk4qBC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY8yxk4qBC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY8yxk4qBC .modal-open {
  overflow: hidden;
}
.cid-rY8yxk4qBC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY8yxk4qBC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY8yxk4qBC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY8yxk4qBC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rY8yxk4qBC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY8yxk4qBC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY8yxk4qBC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY8yxk4qBC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY8yxk4qBC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY8yxk4qBC .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY8yxk4qBC .modal-backdrop.show {
  opacity: .5;
}
.cid-rY8yxk4qBC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY8yxk4qBC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY8yxk4qBC .modal-header .close:hover {
  opacity: 1;
}
.cid-rY8yxk4qBC .modal-header .close:focus {
  outline: none;
}
.cid-rY8yxk4qBC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY8yxk4qBC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY8yxk4qBC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY8yxk4qBC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY8yxk4qBC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY8yxk4qBC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY8yxk4qBC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY8yxk4qBC .modal-sm {
    max-width: 300px;
  }
  .cid-rY8yxk4qBC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY8yxk4qBC .modal-lg,
  .cid-rY8yxk4qBC .modal-xl {
    max-width: 800px;
  }
  .cid-rY8yxk4qBC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY8yxk4qBC .modal-xl {
    max-width: 1140px;
  }
  .cid-rY8yxk4qBC .container {
    max-width: 1140px;
  }
}
.cid-rY8yxk4qBC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY8yxk4qBC .container {
    max-width: 720px;
  }
}
.cid-rY8yxk4qBC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY8yxk4qBC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rY8yxk4qBC .form-group {
  margin-bottom: 1rem;
}
.cid-rY8yxk4qBC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY8yxk4qBC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY8yxk4qBC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1yuFOniYD.popup-builder {
  background-color: #ffffff;
}
.cid-s1yuFOniYD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1yuFOniYD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1yuFOniYD .modal-content,
.cid-s1yuFOniYD .modal-dialog {
  height: auto;
}
.cid-s1yuFOniYD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1yuFOniYD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1yuFOniYD .form-wrapper .mbr-form .form-group,
  .cid-s1yuFOniYD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1yuFOniYD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1yuFOniYD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1yuFOniYD .mbr-text {
  text-align: center;
}
.cid-s1yuFOniYD .pt-0 {
  padding-top: 0 !important;
}
.cid-s1yuFOniYD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1yuFOniYD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1yuFOniYD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1yuFOniYD .modal-open {
  overflow: hidden;
}
.cid-s1yuFOniYD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1yuFOniYD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1yuFOniYD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1yuFOniYD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1yuFOniYD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1yuFOniYD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1yuFOniYD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1yuFOniYD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1yuFOniYD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1yuFOniYD .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1yuFOniYD .modal-backdrop.show {
  opacity: .5;
}
.cid-s1yuFOniYD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1yuFOniYD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1yuFOniYD .modal-header .close:hover {
  opacity: 1;
}
.cid-s1yuFOniYD .modal-header .close:focus {
  outline: none;
}
.cid-s1yuFOniYD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1yuFOniYD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1yuFOniYD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1yuFOniYD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1yuFOniYD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1yuFOniYD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1yuFOniYD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1yuFOniYD .modal-sm {
    max-width: 300px;
  }
  .cid-s1yuFOniYD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1yuFOniYD .modal-lg,
  .cid-s1yuFOniYD .modal-xl {
    max-width: 800px;
  }
  .cid-s1yuFOniYD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1yuFOniYD .modal-xl {
    max-width: 1140px;
  }
  .cid-s1yuFOniYD .container {
    max-width: 1140px;
  }
}
.cid-s1yuFOniYD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1yuFOniYD .container {
    max-width: 720px;
  }
}
.cid-s1yuFOniYD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1yuFOniYD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1yuFOniYD .form-group {
  margin-bottom: 1rem;
}
.cid-s1yuFOniYD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1yuFOniYD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1yuFOniYD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rY9xfZ0E64 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-rY9xfZ0E64 .mbr-section-title,
.cid-rY9xfZ0E64 .mbr-section-subtitle {
  color: #000000;
}
.cid-rY9xfZ0E64 .mbr-section-text {
  color: #232323;
}
.cid-rY9xfZ0E64 .mbr-text,
.cid-rY9xfZ0E64 .typed-text,
.cid-rY9xfZ0E64 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rY9xfZ0E64 .btn {
  margin-left: 4px !important;
}
.cid-rY9xfZ0E64 .animated-element {
  color: #ff3366;
}
.cid-rY9xfZ0E64 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rY9xfZ0E64 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rY9xfZ0E64 .typed-text,
  .cid-rY9xfZ0E64 .mbr-section-subtitle,
  .cid-rY9xfZ0E64 .mbr-section-text,
  .cid-rY9xfZ0E64 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rY9vlPEa6Z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rY9vlPEa6Z .mbr-text,
.cid-rY9vlPEa6Z .mbr-section-btn {
  color: #767676;
}
.cid-rY9vlPEa6Z p {
  z-index: 2;
  position: relative;
}
.cid-rY9vlPEa6Z .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rY9vlPEa6Z .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(17, 46, 112, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rY9vlPEa6Z .ico1 {
  font-size: 2rem;
}
.cid-rY9vlPEa6Z .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rY9vlPEa6Z H3 {
  color: #149dcc;
}
.cid-rY9vI2hfXz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rY9vI2hfXz .mbr-text,
.cid-rY9vI2hfXz .mbr-section-btn {
  color: #767676;
}
.cid-rY9vI2hfXz p {
  z-index: 2;
  position: relative;
}
.cid-rY9vI2hfXz .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rY9vI2hfXz .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(17, 46, 112, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rY9vI2hfXz .ico1 {
  font-size: 2rem;
}
.cid-rY9vI2hfXz .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rY9vI2hfXz H3 {
  color: #149dcc;
}
.cid-rY9vIHUgQF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rY9vIHUgQF .mbr-text,
.cid-rY9vIHUgQF .mbr-section-btn {
  color: #767676;
}
.cid-rY9vIHUgQF p {
  z-index: 2;
  position: relative;
}
.cid-rY9vIHUgQF .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rY9vIHUgQF .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(17, 46, 112, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rY9vIHUgQF .ico1 {
  font-size: 2rem;
}
.cid-rY9vIHUgQF .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rY9vIHUgQF H3 {
  color: #149dcc;
}
.cid-rY9vJATvja {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rY9vJATvja .mbr-text,
.cid-rY9vJATvja .mbr-section-btn {
  color: #767676;
}
.cid-rY9vJATvja p {
  z-index: 2;
  position: relative;
}
.cid-rY9vJATvja .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rY9vJATvja .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(17, 46, 112, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rY9vJATvja .ico1 {
  font-size: 2rem;
}
.cid-rY9vJATvja .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rY9vJATvja H3 {
  color: #149dcc;
}
.cid-rY9vKjYdQx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rY9vKjYdQx .mbr-text,
.cid-rY9vKjYdQx .mbr-section-btn {
  color: #767676;
}
.cid-rY9vKjYdQx p {
  z-index: 2;
  position: relative;
}
.cid-rY9vKjYdQx .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rY9vKjYdQx .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(17, 46, 112, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rY9vKjYdQx .ico1 {
  font-size: 2rem;
}
.cid-rY9vKjYdQx .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rY9vKjYdQx H3 {
  color: #149dcc;
}
.cid-rY9vKVjdCX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rY9vKVjdCX .mbr-text,
.cid-rY9vKVjdCX .mbr-section-btn {
  color: #767676;
}
.cid-rY9vKVjdCX p {
  z-index: 2;
  position: relative;
}
.cid-rY9vKVjdCX .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rY9vKVjdCX .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(17, 46, 112, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rY9vKVjdCX .ico1 {
  font-size: 2rem;
}
.cid-rY9vKVjdCX .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rY9vKVjdCX H3 {
  color: #149dcc;
}
.cid-rYeI064WvZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYeI064WvZ .card-img {
  position: relative;
  overflow: hidden;
}
.cid-rYeI064WvZ .btn-col {
  margin: auto;
}
.cid-rYeI064WvZ .btn-col .btn {
  margin: 0.4rem;
  max-width: 100px;
  padding: 1.8rem 0.8rem;
}
.cid-rYeI064WvZ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
}
.cid-rYeI064WvZ .card-img:before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-rYeI064WvZ .card-box {
  padding: 3rem 2.2rem;
  background-color: #e9e9e9;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rYeI064WvZ .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-rYeI064WvZ .card-wrapper {
  height: 100%;
}
.cid-rYeI064WvZ .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-rYeI064WvZ .card-wrapper:hover .card-title a {
  color: #0a1c44 !important;
}
.cid-rYeI064WvZ .text {
  color: #767676;
}
.cid-rYeI064WvZ .card-title {
  color: #36404c;
}
.cid-rYeI064WvZ H3 {
  color: #36404c;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rYeI064WvZ .btn-col .btn {
    margin-top: 2rem;
    max-width: auto;
    padding: 0.8rem 0.8rem;
  }
}
.cid-rYeI064WvZ .mbr-section-title,
.cid-rYeI064WvZ .line-wrap {
  text-align: center;
}
.cid-s1y8Ztiluo {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1y8Ztiluo .container {
  max-width: 1400px;
}
.cid-s1y8Ztiluo .card-img2 span {
  padding-top: 6px;
}
.cid-s1y8Ztiluo .soc-item a {
  padding-top: 5px;
}
.cid-s1y8Ztiluo .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1y8Ztiluo .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1y8Ztiluo .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1y8Ztiluo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1y8Ztiluo svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1y8Ztiluo #e2_shape {
  fill: #ffffff !important;
}
.cid-s1y8Ztiluo .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1y8Ztiluo .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1y8Ztiluo .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1y8Ztiluo .card-img {
  width: auto;
}
.cid-s1y8Ztiluo .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1y8Ztiluo .soc-item span {
  font-size: 1.4rem;
}
.cid-s1y8Ztiluo .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1y8Ztiluo .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1y8Ztiluo .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1y8Ztiluo .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1y8Ztiluo .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1y8Ztiluo img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1y8Ztiluo .item {
    justify-content: center;
  }
  .cid-s1y8Ztiluo .quote::after {
    left: 60px;
  }
}
.cid-s1y8Ztiluo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1y8Ztiluo .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1y8Ztiluo .text1 {
  color: #ffffff;
}
.cid-s1y8Ztiluo .item-title {
  color: #ffffff;
}
.cid-s1y8Ztiluo H5 {
  color: #ffffff;
}
.cid-s1y8Ztiluo .theme {
  color: #ffffff;
}
.cid-s1y8Ztiluo .copyright > p {
  color: #ff3366;
}
.cid-s1y8Ztiluo .text2 {
  color: #ffffff;
}
.cid-rMPijMjx3J.popup-builder {
  background-color: #ffffff;
}
.cid-rMPijMjx3J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rMPijMjx3J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rMPijMjx3J .modal-content,
.cid-rMPijMjx3J .modal-dialog {
  height: auto;
}
.cid-rMPijMjx3J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rMPijMjx3J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rMPijMjx3J .form-wrapper .mbr-form .form-group,
  .cid-rMPijMjx3J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rMPijMjx3J .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rMPijMjx3J .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rMPijMjx3J .mbr-text {
  text-align: center;
}
.cid-rMPijMjx3J .pt-0 {
  padding-top: 0 !important;
}
.cid-rMPijMjx3J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rMPijMjx3J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rMPijMjx3J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rMPijMjx3J .modal-open {
  overflow: hidden;
}
.cid-rMPijMjx3J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rMPijMjx3J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rMPijMjx3J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rMPijMjx3J .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rMPijMjx3J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rMPijMjx3J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rMPijMjx3J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rMPijMjx3J .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rMPijMjx3J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rMPijMjx3J .modal-backdrop.fade {
  opacity: 0;
}
.cid-rMPijMjx3J .modal-backdrop.show {
  opacity: .5;
}
.cid-rMPijMjx3J .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rMPijMjx3J .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rMPijMjx3J .modal-header .close:hover {
  opacity: 1;
}
.cid-rMPijMjx3J .modal-header .close:focus {
  outline: none;
}
.cid-rMPijMjx3J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rMPijMjx3J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rMPijMjx3J .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rMPijMjx3J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rMPijMjx3J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rMPijMjx3J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rMPijMjx3J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rMPijMjx3J .modal-sm {
    max-width: 300px;
  }
  .cid-rMPijMjx3J .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rMPijMjx3J .modal-lg,
  .cid-rMPijMjx3J .modal-xl {
    max-width: 800px;
  }
  .cid-rMPijMjx3J .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rMPijMjx3J .modal-xl {
    max-width: 1140px;
  }
  .cid-rMPijMjx3J .container {
    max-width: 1140px;
  }
}
.cid-rMPijMjx3J .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rMPijMjx3J .container {
    max-width: 720px;
  }
}
.cid-rMPijMjx3J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rMPijMjx3J .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rMPijMjx3J .form-group {
  margin-bottom: 1rem;
}
.cid-rMPijMjx3J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rMPijMjx3J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rMPijMjx3J .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rXQWPqYeQW .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rXQWPqYeQW .navbar-fixed-top {
  padding-top: 0;
}
.cid-rXQWPqYeQW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rXQWPqYeQW .dropdown-item {
  padding: 0;
}
.cid-rXQWPqYeQW .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rXQWPqYeQW .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rXQWPqYeQW .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rXQWPqYeQW a {
  font-style: normal;
}
.cid-rXQWPqYeQW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rXQWPqYeQW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rXQWPqYeQW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rXQWPqYeQW .content-text {
  margin-bottom: 0;
}
.cid-rXQWPqYeQW .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rXQWPqYeQW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rXQWPqYeQW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rXQWPqYeQW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .nav-dropdown .link {
  font-weight: 400;
}
.cid-rXQWPqYeQW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rXQWPqYeQW .content-right-side {
  text-align: center;
}
.cid-rXQWPqYeQW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rXQWPqYeQW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rXQWPqYeQW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rXQWPqYeQW .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rXQWPqYeQW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rXQWPqYeQW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rXQWPqYeQW .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rXQWPqYeQW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rXQWPqYeQW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rXQWPqYeQW .navbar {
    display: block;
    padding: 0;
  }
  .cid-rXQWPqYeQW .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rXQWPqYeQW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rXQWPqYeQW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rXQWPqYeQW .navbar-toggler {
    display: none;
  }
  .cid-rXQWPqYeQW .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXQWPqYeQW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rXQWPqYeQW .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rXQWPqYeQW .menu-logo {
  margin-right: auto;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rXQWPqYeQW .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rXQWPqYeQW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW button.navbar-toggler:focus {
  outline: none;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .btn {
  display: flex;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rXQWPqYeQW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rXQWPqYeQW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rXQWPqYeQW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rXQWPqYeQW .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing,
  .cid-rXQWPqYeQW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rXQWPqYeQW .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rXQWPqYeQW img {
    height: 3.8rem !important;
  }
  .cid-rXQWPqYeQW .btn {
    display: flex;
  }
  .cid-rXQWPqYeQW button.navbar-toggler {
    display: block;
  }
  .cid-rXQWPqYeQW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rXQWPqYeQW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rXQWPqYeQW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rXQWPqYeQW .nav-link:focus {
  outline: none;
}
.cid-rXQWPqYeQW .navbar-toggler {
  position: relative;
}
.cid-rXQWPqYeQW .dropdown-item.active,
.cid-rXQWPqYeQW .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rYeYc7lGx3.popup-builder {
  background-color: #ffffff;
}
.cid-rYeYc7lGx3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeYc7lGx3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeYc7lGx3 .modal-content,
.cid-rYeYc7lGx3 .modal-dialog {
  height: auto;
}
.cid-rYeYc7lGx3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeYc7lGx3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeYc7lGx3 .form-wrapper .mbr-form .form-group,
  .cid-rYeYc7lGx3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeYc7lGx3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeYc7lGx3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeYc7lGx3 .mbr-text {
  text-align: center;
}
.cid-rYeYc7lGx3 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeYc7lGx3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeYc7lGx3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeYc7lGx3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeYc7lGx3 .modal-open {
  overflow: hidden;
}
.cid-rYeYc7lGx3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeYc7lGx3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeYc7lGx3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeYc7lGx3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYeYc7lGx3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeYc7lGx3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeYc7lGx3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeYc7lGx3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeYc7lGx3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeYc7lGx3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeYc7lGx3 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeYc7lGx3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeYc7lGx3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeYc7lGx3 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeYc7lGx3 .modal-header .close:focus {
  outline: none;
}
.cid-rYeYc7lGx3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYeYc7lGx3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeYc7lGx3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeYc7lGx3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeYc7lGx3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeYc7lGx3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeYc7lGx3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeYc7lGx3 .modal-sm {
    max-width: 300px;
  }
  .cid-rYeYc7lGx3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeYc7lGx3 .modal-lg,
  .cid-rYeYc7lGx3 .modal-xl {
    max-width: 800px;
  }
  .cid-rYeYc7lGx3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeYc7lGx3 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeYc7lGx3 .container {
    max-width: 1140px;
  }
}
.cid-rYeYc7lGx3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeYc7lGx3 .container {
    max-width: 720px;
  }
}
.cid-rYeYc7lGx3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeYc7lGx3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYeYc7lGx3 .form-group {
  margin-bottom: 1rem;
}
.cid-rYeYc7lGx3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeYc7lGx3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeYc7lGx3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1ymrEKqKp.popup-builder {
  background-color: #ffffff;
}
.cid-s1ymrEKqKp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1ymrEKqKp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1ymrEKqKp .modal-content,
.cid-s1ymrEKqKp .modal-dialog {
  height: auto;
}
.cid-s1ymrEKqKp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1ymrEKqKp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1ymrEKqKp .form-wrapper .mbr-form .form-group,
  .cid-s1ymrEKqKp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1ymrEKqKp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1ymrEKqKp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1ymrEKqKp .mbr-text {
  text-align: center;
}
.cid-s1ymrEKqKp .pt-0 {
  padding-top: 0 !important;
}
.cid-s1ymrEKqKp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1ymrEKqKp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1ymrEKqKp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1ymrEKqKp .modal-open {
  overflow: hidden;
}
.cid-s1ymrEKqKp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1ymrEKqKp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1ymrEKqKp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1ymrEKqKp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1ymrEKqKp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1ymrEKqKp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1ymrEKqKp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1ymrEKqKp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1ymrEKqKp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1ymrEKqKp .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1ymrEKqKp .modal-backdrop.show {
  opacity: .5;
}
.cid-s1ymrEKqKp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1ymrEKqKp .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1ymrEKqKp .modal-header .close:hover {
  opacity: 1;
}
.cid-s1ymrEKqKp .modal-header .close:focus {
  outline: none;
}
.cid-s1ymrEKqKp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1ymrEKqKp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1ymrEKqKp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1ymrEKqKp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1ymrEKqKp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1ymrEKqKp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1ymrEKqKp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1ymrEKqKp .modal-sm {
    max-width: 300px;
  }
  .cid-s1ymrEKqKp .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1ymrEKqKp .modal-lg,
  .cid-s1ymrEKqKp .modal-xl {
    max-width: 800px;
  }
  .cid-s1ymrEKqKp .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1ymrEKqKp .modal-xl {
    max-width: 1140px;
  }
  .cid-s1ymrEKqKp .container {
    max-width: 1140px;
  }
}
.cid-s1ymrEKqKp .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1ymrEKqKp .container {
    max-width: 720px;
  }
}
.cid-s1ymrEKqKp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1ymrEKqKp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1ymrEKqKp .form-group {
  margin-bottom: 1rem;
}
.cid-s1ymrEKqKp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1ymrEKqKp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1ymrEKqKp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rY92W2Qics .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rY92W2Qics .navbar-fixed-top {
  padding-top: 0;
}
.cid-rY92W2Qics .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rY92W2Qics .dropdown-item {
  padding: 0;
}
.cid-rY92W2Qics .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rY92W2Qics .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rY92W2Qics .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY92W2Qics .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rY92W2Qics a {
  font-style: normal;
}
.cid-rY92W2Qics .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rY92W2Qics .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rY92W2Qics .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rY92W2Qics .content-text {
  margin-bottom: 0;
}
.cid-rY92W2Qics .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rY92W2Qics .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rY92W2Qics .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rY92W2Qics .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rY92W2Qics .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rY92W2Qics .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rY92W2Qics .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rY92W2Qics .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rY92W2Qics .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY92W2Qics .nav-dropdown .link {
  font-weight: 400;
}
.cid-rY92W2Qics .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rY92W2Qics .content-right-side {
  text-align: center;
}
.cid-rY92W2Qics .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rY92W2Qics .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rY92W2Qics .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rY92W2Qics .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rY92W2Qics .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY92W2Qics .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rY92W2Qics .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rY92W2Qics .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rY92W2Qics .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rY92W2Qics .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rY92W2Qics .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rY92W2Qics .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rY92W2Qics .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rY92W2Qics .navbar {
    display: block;
    padding: 0;
  }
  .cid-rY92W2Qics .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rY92W2Qics .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rY92W2Qics .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rY92W2Qics .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rY92W2Qics .navbar-toggler {
    display: none;
  }
  .cid-rY92W2Qics .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rY92W2Qics .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rY92W2Qics .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY92W2Qics .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rY92W2Qics .menu-logo {
  margin-right: auto;
}
.cid-rY92W2Qics .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY92W2Qics .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rY92W2Qics .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rY92W2Qics .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rY92W2Qics .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rY92W2Qics .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rY92W2Qics .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rY92W2Qics .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rY92W2Qics .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY92W2Qics .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rY92W2Qics .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rY92W2Qics .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rY92W2Qics .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-rY92W2Qics .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rY92W2Qics .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rY92W2Qics .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rY92W2Qics .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rY92W2Qics .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rY92W2Qics .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rY92W2Qics .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rY92W2Qics .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rY92W2Qics .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rY92W2Qics .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rY92W2Qics .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rY92W2Qics .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rY92W2Qics button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY92W2Qics button.navbar-toggler:focus {
  outline: none;
}
.cid-rY92W2Qics button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rY92W2Qics button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rY92W2Qics button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rY92W2Qics button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rY92W2Qics button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rY92W2Qics nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY92W2Qics nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rY92W2Qics nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rY92W2Qics nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY92W2Qics .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rY92W2Qics .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rY92W2Qics .collapsed .btn {
  display: flex;
}
.cid-rY92W2Qics .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rY92W2Qics .collapsed .navbar-collapse.collapsing,
.cid-rY92W2Qics .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rY92W2Qics .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rY92W2Qics .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rY92W2Qics .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rY92W2Qics .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rY92W2Qics .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rY92W2Qics .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rY92W2Qics .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rY92W2Qics .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rY92W2Qics .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rY92W2Qics .collapsed button.navbar-toggler {
  display: block;
}
.cid-rY92W2Qics .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rY92W2Qics .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rY92W2Qics .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rY92W2Qics .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rY92W2Qics .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rY92W2Qics .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rY92W2Qics .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rY92W2Qics .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rY92W2Qics .navbar-collapse.collapsing,
  .cid-rY92W2Qics .navbar-collapse.show {
    display: block !important;
  }
  .cid-rY92W2Qics .navbar-collapse.collapsing .navbar-nav,
  .cid-rY92W2Qics .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rY92W2Qics .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rY92W2Qics .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rY92W2Qics .navbar-collapse.collapsing .navbar-buttons,
  .cid-rY92W2Qics .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rY92W2Qics .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rY92W2Qics .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rY92W2Qics .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rY92W2Qics img {
    height: 3.8rem !important;
  }
  .cid-rY92W2Qics .btn {
    display: flex;
  }
  .cid-rY92W2Qics button.navbar-toggler {
    display: block;
  }
  .cid-rY92W2Qics .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rY92W2Qics .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rY92W2Qics .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rY92W2Qics .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rY92W2Qics .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rY92W2Qics .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rY92W2Qics .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rY92W2Qics .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rY92W2Qics .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rY92W2Qics .nav-link:focus {
  outline: none;
}
.cid-rY92W2Qics .navbar-toggler {
  position: relative;
}
.cid-rY92W2Qics .dropdown-item.active,
.cid-rY92W2Qics .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rY92W69VaA {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rY92W69VaA .mbr-section-title,
.cid-rY92W69VaA .mbr-section-subtitle {
  color: #000000;
}
.cid-rY92W69VaA .mbr-section-text {
  color: #232323;
}
.cid-rY92W69VaA .mbr-text,
.cid-rY92W69VaA .typed-text,
.cid-rY92W69VaA .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rY92W69VaA .btn {
  margin-left: 4px !important;
}
.cid-rY92W69VaA .animated-element {
  color: #ff3366;
}
.cid-rY92W69VaA .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rY92W69VaA .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rY92W69VaA .typed-text,
  .cid-rY92W69VaA .mbr-section-subtitle,
  .cid-rY92W69VaA .mbr-section-text,
  .cid-rY92W69VaA .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rY92W8BeSa {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY92W8BeSa img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY92W8BeSa .row {
  justify-content: center;
}
.cid-rY92W8BeSa .mbr-text {
  color: #232323;
}
.cid-rY92W8BeSa .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY92W8BeSa .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY92W8BeSa .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY92W8BeSa .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY92W8BeSa .icon-box {
    flex-direction: column;
  }
  .cid-rY92W8BeSa .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY92W8BeSa img {
    margin-bottom: 2rem;
  }
}
.cid-rY92W8BeSa H1 {
  color: #232323;
}
.cid-rY92W8BeSa H3 {
  color: #232323;
}
.cid-rY92WaF5if {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY92WaF5if img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY92WaF5if .row {
  justify-content: center;
}
.cid-rY92WaF5if .mbr-text {
  color: #232323;
}
.cid-rY92WaF5if .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY92WaF5if .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY92WaF5if .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY92WaF5if .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY92WaF5if .icon-box {
    flex-direction: column;
  }
  .cid-rY92WaF5if .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY92WaF5if img {
    margin-bottom: 2rem;
  }
}
.cid-rY92WaF5if H1 {
  color: #232323;
}
.cid-rY92WaF5if H3 {
  color: #232323;
}
.cid-rY92WjVXym {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rY92WjVXym .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rY92WjVXym a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rY92WjVXym .mbr-section-btn {
  margin: 0;
}
.cid-rY92WjVXym .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rY92WjVXym .form-control:focus,
.cid-rY92WjVXym .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rY92WjVXym .form-group {
  margin-bottom: 1rem;
}
.cid-rY92WjVXym input::-webkit-input-placeholder,
.cid-rY92WjVXym textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rY92WjVXym input:-moz-placeholder,
.cid-rY92WjVXym textarea:-moz-placeholder {
  color: #656565;
}
.cid-rY92WjVXym .jq-selectbox li,
.cid-rY92WjVXym .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rY92WjVXym .jq-selectbox li:hover,
.cid-rY92WjVXym .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rY92WjVXym .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rY92WjVXym .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rY92WjVXym .form-group,
.cid-rY92WjVXym .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-rY92WjVXym .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-rY92WjVXym .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rY92WjVXym .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-rY92WjVXym .form-block {
    padding: 1rem;
  }
}
.cid-s1yvOw9RBM {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1yvOw9RBM .container {
  max-width: 1400px;
}
.cid-s1yvOw9RBM .card-img2 span {
  padding-top: 6px;
}
.cid-s1yvOw9RBM .soc-item a {
  padding-top: 5px;
}
.cid-s1yvOw9RBM .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1yvOw9RBM .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1yvOw9RBM .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1yvOw9RBM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1yvOw9RBM svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1yvOw9RBM #e2_shape {
  fill: #ffffff !important;
}
.cid-s1yvOw9RBM .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1yvOw9RBM .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1yvOw9RBM .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1yvOw9RBM .card-img {
  width: auto;
}
.cid-s1yvOw9RBM .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1yvOw9RBM .soc-item span {
  font-size: 1.4rem;
}
.cid-s1yvOw9RBM .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1yvOw9RBM .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1yvOw9RBM .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1yvOw9RBM .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1yvOw9RBM .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1yvOw9RBM img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1yvOw9RBM .item {
    justify-content: center;
  }
  .cid-s1yvOw9RBM .quote::after {
    left: 60px;
  }
}
.cid-s1yvOw9RBM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1yvOw9RBM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1yvOw9RBM .text1 {
  color: #ffffff;
}
.cid-s1yvOw9RBM .item-title {
  color: #ffffff;
}
.cid-s1yvOw9RBM H5 {
  color: #ffffff;
}
.cid-s1yvOw9RBM .theme {
  color: #ffffff;
}
.cid-s1yvOw9RBM .copyright > p {
  color: #ff3366;
}
.cid-s1yvOw9RBM .text2 {
  color: #ffffff;
}
.cid-rY92WoDjry.popup-builder {
  background-color: #ffffff;
}
.cid-rY92WoDjry.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY92WoDjry.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY92WoDjry .modal-content,
.cid-rY92WoDjry .modal-dialog {
  height: auto;
}
.cid-rY92WoDjry .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY92WoDjry .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY92WoDjry .form-wrapper .mbr-form .form-group,
  .cid-rY92WoDjry .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY92WoDjry .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY92WoDjry .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY92WoDjry .mbr-text {
  text-align: center;
}
.cid-rY92WoDjry .pt-0 {
  padding-top: 0 !important;
}
.cid-rY92WoDjry .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY92WoDjry .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY92WoDjry .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY92WoDjry .modal-open {
  overflow: hidden;
}
.cid-rY92WoDjry .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY92WoDjry .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY92WoDjry .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY92WoDjry .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rY92WoDjry .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY92WoDjry .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY92WoDjry .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY92WoDjry .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY92WoDjry .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY92WoDjry .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY92WoDjry .modal-backdrop.show {
  opacity: .5;
}
.cid-rY92WoDjry .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY92WoDjry .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY92WoDjry .modal-header .close:hover {
  opacity: 1;
}
.cid-rY92WoDjry .modal-header .close:focus {
  outline: none;
}
.cid-rY92WoDjry .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY92WoDjry .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY92WoDjry .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY92WoDjry .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY92WoDjry .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY92WoDjry .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY92WoDjry .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY92WoDjry .modal-sm {
    max-width: 300px;
  }
  .cid-rY92WoDjry .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY92WoDjry .modal-lg,
  .cid-rY92WoDjry .modal-xl {
    max-width: 800px;
  }
  .cid-rY92WoDjry .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY92WoDjry .modal-xl {
    max-width: 1140px;
  }
  .cid-rY92WoDjry .container {
    max-width: 1140px;
  }
}
.cid-rY92WoDjry .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY92WoDjry .container {
    max-width: 720px;
  }
}
.cid-rY92WoDjry .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY92WoDjry .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rY92WoDjry .form-group {
  margin-bottom: 1rem;
}
.cid-rY92WoDjry .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY92WoDjry .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY92WoDjry .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1yvULUAB3.popup-builder {
  background-color: #ffffff;
}
.cid-s1yvULUAB3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1yvULUAB3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1yvULUAB3 .modal-content,
.cid-s1yvULUAB3 .modal-dialog {
  height: auto;
}
.cid-s1yvULUAB3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1yvULUAB3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1yvULUAB3 .form-wrapper .mbr-form .form-group,
  .cid-s1yvULUAB3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1yvULUAB3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1yvULUAB3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1yvULUAB3 .mbr-text {
  text-align: center;
}
.cid-s1yvULUAB3 .pt-0 {
  padding-top: 0 !important;
}
.cid-s1yvULUAB3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1yvULUAB3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1yvULUAB3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1yvULUAB3 .modal-open {
  overflow: hidden;
}
.cid-s1yvULUAB3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1yvULUAB3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1yvULUAB3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1yvULUAB3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1yvULUAB3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1yvULUAB3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1yvULUAB3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1yvULUAB3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1yvULUAB3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1yvULUAB3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1yvULUAB3 .modal-backdrop.show {
  opacity: .5;
}
.cid-s1yvULUAB3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1yvULUAB3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1yvULUAB3 .modal-header .close:hover {
  opacity: 1;
}
.cid-s1yvULUAB3 .modal-header .close:focus {
  outline: none;
}
.cid-s1yvULUAB3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1yvULUAB3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1yvULUAB3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1yvULUAB3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1yvULUAB3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1yvULUAB3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1yvULUAB3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1yvULUAB3 .modal-sm {
    max-width: 300px;
  }
  .cid-s1yvULUAB3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1yvULUAB3 .modal-lg,
  .cid-s1yvULUAB3 .modal-xl {
    max-width: 800px;
  }
  .cid-s1yvULUAB3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1yvULUAB3 .modal-xl {
    max-width: 1140px;
  }
  .cid-s1yvULUAB3 .container {
    max-width: 1140px;
  }
}
.cid-s1yvULUAB3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1yvULUAB3 .container {
    max-width: 720px;
  }
}
.cid-s1yvULUAB3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1yvULUAB3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1yvULUAB3 .form-group {
  margin-bottom: 1rem;
}
.cid-s1yvULUAB3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1yvULUAB3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1yvULUAB3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rY998WO7cA .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rY998WO7cA .navbar-fixed-top {
  padding-top: 0;
}
.cid-rY998WO7cA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rY998WO7cA .dropdown-item {
  padding: 0;
}
.cid-rY998WO7cA .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rY998WO7cA .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rY998WO7cA .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY998WO7cA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rY998WO7cA a {
  font-style: normal;
}
.cid-rY998WO7cA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rY998WO7cA .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rY998WO7cA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rY998WO7cA .content-text {
  margin-bottom: 0;
}
.cid-rY998WO7cA .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rY998WO7cA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rY998WO7cA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rY998WO7cA .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rY998WO7cA .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rY998WO7cA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rY998WO7cA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rY998WO7cA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rY998WO7cA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY998WO7cA .nav-dropdown .link {
  font-weight: 400;
}
.cid-rY998WO7cA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rY998WO7cA .content-right-side {
  text-align: center;
}
.cid-rY998WO7cA .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rY998WO7cA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rY998WO7cA .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rY998WO7cA .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rY998WO7cA .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY998WO7cA .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rY998WO7cA .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rY998WO7cA .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rY998WO7cA .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rY998WO7cA .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rY998WO7cA .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rY998WO7cA .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rY998WO7cA .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rY998WO7cA .navbar {
    display: block;
    padding: 0;
  }
  .cid-rY998WO7cA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rY998WO7cA .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rY998WO7cA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rY998WO7cA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rY998WO7cA .navbar-toggler {
    display: none;
  }
  .cid-rY998WO7cA .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rY998WO7cA .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rY998WO7cA .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY998WO7cA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rY998WO7cA .menu-logo {
  margin-right: auto;
}
.cid-rY998WO7cA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY998WO7cA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rY998WO7cA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rY998WO7cA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rY998WO7cA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rY998WO7cA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rY998WO7cA .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rY998WO7cA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rY998WO7cA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY998WO7cA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rY998WO7cA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rY998WO7cA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rY998WO7cA .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-rY998WO7cA .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rY998WO7cA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rY998WO7cA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rY998WO7cA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rY998WO7cA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rY998WO7cA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rY998WO7cA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rY998WO7cA .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rY998WO7cA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rY998WO7cA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rY998WO7cA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rY998WO7cA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rY998WO7cA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY998WO7cA button.navbar-toggler:focus {
  outline: none;
}
.cid-rY998WO7cA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rY998WO7cA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rY998WO7cA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rY998WO7cA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rY998WO7cA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rY998WO7cA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY998WO7cA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rY998WO7cA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rY998WO7cA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY998WO7cA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rY998WO7cA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rY998WO7cA .collapsed .btn {
  display: flex;
}
.cid-rY998WO7cA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rY998WO7cA .collapsed .navbar-collapse.collapsing,
.cid-rY998WO7cA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rY998WO7cA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rY998WO7cA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rY998WO7cA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rY998WO7cA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rY998WO7cA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rY998WO7cA .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rY998WO7cA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rY998WO7cA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rY998WO7cA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rY998WO7cA .collapsed button.navbar-toggler {
  display: block;
}
.cid-rY998WO7cA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rY998WO7cA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rY998WO7cA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rY998WO7cA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rY998WO7cA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rY998WO7cA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rY998WO7cA .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rY998WO7cA .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rY998WO7cA .navbar-collapse.collapsing,
  .cid-rY998WO7cA .navbar-collapse.show {
    display: block !important;
  }
  .cid-rY998WO7cA .navbar-collapse.collapsing .navbar-nav,
  .cid-rY998WO7cA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rY998WO7cA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rY998WO7cA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rY998WO7cA .navbar-collapse.collapsing .navbar-buttons,
  .cid-rY998WO7cA .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rY998WO7cA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rY998WO7cA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rY998WO7cA .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rY998WO7cA img {
    height: 3.8rem !important;
  }
  .cid-rY998WO7cA .btn {
    display: flex;
  }
  .cid-rY998WO7cA button.navbar-toggler {
    display: block;
  }
  .cid-rY998WO7cA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rY998WO7cA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rY998WO7cA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rY998WO7cA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rY998WO7cA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rY998WO7cA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rY998WO7cA .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rY998WO7cA .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rY998WO7cA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rY998WO7cA .nav-link:focus {
  outline: none;
}
.cid-rY998WO7cA .navbar-toggler {
  position: relative;
}
.cid-rY998WO7cA .dropdown-item.active,
.cid-rY998WO7cA .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rY998ZpNM5 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rY998ZpNM5 .mbr-section-title,
.cid-rY998ZpNM5 .mbr-section-subtitle {
  color: #000000;
}
.cid-rY998ZpNM5 .mbr-section-text {
  color: #232323;
}
.cid-rY998ZpNM5 .mbr-text,
.cid-rY998ZpNM5 .typed-text,
.cid-rY998ZpNM5 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rY998ZpNM5 .btn {
  margin-left: 4px !important;
}
.cid-rY998ZpNM5 .animated-element {
  color: #ff3366;
}
.cid-rY998ZpNM5 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rY998ZpNM5 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rY998ZpNM5 .typed-text,
  .cid-rY998ZpNM5 .mbr-section-subtitle,
  .cid-rY998ZpNM5 .mbr-section-text,
  .cid-rY998ZpNM5 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rY9991ELsz {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY9991ELsz img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY9991ELsz .row {
  justify-content: center;
}
.cid-rY9991ELsz .mbr-text {
  color: #232323;
}
.cid-rY9991ELsz .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY9991ELsz .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY9991ELsz .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY9991ELsz .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY9991ELsz .icon-box {
    flex-direction: column;
  }
  .cid-rY9991ELsz .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY9991ELsz img {
    margin-bottom: 2rem;
  }
}
.cid-rY9991ELsz H1 {
  color: #232323;
}
.cid-rY9991ELsz H3 {
  color: #232323;
}
.cid-rY9993CIrn {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY9993CIrn img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY9993CIrn .row {
  justify-content: center;
}
.cid-rY9993CIrn .mbr-text {
  color: #232323;
}
.cid-rY9993CIrn .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY9993CIrn .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY9993CIrn .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY9993CIrn .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY9993CIrn .icon-box {
    flex-direction: column;
  }
  .cid-rY9993CIrn .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY9993CIrn img {
    margin-bottom: 2rem;
  }
}
.cid-rY9993CIrn H1 {
  color: #232323;
}
.cid-rY9993CIrn H3 {
  color: #232323;
}
.cid-rY9995o6RL {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY9995o6RL img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY9995o6RL .row {
  justify-content: center;
}
.cid-rY9995o6RL .mbr-text {
  color: #232323;
}
.cid-rY9995o6RL .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY9995o6RL .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY9995o6RL .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY9995o6RL .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY9995o6RL .icon-box {
    flex-direction: column;
  }
  .cid-rY9995o6RL .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY9995o6RL img {
    margin-bottom: 2rem;
  }
}
.cid-rY9995o6RL H1 {
  color: #232323;
}
.cid-rY9995o6RL H3 {
  color: #232323;
}
.cid-rY99998ZvG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rY99998ZvG .text-block {
  z-index: 2;
}
.cid-rY99998ZvG .content-panel {
  width: 110%;
  background: #ffffff;
  padding: 3rem;
}
.cid-rY99998ZvG .menu-box {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.cid-rY99998ZvG .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
  word-break: break-word;
}
.cid-rY99998ZvG .item-title {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rY99998ZvG .text-block {
    padding-bottom: 2rem;
  }
  .cid-rY99998ZvG .content-panel {
    width: 100%;
    padding: 1rem;
  }
}
.cid-rY999c4s3e {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rY999c4s3e .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rY999c4s3e a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rY999c4s3e .mbr-section-btn {
  margin: 0;
}
.cid-rY999c4s3e .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rY999c4s3e .form-control:focus,
.cid-rY999c4s3e .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rY999c4s3e .form-group {
  margin-bottom: 1rem;
}
.cid-rY999c4s3e input::-webkit-input-placeholder,
.cid-rY999c4s3e textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rY999c4s3e input:-moz-placeholder,
.cid-rY999c4s3e textarea:-moz-placeholder {
  color: #656565;
}
.cid-rY999c4s3e .jq-selectbox li,
.cid-rY999c4s3e .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rY999c4s3e .jq-selectbox li:hover,
.cid-rY999c4s3e .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rY999c4s3e .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rY999c4s3e .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rY999c4s3e .form-group,
.cid-rY999c4s3e .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-rY999c4s3e .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-rY999c4s3e .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rY999c4s3e .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-rY999c4s3e .form-block {
    padding: 1rem;
  }
}
.cid-s1ywMcb2UB {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1ywMcb2UB .container {
  max-width: 1400px;
}
.cid-s1ywMcb2UB .card-img2 span {
  padding-top: 6px;
}
.cid-s1ywMcb2UB .soc-item a {
  padding-top: 5px;
}
.cid-s1ywMcb2UB .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1ywMcb2UB .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1ywMcb2UB .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1ywMcb2UB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1ywMcb2UB svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1ywMcb2UB #e2_shape {
  fill: #ffffff !important;
}
.cid-s1ywMcb2UB .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1ywMcb2UB .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1ywMcb2UB .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1ywMcb2UB .card-img {
  width: auto;
}
.cid-s1ywMcb2UB .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1ywMcb2UB .soc-item span {
  font-size: 1.4rem;
}
.cid-s1ywMcb2UB .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1ywMcb2UB .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1ywMcb2UB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1ywMcb2UB .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1ywMcb2UB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1ywMcb2UB img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1ywMcb2UB .item {
    justify-content: center;
  }
  .cid-s1ywMcb2UB .quote::after {
    left: 60px;
  }
}
.cid-s1ywMcb2UB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1ywMcb2UB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1ywMcb2UB .text1 {
  color: #ffffff;
}
.cid-s1ywMcb2UB .item-title {
  color: #ffffff;
}
.cid-s1ywMcb2UB H5 {
  color: #ffffff;
}
.cid-s1ywMcb2UB .theme {
  color: #ffffff;
}
.cid-s1ywMcb2UB .copyright > p {
  color: #ff3366;
}
.cid-s1ywMcb2UB .text2 {
  color: #ffffff;
}
.cid-rY999gU2Z8.popup-builder {
  background-color: #ffffff;
}
.cid-rY999gU2Z8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY999gU2Z8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY999gU2Z8 .modal-content,
.cid-rY999gU2Z8 .modal-dialog {
  height: auto;
}
.cid-rY999gU2Z8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY999gU2Z8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY999gU2Z8 .form-wrapper .mbr-form .form-group,
  .cid-rY999gU2Z8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY999gU2Z8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY999gU2Z8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY999gU2Z8 .mbr-text {
  text-align: center;
}
.cid-rY999gU2Z8 .pt-0 {
  padding-top: 0 !important;
}
.cid-rY999gU2Z8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY999gU2Z8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY999gU2Z8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY999gU2Z8 .modal-open {
  overflow: hidden;
}
.cid-rY999gU2Z8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY999gU2Z8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY999gU2Z8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY999gU2Z8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rY999gU2Z8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY999gU2Z8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY999gU2Z8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY999gU2Z8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY999gU2Z8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY999gU2Z8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY999gU2Z8 .modal-backdrop.show {
  opacity: .5;
}
.cid-rY999gU2Z8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY999gU2Z8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY999gU2Z8 .modal-header .close:hover {
  opacity: 1;
}
.cid-rY999gU2Z8 .modal-header .close:focus {
  outline: none;
}
.cid-rY999gU2Z8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY999gU2Z8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY999gU2Z8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY999gU2Z8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY999gU2Z8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY999gU2Z8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY999gU2Z8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY999gU2Z8 .modal-sm {
    max-width: 300px;
  }
  .cid-rY999gU2Z8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY999gU2Z8 .modal-lg,
  .cid-rY999gU2Z8 .modal-xl {
    max-width: 800px;
  }
  .cid-rY999gU2Z8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY999gU2Z8 .modal-xl {
    max-width: 1140px;
  }
  .cid-rY999gU2Z8 .container {
    max-width: 1140px;
  }
}
.cid-rY999gU2Z8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY999gU2Z8 .container {
    max-width: 720px;
  }
}
.cid-rY999gU2Z8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY999gU2Z8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rY999gU2Z8 .form-group {
  margin-bottom: 1rem;
}
.cid-rY999gU2Z8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY999gU2Z8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY999gU2Z8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1ywU2wtNy.popup-builder {
  background-color: #ffffff;
}
.cid-s1ywU2wtNy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1ywU2wtNy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1ywU2wtNy .modal-content,
.cid-s1ywU2wtNy .modal-dialog {
  height: auto;
}
.cid-s1ywU2wtNy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1ywU2wtNy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1ywU2wtNy .form-wrapper .mbr-form .form-group,
  .cid-s1ywU2wtNy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1ywU2wtNy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1ywU2wtNy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1ywU2wtNy .mbr-text {
  text-align: center;
}
.cid-s1ywU2wtNy .pt-0 {
  padding-top: 0 !important;
}
.cid-s1ywU2wtNy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1ywU2wtNy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1ywU2wtNy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1ywU2wtNy .modal-open {
  overflow: hidden;
}
.cid-s1ywU2wtNy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1ywU2wtNy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1ywU2wtNy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1ywU2wtNy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1ywU2wtNy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1ywU2wtNy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1ywU2wtNy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1ywU2wtNy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1ywU2wtNy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1ywU2wtNy .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1ywU2wtNy .modal-backdrop.show {
  opacity: .5;
}
.cid-s1ywU2wtNy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1ywU2wtNy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1ywU2wtNy .modal-header .close:hover {
  opacity: 1;
}
.cid-s1ywU2wtNy .modal-header .close:focus {
  outline: none;
}
.cid-s1ywU2wtNy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1ywU2wtNy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1ywU2wtNy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1ywU2wtNy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1ywU2wtNy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1ywU2wtNy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1ywU2wtNy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1ywU2wtNy .modal-sm {
    max-width: 300px;
  }
  .cid-s1ywU2wtNy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1ywU2wtNy .modal-lg,
  .cid-s1ywU2wtNy .modal-xl {
    max-width: 800px;
  }
  .cid-s1ywU2wtNy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1ywU2wtNy .modal-xl {
    max-width: 1140px;
  }
  .cid-s1ywU2wtNy .container {
    max-width: 1140px;
  }
}
.cid-s1ywU2wtNy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1ywU2wtNy .container {
    max-width: 720px;
  }
}
.cid-s1ywU2wtNy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1ywU2wtNy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1ywU2wtNy .form-group {
  margin-bottom: 1rem;
}
.cid-s1ywU2wtNy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1ywU2wtNy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1ywU2wtNy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rY9eNVj8SY .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rY9eNVj8SY .navbar-fixed-top {
  padding-top: 0;
}
.cid-rY9eNVj8SY .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rY9eNVj8SY .dropdown-item {
  padding: 0;
}
.cid-rY9eNVj8SY .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rY9eNVj8SY .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rY9eNVj8SY .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY9eNVj8SY .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rY9eNVj8SY a {
  font-style: normal;
}
.cid-rY9eNVj8SY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rY9eNVj8SY .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rY9eNVj8SY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rY9eNVj8SY .content-text {
  margin-bottom: 0;
}
.cid-rY9eNVj8SY .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rY9eNVj8SY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rY9eNVj8SY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rY9eNVj8SY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rY9eNVj8SY .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rY9eNVj8SY .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rY9eNVj8SY .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rY9eNVj8SY .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rY9eNVj8SY .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY9eNVj8SY .nav-dropdown .link {
  font-weight: 400;
}
.cid-rY9eNVj8SY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rY9eNVj8SY .content-right-side {
  text-align: center;
}
.cid-rY9eNVj8SY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rY9eNVj8SY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rY9eNVj8SY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rY9eNVj8SY .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rY9eNVj8SY .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY9eNVj8SY .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rY9eNVj8SY .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rY9eNVj8SY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rY9eNVj8SY .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rY9eNVj8SY .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rY9eNVj8SY .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rY9eNVj8SY .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rY9eNVj8SY .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rY9eNVj8SY .navbar {
    display: block;
    padding: 0;
  }
  .cid-rY9eNVj8SY .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rY9eNVj8SY .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rY9eNVj8SY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rY9eNVj8SY .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rY9eNVj8SY .navbar-toggler {
    display: none;
  }
  .cid-rY9eNVj8SY .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rY9eNVj8SY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rY9eNVj8SY .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY9eNVj8SY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rY9eNVj8SY .menu-logo {
  margin-right: auto;
}
.cid-rY9eNVj8SY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY9eNVj8SY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rY9eNVj8SY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rY9eNVj8SY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rY9eNVj8SY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rY9eNVj8SY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rY9eNVj8SY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rY9eNVj8SY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rY9eNVj8SY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY9eNVj8SY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rY9eNVj8SY .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rY9eNVj8SY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rY9eNVj8SY .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-rY9eNVj8SY .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rY9eNVj8SY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rY9eNVj8SY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rY9eNVj8SY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rY9eNVj8SY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rY9eNVj8SY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rY9eNVj8SY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rY9eNVj8SY .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rY9eNVj8SY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rY9eNVj8SY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rY9eNVj8SY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rY9eNVj8SY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rY9eNVj8SY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY9eNVj8SY button.navbar-toggler:focus {
  outline: none;
}
.cid-rY9eNVj8SY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rY9eNVj8SY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rY9eNVj8SY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rY9eNVj8SY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rY9eNVj8SY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rY9eNVj8SY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY9eNVj8SY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rY9eNVj8SY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rY9eNVj8SY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY9eNVj8SY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rY9eNVj8SY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rY9eNVj8SY .collapsed .btn {
  display: flex;
}
.cid-rY9eNVj8SY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rY9eNVj8SY .collapsed .navbar-collapse.collapsing,
.cid-rY9eNVj8SY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rY9eNVj8SY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rY9eNVj8SY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rY9eNVj8SY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rY9eNVj8SY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rY9eNVj8SY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rY9eNVj8SY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rY9eNVj8SY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rY9eNVj8SY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rY9eNVj8SY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rY9eNVj8SY .collapsed button.navbar-toggler {
  display: block;
}
.cid-rY9eNVj8SY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rY9eNVj8SY .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rY9eNVj8SY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rY9eNVj8SY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rY9eNVj8SY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rY9eNVj8SY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rY9eNVj8SY .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rY9eNVj8SY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rY9eNVj8SY .navbar-collapse.collapsing,
  .cid-rY9eNVj8SY .navbar-collapse.show {
    display: block !important;
  }
  .cid-rY9eNVj8SY .navbar-collapse.collapsing .navbar-nav,
  .cid-rY9eNVj8SY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rY9eNVj8SY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rY9eNVj8SY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rY9eNVj8SY .navbar-collapse.collapsing .navbar-buttons,
  .cid-rY9eNVj8SY .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rY9eNVj8SY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rY9eNVj8SY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rY9eNVj8SY .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rY9eNVj8SY img {
    height: 3.8rem !important;
  }
  .cid-rY9eNVj8SY .btn {
    display: flex;
  }
  .cid-rY9eNVj8SY button.navbar-toggler {
    display: block;
  }
  .cid-rY9eNVj8SY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rY9eNVj8SY .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rY9eNVj8SY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rY9eNVj8SY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rY9eNVj8SY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rY9eNVj8SY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rY9eNVj8SY .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rY9eNVj8SY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rY9eNVj8SY .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rY9eNVj8SY .nav-link:focus {
  outline: none;
}
.cid-rY9eNVj8SY .navbar-toggler {
  position: relative;
}
.cid-rY9eNVj8SY .dropdown-item.active,
.cid-rY9eNVj8SY .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rY9eNXTB4E {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rY9eNXTB4E .mbr-section-title,
.cid-rY9eNXTB4E .mbr-section-subtitle {
  color: #000000;
}
.cid-rY9eNXTB4E .mbr-section-text {
  color: #232323;
}
.cid-rY9eNXTB4E .mbr-text,
.cid-rY9eNXTB4E .typed-text,
.cid-rY9eNXTB4E .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rY9eNXTB4E .btn {
  margin-left: 4px !important;
}
.cid-rY9eNXTB4E .animated-element {
  color: #ff3366;
}
.cid-rY9eNXTB4E .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rY9eNXTB4E .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rY9eNXTB4E .typed-text,
  .cid-rY9eNXTB4E .mbr-section-subtitle,
  .cid-rY9eNXTB4E .mbr-section-text,
  .cid-rY9eNXTB4E .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rY9eO0Z6td {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY9eO0Z6td img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY9eO0Z6td .row {
  justify-content: center;
}
.cid-rY9eO0Z6td .mbr-text {
  color: #232323;
}
.cid-rY9eO0Z6td .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY9eO0Z6td .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY9eO0Z6td .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY9eO0Z6td .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY9eO0Z6td .icon-box {
    flex-direction: column;
  }
  .cid-rY9eO0Z6td .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY9eO0Z6td img {
    margin-bottom: 2rem;
  }
}
.cid-rY9eO0Z6td H1 {
  color: #232323;
}
.cid-rY9eO0Z6td H3 {
  color: #232323;
}
.cid-rY9eO4WlNS {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY9eO4WlNS img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY9eO4WlNS .row {
  justify-content: center;
}
.cid-rY9eO4WlNS .mbr-text {
  color: #232323;
}
.cid-rY9eO4WlNS .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY9eO4WlNS .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY9eO4WlNS .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY9eO4WlNS .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY9eO4WlNS .icon-box {
    flex-direction: column;
  }
  .cid-rY9eO4WlNS .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY9eO4WlNS img {
    margin-bottom: 2rem;
  }
}
.cid-rY9eO4WlNS H1 {
  color: #232323;
}
.cid-rY9eO4WlNS H3 {
  color: #232323;
}
.cid-rY9eO8HVju {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rY9eO8HVju .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rY9eO8HVju a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rY9eO8HVju .mbr-section-btn {
  margin: 0;
}
.cid-rY9eO8HVju .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rY9eO8HVju .form-control:focus,
.cid-rY9eO8HVju .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rY9eO8HVju .form-group {
  margin-bottom: 1rem;
}
.cid-rY9eO8HVju input::-webkit-input-placeholder,
.cid-rY9eO8HVju textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rY9eO8HVju input:-moz-placeholder,
.cid-rY9eO8HVju textarea:-moz-placeholder {
  color: #656565;
}
.cid-rY9eO8HVju .jq-selectbox li,
.cid-rY9eO8HVju .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rY9eO8HVju .jq-selectbox li:hover,
.cid-rY9eO8HVju .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rY9eO8HVju .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rY9eO8HVju .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rY9eO8HVju .form-group,
.cid-rY9eO8HVju .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-rY9eO8HVju .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-rY9eO8HVju .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rY9eO8HVju .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-rY9eO8HVju .form-block {
    padding: 1rem;
  }
}
.cid-s1yxADmCnc {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1yxADmCnc .container {
  max-width: 1400px;
}
.cid-s1yxADmCnc .card-img2 span {
  padding-top: 6px;
}
.cid-s1yxADmCnc .soc-item a {
  padding-top: 5px;
}
.cid-s1yxADmCnc .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1yxADmCnc .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1yxADmCnc .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1yxADmCnc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1yxADmCnc svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1yxADmCnc #e2_shape {
  fill: #ffffff !important;
}
.cid-s1yxADmCnc .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1yxADmCnc .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1yxADmCnc .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1yxADmCnc .card-img {
  width: auto;
}
.cid-s1yxADmCnc .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1yxADmCnc .soc-item span {
  font-size: 1.4rem;
}
.cid-s1yxADmCnc .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1yxADmCnc .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1yxADmCnc .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1yxADmCnc .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1yxADmCnc .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1yxADmCnc img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1yxADmCnc .item {
    justify-content: center;
  }
  .cid-s1yxADmCnc .quote::after {
    left: 60px;
  }
}
.cid-s1yxADmCnc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1yxADmCnc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1yxADmCnc .text1 {
  color: #ffffff;
}
.cid-s1yxADmCnc .item-title {
  color: #ffffff;
}
.cid-s1yxADmCnc H5 {
  color: #ffffff;
}
.cid-s1yxADmCnc .theme {
  color: #ffffff;
}
.cid-s1yxADmCnc .copyright > p {
  color: #ff3366;
}
.cid-s1yxADmCnc .text2 {
  color: #ffffff;
}
.cid-rY9eOhMu7O.popup-builder {
  background-color: #ffffff;
}
.cid-rY9eOhMu7O.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY9eOhMu7O.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY9eOhMu7O .modal-content,
.cid-rY9eOhMu7O .modal-dialog {
  height: auto;
}
.cid-rY9eOhMu7O .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY9eOhMu7O .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY9eOhMu7O .form-wrapper .mbr-form .form-group,
  .cid-rY9eOhMu7O .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY9eOhMu7O .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY9eOhMu7O .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY9eOhMu7O .mbr-text {
  text-align: center;
}
.cid-rY9eOhMu7O .pt-0 {
  padding-top: 0 !important;
}
.cid-rY9eOhMu7O .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY9eOhMu7O .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY9eOhMu7O .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY9eOhMu7O .modal-open {
  overflow: hidden;
}
.cid-rY9eOhMu7O .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY9eOhMu7O .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY9eOhMu7O .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY9eOhMu7O .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rY9eOhMu7O .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY9eOhMu7O .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY9eOhMu7O .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY9eOhMu7O .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY9eOhMu7O .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY9eOhMu7O .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY9eOhMu7O .modal-backdrop.show {
  opacity: .5;
}
.cid-rY9eOhMu7O .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY9eOhMu7O .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY9eOhMu7O .modal-header .close:hover {
  opacity: 1;
}
.cid-rY9eOhMu7O .modal-header .close:focus {
  outline: none;
}
.cid-rY9eOhMu7O .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY9eOhMu7O .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY9eOhMu7O .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY9eOhMu7O .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY9eOhMu7O .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY9eOhMu7O .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY9eOhMu7O .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY9eOhMu7O .modal-sm {
    max-width: 300px;
  }
  .cid-rY9eOhMu7O .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY9eOhMu7O .modal-lg,
  .cid-rY9eOhMu7O .modal-xl {
    max-width: 800px;
  }
  .cid-rY9eOhMu7O .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY9eOhMu7O .modal-xl {
    max-width: 1140px;
  }
  .cid-rY9eOhMu7O .container {
    max-width: 1140px;
  }
}
.cid-rY9eOhMu7O .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY9eOhMu7O .container {
    max-width: 720px;
  }
}
.cid-rY9eOhMu7O .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY9eOhMu7O .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rY9eOhMu7O .form-group {
  margin-bottom: 1rem;
}
.cid-rY9eOhMu7O .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY9eOhMu7O .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY9eOhMu7O .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1yxNgtZsO.popup-builder {
  background-color: #ffffff;
}
.cid-s1yxNgtZsO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1yxNgtZsO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1yxNgtZsO .modal-content,
.cid-s1yxNgtZsO .modal-dialog {
  height: auto;
}
.cid-s1yxNgtZsO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1yxNgtZsO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1yxNgtZsO .form-wrapper .mbr-form .form-group,
  .cid-s1yxNgtZsO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1yxNgtZsO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1yxNgtZsO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1yxNgtZsO .mbr-text {
  text-align: center;
}
.cid-s1yxNgtZsO .pt-0 {
  padding-top: 0 !important;
}
.cid-s1yxNgtZsO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1yxNgtZsO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1yxNgtZsO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1yxNgtZsO .modal-open {
  overflow: hidden;
}
.cid-s1yxNgtZsO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1yxNgtZsO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1yxNgtZsO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1yxNgtZsO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1yxNgtZsO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1yxNgtZsO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1yxNgtZsO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1yxNgtZsO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1yxNgtZsO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1yxNgtZsO .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1yxNgtZsO .modal-backdrop.show {
  opacity: .5;
}
.cid-s1yxNgtZsO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1yxNgtZsO .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1yxNgtZsO .modal-header .close:hover {
  opacity: 1;
}
.cid-s1yxNgtZsO .modal-header .close:focus {
  outline: none;
}
.cid-s1yxNgtZsO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1yxNgtZsO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1yxNgtZsO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1yxNgtZsO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1yxNgtZsO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1yxNgtZsO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1yxNgtZsO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1yxNgtZsO .modal-sm {
    max-width: 300px;
  }
  .cid-s1yxNgtZsO .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1yxNgtZsO .modal-lg,
  .cid-s1yxNgtZsO .modal-xl {
    max-width: 800px;
  }
  .cid-s1yxNgtZsO .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1yxNgtZsO .modal-xl {
    max-width: 1140px;
  }
  .cid-s1yxNgtZsO .container {
    max-width: 1140px;
  }
}
.cid-s1yxNgtZsO .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1yxNgtZsO .container {
    max-width: 720px;
  }
}
.cid-s1yxNgtZsO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1yxNgtZsO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1yxNgtZsO .form-group {
  margin-bottom: 1rem;
}
.cid-s1yxNgtZsO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1yxNgtZsO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1yxNgtZsO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rY9i9EjZqI .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rY9i9EjZqI .navbar-fixed-top {
  padding-top: 0;
}
.cid-rY9i9EjZqI .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rY9i9EjZqI .dropdown-item {
  padding: 0;
}
.cid-rY9i9EjZqI .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rY9i9EjZqI .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rY9i9EjZqI .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY9i9EjZqI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rY9i9EjZqI a {
  font-style: normal;
}
.cid-rY9i9EjZqI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rY9i9EjZqI .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rY9i9EjZqI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rY9i9EjZqI .content-text {
  margin-bottom: 0;
}
.cid-rY9i9EjZqI .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rY9i9EjZqI .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rY9i9EjZqI .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rY9i9EjZqI .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rY9i9EjZqI .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rY9i9EjZqI .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rY9i9EjZqI .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rY9i9EjZqI .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rY9i9EjZqI .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY9i9EjZqI .nav-dropdown .link {
  font-weight: 400;
}
.cid-rY9i9EjZqI .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rY9i9EjZqI .content-right-side {
  text-align: center;
}
.cid-rY9i9EjZqI .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rY9i9EjZqI .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rY9i9EjZqI .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rY9i9EjZqI .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rY9i9EjZqI .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY9i9EjZqI .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rY9i9EjZqI .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rY9i9EjZqI .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rY9i9EjZqI .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rY9i9EjZqI .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rY9i9EjZqI .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rY9i9EjZqI .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rY9i9EjZqI .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rY9i9EjZqI .navbar {
    display: block;
    padding: 0;
  }
  .cid-rY9i9EjZqI .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rY9i9EjZqI .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rY9i9EjZqI .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rY9i9EjZqI .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rY9i9EjZqI .navbar-toggler {
    display: none;
  }
  .cid-rY9i9EjZqI .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rY9i9EjZqI .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rY9i9EjZqI .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY9i9EjZqI .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rY9i9EjZqI .menu-logo {
  margin-right: auto;
}
.cid-rY9i9EjZqI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY9i9EjZqI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rY9i9EjZqI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rY9i9EjZqI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rY9i9EjZqI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rY9i9EjZqI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rY9i9EjZqI .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rY9i9EjZqI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rY9i9EjZqI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY9i9EjZqI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rY9i9EjZqI .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rY9i9EjZqI .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rY9i9EjZqI .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-rY9i9EjZqI .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rY9i9EjZqI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rY9i9EjZqI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rY9i9EjZqI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rY9i9EjZqI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rY9i9EjZqI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rY9i9EjZqI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rY9i9EjZqI .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rY9i9EjZqI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rY9i9EjZqI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rY9i9EjZqI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rY9i9EjZqI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rY9i9EjZqI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY9i9EjZqI button.navbar-toggler:focus {
  outline: none;
}
.cid-rY9i9EjZqI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rY9i9EjZqI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rY9i9EjZqI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rY9i9EjZqI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rY9i9EjZqI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rY9i9EjZqI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY9i9EjZqI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rY9i9EjZqI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rY9i9EjZqI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY9i9EjZqI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rY9i9EjZqI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rY9i9EjZqI .collapsed .btn {
  display: flex;
}
.cid-rY9i9EjZqI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rY9i9EjZqI .collapsed .navbar-collapse.collapsing,
.cid-rY9i9EjZqI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rY9i9EjZqI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rY9i9EjZqI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rY9i9EjZqI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rY9i9EjZqI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rY9i9EjZqI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rY9i9EjZqI .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rY9i9EjZqI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rY9i9EjZqI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rY9i9EjZqI .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rY9i9EjZqI .collapsed button.navbar-toggler {
  display: block;
}
.cid-rY9i9EjZqI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rY9i9EjZqI .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rY9i9EjZqI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rY9i9EjZqI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rY9i9EjZqI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rY9i9EjZqI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rY9i9EjZqI .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rY9i9EjZqI .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rY9i9EjZqI .navbar-collapse.collapsing,
  .cid-rY9i9EjZqI .navbar-collapse.show {
    display: block !important;
  }
  .cid-rY9i9EjZqI .navbar-collapse.collapsing .navbar-nav,
  .cid-rY9i9EjZqI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rY9i9EjZqI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rY9i9EjZqI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rY9i9EjZqI .navbar-collapse.collapsing .navbar-buttons,
  .cid-rY9i9EjZqI .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rY9i9EjZqI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rY9i9EjZqI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rY9i9EjZqI .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rY9i9EjZqI img {
    height: 3.8rem !important;
  }
  .cid-rY9i9EjZqI .btn {
    display: flex;
  }
  .cid-rY9i9EjZqI button.navbar-toggler {
    display: block;
  }
  .cid-rY9i9EjZqI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rY9i9EjZqI .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rY9i9EjZqI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rY9i9EjZqI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rY9i9EjZqI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rY9i9EjZqI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rY9i9EjZqI .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rY9i9EjZqI .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rY9i9EjZqI .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rY9i9EjZqI .nav-link:focus {
  outline: none;
}
.cid-rY9i9EjZqI .navbar-toggler {
  position: relative;
}
.cid-rY9i9EjZqI .dropdown-item.active,
.cid-rY9i9EjZqI .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rY9i9JxYFd {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rY9i9JxYFd .mbr-section-title,
.cid-rY9i9JxYFd .mbr-section-subtitle {
  color: #000000;
}
.cid-rY9i9JxYFd .mbr-section-text {
  color: #232323;
}
.cid-rY9i9JxYFd .mbr-text,
.cid-rY9i9JxYFd .typed-text,
.cid-rY9i9JxYFd .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rY9i9JxYFd .btn {
  margin-left: 4px !important;
}
.cid-rY9i9JxYFd .animated-element {
  color: #ff3366;
}
.cid-rY9i9JxYFd .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rY9i9JxYFd .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rY9i9JxYFd .typed-text,
  .cid-rY9i9JxYFd .mbr-section-subtitle,
  .cid-rY9i9JxYFd .mbr-section-text,
  .cid-rY9i9JxYFd .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rY9i9O14UB {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY9i9O14UB img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY9i9O14UB .row {
  justify-content: center;
}
.cid-rY9i9O14UB .mbr-text {
  color: #232323;
}
.cid-rY9i9O14UB .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY9i9O14UB .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY9i9O14UB .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY9i9O14UB .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY9i9O14UB .icon-box {
    flex-direction: column;
  }
  .cid-rY9i9O14UB .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY9i9O14UB img {
    margin-bottom: 2rem;
  }
}
.cid-rY9i9O14UB H1 {
  color: #232323;
}
.cid-rY9i9O14UB H3 {
  color: #232323;
}
.cid-rY9i9RQBT1 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rY9i9RQBT1 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rY9i9RQBT1 .row {
  justify-content: center;
}
.cid-rY9i9RQBT1 .mbr-text {
  color: #232323;
}
.cid-rY9i9RQBT1 .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rY9i9RQBT1 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rY9i9RQBT1 .date {
  margin: 0;
  color: #cccccc;
}
.cid-rY9i9RQBT1 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rY9i9RQBT1 .icon-box {
    flex-direction: column;
  }
  .cid-rY9i9RQBT1 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rY9i9RQBT1 img {
    margin-bottom: 2rem;
  }
}
.cid-rY9i9RQBT1 H1 {
  color: #232323;
}
.cid-rY9i9RQBT1 H3 {
  color: #232323;
}
.cid-rY9i9VobxC {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rY9i9VobxC .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rY9i9VobxC a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rY9i9VobxC .mbr-section-btn {
  margin: 0;
}
.cid-rY9i9VobxC .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rY9i9VobxC .form-control:focus,
.cid-rY9i9VobxC .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rY9i9VobxC .form-group {
  margin-bottom: 1rem;
}
.cid-rY9i9VobxC input::-webkit-input-placeholder,
.cid-rY9i9VobxC textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rY9i9VobxC input:-moz-placeholder,
.cid-rY9i9VobxC textarea:-moz-placeholder {
  color: #656565;
}
.cid-rY9i9VobxC .jq-selectbox li,
.cid-rY9i9VobxC .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rY9i9VobxC .jq-selectbox li:hover,
.cid-rY9i9VobxC .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rY9i9VobxC .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rY9i9VobxC .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rY9i9VobxC .form-group,
.cid-rY9i9VobxC .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-rY9i9VobxC .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-rY9i9VobxC .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rY9i9VobxC .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-rY9i9VobxC .form-block {
    padding: 1rem;
  }
}
.cid-s1yye8aYmB {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1yye8aYmB .container {
  max-width: 1400px;
}
.cid-s1yye8aYmB .card-img2 span {
  padding-top: 6px;
}
.cid-s1yye8aYmB .soc-item a {
  padding-top: 5px;
}
.cid-s1yye8aYmB .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1yye8aYmB .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1yye8aYmB .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1yye8aYmB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1yye8aYmB svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1yye8aYmB #e2_shape {
  fill: #ffffff !important;
}
.cid-s1yye8aYmB .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1yye8aYmB .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1yye8aYmB .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1yye8aYmB .card-img {
  width: auto;
}
.cid-s1yye8aYmB .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1yye8aYmB .soc-item span {
  font-size: 1.4rem;
}
.cid-s1yye8aYmB .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1yye8aYmB .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1yye8aYmB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1yye8aYmB .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1yye8aYmB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1yye8aYmB img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1yye8aYmB .item {
    justify-content: center;
  }
  .cid-s1yye8aYmB .quote::after {
    left: 60px;
  }
}
.cid-s1yye8aYmB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1yye8aYmB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1yye8aYmB .text1 {
  color: #ffffff;
}
.cid-s1yye8aYmB .item-title {
  color: #ffffff;
}
.cid-s1yye8aYmB H5 {
  color: #ffffff;
}
.cid-s1yye8aYmB .theme {
  color: #ffffff;
}
.cid-s1yye8aYmB .copyright > p {
  color: #ff3366;
}
.cid-s1yye8aYmB .text2 {
  color: #ffffff;
}
.cid-rY9ia3Eao0.popup-builder {
  background-color: #ffffff;
}
.cid-rY9ia3Eao0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY9ia3Eao0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY9ia3Eao0 .modal-content,
.cid-rY9ia3Eao0 .modal-dialog {
  height: auto;
}
.cid-rY9ia3Eao0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY9ia3Eao0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY9ia3Eao0 .form-wrapper .mbr-form .form-group,
  .cid-rY9ia3Eao0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY9ia3Eao0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY9ia3Eao0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY9ia3Eao0 .mbr-text {
  text-align: center;
}
.cid-rY9ia3Eao0 .pt-0 {
  padding-top: 0 !important;
}
.cid-rY9ia3Eao0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY9ia3Eao0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY9ia3Eao0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY9ia3Eao0 .modal-open {
  overflow: hidden;
}
.cid-rY9ia3Eao0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY9ia3Eao0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY9ia3Eao0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY9ia3Eao0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rY9ia3Eao0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY9ia3Eao0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY9ia3Eao0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY9ia3Eao0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY9ia3Eao0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY9ia3Eao0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY9ia3Eao0 .modal-backdrop.show {
  opacity: .5;
}
.cid-rY9ia3Eao0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY9ia3Eao0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY9ia3Eao0 .modal-header .close:hover {
  opacity: 1;
}
.cid-rY9ia3Eao0 .modal-header .close:focus {
  outline: none;
}
.cid-rY9ia3Eao0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY9ia3Eao0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY9ia3Eao0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY9ia3Eao0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY9ia3Eao0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY9ia3Eao0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY9ia3Eao0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY9ia3Eao0 .modal-sm {
    max-width: 300px;
  }
  .cid-rY9ia3Eao0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY9ia3Eao0 .modal-lg,
  .cid-rY9ia3Eao0 .modal-xl {
    max-width: 800px;
  }
  .cid-rY9ia3Eao0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY9ia3Eao0 .modal-xl {
    max-width: 1140px;
  }
  .cid-rY9ia3Eao0 .container {
    max-width: 1140px;
  }
}
.cid-rY9ia3Eao0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY9ia3Eao0 .container {
    max-width: 720px;
  }
}
.cid-rY9ia3Eao0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY9ia3Eao0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rY9ia3Eao0 .form-group {
  margin-bottom: 1rem;
}
.cid-rY9ia3Eao0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY9ia3Eao0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY9ia3Eao0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1yyjTicfb.popup-builder {
  background-color: #ffffff;
}
.cid-s1yyjTicfb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1yyjTicfb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1yyjTicfb .modal-content,
.cid-s1yyjTicfb .modal-dialog {
  height: auto;
}
.cid-s1yyjTicfb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1yyjTicfb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1yyjTicfb .form-wrapper .mbr-form .form-group,
  .cid-s1yyjTicfb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1yyjTicfb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1yyjTicfb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1yyjTicfb .mbr-text {
  text-align: center;
}
.cid-s1yyjTicfb .pt-0 {
  padding-top: 0 !important;
}
.cid-s1yyjTicfb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1yyjTicfb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1yyjTicfb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1yyjTicfb .modal-open {
  overflow: hidden;
}
.cid-s1yyjTicfb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1yyjTicfb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1yyjTicfb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1yyjTicfb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1yyjTicfb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1yyjTicfb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1yyjTicfb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1yyjTicfb .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1yyjTicfb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1yyjTicfb .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1yyjTicfb .modal-backdrop.show {
  opacity: .5;
}
.cid-s1yyjTicfb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1yyjTicfb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1yyjTicfb .modal-header .close:hover {
  opacity: 1;
}
.cid-s1yyjTicfb .modal-header .close:focus {
  outline: none;
}
.cid-s1yyjTicfb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1yyjTicfb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1yyjTicfb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1yyjTicfb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1yyjTicfb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1yyjTicfb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1yyjTicfb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1yyjTicfb .modal-sm {
    max-width: 300px;
  }
  .cid-s1yyjTicfb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1yyjTicfb .modal-lg,
  .cid-s1yyjTicfb .modal-xl {
    max-width: 800px;
  }
  .cid-s1yyjTicfb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1yyjTicfb .modal-xl {
    max-width: 1140px;
  }
  .cid-s1yyjTicfb .container {
    max-width: 1140px;
  }
}
.cid-s1yyjTicfb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1yyjTicfb .container {
    max-width: 720px;
  }
}
.cid-s1yyjTicfb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1yyjTicfb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1yyjTicfb .form-group {
  margin-bottom: 1rem;
}
.cid-s1yyjTicfb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1yyjTicfb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1yyjTicfb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rY9mmiphX8 {
  padding-top: 225px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rY9mmiphX8 .mbr-text,
.cid-rY9mmiphX8 .mbr-section-btn {
  color: #767676;
}
.cid-rY9mmiphX8 p {
  z-index: 2;
  position: relative;
}
.cid-rY9mmiphX8 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rY9mmiphX8 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(17, 46, 112, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rY9mmiphX8 .ico1 {
  font-size: 2rem;
}
.cid-rY9mmiphX8 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rY9mmiphX8 H3 {
  color: #149dcc;
}
.cid-rY9mmsJHvU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rY9mmsJHvU h2,
.cid-rY9mmsJHvU h3,
.cid-rY9mmsJHvU p,
.cid-rY9mmsJHvU h4 {
  color: #0a0a0a;
}
.cid-rY9mmsJHvU .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-rY9mmsJHvU .mbr-iconfont {
  color: #0087ab;
  font-size: 2rem;
}
.cid-rY9mmsJHvU .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rY9mmsJHvU .form-control:focus,
.cid-rY9mmsJHvU .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rY9mmsJHvU .form-group {
  margin-bottom: 1rem;
}
.cid-rY9mmsJHvU input::-webkit-input-placeholder,
.cid-rY9mmsJHvU textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rY9mmsJHvU input:-moz-placeholder,
.cid-rY9mmsJHvU textarea:-moz-placeholder {
  color: #656565;
}
.cid-rY9mmsJHvU .jq-selectbox li,
.cid-rY9mmsJHvU .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rY9mmsJHvU .jq-selectbox li:hover,
.cid-rY9mmsJHvU .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rY9mmsJHvU .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rY9mmsJHvU .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rY9mmsJHvU .mbr-text {
  color: #767676;
}
.cid-rY9mmsJHvU a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rY9mmsJHvU .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rY9mmsJHvU .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-rY9mmsJHvU textarea.form-control {
  resize: none;
}
.cid-rY9mmsJHvU .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-rY9mmsJHvU .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-rY9mmsJHvU .list-block {
  position: relative;
}
.cid-rY9mmsJHvU .list-block h4,
.cid-rY9mmsJHvU .list-block p {
  padding-left: 3.5rem;
}
.cid-rY9mmsJHvU .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-rY9mmsJHvU h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rY9mmsJHvU .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rY9mmsJHvU .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-rY9mmsJHvU .img-block-wrap {
    position: relative;
  }
  .cid-rY9mmsJHvU .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-rY9mmsJHvU .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-rY9mmsJHvU .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rY9mmsJHvU .google-map {
    padding-bottom: 2rem;
  }
  .cid-rY9mmsJHvU .img-block {
    overflow: hidden;
  }
}
.cid-s1yI5gAn2V {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1yI5gAn2V .container {
  max-width: 1400px;
}
.cid-s1yI5gAn2V .card-img2 span {
  padding-top: 6px;
}
.cid-s1yI5gAn2V .soc-item a {
  padding-top: 5px;
}
.cid-s1yI5gAn2V .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1yI5gAn2V .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1yI5gAn2V .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1yI5gAn2V .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1yI5gAn2V svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1yI5gAn2V #e2_shape {
  fill: #ffffff !important;
}
.cid-s1yI5gAn2V .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1yI5gAn2V .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1yI5gAn2V .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1yI5gAn2V .card-img {
  width: auto;
}
.cid-s1yI5gAn2V .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1yI5gAn2V .soc-item span {
  font-size: 1.4rem;
}
.cid-s1yI5gAn2V .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1yI5gAn2V .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1yI5gAn2V .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1yI5gAn2V .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1yI5gAn2V .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1yI5gAn2V img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1yI5gAn2V .item {
    justify-content: center;
  }
  .cid-s1yI5gAn2V .quote::after {
    left: 60px;
  }
}
.cid-s1yI5gAn2V .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1yI5gAn2V .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1yI5gAn2V .text1 {
  color: #ffffff;
}
.cid-s1yI5gAn2V .item-title {
  color: #ffffff;
}
.cid-s1yI5gAn2V H5 {
  color: #ffffff;
}
.cid-s1yI5gAn2V .theme {
  color: #ffffff;
}
.cid-s1yI5gAn2V .copyright > p {
  color: #ff3366;
}
.cid-s1yI5gAn2V .text2 {
  color: #ffffff;
}
.cid-rY9mmErAJr.popup-builder {
  background-color: #ffffff;
}
.cid-rY9mmErAJr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY9mmErAJr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY9mmErAJr .modal-content,
.cid-rY9mmErAJr .modal-dialog {
  height: auto;
}
.cid-rY9mmErAJr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY9mmErAJr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY9mmErAJr .form-wrapper .mbr-form .form-group,
  .cid-rY9mmErAJr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY9mmErAJr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY9mmErAJr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY9mmErAJr .mbr-text {
  text-align: center;
}
.cid-rY9mmErAJr .pt-0 {
  padding-top: 0 !important;
}
.cid-rY9mmErAJr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY9mmErAJr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY9mmErAJr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY9mmErAJr .modal-open {
  overflow: hidden;
}
.cid-rY9mmErAJr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY9mmErAJr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY9mmErAJr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY9mmErAJr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rY9mmErAJr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY9mmErAJr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY9mmErAJr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY9mmErAJr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY9mmErAJr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY9mmErAJr .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY9mmErAJr .modal-backdrop.show {
  opacity: .5;
}
.cid-rY9mmErAJr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY9mmErAJr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY9mmErAJr .modal-header .close:hover {
  opacity: 1;
}
.cid-rY9mmErAJr .modal-header .close:focus {
  outline: none;
}
.cid-rY9mmErAJr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY9mmErAJr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY9mmErAJr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY9mmErAJr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY9mmErAJr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY9mmErAJr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY9mmErAJr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY9mmErAJr .modal-sm {
    max-width: 300px;
  }
  .cid-rY9mmErAJr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY9mmErAJr .modal-lg,
  .cid-rY9mmErAJr .modal-xl {
    max-width: 800px;
  }
  .cid-rY9mmErAJr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY9mmErAJr .modal-xl {
    max-width: 1140px;
  }
  .cid-rY9mmErAJr .container {
    max-width: 1140px;
  }
}
.cid-rY9mmErAJr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY9mmErAJr .container {
    max-width: 720px;
  }
}
.cid-rY9mmErAJr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY9mmErAJr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rY9mmErAJr .form-group {
  margin-bottom: 1rem;
}
.cid-rY9mmErAJr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY9mmErAJr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY9mmErAJr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rY9mmWCkvW .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rY9mmWCkvW .navbar-fixed-top {
  padding-top: 0;
}
.cid-rY9mmWCkvW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rY9mmWCkvW .dropdown-item {
  padding: 0;
}
.cid-rY9mmWCkvW .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rY9mmWCkvW .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rY9mmWCkvW .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY9mmWCkvW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rY9mmWCkvW a {
  font-style: normal;
}
.cid-rY9mmWCkvW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rY9mmWCkvW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rY9mmWCkvW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rY9mmWCkvW .content-text {
  margin-bottom: 0;
}
.cid-rY9mmWCkvW .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rY9mmWCkvW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rY9mmWCkvW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rY9mmWCkvW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rY9mmWCkvW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rY9mmWCkvW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rY9mmWCkvW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rY9mmWCkvW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rY9mmWCkvW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rY9mmWCkvW .nav-dropdown .link {
  font-weight: 400;
}
.cid-rY9mmWCkvW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rY9mmWCkvW .content-right-side {
  text-align: center;
}
.cid-rY9mmWCkvW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rY9mmWCkvW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rY9mmWCkvW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rY9mmWCkvW .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rY9mmWCkvW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY9mmWCkvW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rY9mmWCkvW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rY9mmWCkvW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rY9mmWCkvW .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rY9mmWCkvW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rY9mmWCkvW .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rY9mmWCkvW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rY9mmWCkvW .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rY9mmWCkvW .navbar {
    display: block;
    padding: 0;
  }
  .cid-rY9mmWCkvW .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rY9mmWCkvW .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rY9mmWCkvW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rY9mmWCkvW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rY9mmWCkvW .navbar-toggler {
    display: none;
  }
  .cid-rY9mmWCkvW .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rY9mmWCkvW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rY9mmWCkvW .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY9mmWCkvW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rY9mmWCkvW .menu-logo {
  margin-right: auto;
}
.cid-rY9mmWCkvW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rY9mmWCkvW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rY9mmWCkvW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rY9mmWCkvW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rY9mmWCkvW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rY9mmWCkvW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rY9mmWCkvW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rY9mmWCkvW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rY9mmWCkvW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY9mmWCkvW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rY9mmWCkvW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rY9mmWCkvW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rY9mmWCkvW .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-rY9mmWCkvW .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rY9mmWCkvW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rY9mmWCkvW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rY9mmWCkvW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rY9mmWCkvW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rY9mmWCkvW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rY9mmWCkvW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rY9mmWCkvW .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rY9mmWCkvW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rY9mmWCkvW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rY9mmWCkvW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rY9mmWCkvW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rY9mmWCkvW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rY9mmWCkvW button.navbar-toggler:focus {
  outline: none;
}
.cid-rY9mmWCkvW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rY9mmWCkvW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rY9mmWCkvW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rY9mmWCkvW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rY9mmWCkvW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rY9mmWCkvW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY9mmWCkvW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rY9mmWCkvW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rY9mmWCkvW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rY9mmWCkvW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rY9mmWCkvW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rY9mmWCkvW .collapsed .btn {
  display: flex;
}
.cid-rY9mmWCkvW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rY9mmWCkvW .collapsed .navbar-collapse.collapsing,
.cid-rY9mmWCkvW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rY9mmWCkvW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rY9mmWCkvW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rY9mmWCkvW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rY9mmWCkvW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rY9mmWCkvW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rY9mmWCkvW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rY9mmWCkvW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rY9mmWCkvW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rY9mmWCkvW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rY9mmWCkvW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rY9mmWCkvW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rY9mmWCkvW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rY9mmWCkvW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rY9mmWCkvW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rY9mmWCkvW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rY9mmWCkvW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rY9mmWCkvW .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rY9mmWCkvW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rY9mmWCkvW .navbar-collapse.collapsing,
  .cid-rY9mmWCkvW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rY9mmWCkvW .navbar-collapse.collapsing .navbar-nav,
  .cid-rY9mmWCkvW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rY9mmWCkvW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rY9mmWCkvW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rY9mmWCkvW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rY9mmWCkvW .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rY9mmWCkvW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rY9mmWCkvW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rY9mmWCkvW .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rY9mmWCkvW img {
    height: 3.8rem !important;
  }
  .cid-rY9mmWCkvW .btn {
    display: flex;
  }
  .cid-rY9mmWCkvW button.navbar-toggler {
    display: block;
  }
  .cid-rY9mmWCkvW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rY9mmWCkvW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rY9mmWCkvW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rY9mmWCkvW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rY9mmWCkvW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rY9mmWCkvW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rY9mmWCkvW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rY9mmWCkvW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rY9mmWCkvW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rY9mmWCkvW .nav-link:focus {
  outline: none;
}
.cid-rY9mmWCkvW .navbar-toggler {
  position: relative;
}
.cid-rY9mmWCkvW .dropdown-item.active,
.cid-rY9mmWCkvW .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rYeVIggsza.popup-builder {
  background-color: #ffffff;
}
.cid-rYeVIggsza.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeVIggsza.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeVIggsza .modal-content,
.cid-rYeVIggsza .modal-dialog {
  height: auto;
}
.cid-rYeVIggsza .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeVIggsza .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeVIggsza .form-wrapper .mbr-form .form-group,
  .cid-rYeVIggsza .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeVIggsza .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeVIggsza .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeVIggsza .mbr-text {
  text-align: center;
}
.cid-rYeVIggsza .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeVIggsza .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeVIggsza .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeVIggsza .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeVIggsza .modal-open {
  overflow: hidden;
}
.cid-rYeVIggsza .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeVIggsza .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeVIggsza .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeVIggsza .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYeVIggsza .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeVIggsza .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeVIggsza .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeVIggsza .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeVIggsza .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeVIggsza .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeVIggsza .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeVIggsza .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeVIggsza .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeVIggsza .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeVIggsza .modal-header .close:focus {
  outline: none;
}
.cid-rYeVIggsza .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYeVIggsza .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeVIggsza .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeVIggsza .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeVIggsza .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeVIggsza .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeVIggsza .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeVIggsza .modal-sm {
    max-width: 300px;
  }
  .cid-rYeVIggsza .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeVIggsza .modal-lg,
  .cid-rYeVIggsza .modal-xl {
    max-width: 800px;
  }
  .cid-rYeVIggsza .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeVIggsza .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeVIggsza .container {
    max-width: 1140px;
  }
}
.cid-rYeVIggsza .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeVIggsza .container {
    max-width: 720px;
  }
}
.cid-rYeVIggsza .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeVIggsza .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYeVIggsza .form-group {
  margin-bottom: 1rem;
}
.cid-rYeVIggsza .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeVIggsza .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeVIggsza .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#custom-html-2q {
  /* Type valid CSS here */
}
#custom-html-2q div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2q p {
  font-size: 20px;
  color: #777;
}
.cid-rYvo9T8OmX {
  background-color: #000000;
}
.cid-rYvo9T8OmX .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rYvo9T8OmX .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rYvo9T8OmX .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYvo9T8OmX .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-rYvo9T8OmX .image-element {
    padding-left: 0;
  }
}
.cid-rYvo9T8OmX .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-rYvo9T8OmX .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-rYvo9T8OmX .brown {
  color: #0087ab;
}
.cid-rYvo9T8OmX .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYvo9T8OmX .paragraphs-wrapper .first-paragraph,
.cid-rYvo9T8OmX .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-rYvo9T8OmX .image-element {
    padding-top: 1rem;
  }
  .cid-rYvo9T8OmX .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rYvo9T8OmX .paragraphs-wrapper .first-paragraph,
  .cid-rYvo9T8OmX .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-rYvo9T8OmX .first-paragraph,
  .cid-rYvo9T8OmX .second-paragraph {
    width: 50%;
  }
  .cid-rYvo9T8OmX .first-paragraph {
    padding-right: .5rem;
  }
  .cid-rYvo9T8OmX .second-paragraph {
    padding-left: .5rem;
  }
  .cid-rYvo9T8OmX .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rYvo9T8OmX .mbr-section-title,
  .cid-rYvo9T8OmX .mbr-section-btn {
    text-align: left;
  }
}
.cid-rYvo9T8OmX .mbr-text,
.cid-rYvo9T8OmX .mbr-section-btn {
  color: #cccccc;
}
.cid-rYvo9T8OmX .title,
.cid-rYvo9T8OmX .brown {
  color: #ff4a52;
}
.cid-rN6F6MuWyv {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/flughafentransfer-lumay-paraguay-immobilien1.jpg");
}
.cid-rN6F6MuWyv .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rN6F6MuWyv .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rN6F6MuWyv .card-img span {
  font-size: 100px;
}
.cid-rN6F6MuWyv .mbr-text,
.cid-rN6F6MuWyv .mbr-section-btn {
  color: #efefef;
}
.cid-sznhmS1EyD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sznhmS1EyD h3 {
  text-align: center;
}
.cid-sznhmS1EyD .pie_progress {
  position: relative;
}
.cid-sznhmS1EyD .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sznhmS1EyD p {
  line-height: 1.6;
}
.cid-sznhmS1EyD .card {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sznhmS1EyD .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sznhmS1EyD .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sznhmS1EyD .mbr-section-subtitle {
  color: #383838;
}
.cid-sznhmS1EyD .pie_progress__number {
  text-align: center !important;
}
.cid-sznhmS1EyD .card-title {
  margin-bottom: 0;
}
.cid-sznhmS1EyD .svg-gradient {
  position: absolute;
}
.cid-sznhmS1EyD ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-sznhmS1EyD path {
  stroke: #0087ab;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sznhmS1EyD .card {
    flex-basis: 50%;
  }
}
.cid-sznhmS1EyD H4 {
  color: #0087ab;
}
.cid-sznhmS1EyD .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sznhmS1EyD .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sznhmS1EyD .content {
    padding-left: 0rem;
  }
  .cid-sznhmS1EyD .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rMrmoTq4Mh {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rMrmoTq4Mh .mbr-section-subtitle {
  color: #767676;
}
.cid-rMrmoTq4Mh .container-fluid {
  padding: 0!important;
}
.cid-rMrmoTq4Mh .col-md-12 {
  padding: 0;
}
.cid-rMrmoTq4Mh .row {
  margin: 0;
}
.cid-rMrmoTq4Mh .btn {
  margin: 0.3rem;
  margin-top: 2rem;
}
.cid-rMrmoTq4Mh .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-rMrmoTq4Mh .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-rMrmoTq4Mh .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #efefef;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rMrmoTq4Mh .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-rMrmoTq4Mh .period {
  display: block;
}
.cid-rMrmoTq4Mh .dot {
  display: none;
}
.cid-rMrmoTq4Mh .countdown-cont {
  max-width: 700px;
}
.cid-rMrmoTq4Mh .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-rMrmoTq4Mh .number-wrap {
    margin-bottom: 15px;
  }
  .cid-rMrmoTq4Mh .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-rMrmoTq4Mh .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-rMrmoTq4Mh .number,
  .cid-rMrmoTq4Mh .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rMrmoTq4Mh .period {
    font-size: 0.8rem;
  }
}
.cid-rMrmoTq4Mh .box {
  background-image: url("../../../assets/images/collage-gaststudiowerbung-2-1552x1136.jpeg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rMrmoTq4Mh .icon-wrap {
  background-color: #149dcc !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rMrmoTq4Mh .icon-wrap:hover {
  opacity: 0.8;
}
.cid-rMrmoTq4Mh .icon-wrap span {
  padding-left: 8px;
}
.cid-rMrmoTq4Mh .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rMrmoTq4Mh .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rMrmoTq4Mh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rMrmoTq4Mh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rMrmoTq4Mh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rMrmoTq4Mh a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rMrmoTq4Mh a.close:hover {
  color: #ffffff;
}
.cid-rMrmoTq4Mh .mbr-text {
  color: #767676;
}
.cid-rMrmoTq4Mh H4 {
  color: #767676;
}
.cid-rMrWBA08Gh {
  padding-top: 125px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rMrWBA08Gh h2,
.cid-rMrWBA08Gh h3,
.cid-rMrWBA08Gh p,
.cid-rMrWBA08Gh h4 {
  color: #0a0a0a;
}
.cid-rMrWBA08Gh .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-rMrWBA08Gh .mbr-iconfont {
  color: #0087ab;
  font-size: 2rem;
}
.cid-rMrWBA08Gh .form-control {
  box-shadow: none;
  margin-bottom: 10px;
  padding: 0.6em 0.6em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1;
  min-height: 2em;
  border-radius: .25rem;
}
.cid-rMrWBA08Gh .form-control:focus,
.cid-rMrWBA08Gh .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rMrWBA08Gh .form-group {
  margin-bottom: 1rem;
}
.cid-rMrWBA08Gh input::-webkit-input-placeholder,
.cid-rMrWBA08Gh textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rMrWBA08Gh input:-moz-placeholder,
.cid-rMrWBA08Gh textarea:-moz-placeholder {
  color: #656565;
}
.cid-rMrWBA08Gh .jq-selectbox li,
.cid-rMrWBA08Gh .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rMrWBA08Gh .jq-selectbox li:hover,
.cid-rMrWBA08Gh .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rMrWBA08Gh .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rMrWBA08Gh .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rMrWBA08Gh .mbr-text {
  color: #767676;
}
.cid-rMrWBA08Gh a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rMrWBA08Gh .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rMrWBA08Gh .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-rMrWBA08Gh textarea.form-control {
  resize: none;
}
.cid-rMrWBA08Gh .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-rMrWBA08Gh .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-rMrWBA08Gh .list-block {
  position: relative;
}
.cid-rMrWBA08Gh .list-block h4,
.cid-rMrWBA08Gh .list-block p {
  padding-left: 3.5rem;
}
.cid-rMrWBA08Gh .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-rMrWBA08Gh h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rMrWBA08Gh .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rMrWBA08Gh .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-rMrWBA08Gh .img-block-wrap {
    position: relative;
  }
  .cid-rMrWBA08Gh .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-rMrWBA08Gh .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-rMrWBA08Gh .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rMrWBA08Gh .google-map {
    padding-bottom: 2rem;
  }
  .cid-rMrWBA08Gh .img-block {
    overflow: hidden;
  }
}
.cid-s1yHrfPtN0 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1yHrfPtN0 .container {
  max-width: 1400px;
}
.cid-s1yHrfPtN0 .card-img2 span {
  padding-top: 6px;
}
.cid-s1yHrfPtN0 .soc-item a {
  padding-top: 5px;
}
.cid-s1yHrfPtN0 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1yHrfPtN0 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1yHrfPtN0 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1yHrfPtN0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1yHrfPtN0 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1yHrfPtN0 #e2_shape {
  fill: #ffffff !important;
}
.cid-s1yHrfPtN0 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1yHrfPtN0 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1yHrfPtN0 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1yHrfPtN0 .card-img {
  width: auto;
}
.cid-s1yHrfPtN0 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1yHrfPtN0 .soc-item span {
  font-size: 1.4rem;
}
.cid-s1yHrfPtN0 .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1yHrfPtN0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1yHrfPtN0 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1yHrfPtN0 .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1yHrfPtN0 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1yHrfPtN0 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1yHrfPtN0 .item {
    justify-content: center;
  }
  .cid-s1yHrfPtN0 .quote::after {
    left: 60px;
  }
}
.cid-s1yHrfPtN0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1yHrfPtN0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1yHrfPtN0 .text1 {
  color: #ffffff;
}
.cid-s1yHrfPtN0 .item-title {
  color: #ffffff;
}
.cid-s1yHrfPtN0 H5 {
  color: #ffffff;
}
.cid-s1yHrfPtN0 .theme {
  color: #ffffff;
}
.cid-s1yHrfPtN0 .copyright > p {
  color: #ff3366;
}
.cid-s1yHrfPtN0 .text2 {
  color: #ffffff;
}
.cid-rXQWPqYeQW .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rXQWPqYeQW .navbar-fixed-top {
  padding-top: 0;
}
.cid-rXQWPqYeQW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rXQWPqYeQW .dropdown-item {
  padding: 0;
}
.cid-rXQWPqYeQW .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rXQWPqYeQW .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rXQWPqYeQW .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rXQWPqYeQW a {
  font-style: normal;
}
.cid-rXQWPqYeQW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rXQWPqYeQW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rXQWPqYeQW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rXQWPqYeQW .content-text {
  margin-bottom: 0;
}
.cid-rXQWPqYeQW .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rXQWPqYeQW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rXQWPqYeQW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rXQWPqYeQW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .nav-dropdown .link {
  font-weight: 400;
}
.cid-rXQWPqYeQW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rXQWPqYeQW .content-right-side {
  text-align: center;
}
.cid-rXQWPqYeQW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rXQWPqYeQW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rXQWPqYeQW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rXQWPqYeQW .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rXQWPqYeQW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rXQWPqYeQW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rXQWPqYeQW .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rXQWPqYeQW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rXQWPqYeQW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rXQWPqYeQW .navbar {
    display: block;
    padding: 0;
  }
  .cid-rXQWPqYeQW .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rXQWPqYeQW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rXQWPqYeQW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rXQWPqYeQW .navbar-toggler {
    display: none;
  }
  .cid-rXQWPqYeQW .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXQWPqYeQW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rXQWPqYeQW .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rXQWPqYeQW .menu-logo {
  margin-right: auto;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rXQWPqYeQW .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rXQWPqYeQW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW button.navbar-toggler:focus {
  outline: none;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .btn {
  display: flex;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rXQWPqYeQW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rXQWPqYeQW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rXQWPqYeQW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rXQWPqYeQW .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing,
  .cid-rXQWPqYeQW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rXQWPqYeQW .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rXQWPqYeQW img {
    height: 3.8rem !important;
  }
  .cid-rXQWPqYeQW .btn {
    display: flex;
  }
  .cid-rXQWPqYeQW button.navbar-toggler {
    display: block;
  }
  .cid-rXQWPqYeQW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rXQWPqYeQW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rXQWPqYeQW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rXQWPqYeQW .nav-link:focus {
  outline: none;
}
.cid-rXQWPqYeQW .navbar-toggler {
  position: relative;
}
.cid-rXQWPqYeQW .dropdown-item.active,
.cid-rXQWPqYeQW .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rYeYc7ljT3.popup-builder {
  background-color: #ffffff;
}
.cid-rYeYc7ljT3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeYc7ljT3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeYc7ljT3 .modal-content,
.cid-rYeYc7ljT3 .modal-dialog {
  height: auto;
}
.cid-rYeYc7ljT3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeYc7ljT3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeYc7ljT3 .form-wrapper .mbr-form .form-group,
  .cid-rYeYc7ljT3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeYc7ljT3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeYc7ljT3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeYc7ljT3 .mbr-text {
  text-align: center;
}
.cid-rYeYc7ljT3 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeYc7ljT3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeYc7ljT3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeYc7ljT3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeYc7ljT3 .modal-open {
  overflow: hidden;
}
.cid-rYeYc7ljT3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeYc7ljT3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeYc7ljT3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeYc7ljT3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYeYc7ljT3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeYc7ljT3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeYc7ljT3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeYc7ljT3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeYc7ljT3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeYc7ljT3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeYc7ljT3 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeYc7ljT3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeYc7ljT3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeYc7ljT3 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeYc7ljT3 .modal-header .close:focus {
  outline: none;
}
.cid-rYeYc7ljT3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYeYc7ljT3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeYc7ljT3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeYc7ljT3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeYc7ljT3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeYc7ljT3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeYc7ljT3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeYc7ljT3 .modal-sm {
    max-width: 300px;
  }
  .cid-rYeYc7ljT3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeYc7ljT3 .modal-lg,
  .cid-rYeYc7ljT3 .modal-xl {
    max-width: 800px;
  }
  .cid-rYeYc7ljT3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeYc7ljT3 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeYc7ljT3 .container {
    max-width: 1140px;
  }
}
.cid-rYeYc7ljT3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeYc7ljT3 .container {
    max-width: 720px;
  }
}
.cid-rYeYc7ljT3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeYc7ljT3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYeYc7ljT3 .form-group {
  margin-bottom: 1rem;
}
.cid-rYeYc7ljT3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeYc7ljT3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeYc7ljT3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1yHC3zALI.popup-builder {
  background-color: #ffffff;
}
.cid-s1yHC3zALI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1yHC3zALI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1yHC3zALI .modal-content,
.cid-s1yHC3zALI .modal-dialog {
  height: auto;
}
.cid-s1yHC3zALI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1yHC3zALI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1yHC3zALI .form-wrapper .mbr-form .form-group,
  .cid-s1yHC3zALI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1yHC3zALI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1yHC3zALI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1yHC3zALI .mbr-text {
  text-align: center;
}
.cid-s1yHC3zALI .pt-0 {
  padding-top: 0 !important;
}
.cid-s1yHC3zALI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1yHC3zALI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1yHC3zALI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1yHC3zALI .modal-open {
  overflow: hidden;
}
.cid-s1yHC3zALI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1yHC3zALI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1yHC3zALI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1yHC3zALI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1yHC3zALI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1yHC3zALI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1yHC3zALI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1yHC3zALI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1yHC3zALI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1yHC3zALI .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1yHC3zALI .modal-backdrop.show {
  opacity: .5;
}
.cid-s1yHC3zALI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1yHC3zALI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1yHC3zALI .modal-header .close:hover {
  opacity: 1;
}
.cid-s1yHC3zALI .modal-header .close:focus {
  outline: none;
}
.cid-s1yHC3zALI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1yHC3zALI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1yHC3zALI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1yHC3zALI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1yHC3zALI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1yHC3zALI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1yHC3zALI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1yHC3zALI .modal-sm {
    max-width: 300px;
  }
  .cid-s1yHC3zALI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1yHC3zALI .modal-lg,
  .cid-s1yHC3zALI .modal-xl {
    max-width: 800px;
  }
  .cid-s1yHC3zALI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1yHC3zALI .modal-xl {
    max-width: 1140px;
  }
  .cid-s1yHC3zALI .container {
    max-width: 1140px;
  }
}
.cid-s1yHC3zALI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1yHC3zALI .container {
    max-width: 720px;
  }
}
.cid-s1yHC3zALI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1yHC3zALI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1yHC3zALI .form-group {
  margin-bottom: 1rem;
}
.cid-s1yHC3zALI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1yHC3zALI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1yHC3zALI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rMycwjOHzj {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-rMycwjOHzj .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-rMycwjOHzj .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-rMycwjOHzj .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-rMycwjOHzj .card-wrapper {
    margin: 0rem;
  }
}
.cid-rMycwjOHzj .card {
  height: fit-content;
}
.cid-rMycwjOHzj .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rMycwjOHzj .text-wrap {
  max-width: 400px;
}
.cid-rMycwjOHzj .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #0087ab;
}
.cid-rMycwjOHzj .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-rMycwjOHzj .card-box {
  background-color: #232323;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-rMycwjOHzj img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-rMycwjOHzj .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-rMycwjOHzj .container {
  max-width: 1500px;
}
.cid-rMycwjOHzj .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rMycwjOHzj .mbr-iconfont {
  font-size: 1.3rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.cid-rMycwjOHzj P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-rMycwjOHzj .img-wrap {
    max-height: 230px;
  }
  .cid-rMycwjOHzj .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-rMycwjOHzj .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-rMycwjOHzj .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-rMycwjOHzj .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-rMycwjOHzj .number {
    margin: auto;
  }
}
.cid-rMycwjOHzj .mbr-text {
  color: #cccccc;
}
.cid-rMyfSavrip {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rMyfSavrip .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-rMyfSavrip .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-rMyfSavrip .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rMyfSavrip .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-rMyfSavrip .card-overlay {
  display: none;
  background: #66458e;
}
@media (min-width: 768px) {
  .cid-rMyfSavrip .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-rMyfSavrip .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-rMyfSavrip .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-rMyfSavrip .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-rMyfSavrip .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rMyfSavrip .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rMyfSavrip .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rMyfSavrip .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rMyfSavrip .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-rMyfSavrip .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-rMyfSavrip .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-rMyfSavrip .card-title,
  .cid-rMyfSavrip .underline,
  .cid-rMyfSavrip .mbr-text,
  .cid-rMyfSavrip .mbr-section-btn,
  .cid-rMyfSavrip .mbr-section-subtitle,
  .cid-rMyfSavrip .mbr-section-title {
    text-align: center !important;
  }
  .cid-rMyfSavrip .wrapper {
    background-color: #66458e;
  }
}
.cid-rMyfSavrip .mbr-section-title {
  text-align: left;
}
.cid-rMyfyG70i2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rMyfyG70i2 .mbr-text {
  color: #767676;
}
.cid-rMyfyG70i2 .card-subtitle {
  margin: 0;
}
.cid-rMyfyG70i2 .link {
  margin: 0;
}
.cid-rMyfyG70i2 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rMyfyG70i2 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-rMyfyG70i2 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-rMyfyG70i2 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rMyfyG70i2 .card-img:hover:before {
  opacity: 0.4;
}
.cid-rMyfyG70i2 .card-img:hover img {
  transform: scale(1.05);
}
.cid-rMyfyG70i2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rMyfyG70i2 .card {
    margin-bottom: 3rem;
  }
}
.cid-rMyfyG70i2 .mbr-text,
.cid-rMyfyG70i2 .link {
  text-align: left;
}
.cid-rMyfyG70i2 .card-title,
.cid-rMyfyG70i2 .card-img {
  text-align: left;
}
.cid-rMBHgZ90gQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rMBHgZ90gQ .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-rMBHgZ90gQ .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-rMBHgZ90gQ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rMBHgZ90gQ .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-rMBHgZ90gQ .card-overlay {
  display: none;
  background: #66458e;
}
@media (min-width: 768px) {
  .cid-rMBHgZ90gQ .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-rMBHgZ90gQ .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-rMBHgZ90gQ .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-rMBHgZ90gQ .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-rMBHgZ90gQ .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rMBHgZ90gQ .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rMBHgZ90gQ .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rMBHgZ90gQ .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rMBHgZ90gQ .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-rMBHgZ90gQ .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-rMBHgZ90gQ .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-rMBHgZ90gQ .card-title,
  .cid-rMBHgZ90gQ .underline,
  .cid-rMBHgZ90gQ .mbr-text,
  .cid-rMBHgZ90gQ .mbr-section-btn,
  .cid-rMBHgZ90gQ .mbr-section-subtitle,
  .cid-rMBHgZ90gQ .mbr-section-title {
    text-align: center !important;
  }
  .cid-rMBHgZ90gQ .wrapper {
    background-color: #66458e;
  }
}
.cid-rMBHgZ90gQ .mbr-section-title {
  text-align: left;
}
.cid-rMBWTz7OWu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rMBWTz7OWu .card-wrapper {
  overflow: hidden;
  height: 100%;
  padding: 0;
  display: flex;
}
.cid-rMBWTz7OWu .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rMBWTz7OWu p {
  line-height: 1.5;
}
.cid-rMBWTz7OWu .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rMBWTz7OWu .ico-line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.cid-rMBWTz7OWu .ico-line h2 {
  margin: 0;
}
.cid-rMBWTz7OWu .mail,
.cid-rMBWTz7OWu .phone,
.cid-rMBWTz7OWu .mbr-iconfont {
  display: inline-block;
}
.cid-rMBWTz7OWu .card-title {
  color: #149dcc;
  margin: 0;
}
.cid-rMBWTz7OWu .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  width: 30%;
  margin: auto;
}
.cid-rMBWTz7OWu .card-box {
  padding-left: 1rem;
  width: 70%;
  margin: auto 0;
}
.cid-rMBWTz7OWu .mbr-section-title,
.cid-rMBWTz7OWu .line-wrap {
  text-align: center;
}
.cid-rMBWTz7OWu .mail {
  color: #0087ab;
}
.cid-rMBWTz7OWu .card-title {
  color: #0087ab;
}
.cid-rMC1YR1p0H {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rMC1YR1p0H .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-rMC1YR1p0H .menu-item .special-label {
  display: none;
}
.cid-rMC1YR1p0H .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #0087ab;
}
.cid-rMC1YR1p0H .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-rMC1YR1p0H .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #0087ab;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-rMC1YR1p0H .special-label {
  color: #fff;
}
.cid-rMC1YR1p0H .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rMC1YR1p0H .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-rMC1YR1p0H .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rMC1YR1p0H .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rMC1YR1p0H .menu-row {
  margin: 0;
}
.cid-rMC1YR1p0H .group-title {
  color: #0087ab;
  font-weight: bold;
}
.cid-rMJGEUns7m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rMJGEUns7m .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 3rem;
}
.cid-rMJGEUns7m .carousel-item > div {
  width: 100%;
}
.cid-rMJGEUns7m .carousel-item.active,
.cid-rMJGEUns7m .carousel-item-next,
.cid-rMJGEUns7m .carousel-item-prev {
  display: flex;
}
.cid-rMJGEUns7m .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-rMJGEUns7m .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #0087ab;
  opacity: .9;
}
.cid-rMJGEUns7m .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rMJGEUns7m .signature,
.cid-rMJGEUns7m .desk {
  margin: 0;
}
.cid-rMJGEUns7m .mbr-text,
.cid-rMJGEUns7m .mbr-section-subtitle {
  color: #efefef;
}
.cid-rMJGEUns7m .signature,
.cid-rMJGEUns7m .desk {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rMJGEUns7m .carousel-item {
    padding: 0 5rem;
  }
}
@media (min-width: 768px) {
  .cid-rMJGEUns7m .carousel-controls a {
    width: 5%;
  }
}
.cid-rMJGEUns7m .mbr-text {
  color: #000000;
}
.cid-rMJGEUns7m .signature {
  color: #0087ab;
}
.cid-rMJGEUns7m .desk {
  color: #656565;
}
.cid-rMJGEUns7m .mbr-section-subtitle {
  color: #000000;
}
.cid-rMJGEUns7m .mbr-section-title {
  color: #000000;
}
.cid-s1yyQnjrM2 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1yyQnjrM2 .container {
  max-width: 1400px;
}
.cid-s1yyQnjrM2 .card-img2 span {
  padding-top: 6px;
}
.cid-s1yyQnjrM2 .soc-item a {
  padding-top: 5px;
}
.cid-s1yyQnjrM2 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1yyQnjrM2 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1yyQnjrM2 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1yyQnjrM2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1yyQnjrM2 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1yyQnjrM2 #e2_shape {
  fill: #ffffff !important;
}
.cid-s1yyQnjrM2 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1yyQnjrM2 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1yyQnjrM2 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1yyQnjrM2 .card-img {
  width: auto;
}
.cid-s1yyQnjrM2 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1yyQnjrM2 .soc-item span {
  font-size: 1.4rem;
}
.cid-s1yyQnjrM2 .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1yyQnjrM2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1yyQnjrM2 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1yyQnjrM2 .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1yyQnjrM2 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1yyQnjrM2 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1yyQnjrM2 .item {
    justify-content: center;
  }
  .cid-s1yyQnjrM2 .quote::after {
    left: 60px;
  }
}
.cid-s1yyQnjrM2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1yyQnjrM2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1yyQnjrM2 .text1 {
  color: #ffffff;
}
.cid-s1yyQnjrM2 .item-title {
  color: #ffffff;
}
.cid-s1yyQnjrM2 H5 {
  color: #ffffff;
}
.cid-s1yyQnjrM2 .theme {
  color: #ffffff;
}
.cid-s1yyQnjrM2 .copyright > p {
  color: #ff3366;
}
.cid-s1yyQnjrM2 .text2 {
  color: #ffffff;
}
.cid-rMK58A2ocm.popup-builder {
  background-color: #ffffff;
}
.cid-rMK58A2ocm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rMK58A2ocm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rMK58A2ocm .modal-content,
.cid-rMK58A2ocm .modal-dialog {
  height: auto;
}
.cid-rMK58A2ocm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rMK58A2ocm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rMK58A2ocm .form-wrapper .mbr-form .form-group,
  .cid-rMK58A2ocm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rMK58A2ocm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rMK58A2ocm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rMK58A2ocm .mbr-text {
  text-align: center;
}
.cid-rMK58A2ocm .pt-0 {
  padding-top: 0 !important;
}
.cid-rMK58A2ocm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rMK58A2ocm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rMK58A2ocm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rMK58A2ocm .modal-open {
  overflow: hidden;
}
.cid-rMK58A2ocm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rMK58A2ocm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rMK58A2ocm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rMK58A2ocm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rMK58A2ocm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rMK58A2ocm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rMK58A2ocm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rMK58A2ocm .modal-content {
  background: #9e9e9e;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rMK58A2ocm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rMK58A2ocm .modal-backdrop.fade {
  opacity: 0;
}
.cid-rMK58A2ocm .modal-backdrop.show {
  opacity: .5;
}
.cid-rMK58A2ocm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rMK58A2ocm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rMK58A2ocm .modal-header .close:hover {
  opacity: 1;
}
.cid-rMK58A2ocm .modal-header .close:focus {
  outline: none;
}
.cid-rMK58A2ocm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #232323;
}
.cid-rMK58A2ocm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rMK58A2ocm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rMK58A2ocm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rMK58A2ocm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rMK58A2ocm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rMK58A2ocm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rMK58A2ocm .modal-sm {
    max-width: 300px;
  }
  .cid-rMK58A2ocm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rMK58A2ocm .modal-lg,
  .cid-rMK58A2ocm .modal-xl {
    max-width: 800px;
  }
  .cid-rMK58A2ocm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rMK58A2ocm .modal-xl {
    max-width: 1140px;
  }
  .cid-rMK58A2ocm .container {
    max-width: 1140px;
  }
}
.cid-rMK58A2ocm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rMK58A2ocm .container {
    max-width: 720px;
  }
}
.cid-rMK58A2ocm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rMK58A2ocm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rMK58A2ocm .form-group {
  margin-bottom: 1rem;
}
.cid-rMK58A2ocm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rMK58A2ocm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rMK58A2ocm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rXQWPqYeQW .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rXQWPqYeQW .navbar-fixed-top {
  padding-top: 0;
}
.cid-rXQWPqYeQW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rXQWPqYeQW .dropdown-item {
  padding: 0;
}
.cid-rXQWPqYeQW .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rXQWPqYeQW .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rXQWPqYeQW .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rXQWPqYeQW a {
  font-style: normal;
}
.cid-rXQWPqYeQW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rXQWPqYeQW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rXQWPqYeQW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rXQWPqYeQW .content-text {
  margin-bottom: 0;
}
.cid-rXQWPqYeQW .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rXQWPqYeQW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rXQWPqYeQW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rXQWPqYeQW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .nav-dropdown .link {
  font-weight: 400;
}
.cid-rXQWPqYeQW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rXQWPqYeQW .content-right-side {
  text-align: center;
}
.cid-rXQWPqYeQW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rXQWPqYeQW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rXQWPqYeQW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rXQWPqYeQW .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rXQWPqYeQW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rXQWPqYeQW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rXQWPqYeQW .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rXQWPqYeQW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rXQWPqYeQW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rXQWPqYeQW .navbar {
    display: block;
    padding: 0;
  }
  .cid-rXQWPqYeQW .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rXQWPqYeQW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rXQWPqYeQW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rXQWPqYeQW .navbar-toggler {
    display: none;
  }
  .cid-rXQWPqYeQW .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXQWPqYeQW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rXQWPqYeQW .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rXQWPqYeQW .menu-logo {
  margin-right: auto;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rXQWPqYeQW .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rXQWPqYeQW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW button.navbar-toggler:focus {
  outline: none;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .btn {
  display: flex;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rXQWPqYeQW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rXQWPqYeQW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rXQWPqYeQW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rXQWPqYeQW .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing,
  .cid-rXQWPqYeQW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rXQWPqYeQW .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rXQWPqYeQW img {
    height: 3.8rem !important;
  }
  .cid-rXQWPqYeQW .btn {
    display: flex;
  }
  .cid-rXQWPqYeQW button.navbar-toggler {
    display: block;
  }
  .cid-rXQWPqYeQW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rXQWPqYeQW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rXQWPqYeQW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rXQWPqYeQW .nav-link:focus {
  outline: none;
}
.cid-rXQWPqYeQW .navbar-toggler {
  position: relative;
}
.cid-rXQWPqYeQW .dropdown-item.active,
.cid-rXQWPqYeQW .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rYeYc7lGbE.popup-builder {
  background-color: #ffffff;
}
.cid-rYeYc7lGbE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeYc7lGbE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeYc7lGbE .modal-content,
.cid-rYeYc7lGbE .modal-dialog {
  height: auto;
}
.cid-rYeYc7lGbE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeYc7lGbE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeYc7lGbE .form-wrapper .mbr-form .form-group,
  .cid-rYeYc7lGbE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeYc7lGbE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeYc7lGbE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeYc7lGbE .mbr-text {
  text-align: center;
}
.cid-rYeYc7lGbE .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeYc7lGbE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeYc7lGbE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeYc7lGbE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeYc7lGbE .modal-open {
  overflow: hidden;
}
.cid-rYeYc7lGbE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeYc7lGbE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeYc7lGbE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeYc7lGbE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYeYc7lGbE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeYc7lGbE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeYc7lGbE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeYc7lGbE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeYc7lGbE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeYc7lGbE .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeYc7lGbE .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeYc7lGbE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeYc7lGbE .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeYc7lGbE .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeYc7lGbE .modal-header .close:focus {
  outline: none;
}
.cid-rYeYc7lGbE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYeYc7lGbE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeYc7lGbE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeYc7lGbE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeYc7lGbE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeYc7lGbE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeYc7lGbE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeYc7lGbE .modal-sm {
    max-width: 300px;
  }
  .cid-rYeYc7lGbE .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeYc7lGbE .modal-lg,
  .cid-rYeYc7lGbE .modal-xl {
    max-width: 800px;
  }
  .cid-rYeYc7lGbE .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeYc7lGbE .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeYc7lGbE .container {
    max-width: 1140px;
  }
}
.cid-rYeYc7lGbE .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeYc7lGbE .container {
    max-width: 720px;
  }
}
.cid-rYeYc7lGbE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeYc7lGbE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYeYc7lGbE .form-group {
  margin-bottom: 1rem;
}
.cid-rYeYc7lGbE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeYc7lGbE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeYc7lGbE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1yzjBcj58.popup-builder {
  background-color: #ffffff;
}
.cid-s1yzjBcj58.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1yzjBcj58.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1yzjBcj58 .modal-content,
.cid-s1yzjBcj58 .modal-dialog {
  height: auto;
}
.cid-s1yzjBcj58 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1yzjBcj58 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1yzjBcj58 .form-wrapper .mbr-form .form-group,
  .cid-s1yzjBcj58 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1yzjBcj58 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1yzjBcj58 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1yzjBcj58 .mbr-text {
  text-align: center;
}
.cid-s1yzjBcj58 .pt-0 {
  padding-top: 0 !important;
}
.cid-s1yzjBcj58 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1yzjBcj58 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1yzjBcj58 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1yzjBcj58 .modal-open {
  overflow: hidden;
}
.cid-s1yzjBcj58 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1yzjBcj58 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1yzjBcj58 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1yzjBcj58 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1yzjBcj58 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1yzjBcj58 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1yzjBcj58 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1yzjBcj58 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1yzjBcj58 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1yzjBcj58 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1yzjBcj58 .modal-backdrop.show {
  opacity: .5;
}
.cid-s1yzjBcj58 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1yzjBcj58 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1yzjBcj58 .modal-header .close:hover {
  opacity: 1;
}
.cid-s1yzjBcj58 .modal-header .close:focus {
  outline: none;
}
.cid-s1yzjBcj58 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1yzjBcj58 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1yzjBcj58 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1yzjBcj58 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1yzjBcj58 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1yzjBcj58 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1yzjBcj58 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1yzjBcj58 .modal-sm {
    max-width: 300px;
  }
  .cid-s1yzjBcj58 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1yzjBcj58 .modal-lg,
  .cid-s1yzjBcj58 .modal-xl {
    max-width: 800px;
  }
  .cid-s1yzjBcj58 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1yzjBcj58 .modal-xl {
    max-width: 1140px;
  }
  .cid-s1yzjBcj58 .container {
    max-width: 1140px;
  }
}
.cid-s1yzjBcj58 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1yzjBcj58 .container {
    max-width: 720px;
  }
}
.cid-s1yzjBcj58 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1yzjBcj58 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1yzjBcj58 .form-group {
  margin-bottom: 1rem;
}
.cid-s1yzjBcj58 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1yzjBcj58 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1yzjBcj58 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rMVx8ksUpY {
  padding-top: 225px;
  padding-bottom: 105px;
  background-color: #f4f8fa;
}
.cid-rMVx8ksUpY .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rMVx8ksUpY img {
  width: 100%;
}
.cid-rMVx8ksUpY p {
  line-height: 1.6;
}
.cid-rMVx8ksUpY .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rMVx8ksUpY .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rMVx8ksUpY .mbr-text,
.cid-rMVx8ksUpY .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-rMVx8ksUpY .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rMVx8ksUpY .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0087ab;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-rMVx8ksUpY .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-rMVx8ksUpY .mbr-section-title,
.cid-rMVx8ksUpY .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rMVx8ksUpY .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-rY8jwOJ13H {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rY8jwOJ13H .text-content .btn-bgr {
  z-index: 0;
}
.cid-rY8jwOJ13H .mbr-overlay {
  background: #d7e8f6;
}
.cid-rY8jwOJ13H .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-rY8jwOJ13H .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rY8jwOJ13H .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rY8jwOJ13H .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-rY8jwOJ13H .text-content {
    margin-bottom: 2rem;
  }
}
.cid-rXMfPPCOQC {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rXMfPPCOQC .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rXMfPPCOQC .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rXMfPPCOQC .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-rXMfPPCOQC .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-rXMfPPCOQC .mbr-text,
.cid-rXMfPPCOQC .mbr-section-btn {
  color: #000000;
}
.cid-rXMfPPCOQC .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(143, 143, 143, 0.3);
  box-shadow: 0px 0px 30px rgba(143, 143, 143, 0.3);
  border-radius: .25rem;
}
.cid-rXMfPPCOQC .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rXMfPPCOQC .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rXMfPPCOQC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rXMfPPCOQC .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-rXMfPPCOQC .main-row {
    margin: 0;
  }
  .cid-rXMfPPCOQC .mbr-section-title,
  .cid-rXMfPPCOQC .mbr-text,
  .cid-rXMfPPCOQC .list,
  .cid-rXMfPPCOQC .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rXMfPPCOQC .text-content {
    padding: 0;
  }
}
.cid-rXMfPPCOQC .mbr-section-title {
  color: #000000;
}
.cid-rXMfPPCOQC .list {
  color: #000000;
}
.cid-s1yCvIlZxi {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1yCvIlZxi .container {
  max-width: 1400px;
}
.cid-s1yCvIlZxi .card-img2 span {
  padding-top: 6px;
}
.cid-s1yCvIlZxi .soc-item a {
  padding-top: 5px;
}
.cid-s1yCvIlZxi .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1yCvIlZxi .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1yCvIlZxi .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1yCvIlZxi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1yCvIlZxi svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1yCvIlZxi #e2_shape {
  fill: #ffffff !important;
}
.cid-s1yCvIlZxi .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1yCvIlZxi .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1yCvIlZxi .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1yCvIlZxi .card-img {
  width: auto;
}
.cid-s1yCvIlZxi .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1yCvIlZxi .soc-item span {
  font-size: 1.4rem;
}
.cid-s1yCvIlZxi .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1yCvIlZxi .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1yCvIlZxi .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1yCvIlZxi .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1yCvIlZxi .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1yCvIlZxi img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1yCvIlZxi .item {
    justify-content: center;
  }
  .cid-s1yCvIlZxi .quote::after {
    left: 60px;
  }
}
.cid-s1yCvIlZxi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1yCvIlZxi .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1yCvIlZxi .text1 {
  color: #ffffff;
}
.cid-s1yCvIlZxi .item-title {
  color: #ffffff;
}
.cid-s1yCvIlZxi H5 {
  color: #ffffff;
}
.cid-s1yCvIlZxi .theme {
  color: #ffffff;
}
.cid-s1yCvIlZxi .copyright > p {
  color: #ff3366;
}
.cid-s1yCvIlZxi .text2 {
  color: #ffffff;
}
.cid-rXXvV3CAfT.popup-builder {
  background-color: #ffffff;
}
.cid-rXXvV3CAfT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rXXvV3CAfT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rXXvV3CAfT .modal-content,
.cid-rXXvV3CAfT .modal-dialog {
  height: auto;
}
.cid-rXXvV3CAfT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rXXvV3CAfT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rXXvV3CAfT .form-wrapper .mbr-form .form-group,
  .cid-rXXvV3CAfT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rXXvV3CAfT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rXXvV3CAfT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXXvV3CAfT .mbr-text {
  text-align: center;
}
.cid-rXXvV3CAfT .pt-0 {
  padding-top: 0 !important;
}
.cid-rXXvV3CAfT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rXXvV3CAfT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rXXvV3CAfT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rXXvV3CAfT .modal-open {
  overflow: hidden;
}
.cid-rXXvV3CAfT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rXXvV3CAfT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rXXvV3CAfT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rXXvV3CAfT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rXXvV3CAfT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rXXvV3CAfT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rXXvV3CAfT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rXXvV3CAfT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rXXvV3CAfT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rXXvV3CAfT .modal-backdrop.fade {
  opacity: 0;
}
.cid-rXXvV3CAfT .modal-backdrop.show {
  opacity: .5;
}
.cid-rXXvV3CAfT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rXXvV3CAfT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rXXvV3CAfT .modal-header .close:hover {
  opacity: 1;
}
.cid-rXXvV3CAfT .modal-header .close:focus {
  outline: none;
}
.cid-rXXvV3CAfT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rXXvV3CAfT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rXXvV3CAfT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rXXvV3CAfT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rXXvV3CAfT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rXXvV3CAfT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rXXvV3CAfT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rXXvV3CAfT .modal-sm {
    max-width: 300px;
  }
  .cid-rXXvV3CAfT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rXXvV3CAfT .modal-lg,
  .cid-rXXvV3CAfT .modal-xl {
    max-width: 800px;
  }
  .cid-rXXvV3CAfT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rXXvV3CAfT .modal-xl {
    max-width: 1140px;
  }
  .cid-rXXvV3CAfT .container {
    max-width: 1140px;
  }
}
.cid-rXXvV3CAfT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rXXvV3CAfT .container {
    max-width: 720px;
  }
}
.cid-rXXvV3CAfT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rXXvV3CAfT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rXXvV3CAfT .form-group {
  margin-bottom: 1rem;
}
.cid-rXXvV3CAfT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rXXvV3CAfT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rXXvV3CAfT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rXMypHYoYP.popup-builder {
  background-color: #ffffff;
}
.cid-rXMypHYoYP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rXMypHYoYP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rXMypHYoYP .modal-content,
.cid-rXMypHYoYP .modal-dialog {
  height: auto;
}
.cid-rXMypHYoYP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rXMypHYoYP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rXMypHYoYP .form-wrapper .mbr-form .form-group,
  .cid-rXMypHYoYP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rXMypHYoYP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rXMypHYoYP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXMypHYoYP .mbr-text {
  text-align: center;
}
.cid-rXMypHYoYP .pt-0 {
  padding-top: 0 !important;
}
.cid-rXMypHYoYP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rXMypHYoYP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rXMypHYoYP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rXMypHYoYP .modal-open {
  overflow: hidden;
}
.cid-rXMypHYoYP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rXMypHYoYP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rXMypHYoYP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rXMypHYoYP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rXMypHYoYP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rXMypHYoYP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rXMypHYoYP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rXMypHYoYP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rXMypHYoYP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rXMypHYoYP .modal-backdrop.fade {
  opacity: 0;
}
.cid-rXMypHYoYP .modal-backdrop.show {
  opacity: .5;
}
.cid-rXMypHYoYP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rXMypHYoYP .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rXMypHYoYP .modal-header .close:hover {
  opacity: 1;
}
.cid-rXMypHYoYP .modal-header .close:focus {
  outline: none;
}
.cid-rXMypHYoYP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rXMypHYoYP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rXMypHYoYP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rXMypHYoYP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rXMypHYoYP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rXMypHYoYP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rXMypHYoYP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rXMypHYoYP .modal-sm {
    max-width: 300px;
  }
  .cid-rXMypHYoYP .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rXMypHYoYP .modal-lg,
  .cid-rXMypHYoYP .modal-xl {
    max-width: 800px;
  }
  .cid-rXMypHYoYP .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rXMypHYoYP .modal-xl {
    max-width: 1140px;
  }
  .cid-rXMypHYoYP .container {
    max-width: 1140px;
  }
}
.cid-rXMypHYoYP .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rXMypHYoYP .container {
    max-width: 720px;
  }
}
.cid-rXMypHYoYP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rXMypHYoYP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rXMypHYoYP .form-group {
  margin-bottom: 1rem;
}
.cid-rXMypHYoYP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rXMypHYoYP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rXMypHYoYP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rXQWPqYeQW .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rXQWPqYeQW .navbar-fixed-top {
  padding-top: 0;
}
.cid-rXQWPqYeQW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rXQWPqYeQW .dropdown-item {
  padding: 0;
}
.cid-rXQWPqYeQW .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rXQWPqYeQW .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rXQWPqYeQW .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rXQWPqYeQW a {
  font-style: normal;
}
.cid-rXQWPqYeQW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rXQWPqYeQW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rXQWPqYeQW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rXQWPqYeQW .content-text {
  margin-bottom: 0;
}
.cid-rXQWPqYeQW .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rXQWPqYeQW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rXQWPqYeQW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rXQWPqYeQW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .nav-dropdown .link {
  font-weight: 400;
}
.cid-rXQWPqYeQW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rXQWPqYeQW .content-right-side {
  text-align: center;
}
.cid-rXQWPqYeQW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rXQWPqYeQW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rXQWPqYeQW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rXQWPqYeQW .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rXQWPqYeQW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rXQWPqYeQW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rXQWPqYeQW .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rXQWPqYeQW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rXQWPqYeQW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rXQWPqYeQW .navbar {
    display: block;
    padding: 0;
  }
  .cid-rXQWPqYeQW .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rXQWPqYeQW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rXQWPqYeQW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rXQWPqYeQW .navbar-toggler {
    display: none;
  }
  .cid-rXQWPqYeQW .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXQWPqYeQW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rXQWPqYeQW .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rXQWPqYeQW .menu-logo {
  margin-right: auto;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rXQWPqYeQW .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rXQWPqYeQW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW button.navbar-toggler:focus {
  outline: none;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .btn {
  display: flex;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rXQWPqYeQW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rXQWPqYeQW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rXQWPqYeQW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rXQWPqYeQW .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing,
  .cid-rXQWPqYeQW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rXQWPqYeQW .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rXQWPqYeQW img {
    height: 3.8rem !important;
  }
  .cid-rXQWPqYeQW .btn {
    display: flex;
  }
  .cid-rXQWPqYeQW button.navbar-toggler {
    display: block;
  }
  .cid-rXQWPqYeQW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rXQWPqYeQW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rXQWPqYeQW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rXQWPqYeQW .nav-link:focus {
  outline: none;
}
.cid-rXQWPqYeQW .navbar-toggler {
  position: relative;
}
.cid-rXQWPqYeQW .dropdown-item.active,
.cid-rXQWPqYeQW .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-s1yCJAFU5V.popup-builder {
  background-color: #ffffff;
}
.cid-s1yCJAFU5V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1yCJAFU5V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1yCJAFU5V .modal-content,
.cid-s1yCJAFU5V .modal-dialog {
  height: auto;
}
.cid-s1yCJAFU5V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1yCJAFU5V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1yCJAFU5V .form-wrapper .mbr-form .form-group,
  .cid-s1yCJAFU5V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1yCJAFU5V .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1yCJAFU5V .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1yCJAFU5V .mbr-text {
  text-align: center;
}
.cid-s1yCJAFU5V .pt-0 {
  padding-top: 0 !important;
}
.cid-s1yCJAFU5V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1yCJAFU5V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1yCJAFU5V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1yCJAFU5V .modal-open {
  overflow: hidden;
}
.cid-s1yCJAFU5V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1yCJAFU5V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1yCJAFU5V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1yCJAFU5V .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1yCJAFU5V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1yCJAFU5V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1yCJAFU5V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1yCJAFU5V .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1yCJAFU5V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1yCJAFU5V .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1yCJAFU5V .modal-backdrop.show {
  opacity: .5;
}
.cid-s1yCJAFU5V .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1yCJAFU5V .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1yCJAFU5V .modal-header .close:hover {
  opacity: 1;
}
.cid-s1yCJAFU5V .modal-header .close:focus {
  outline: none;
}
.cid-s1yCJAFU5V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1yCJAFU5V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1yCJAFU5V .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1yCJAFU5V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1yCJAFU5V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1yCJAFU5V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1yCJAFU5V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1yCJAFU5V .modal-sm {
    max-width: 300px;
  }
  .cid-s1yCJAFU5V .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1yCJAFU5V .modal-lg,
  .cid-s1yCJAFU5V .modal-xl {
    max-width: 800px;
  }
  .cid-s1yCJAFU5V .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1yCJAFU5V .modal-xl {
    max-width: 1140px;
  }
  .cid-s1yCJAFU5V .container {
    max-width: 1140px;
  }
}
.cid-s1yCJAFU5V .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1yCJAFU5V .container {
    max-width: 720px;
  }
}
.cid-s1yCJAFU5V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1yCJAFU5V .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1yCJAFU5V .form-group {
  margin-bottom: 1rem;
}
.cid-s1yCJAFU5V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1yCJAFU5V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1yCJAFU5V .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rMPlC3AXmf {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rMPlC3AXmf .container-fluid {
  padding: 0 3rem;
}
.cid-rMPlC3AXmf .card {
  display: block;
}
.cid-rMPlC3AXmf .card .card-wrapper {
  height: 1%;
}
.cid-rMPlC3AXmf .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-rMPlC3AXmf .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-rMPlC3AXmf .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-rMPlC3AXmf .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-rMPlC3AXmf .container-fluid {
    padding: 0 1rem;
  }
  .cid-rMPlC3AXmf .text-row {
    padding-bottom: 1rem;
  }
}
.cid-rYdVToweg0 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYdVToweg0 .container-fluid {
  padding: 0 3rem;
}
.cid-rYdVToweg0 .mbr-section-subtitle {
  color: #767676;
}
.cid-rYdVToweg0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rYdVToweg0 .table-wrapper {
  margin: 0 auto;
}
.cid-rYdVToweg0 table {
  overflow-x: auto;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-rYdVToweg0 table thead tr {
  border: none !important;
}
.cid-rYdVToweg0 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: left;
  border-color: #5b5b5b;
  border-top: none;
  color: white;
  vertical-align: left;
}
.cid-rYdVToweg0 table tr td {
  border-color: #c1c1c1;
}
.cid-rYdVToweg0 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: left;
}
.cid-rYdVToweg0 tr:hover {
  background-color: #ffffff !important;
}
.cid-rYdVToweg0 th:after,
.cid-rYdVToweg0 th:before {
  display: none !important;
}
.cid-rYdVToweg0 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-rYdVToweg0 .dataTables_scrollHeadInner .table {
  width: 100% !important;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .cid-rYdVToweg0 table th,
  .cid-rYdVToweg0 table td {
    padding: .75rem;
  }
}
.cid-rYdVToweg0 .body-item {
  text-align: left;
  color: #000000;
}
.cid-rYdVToweg0 .mbr-text {
  color: #767676;
}
.cid-rYdVToweg0 .head-item {
  color: #232323;
}
.cid-rYdVToweg0 .head-item1 {
  color: #000000;
}
.cid-rYdVToweg0 .mbr-section-subtitle,
.cid-rYdVToweg0 .body-item {
  text-align: left;
  color: #232323;
}
.cid-rMPGHrLEj8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-rMPGHrLEj8 .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rMPGHrLEj8 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rMPGHrLEj8 .panel-group {
  width: 100%;
}
.cid-rMPGHrLEj8 .panel-text,
.cid-rMPGHrLEj8 .mbr-section-subtitle {
  color: #767676;
}
.cid-rMPGHrLEj8 .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rMPGHrLEj8 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rMPGHrLEj8 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #0087ab;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rMPGHrLEj8 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rMPGHrLEj8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rMPGHrLEj8 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-rMPGHrLEj8 .card .card-header a.panel-title h1 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rMPGHrLEj8 .card .card-header a.panel-title h2 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rMPGHrLEj8 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rMPGHrLEj8 .card .panel-body {
  background: #ffffff;
}
.cid-rMPGHrLEj8 .header-text,
.cid-rMPGHrLEj8 .sign {
  color: #ffffff;
}
.cid-s1ykskxTAw {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1ykskxTAw .container {
  max-width: 1400px;
}
.cid-s1ykskxTAw .card-img2 span {
  padding-top: 6px;
}
.cid-s1ykskxTAw .soc-item a {
  padding-top: 5px;
}
.cid-s1ykskxTAw .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1ykskxTAw .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1ykskxTAw .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1ykskxTAw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1ykskxTAw svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1ykskxTAw #e2_shape {
  fill: #ffffff !important;
}
.cid-s1ykskxTAw .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1ykskxTAw .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1ykskxTAw .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1ykskxTAw .card-img {
  width: auto;
}
.cid-s1ykskxTAw .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1ykskxTAw .soc-item span {
  font-size: 1.4rem;
}
.cid-s1ykskxTAw .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1ykskxTAw .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1ykskxTAw .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1ykskxTAw .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1ykskxTAw .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1ykskxTAw img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1ykskxTAw .item {
    justify-content: center;
  }
  .cid-s1ykskxTAw .quote::after {
    left: 60px;
  }
}
.cid-s1ykskxTAw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1ykskxTAw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1ykskxTAw .text1 {
  color: #ffffff;
}
.cid-s1ykskxTAw .item-title {
  color: #ffffff;
}
.cid-s1ykskxTAw H5 {
  color: #ffffff;
}
.cid-s1ykskxTAw .theme {
  color: #ffffff;
}
.cid-s1ykskxTAw .copyright > p {
  color: #ff3366;
}
.cid-s1ykskxTAw .text2 {
  color: #ffffff;
}
.cid-rXQWPqYeQW .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rXQWPqYeQW .navbar-fixed-top {
  padding-top: 0;
}
.cid-rXQWPqYeQW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rXQWPqYeQW .dropdown-item {
  padding: 0;
}
.cid-rXQWPqYeQW .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rXQWPqYeQW .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rXQWPqYeQW .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rXQWPqYeQW a {
  font-style: normal;
}
.cid-rXQWPqYeQW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rXQWPqYeQW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rXQWPqYeQW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rXQWPqYeQW .content-text {
  margin-bottom: 0;
}
.cid-rXQWPqYeQW .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rXQWPqYeQW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rXQWPqYeQW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rXQWPqYeQW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rXQWPqYeQW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rXQWPqYeQW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rXQWPqYeQW .nav-dropdown .link {
  font-weight: 400;
}
.cid-rXQWPqYeQW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rXQWPqYeQW .content-right-side {
  text-align: center;
}
.cid-rXQWPqYeQW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rXQWPqYeQW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rXQWPqYeQW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rXQWPqYeQW .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rXQWPqYeQW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rXQWPqYeQW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rXQWPqYeQW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rXQWPqYeQW .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rXQWPqYeQW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rXQWPqYeQW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rXQWPqYeQW .navbar {
    display: block;
    padding: 0;
  }
  .cid-rXQWPqYeQW .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rXQWPqYeQW .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rXQWPqYeQW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rXQWPqYeQW .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rXQWPqYeQW .navbar-toggler {
    display: none;
  }
  .cid-rXQWPqYeQW .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rXQWPqYeQW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rXQWPqYeQW .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rXQWPqYeQW .menu-logo {
  margin-right: auto;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rXQWPqYeQW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rXQWPqYeQW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rXQWPqYeQW .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rXQWPqYeQW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rXQWPqYeQW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rXQWPqYeQW button.navbar-toggler:focus {
  outline: none;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rXQWPqYeQW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rXQWPqYeQW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rXQWPqYeQW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .btn {
  display: flex;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rXQWPqYeQW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rXQWPqYeQW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rXQWPqYeQW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rXQWPqYeQW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rXQWPqYeQW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rXQWPqYeQW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rXQWPqYeQW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rXQWPqYeQW .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rXQWPqYeQW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing,
  .cid-rXQWPqYeQW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rXQWPqYeQW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rXQWPqYeQW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rXQWPqYeQW .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rXQWPqYeQW img {
    height: 3.8rem !important;
  }
  .cid-rXQWPqYeQW .btn {
    display: flex;
  }
  .cid-rXQWPqYeQW button.navbar-toggler {
    display: block;
  }
  .cid-rXQWPqYeQW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rXQWPqYeQW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rXQWPqYeQW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rXQWPqYeQW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rXQWPqYeQW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rXQWPqYeQW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rXQWPqYeQW .nav-link:focus {
  outline: none;
}
.cid-rXQWPqYeQW .navbar-toggler {
  position: relative;
}
.cid-rXQWPqYeQW .dropdown-item.active,
.cid-rXQWPqYeQW .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rYeYc7l2Ig.popup-builder {
  background-color: #ffffff;
}
.cid-rYeYc7l2Ig.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeYc7l2Ig.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeYc7l2Ig .modal-content,
.cid-rYeYc7l2Ig .modal-dialog {
  height: auto;
}
.cid-rYeYc7l2Ig .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeYc7l2Ig .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeYc7l2Ig .form-wrapper .mbr-form .form-group,
  .cid-rYeYc7l2Ig .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeYc7l2Ig .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeYc7l2Ig .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeYc7l2Ig .mbr-text {
  text-align: center;
}
.cid-rYeYc7l2Ig .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeYc7l2Ig .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeYc7l2Ig .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeYc7l2Ig .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeYc7l2Ig .modal-open {
  overflow: hidden;
}
.cid-rYeYc7l2Ig .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeYc7l2Ig .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeYc7l2Ig .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeYc7l2Ig .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYeYc7l2Ig .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeYc7l2Ig .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeYc7l2Ig .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeYc7l2Ig .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeYc7l2Ig .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeYc7l2Ig .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeYc7l2Ig .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeYc7l2Ig .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeYc7l2Ig .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeYc7l2Ig .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeYc7l2Ig .modal-header .close:focus {
  outline: none;
}
.cid-rYeYc7l2Ig .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYeYc7l2Ig .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeYc7l2Ig .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeYc7l2Ig .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeYc7l2Ig .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeYc7l2Ig .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeYc7l2Ig .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeYc7l2Ig .modal-sm {
    max-width: 300px;
  }
  .cid-rYeYc7l2Ig .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeYc7l2Ig .modal-lg,
  .cid-rYeYc7l2Ig .modal-xl {
    max-width: 800px;
  }
  .cid-rYeYc7l2Ig .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeYc7l2Ig .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeYc7l2Ig .container {
    max-width: 1140px;
  }
}
.cid-rYeYc7l2Ig .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeYc7l2Ig .container {
    max-width: 720px;
  }
}
.cid-rYeYc7l2Ig .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeYc7l2Ig .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYeYc7l2Ig .form-group {
  margin-bottom: 1rem;
}
.cid-rYeYc7l2Ig .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeYc7l2Ig .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeYc7l2Ig .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1ymhH5Oqm.popup-builder {
  background-color: #ffffff;
}
.cid-s1ymhH5Oqm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1ymhH5Oqm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1ymhH5Oqm .modal-content,
.cid-s1ymhH5Oqm .modal-dialog {
  height: auto;
}
.cid-s1ymhH5Oqm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1ymhH5Oqm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1ymhH5Oqm .form-wrapper .mbr-form .form-group,
  .cid-s1ymhH5Oqm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1ymhH5Oqm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1ymhH5Oqm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1ymhH5Oqm .mbr-text {
  text-align: center;
}
.cid-s1ymhH5Oqm .pt-0 {
  padding-top: 0 !important;
}
.cid-s1ymhH5Oqm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1ymhH5Oqm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1ymhH5Oqm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1ymhH5Oqm .modal-open {
  overflow: hidden;
}
.cid-s1ymhH5Oqm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1ymhH5Oqm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1ymhH5Oqm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1ymhH5Oqm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1ymhH5Oqm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1ymhH5Oqm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1ymhH5Oqm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1ymhH5Oqm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1ymhH5Oqm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1ymhH5Oqm .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1ymhH5Oqm .modal-backdrop.show {
  opacity: .5;
}
.cid-s1ymhH5Oqm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1ymhH5Oqm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1ymhH5Oqm .modal-header .close:hover {
  opacity: 1;
}
.cid-s1ymhH5Oqm .modal-header .close:focus {
  outline: none;
}
.cid-s1ymhH5Oqm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1ymhH5Oqm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1ymhH5Oqm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1ymhH5Oqm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1ymhH5Oqm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1ymhH5Oqm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1ymhH5Oqm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1ymhH5Oqm .modal-sm {
    max-width: 300px;
  }
  .cid-s1ymhH5Oqm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1ymhH5Oqm .modal-lg,
  .cid-s1ymhH5Oqm .modal-xl {
    max-width: 800px;
  }
  .cid-s1ymhH5Oqm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1ymhH5Oqm .modal-xl {
    max-width: 1140px;
  }
  .cid-s1ymhH5Oqm .container {
    max-width: 1140px;
  }
}
.cid-s1ymhH5Oqm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1ymhH5Oqm .container {
    max-width: 720px;
  }
}
.cid-s1ymhH5Oqm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1ymhH5Oqm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1ymhH5Oqm .form-group {
  margin-bottom: 1rem;
}
.cid-s1ymhH5Oqm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1ymhH5Oqm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1ymhH5Oqm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rYdz5xsCT7 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-rYdz5xsCT7 .mbr-section-title,
.cid-rYdz5xsCT7 .mbr-section-subtitle {
  color: #000000;
}
.cid-rYdz5xsCT7 .mbr-section-text {
  color: #232323;
}
.cid-rYdz5xsCT7 .mbr-text,
.cid-rYdz5xsCT7 .typed-text,
.cid-rYdz5xsCT7 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rYdz5xsCT7 .btn {
  margin-left: 4px !important;
}
.cid-rYdz5xsCT7 .animated-element {
  color: #ff3366;
}
.cid-rYdz5xsCT7 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rYdz5xsCT7 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rYdz5xsCT7 .typed-text,
  .cid-rYdz5xsCT7 .mbr-section-subtitle,
  .cid-rYdz5xsCT7 .mbr-section-text,
  .cid-rYdz5xsCT7 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rYdyNgcGyP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYdyNgcGyP .card-icon {
  font-size: 56px;
  color: #ff3366;
  transition: color 0.3s;
}
.cid-rYdyNgcGyP .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-rYdyNgcGyP .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-rYdyNgcGyP .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #0087ab;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-rYdyNgcGyP .card {
  padding: 0!important;
}
.cid-rYdyNgcGyP .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-rYdyNgcGyP .card-wrapper:hover {
  background: #ff3366;
}
.cid-rYdyNgcGyP .card-wrapper:hover .card-icon {
  color: #ffffff;
}
.cid-rYdyNgcGyP .card-wrapper:hover .line {
  background: #ffffff;
}
.cid-rYdyNgcGyP .card1 {
  background: #ffffff;
}
.cid-rYdyNgcGyP .card2 {
  background: #ffffff;
}
.cid-rYdyNgcGyP .card3 {
  background: #ffffff;
}
.cid-rYdyNgcGyP .card4 {
  background: #ffffff;
}
.cid-rYdyNgcGyP .card5 {
  background: #ffffff;
}
.cid-rYdyNgcGyP .card6 {
  background: #ffffff;
}
.cid-rYdyNgcGyP .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-rYdyNgcGyP .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-rYdyNgcGyP .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-rYdyNgcGyP .mbr-text,
.cid-rYdyNgcGyP .card-link {
  color: #000000;
}
.cid-rYdyNgcGyP .card-title,
.cid-rYdyNgcGyP .card-ico,
.cid-rYdyNgcGyP .line-wrap {
  color: #000000;
}
.cid-s1ylBxyHPB {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1ylBxyHPB .container {
  max-width: 1400px;
}
.cid-s1ylBxyHPB .card-img2 span {
  padding-top: 6px;
}
.cid-s1ylBxyHPB .soc-item a {
  padding-top: 5px;
}
.cid-s1ylBxyHPB .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1ylBxyHPB .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1ylBxyHPB .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1ylBxyHPB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1ylBxyHPB svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1ylBxyHPB #e2_shape {
  fill: #ffffff !important;
}
.cid-s1ylBxyHPB .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1ylBxyHPB .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1ylBxyHPB .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1ylBxyHPB .card-img {
  width: auto;
}
.cid-s1ylBxyHPB .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1ylBxyHPB .soc-item span {
  font-size: 1.4rem;
}
.cid-s1ylBxyHPB .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1ylBxyHPB .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1ylBxyHPB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1ylBxyHPB .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1ylBxyHPB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1ylBxyHPB img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1ylBxyHPB .item {
    justify-content: center;
  }
  .cid-s1ylBxyHPB .quote::after {
    left: 60px;
  }
}
.cid-s1ylBxyHPB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1ylBxyHPB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1ylBxyHPB .text1 {
  color: #ffffff;
}
.cid-s1ylBxyHPB .item-title {
  color: #ffffff;
}
.cid-s1ylBxyHPB H5 {
  color: #ffffff;
}
.cid-s1ylBxyHPB .theme {
  color: #ffffff;
}
.cid-s1ylBxyHPB .copyright > p {
  color: #ff3366;
}
.cid-s1ylBxyHPB .text2 {
  color: #ffffff;
}
.cid-rYdqo2tIay .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rYdqo2tIay .navbar-fixed-top {
  padding-top: 0;
}
.cid-rYdqo2tIay .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rYdqo2tIay .dropdown-item {
  padding: 0;
}
.cid-rYdqo2tIay .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rYdqo2tIay .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rYdqo2tIay .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYdqo2tIay .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rYdqo2tIay a {
  font-style: normal;
}
.cid-rYdqo2tIay .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rYdqo2tIay .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rYdqo2tIay .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rYdqo2tIay .content-text {
  margin-bottom: 0;
}
.cid-rYdqo2tIay .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rYdqo2tIay .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rYdqo2tIay .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rYdqo2tIay .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rYdqo2tIay .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rYdqo2tIay .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rYdqo2tIay .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rYdqo2tIay .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rYdqo2tIay .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYdqo2tIay .nav-dropdown .link {
  font-weight: 400;
}
.cid-rYdqo2tIay .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rYdqo2tIay .content-right-side {
  text-align: center;
}
.cid-rYdqo2tIay .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rYdqo2tIay .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rYdqo2tIay .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rYdqo2tIay .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rYdqo2tIay .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYdqo2tIay .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rYdqo2tIay .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rYdqo2tIay .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rYdqo2tIay .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rYdqo2tIay .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rYdqo2tIay .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rYdqo2tIay .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rYdqo2tIay .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rYdqo2tIay .navbar {
    display: block;
    padding: 0;
  }
  .cid-rYdqo2tIay .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rYdqo2tIay .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rYdqo2tIay .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rYdqo2tIay .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rYdqo2tIay .navbar-toggler {
    display: none;
  }
  .cid-rYdqo2tIay .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rYdqo2tIay .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rYdqo2tIay .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYdqo2tIay .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rYdqo2tIay .menu-logo {
  margin-right: auto;
}
.cid-rYdqo2tIay .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYdqo2tIay .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYdqo2tIay .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYdqo2tIay .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYdqo2tIay .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYdqo2tIay .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYdqo2tIay .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rYdqo2tIay .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYdqo2tIay .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYdqo2tIay .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYdqo2tIay .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rYdqo2tIay .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rYdqo2tIay .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-rYdqo2tIay .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rYdqo2tIay .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rYdqo2tIay .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rYdqo2tIay .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rYdqo2tIay .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYdqo2tIay .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYdqo2tIay .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rYdqo2tIay .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rYdqo2tIay .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYdqo2tIay .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYdqo2tIay .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYdqo2tIay .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYdqo2tIay button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYdqo2tIay button.navbar-toggler:focus {
  outline: none;
}
.cid-rYdqo2tIay button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYdqo2tIay button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYdqo2tIay button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYdqo2tIay button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYdqo2tIay button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYdqo2tIay nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYdqo2tIay nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYdqo2tIay nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYdqo2tIay nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYdqo2tIay .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rYdqo2tIay .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rYdqo2tIay .collapsed .btn {
  display: flex;
}
.cid-rYdqo2tIay .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYdqo2tIay .collapsed .navbar-collapse.collapsing,
.cid-rYdqo2tIay .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYdqo2tIay .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYdqo2tIay .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYdqo2tIay .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYdqo2tIay .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYdqo2tIay .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYdqo2tIay .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rYdqo2tIay .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYdqo2tIay .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rYdqo2tIay .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rYdqo2tIay .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYdqo2tIay .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rYdqo2tIay .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rYdqo2tIay .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYdqo2tIay .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYdqo2tIay .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYdqo2tIay .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rYdqo2tIay .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rYdqo2tIay .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYdqo2tIay .navbar-collapse.collapsing,
  .cid-rYdqo2tIay .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYdqo2tIay .navbar-collapse.collapsing .navbar-nav,
  .cid-rYdqo2tIay .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYdqo2tIay .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYdqo2tIay .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYdqo2tIay .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYdqo2tIay .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rYdqo2tIay .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYdqo2tIay .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYdqo2tIay .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rYdqo2tIay img {
    height: 3.8rem !important;
  }
  .cid-rYdqo2tIay .btn {
    display: flex;
  }
  .cid-rYdqo2tIay button.navbar-toggler {
    display: block;
  }
  .cid-rYdqo2tIay .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rYdqo2tIay .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rYdqo2tIay .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYdqo2tIay .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYdqo2tIay .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYdqo2tIay .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rYdqo2tIay .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rYdqo2tIay .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rYdqo2tIay .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rYdqo2tIay .nav-link:focus {
  outline: none;
}
.cid-rYdqo2tIay .navbar-toggler {
  position: relative;
}
.cid-rYdqo2tIay .dropdown-item.active,
.cid-rYdqo2tIay .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rYeYc7mUys.popup-builder {
  background-color: #ffffff;
}
.cid-rYeYc7mUys.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeYc7mUys.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeYc7mUys .modal-content,
.cid-rYeYc7mUys .modal-dialog {
  height: auto;
}
.cid-rYeYc7mUys .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeYc7mUys .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeYc7mUys .form-wrapper .mbr-form .form-group,
  .cid-rYeYc7mUys .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeYc7mUys .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeYc7mUys .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeYc7mUys .mbr-text {
  text-align: center;
}
.cid-rYeYc7mUys .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeYc7mUys .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeYc7mUys .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeYc7mUys .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeYc7mUys .modal-open {
  overflow: hidden;
}
.cid-rYeYc7mUys .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeYc7mUys .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeYc7mUys .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeYc7mUys .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYeYc7mUys .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeYc7mUys .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeYc7mUys .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeYc7mUys .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeYc7mUys .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeYc7mUys .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeYc7mUys .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeYc7mUys .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeYc7mUys .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeYc7mUys .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeYc7mUys .modal-header .close:focus {
  outline: none;
}
.cid-rYeYc7mUys .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYeYc7mUys .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeYc7mUys .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeYc7mUys .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeYc7mUys .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeYc7mUys .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeYc7mUys .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeYc7mUys .modal-sm {
    max-width: 300px;
  }
  .cid-rYeYc7mUys .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeYc7mUys .modal-lg,
  .cid-rYeYc7mUys .modal-xl {
    max-width: 800px;
  }
  .cid-rYeYc7mUys .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeYc7mUys .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeYc7mUys .container {
    max-width: 1140px;
  }
}
.cid-rYeYc7mUys .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeYc7mUys .container {
    max-width: 720px;
  }
}
.cid-rYeYc7mUys .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeYc7mUys .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYeYc7mUys .form-group {
  margin-bottom: 1rem;
}
.cid-rYeYc7mUys .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeYc7mUys .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeYc7mUys .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rYdHqCcyCE {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-rYdHqCcyCE .mbr-section-title,
.cid-rYdHqCcyCE .mbr-section-subtitle {
  color: #000000;
}
.cid-rYdHqCcyCE .mbr-section-text {
  color: #232323;
}
.cid-rYdHqCcyCE .mbr-text,
.cid-rYdHqCcyCE .typed-text,
.cid-rYdHqCcyCE .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rYdHqCcyCE .btn {
  margin-left: 4px !important;
}
.cid-rYdHqCcyCE .animated-element {
  color: #ff3366;
}
.cid-rYdHqCcyCE .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rYdHqCcyCE .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rYdHqCcyCE .typed-text,
  .cid-rYdHqCcyCE .mbr-section-subtitle,
  .cid-rYdHqCcyCE .mbr-section-text,
  .cid-rYdHqCcyCE .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rYdxFBjxF0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYdxFBjxF0 .container-fluid {
  padding: 0 3rem;
}
.cid-rYdxFBjxF0 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #0087ab 50%, #0a1c44 120%);
  display: inline-block;
}
.cid-rYdxFBjxF0 .card {
  border-radius: 25px !important;
  margin-bottom: 2rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-rYdxFBjxF0 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-rYdxFBjxF0 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
  padding-right: 2rem;
}
.cid-rYdxFBjxF0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rYdxFBjxF0 .card .card-header a.panel-title:hover .sign {
  background-color: #149dcc !important;
}
.cid-rYdxFBjxF0 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #55b4d4;
  padding: 2rem;
  padding-top: 26px;
  color: #ffffff;
}
.cid-rYdxFBjxF0 .card .card-header a.panel-title h3 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYdxFBjxF0 .card .card-header a.panel-title h3 .toggle-title {
  user-select: initial;
  pointer-events: auto;
}
.cid-rYdxFBjxF0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYdxFBjxF0 .card .card-header a.panel-title h4 .toggle-title {
  user-select: initial;
  pointer-events: auto;
}
.cid-rYdxFBjxF0 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-rYdxFBjxF0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-rYdxFBjxF0 .header-text {
    padding: 1rem !important;
  }
  .cid-rYdxFBjxF0 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-rYdxFBjxF0 .panel-body {
    width: calc(100% - 48px);
  }
}
.cid-rYdxFBjxF0 .toggle-header,
.cid-rYdxFBjxF0 .sign {
  color: #232323;
}
.cid-s1yomHzDiK {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1yomHzDiK .container {
  max-width: 1400px;
}
.cid-s1yomHzDiK .card-img2 span {
  padding-top: 6px;
}
.cid-s1yomHzDiK .soc-item a {
  padding-top: 5px;
}
.cid-s1yomHzDiK .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1yomHzDiK .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1yomHzDiK .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1yomHzDiK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1yomHzDiK svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1yomHzDiK #e2_shape {
  fill: #ffffff !important;
}
.cid-s1yomHzDiK .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1yomHzDiK .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1yomHzDiK .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1yomHzDiK .card-img {
  width: auto;
}
.cid-s1yomHzDiK .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1yomHzDiK .soc-item span {
  font-size: 1.4rem;
}
.cid-s1yomHzDiK .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1yomHzDiK .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1yomHzDiK .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1yomHzDiK .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1yomHzDiK .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1yomHzDiK img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1yomHzDiK .item {
    justify-content: center;
  }
  .cid-s1yomHzDiK .quote::after {
    left: 60px;
  }
}
.cid-s1yomHzDiK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1yomHzDiK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1yomHzDiK .text1 {
  color: #ffffff;
}
.cid-s1yomHzDiK .item-title {
  color: #ffffff;
}
.cid-s1yomHzDiK H5 {
  color: #ffffff;
}
.cid-s1yomHzDiK .theme {
  color: #ffffff;
}
.cid-s1yomHzDiK .copyright > p {
  color: #ff3366;
}
.cid-s1yomHzDiK .text2 {
  color: #ffffff;
}
.cid-rYdxKKt0Ge .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rYdxKKt0Ge .navbar-fixed-top {
  padding-top: 0;
}
.cid-rYdxKKt0Ge .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rYdxKKt0Ge .dropdown-item {
  padding: 0;
}
.cid-rYdxKKt0Ge .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rYdxKKt0Ge .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rYdxKKt0Ge .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYdxKKt0Ge .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rYdxKKt0Ge a {
  font-style: normal;
}
.cid-rYdxKKt0Ge .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rYdxKKt0Ge .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rYdxKKt0Ge .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rYdxKKt0Ge .content-text {
  margin-bottom: 0;
}
.cid-rYdxKKt0Ge .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rYdxKKt0Ge .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rYdxKKt0Ge .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rYdxKKt0Ge .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rYdxKKt0Ge .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rYdxKKt0Ge .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rYdxKKt0Ge .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rYdxKKt0Ge .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rYdxKKt0Ge .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYdxKKt0Ge .nav-dropdown .link {
  font-weight: 400;
}
.cid-rYdxKKt0Ge .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rYdxKKt0Ge .content-right-side {
  text-align: center;
}
.cid-rYdxKKt0Ge .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rYdxKKt0Ge .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rYdxKKt0Ge .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rYdxKKt0Ge .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rYdxKKt0Ge .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYdxKKt0Ge .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rYdxKKt0Ge .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rYdxKKt0Ge .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rYdxKKt0Ge .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rYdxKKt0Ge .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rYdxKKt0Ge .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rYdxKKt0Ge .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rYdxKKt0Ge .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rYdxKKt0Ge .navbar {
    display: block;
    padding: 0;
  }
  .cid-rYdxKKt0Ge .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rYdxKKt0Ge .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rYdxKKt0Ge .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rYdxKKt0Ge .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rYdxKKt0Ge .navbar-toggler {
    display: none;
  }
  .cid-rYdxKKt0Ge .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rYdxKKt0Ge .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rYdxKKt0Ge .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYdxKKt0Ge .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rYdxKKt0Ge .menu-logo {
  margin-right: auto;
}
.cid-rYdxKKt0Ge .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYdxKKt0Ge .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYdxKKt0Ge .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYdxKKt0Ge .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYdxKKt0Ge .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYdxKKt0Ge .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYdxKKt0Ge .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rYdxKKt0Ge .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYdxKKt0Ge .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYdxKKt0Ge .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYdxKKt0Ge .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rYdxKKt0Ge .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rYdxKKt0Ge .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-rYdxKKt0Ge .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rYdxKKt0Ge .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rYdxKKt0Ge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rYdxKKt0Ge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rYdxKKt0Ge .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYdxKKt0Ge .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYdxKKt0Ge .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rYdxKKt0Ge .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rYdxKKt0Ge .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYdxKKt0Ge .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYdxKKt0Ge .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYdxKKt0Ge .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYdxKKt0Ge button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYdxKKt0Ge button.navbar-toggler:focus {
  outline: none;
}
.cid-rYdxKKt0Ge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYdxKKt0Ge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYdxKKt0Ge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYdxKKt0Ge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYdxKKt0Ge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYdxKKt0Ge nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYdxKKt0Ge nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYdxKKt0Ge nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYdxKKt0Ge nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYdxKKt0Ge .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rYdxKKt0Ge .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rYdxKKt0Ge .collapsed .btn {
  display: flex;
}
.cid-rYdxKKt0Ge .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYdxKKt0Ge .collapsed .navbar-collapse.collapsing,
.cid-rYdxKKt0Ge .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYdxKKt0Ge .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYdxKKt0Ge .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYdxKKt0Ge .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYdxKKt0Ge .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYdxKKt0Ge .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYdxKKt0Ge .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rYdxKKt0Ge .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYdxKKt0Ge .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rYdxKKt0Ge .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rYdxKKt0Ge .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYdxKKt0Ge .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rYdxKKt0Ge .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rYdxKKt0Ge .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYdxKKt0Ge .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYdxKKt0Ge .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYdxKKt0Ge .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rYdxKKt0Ge .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rYdxKKt0Ge .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYdxKKt0Ge .navbar-collapse.collapsing,
  .cid-rYdxKKt0Ge .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYdxKKt0Ge .navbar-collapse.collapsing .navbar-nav,
  .cid-rYdxKKt0Ge .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYdxKKt0Ge .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYdxKKt0Ge .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYdxKKt0Ge .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYdxKKt0Ge .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rYdxKKt0Ge .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYdxKKt0Ge .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYdxKKt0Ge .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rYdxKKt0Ge img {
    height: 3.8rem !important;
  }
  .cid-rYdxKKt0Ge .btn {
    display: flex;
  }
  .cid-rYdxKKt0Ge button.navbar-toggler {
    display: block;
  }
  .cid-rYdxKKt0Ge .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rYdxKKt0Ge .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rYdxKKt0Ge .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYdxKKt0Ge .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYdxKKt0Ge .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYdxKKt0Ge .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rYdxKKt0Ge .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rYdxKKt0Ge .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rYdxKKt0Ge .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rYdxKKt0Ge .nav-link:focus {
  outline: none;
}
.cid-rYdxKKt0Ge .navbar-toggler {
  position: relative;
}
.cid-rYdxKKt0Ge .dropdown-item.active,
.cid-rYdxKKt0Ge .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rYeYc7mFMx.popup-builder {
  background-color: #ffffff;
}
.cid-rYeYc7mFMx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeYc7mFMx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeYc7mFMx .modal-content,
.cid-rYeYc7mFMx .modal-dialog {
  height: auto;
}
.cid-rYeYc7mFMx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeYc7mFMx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeYc7mFMx .form-wrapper .mbr-form .form-group,
  .cid-rYeYc7mFMx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeYc7mFMx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeYc7mFMx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeYc7mFMx .mbr-text {
  text-align: center;
}
.cid-rYeYc7mFMx .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeYc7mFMx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeYc7mFMx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeYc7mFMx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeYc7mFMx .modal-open {
  overflow: hidden;
}
.cid-rYeYc7mFMx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeYc7mFMx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeYc7mFMx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeYc7mFMx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYeYc7mFMx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeYc7mFMx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeYc7mFMx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeYc7mFMx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeYc7mFMx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeYc7mFMx .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeYc7mFMx .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeYc7mFMx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeYc7mFMx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeYc7mFMx .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeYc7mFMx .modal-header .close:focus {
  outline: none;
}
.cid-rYeYc7mFMx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYeYc7mFMx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeYc7mFMx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeYc7mFMx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeYc7mFMx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeYc7mFMx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeYc7mFMx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeYc7mFMx .modal-sm {
    max-width: 300px;
  }
  .cid-rYeYc7mFMx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeYc7mFMx .modal-lg,
  .cid-rYeYc7mFMx .modal-xl {
    max-width: 800px;
  }
  .cid-rYeYc7mFMx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeYc7mFMx .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeYc7mFMx .container {
    max-width: 1140px;
  }
}
.cid-rYeYc7mFMx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeYc7mFMx .container {
    max-width: 720px;
  }
}
.cid-rYeYc7mFMx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeYc7mFMx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYeYc7mFMx .form-group {
  margin-bottom: 1rem;
}
.cid-rYeYc7mFMx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeYc7mFMx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeYc7mFMx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1yovC46a3.popup-builder {
  background-color: #ffffff;
}
.cid-s1yovC46a3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1yovC46a3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1yovC46a3 .modal-content,
.cid-s1yovC46a3 .modal-dialog {
  height: auto;
}
.cid-s1yovC46a3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1yovC46a3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1yovC46a3 .form-wrapper .mbr-form .form-group,
  .cid-s1yovC46a3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1yovC46a3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1yovC46a3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1yovC46a3 .mbr-text {
  text-align: center;
}
.cid-s1yovC46a3 .pt-0 {
  padding-top: 0 !important;
}
.cid-s1yovC46a3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1yovC46a3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1yovC46a3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1yovC46a3 .modal-open {
  overflow: hidden;
}
.cid-s1yovC46a3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1yovC46a3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1yovC46a3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1yovC46a3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1yovC46a3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1yovC46a3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1yovC46a3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1yovC46a3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1yovC46a3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1yovC46a3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1yovC46a3 .modal-backdrop.show {
  opacity: .5;
}
.cid-s1yovC46a3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1yovC46a3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1yovC46a3 .modal-header .close:hover {
  opacity: 1;
}
.cid-s1yovC46a3 .modal-header .close:focus {
  outline: none;
}
.cid-s1yovC46a3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1yovC46a3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1yovC46a3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1yovC46a3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1yovC46a3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1yovC46a3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1yovC46a3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1yovC46a3 .modal-sm {
    max-width: 300px;
  }
  .cid-s1yovC46a3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1yovC46a3 .modal-lg,
  .cid-s1yovC46a3 .modal-xl {
    max-width: 800px;
  }
  .cid-s1yovC46a3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1yovC46a3 .modal-xl {
    max-width: 1140px;
  }
  .cid-s1yovC46a3 .container {
    max-width: 1140px;
  }
}
.cid-s1yovC46a3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1yovC46a3 .container {
    max-width: 720px;
  }
}
.cid-s1yovC46a3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1yovC46a3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1yovC46a3 .form-group {
  margin-bottom: 1rem;
}
.cid-s1yovC46a3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1yovC46a3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1yovC46a3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rYecqbQ4Pb {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-rYecqbQ4Pb .mbr-section-title,
.cid-rYecqbQ4Pb .mbr-section-subtitle {
  color: #000000;
}
.cid-rYecqbQ4Pb .mbr-section-text {
  color: #232323;
}
.cid-rYecqbQ4Pb .mbr-text,
.cid-rYecqbQ4Pb .typed-text,
.cid-rYecqbQ4Pb .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rYecqbQ4Pb .btn {
  margin-left: 4px !important;
}
.cid-rYecqbQ4Pb .animated-element {
  color: #ff3366;
}
.cid-rYecqbQ4Pb .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rYecqbQ4Pb .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rYecqbQ4Pb .typed-text,
  .cid-rYecqbQ4Pb .mbr-section-subtitle,
  .cid-rYecqbQ4Pb .mbr-section-text,
  .cid-rYecqbQ4Pb .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rYecqinbLS {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYecqinbLS img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rYecqinbLS .row {
  justify-content: center;
}
.cid-rYecqinbLS .mbr-text {
  color: #232323;
}
.cid-rYecqinbLS .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rYecqinbLS .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rYecqinbLS .date {
  margin: 0;
  color: #cccccc;
}
.cid-rYecqinbLS .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rYecqinbLS .icon-box {
    flex-direction: column;
  }
  .cid-rYecqinbLS .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rYecqinbLS img {
    margin-bottom: 2rem;
  }
}
.cid-rYecqinbLS H1 {
  color: #232323;
}
.cid-rYecqinbLS H3 {
  color: #232323;
}
.cid-rYecqlF85L {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYecqlF85L img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rYecqlF85L .row {
  justify-content: center;
}
.cid-rYecqlF85L .mbr-text {
  color: #232323;
}
.cid-rYecqlF85L .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rYecqlF85L .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rYecqlF85L .date {
  margin: 0;
  color: #cccccc;
}
.cid-rYecqlF85L .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rYecqlF85L .icon-box {
    flex-direction: column;
  }
  .cid-rYecqlF85L .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rYecqlF85L img {
    margin-bottom: 2rem;
  }
}
.cid-rYecqlF85L H1 {
  color: #232323;
}
.cid-rYecqlF85L H3 {
  color: #232323;
}
.cid-rYecqp2q27 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYecqp2q27 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rYecqp2q27 .row {
  justify-content: center;
}
.cid-rYecqp2q27 .mbr-text {
  color: #232323;
}
.cid-rYecqp2q27 .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rYecqp2q27 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rYecqp2q27 .date {
  margin: 0;
  color: #cccccc;
}
.cid-rYecqp2q27 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rYecqp2q27 .icon-box {
    flex-direction: column;
  }
  .cid-rYecqp2q27 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rYecqp2q27 img {
    margin-bottom: 2rem;
  }
}
.cid-rYecqp2q27 H1 {
  color: #232323;
}
.cid-rYecqp2q27 H3 {
  color: #232323;
}
.cid-s1yqN3a6rr {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1yqN3a6rr .container {
  max-width: 1400px;
}
.cid-s1yqN3a6rr .card-img2 span {
  padding-top: 6px;
}
.cid-s1yqN3a6rr .soc-item a {
  padding-top: 5px;
}
.cid-s1yqN3a6rr .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1yqN3a6rr .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1yqN3a6rr .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1yqN3a6rr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1yqN3a6rr svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1yqN3a6rr #e2_shape {
  fill: #ffffff !important;
}
.cid-s1yqN3a6rr .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1yqN3a6rr .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1yqN3a6rr .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1yqN3a6rr .card-img {
  width: auto;
}
.cid-s1yqN3a6rr .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1yqN3a6rr .soc-item span {
  font-size: 1.4rem;
}
.cid-s1yqN3a6rr .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1yqN3a6rr .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1yqN3a6rr .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1yqN3a6rr .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1yqN3a6rr .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1yqN3a6rr img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1yqN3a6rr .item {
    justify-content: center;
  }
  .cid-s1yqN3a6rr .quote::after {
    left: 60px;
  }
}
.cid-s1yqN3a6rr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1yqN3a6rr .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1yqN3a6rr .text1 {
  color: #ffffff;
}
.cid-s1yqN3a6rr .item-title {
  color: #ffffff;
}
.cid-s1yqN3a6rr H5 {
  color: #ffffff;
}
.cid-s1yqN3a6rr .theme {
  color: #ffffff;
}
.cid-s1yqN3a6rr .copyright > p {
  color: #ff3366;
}
.cid-s1yqN3a6rr .text2 {
  color: #ffffff;
}
.cid-rYecqFiw7E .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rYecqFiw7E .navbar-fixed-top {
  padding-top: 0;
}
.cid-rYecqFiw7E .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rYecqFiw7E .dropdown-item {
  padding: 0;
}
.cid-rYecqFiw7E .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rYecqFiw7E .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rYecqFiw7E .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYecqFiw7E .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rYecqFiw7E a {
  font-style: normal;
}
.cid-rYecqFiw7E .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rYecqFiw7E .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rYecqFiw7E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rYecqFiw7E .content-text {
  margin-bottom: 0;
}
.cid-rYecqFiw7E .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rYecqFiw7E .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rYecqFiw7E .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rYecqFiw7E .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rYecqFiw7E .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rYecqFiw7E .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rYecqFiw7E .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rYecqFiw7E .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rYecqFiw7E .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYecqFiw7E .nav-dropdown .link {
  font-weight: 400;
}
.cid-rYecqFiw7E .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rYecqFiw7E .content-right-side {
  text-align: center;
}
.cid-rYecqFiw7E .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rYecqFiw7E .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rYecqFiw7E .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rYecqFiw7E .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rYecqFiw7E .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYecqFiw7E .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rYecqFiw7E .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rYecqFiw7E .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rYecqFiw7E .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rYecqFiw7E .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rYecqFiw7E .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rYecqFiw7E .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rYecqFiw7E .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rYecqFiw7E .navbar {
    display: block;
    padding: 0;
  }
  .cid-rYecqFiw7E .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rYecqFiw7E .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rYecqFiw7E .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rYecqFiw7E .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rYecqFiw7E .navbar-toggler {
    display: none;
  }
  .cid-rYecqFiw7E .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rYecqFiw7E .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rYecqFiw7E .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYecqFiw7E .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rYecqFiw7E .menu-logo {
  margin-right: auto;
}
.cid-rYecqFiw7E .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYecqFiw7E .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYecqFiw7E .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYecqFiw7E .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYecqFiw7E .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYecqFiw7E .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYecqFiw7E .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rYecqFiw7E .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYecqFiw7E .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYecqFiw7E .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYecqFiw7E .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rYecqFiw7E .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rYecqFiw7E .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-rYecqFiw7E .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rYecqFiw7E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rYecqFiw7E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rYecqFiw7E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rYecqFiw7E .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYecqFiw7E .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYecqFiw7E .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rYecqFiw7E .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rYecqFiw7E .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYecqFiw7E .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYecqFiw7E .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYecqFiw7E .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYecqFiw7E button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYecqFiw7E button.navbar-toggler:focus {
  outline: none;
}
.cid-rYecqFiw7E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYecqFiw7E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYecqFiw7E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYecqFiw7E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYecqFiw7E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYecqFiw7E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYecqFiw7E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYecqFiw7E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYecqFiw7E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYecqFiw7E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rYecqFiw7E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rYecqFiw7E .collapsed .btn {
  display: flex;
}
.cid-rYecqFiw7E .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYecqFiw7E .collapsed .navbar-collapse.collapsing,
.cid-rYecqFiw7E .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYecqFiw7E .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYecqFiw7E .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYecqFiw7E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYecqFiw7E .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYecqFiw7E .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYecqFiw7E .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rYecqFiw7E .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYecqFiw7E .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rYecqFiw7E .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rYecqFiw7E .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYecqFiw7E .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rYecqFiw7E .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rYecqFiw7E .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYecqFiw7E .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYecqFiw7E .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYecqFiw7E .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rYecqFiw7E .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rYecqFiw7E .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYecqFiw7E .navbar-collapse.collapsing,
  .cid-rYecqFiw7E .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYecqFiw7E .navbar-collapse.collapsing .navbar-nav,
  .cid-rYecqFiw7E .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYecqFiw7E .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYecqFiw7E .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYecqFiw7E .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYecqFiw7E .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rYecqFiw7E .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYecqFiw7E .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYecqFiw7E .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rYecqFiw7E img {
    height: 3.8rem !important;
  }
  .cid-rYecqFiw7E .btn {
    display: flex;
  }
  .cid-rYecqFiw7E button.navbar-toggler {
    display: block;
  }
  .cid-rYecqFiw7E .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rYecqFiw7E .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rYecqFiw7E .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYecqFiw7E .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYecqFiw7E .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYecqFiw7E .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rYecqFiw7E .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rYecqFiw7E .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rYecqFiw7E .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rYecqFiw7E .nav-link:focus {
  outline: none;
}
.cid-rYecqFiw7E .navbar-toggler {
  position: relative;
}
.cid-rYecqFiw7E .dropdown-item.active,
.cid-rYecqFiw7E .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rYeYc7mDHm.popup-builder {
  background-color: #ffffff;
}
.cid-rYeYc7mDHm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeYc7mDHm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeYc7mDHm .modal-content,
.cid-rYeYc7mDHm .modal-dialog {
  height: auto;
}
.cid-rYeYc7mDHm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeYc7mDHm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeYc7mDHm .form-wrapper .mbr-form .form-group,
  .cid-rYeYc7mDHm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeYc7mDHm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeYc7mDHm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeYc7mDHm .mbr-text {
  text-align: center;
}
.cid-rYeYc7mDHm .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeYc7mDHm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeYc7mDHm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeYc7mDHm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeYc7mDHm .modal-open {
  overflow: hidden;
}
.cid-rYeYc7mDHm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeYc7mDHm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeYc7mDHm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeYc7mDHm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYeYc7mDHm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeYc7mDHm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeYc7mDHm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeYc7mDHm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeYc7mDHm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeYc7mDHm .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeYc7mDHm .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeYc7mDHm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeYc7mDHm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeYc7mDHm .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeYc7mDHm .modal-header .close:focus {
  outline: none;
}
.cid-rYeYc7mDHm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYeYc7mDHm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeYc7mDHm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeYc7mDHm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeYc7mDHm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeYc7mDHm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeYc7mDHm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeYc7mDHm .modal-sm {
    max-width: 300px;
  }
  .cid-rYeYc7mDHm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeYc7mDHm .modal-lg,
  .cid-rYeYc7mDHm .modal-xl {
    max-width: 800px;
  }
  .cid-rYeYc7mDHm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeYc7mDHm .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeYc7mDHm .container {
    max-width: 1140px;
  }
}
.cid-rYeYc7mDHm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeYc7mDHm .container {
    max-width: 720px;
  }
}
.cid-rYeYc7mDHm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeYc7mDHm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYeYc7mDHm .form-group {
  margin-bottom: 1rem;
}
.cid-rYeYc7mDHm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeYc7mDHm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeYc7mDHm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1yqVA9JXr.popup-builder {
  background-color: #ffffff;
}
.cid-s1yqVA9JXr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1yqVA9JXr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1yqVA9JXr .modal-content,
.cid-s1yqVA9JXr .modal-dialog {
  height: auto;
}
.cid-s1yqVA9JXr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1yqVA9JXr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1yqVA9JXr .form-wrapper .mbr-form .form-group,
  .cid-s1yqVA9JXr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1yqVA9JXr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1yqVA9JXr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1yqVA9JXr .mbr-text {
  text-align: center;
}
.cid-s1yqVA9JXr .pt-0 {
  padding-top: 0 !important;
}
.cid-s1yqVA9JXr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1yqVA9JXr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1yqVA9JXr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1yqVA9JXr .modal-open {
  overflow: hidden;
}
.cid-s1yqVA9JXr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1yqVA9JXr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1yqVA9JXr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1yqVA9JXr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1yqVA9JXr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1yqVA9JXr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1yqVA9JXr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1yqVA9JXr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1yqVA9JXr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1yqVA9JXr .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1yqVA9JXr .modal-backdrop.show {
  opacity: .5;
}
.cid-s1yqVA9JXr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1yqVA9JXr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1yqVA9JXr .modal-header .close:hover {
  opacity: 1;
}
.cid-s1yqVA9JXr .modal-header .close:focus {
  outline: none;
}
.cid-s1yqVA9JXr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1yqVA9JXr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1yqVA9JXr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1yqVA9JXr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1yqVA9JXr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1yqVA9JXr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1yqVA9JXr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1yqVA9JXr .modal-sm {
    max-width: 300px;
  }
  .cid-s1yqVA9JXr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1yqVA9JXr .modal-lg,
  .cid-s1yqVA9JXr .modal-xl {
    max-width: 800px;
  }
  .cid-s1yqVA9JXr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1yqVA9JXr .modal-xl {
    max-width: 1140px;
  }
  .cid-s1yqVA9JXr .container {
    max-width: 1140px;
  }
}
.cid-s1yqVA9JXr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1yqVA9JXr .container {
    max-width: 720px;
  }
}
.cid-s1yqVA9JXr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1yqVA9JXr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1yqVA9JXr .form-group {
  margin-bottom: 1rem;
}
.cid-s1yqVA9JXr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1yqVA9JXr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1yqVA9JXr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rYeeS60DkG {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-rYeeS60DkG .mbr-section-title,
.cid-rYeeS60DkG .mbr-section-subtitle {
  color: #000000;
}
.cid-rYeeS60DkG .mbr-section-text {
  color: #232323;
}
.cid-rYeeS60DkG .mbr-text,
.cid-rYeeS60DkG .typed-text,
.cid-rYeeS60DkG .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rYeeS60DkG .btn {
  margin-left: 4px !important;
}
.cid-rYeeS60DkG .animated-element {
  color: #ff3366;
}
.cid-rYeeS60DkG .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rYeeS60DkG .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rYeeS60DkG .typed-text,
  .cid-rYeeS60DkG .mbr-section-subtitle,
  .cid-rYeeS60DkG .mbr-section-text,
  .cid-rYeeS60DkG .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rYeeS8PdVz {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYeeS8PdVz img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rYeeS8PdVz .row {
  justify-content: center;
}
.cid-rYeeS8PdVz .mbr-text {
  color: #232323;
}
.cid-rYeeS8PdVz .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rYeeS8PdVz .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rYeeS8PdVz .date {
  margin: 0;
  color: #cccccc;
}
.cid-rYeeS8PdVz .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rYeeS8PdVz .icon-box {
    flex-direction: column;
  }
  .cid-rYeeS8PdVz .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rYeeS8PdVz img {
    margin-bottom: 2rem;
  }
}
.cid-rYeeS8PdVz H1 {
  color: #232323;
}
.cid-rYeeS8PdVz H3 {
  color: #232323;
}
.cid-rYeeSaXsKc {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYeeSaXsKc img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rYeeSaXsKc .row {
  justify-content: center;
}
.cid-rYeeSaXsKc .mbr-text {
  color: #232323;
}
.cid-rYeeSaXsKc .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rYeeSaXsKc .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rYeeSaXsKc .date {
  margin: 0;
  color: #cccccc;
}
.cid-rYeeSaXsKc .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rYeeSaXsKc .icon-box {
    flex-direction: column;
  }
  .cid-rYeeSaXsKc .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rYeeSaXsKc img {
    margin-bottom: 2rem;
  }
}
.cid-rYeeSaXsKc H1 {
  color: #232323;
}
.cid-rYeeSaXsKc H3 {
  color: #232323;
}
.cid-rYeeSc9cKh {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYeeSc9cKh img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rYeeSc9cKh .row {
  justify-content: center;
}
.cid-rYeeSc9cKh .mbr-text {
  color: #232323;
}
.cid-rYeeSc9cKh .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rYeeSc9cKh .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rYeeSc9cKh .date {
  margin: 0;
  color: #cccccc;
}
.cid-rYeeSc9cKh .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rYeeSc9cKh .icon-box {
    flex-direction: column;
  }
  .cid-rYeeSc9cKh .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rYeeSc9cKh img {
    margin-bottom: 2rem;
  }
}
.cid-rYeeSc9cKh H1 {
  color: #232323;
}
.cid-rYeeSc9cKh H3 {
  color: #232323;
}
.cid-rYeiKTHBNa {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYeiKTHBNa img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rYeiKTHBNa .row {
  justify-content: center;
}
.cid-rYeiKTHBNa .mbr-text {
  color: #232323;
}
.cid-rYeiKTHBNa .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rYeiKTHBNa .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rYeiKTHBNa .date {
  margin: 0;
  color: #cccccc;
}
.cid-rYeiKTHBNa .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rYeiKTHBNa .icon-box {
    flex-direction: column;
  }
  .cid-rYeiKTHBNa .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rYeiKTHBNa img {
    margin-bottom: 2rem;
  }
}
.cid-rYeiKTHBNa H1 {
  color: #232323;
}
.cid-rYeiKTHBNa H3 {
  color: #232323;
}
.cid-s1ys3W0aAC {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1ys3W0aAC .container {
  max-width: 1400px;
}
.cid-s1ys3W0aAC .card-img2 span {
  padding-top: 6px;
}
.cid-s1ys3W0aAC .soc-item a {
  padding-top: 5px;
}
.cid-s1ys3W0aAC .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1ys3W0aAC .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1ys3W0aAC .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1ys3W0aAC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1ys3W0aAC svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1ys3W0aAC #e2_shape {
  fill: #ffffff !important;
}
.cid-s1ys3W0aAC .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1ys3W0aAC .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1ys3W0aAC .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1ys3W0aAC .card-img {
  width: auto;
}
.cid-s1ys3W0aAC .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1ys3W0aAC .soc-item span {
  font-size: 1.4rem;
}
.cid-s1ys3W0aAC .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1ys3W0aAC .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1ys3W0aAC .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1ys3W0aAC .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1ys3W0aAC .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1ys3W0aAC img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1ys3W0aAC .item {
    justify-content: center;
  }
  .cid-s1ys3W0aAC .quote::after {
    left: 60px;
  }
}
.cid-s1ys3W0aAC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1ys3W0aAC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1ys3W0aAC .text1 {
  color: #ffffff;
}
.cid-s1ys3W0aAC .item-title {
  color: #ffffff;
}
.cid-s1ys3W0aAC H5 {
  color: #ffffff;
}
.cid-s1ys3W0aAC .theme {
  color: #ffffff;
}
.cid-s1ys3W0aAC .copyright > p {
  color: #ff3366;
}
.cid-s1ys3W0aAC .text2 {
  color: #ffffff;
}
.cid-rYeeSiqMLa .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rYeeSiqMLa .navbar-fixed-top {
  padding-top: 0;
}
.cid-rYeeSiqMLa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rYeeSiqMLa .dropdown-item {
  padding: 0;
}
.cid-rYeeSiqMLa .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rYeeSiqMLa .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rYeeSiqMLa .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYeeSiqMLa .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rYeeSiqMLa a {
  font-style: normal;
}
.cid-rYeeSiqMLa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rYeeSiqMLa .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rYeeSiqMLa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rYeeSiqMLa .content-text {
  margin-bottom: 0;
}
.cid-rYeeSiqMLa .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rYeeSiqMLa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rYeeSiqMLa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rYeeSiqMLa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rYeeSiqMLa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rYeeSiqMLa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rYeeSiqMLa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rYeeSiqMLa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rYeeSiqMLa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYeeSiqMLa .nav-dropdown .link {
  font-weight: 400;
}
.cid-rYeeSiqMLa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rYeeSiqMLa .content-right-side {
  text-align: center;
}
.cid-rYeeSiqMLa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rYeeSiqMLa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rYeeSiqMLa .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rYeeSiqMLa .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rYeeSiqMLa .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYeeSiqMLa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rYeeSiqMLa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rYeeSiqMLa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rYeeSiqMLa .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rYeeSiqMLa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rYeeSiqMLa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rYeeSiqMLa .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rYeeSiqMLa .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rYeeSiqMLa .navbar {
    display: block;
    padding: 0;
  }
  .cid-rYeeSiqMLa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rYeeSiqMLa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rYeeSiqMLa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rYeeSiqMLa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rYeeSiqMLa .navbar-toggler {
    display: none;
  }
  .cid-rYeeSiqMLa .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rYeeSiqMLa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rYeeSiqMLa .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYeeSiqMLa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rYeeSiqMLa .menu-logo {
  margin-right: auto;
}
.cid-rYeeSiqMLa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYeeSiqMLa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYeeSiqMLa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYeeSiqMLa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYeeSiqMLa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYeeSiqMLa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYeeSiqMLa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rYeeSiqMLa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYeeSiqMLa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeeSiqMLa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYeeSiqMLa .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rYeeSiqMLa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rYeeSiqMLa .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-rYeeSiqMLa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rYeeSiqMLa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rYeeSiqMLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rYeeSiqMLa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rYeeSiqMLa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYeeSiqMLa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYeeSiqMLa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rYeeSiqMLa .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rYeeSiqMLa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYeeSiqMLa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYeeSiqMLa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYeeSiqMLa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYeeSiqMLa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeeSiqMLa button.navbar-toggler:focus {
  outline: none;
}
.cid-rYeeSiqMLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYeeSiqMLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYeeSiqMLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYeeSiqMLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYeeSiqMLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYeeSiqMLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYeeSiqMLa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYeeSiqMLa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYeeSiqMLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYeeSiqMLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rYeeSiqMLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rYeeSiqMLa .collapsed .btn {
  display: flex;
}
.cid-rYeeSiqMLa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYeeSiqMLa .collapsed .navbar-collapse.collapsing,
.cid-rYeeSiqMLa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYeeSiqMLa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYeeSiqMLa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYeeSiqMLa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYeeSiqMLa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYeeSiqMLa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYeeSiqMLa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeeSiqMLa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYeeSiqMLa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rYeeSiqMLa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rYeeSiqMLa .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYeeSiqMLa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rYeeSiqMLa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rYeeSiqMLa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYeeSiqMLa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYeeSiqMLa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYeeSiqMLa .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rYeeSiqMLa .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rYeeSiqMLa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYeeSiqMLa .navbar-collapse.collapsing,
  .cid-rYeeSiqMLa .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYeeSiqMLa .navbar-collapse.collapsing .navbar-nav,
  .cid-rYeeSiqMLa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYeeSiqMLa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYeeSiqMLa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYeeSiqMLa .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYeeSiqMLa .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rYeeSiqMLa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYeeSiqMLa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYeeSiqMLa .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rYeeSiqMLa img {
    height: 3.8rem !important;
  }
  .cid-rYeeSiqMLa .btn {
    display: flex;
  }
  .cid-rYeeSiqMLa button.navbar-toggler {
    display: block;
  }
  .cid-rYeeSiqMLa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rYeeSiqMLa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rYeeSiqMLa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYeeSiqMLa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYeeSiqMLa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYeeSiqMLa .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rYeeSiqMLa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rYeeSiqMLa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rYeeSiqMLa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rYeeSiqMLa .nav-link:focus {
  outline: none;
}
.cid-rYeeSiqMLa .navbar-toggler {
  position: relative;
}
.cid-rYeeSiqMLa .dropdown-item.active,
.cid-rYeeSiqMLa .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-rYeYc7mcZp.popup-builder {
  background-color: #ffffff;
}
.cid-rYeYc7mcZp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeYc7mcZp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeYc7mcZp .modal-content,
.cid-rYeYc7mcZp .modal-dialog {
  height: auto;
}
.cid-rYeYc7mcZp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeYc7mcZp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeYc7mcZp .form-wrapper .mbr-form .form-group,
  .cid-rYeYc7mcZp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeYc7mcZp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeYc7mcZp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeYc7mcZp .mbr-text {
  text-align: center;
}
.cid-rYeYc7mcZp .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeYc7mcZp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeYc7mcZp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeYc7mcZp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeYc7mcZp .modal-open {
  overflow: hidden;
}
.cid-rYeYc7mcZp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeYc7mcZp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeYc7mcZp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeYc7mcZp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYeYc7mcZp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeYc7mcZp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeYc7mcZp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeYc7mcZp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeYc7mcZp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeYc7mcZp .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeYc7mcZp .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeYc7mcZp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeYc7mcZp .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeYc7mcZp .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeYc7mcZp .modal-header .close:focus {
  outline: none;
}
.cid-rYeYc7mcZp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYeYc7mcZp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeYc7mcZp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeYc7mcZp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeYc7mcZp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeYc7mcZp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeYc7mcZp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeYc7mcZp .modal-sm {
    max-width: 300px;
  }
  .cid-rYeYc7mcZp .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeYc7mcZp .modal-lg,
  .cid-rYeYc7mcZp .modal-xl {
    max-width: 800px;
  }
  .cid-rYeYc7mcZp .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeYc7mcZp .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeYc7mcZp .container {
    max-width: 1140px;
  }
}
.cid-rYeYc7mcZp .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeYc7mcZp .container {
    max-width: 720px;
  }
}
.cid-rYeYc7mcZp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeYc7mcZp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYeYc7mcZp .form-group {
  margin-bottom: 1rem;
}
.cid-rYeYc7mcZp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeYc7mcZp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeYc7mcZp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1ysbiWgKU.popup-builder {
  background-color: #ffffff;
}
.cid-s1ysbiWgKU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1ysbiWgKU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1ysbiWgKU .modal-content,
.cid-s1ysbiWgKU .modal-dialog {
  height: auto;
}
.cid-s1ysbiWgKU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1ysbiWgKU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1ysbiWgKU .form-wrapper .mbr-form .form-group,
  .cid-s1ysbiWgKU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1ysbiWgKU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1ysbiWgKU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1ysbiWgKU .mbr-text {
  text-align: center;
}
.cid-s1ysbiWgKU .pt-0 {
  padding-top: 0 !important;
}
.cid-s1ysbiWgKU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1ysbiWgKU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1ysbiWgKU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1ysbiWgKU .modal-open {
  overflow: hidden;
}
.cid-s1ysbiWgKU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1ysbiWgKU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1ysbiWgKU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1ysbiWgKU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1ysbiWgKU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1ysbiWgKU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1ysbiWgKU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1ysbiWgKU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1ysbiWgKU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1ysbiWgKU .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1ysbiWgKU .modal-backdrop.show {
  opacity: .5;
}
.cid-s1ysbiWgKU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1ysbiWgKU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1ysbiWgKU .modal-header .close:hover {
  opacity: 1;
}
.cid-s1ysbiWgKU .modal-header .close:focus {
  outline: none;
}
.cid-s1ysbiWgKU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1ysbiWgKU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1ysbiWgKU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1ysbiWgKU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1ysbiWgKU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1ysbiWgKU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1ysbiWgKU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1ysbiWgKU .modal-sm {
    max-width: 300px;
  }
  .cid-s1ysbiWgKU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1ysbiWgKU .modal-lg,
  .cid-s1ysbiWgKU .modal-xl {
    max-width: 800px;
  }
  .cid-s1ysbiWgKU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1ysbiWgKU .modal-xl {
    max-width: 1140px;
  }
  .cid-s1ysbiWgKU .container {
    max-width: 1140px;
  }
}
.cid-s1ysbiWgKU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1ysbiWgKU .container {
    max-width: 720px;
  }
}
.cid-s1ysbiWgKU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1ysbiWgKU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1ysbiWgKU .form-group {
  margin-bottom: 1rem;
}
.cid-s1ysbiWgKU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1ysbiWgKU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1ysbiWgKU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rYdKbNTMK3 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-rYdKbNTMK3 .mbr-section-title,
.cid-rYdKbNTMK3 .mbr-section-subtitle {
  color: #000000;
}
.cid-rYdKbNTMK3 .mbr-section-text {
  color: #232323;
}
.cid-rYdKbNTMK3 .mbr-text,
.cid-rYdKbNTMK3 .typed-text,
.cid-rYdKbNTMK3 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rYdKbNTMK3 .btn {
  margin-left: 4px !important;
}
.cid-rYdKbNTMK3 .animated-element {
  color: #ff3366;
}
.cid-rYdKbNTMK3 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-rYdKbNTMK3 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rYdKbNTMK3 .typed-text,
  .cid-rYdKbNTMK3 .mbr-section-subtitle,
  .cid-rYdKbNTMK3 .mbr-section-text,
  .cid-rYdKbNTMK3 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rYdLEeWaOw {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYdLEeWaOw img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rYdLEeWaOw .row {
  justify-content: center;
}
.cid-rYdLEeWaOw .mbr-text {
  color: #232323;
}
.cid-rYdLEeWaOw .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rYdLEeWaOw .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rYdLEeWaOw .date {
  margin: 0;
  color: #cccccc;
}
.cid-rYdLEeWaOw .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rYdLEeWaOw .icon-box {
    flex-direction: column;
  }
  .cid-rYdLEeWaOw .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rYdLEeWaOw img {
    margin-bottom: 2rem;
  }
}
.cid-rYdLEeWaOw H1 {
  color: #232323;
}
.cid-rYdLEeWaOw H3 {
  color: #232323;
}
.cid-rYdLEeWaOw H2 {
  color: #000000;
}
.cid-rYdKgT5dBh .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rYdKgT5dBh .navbar-fixed-top {
  padding-top: 0;
}
.cid-rYdKgT5dBh .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rYdKgT5dBh .dropdown-item {
  padding: 0;
}
.cid-rYdKgT5dBh .dropdown-menu {
  border: 0px solid lightgray;
  background: #0087ab !important;
}
.cid-rYdKgT5dBh .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rYdKgT5dBh .menu-bottom {
  margin: auto;
  width: 100%;
  background: #0087ab;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYdKgT5dBh .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rYdKgT5dBh a {
  font-style: normal;
}
.cid-rYdKgT5dBh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rYdKgT5dBh .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-rYdKgT5dBh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  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-rYdKgT5dBh .content-text {
  margin-bottom: 0;
}
.cid-rYdKgT5dBh .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rYdKgT5dBh .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rYdKgT5dBh .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rYdKgT5dBh .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rYdKgT5dBh .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rYdKgT5dBh .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rYdKgT5dBh .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rYdKgT5dBh .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rYdKgT5dBh .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYdKgT5dBh .nav-dropdown .link {
  font-weight: 400;
}
.cid-rYdKgT5dBh .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rYdKgT5dBh .content-right-side {
  text-align: center;
}
.cid-rYdKgT5dBh .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rYdKgT5dBh .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rYdKgT5dBh .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rYdKgT5dBh .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-rYdKgT5dBh .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYdKgT5dBh .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rYdKgT5dBh .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rYdKgT5dBh .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rYdKgT5dBh .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rYdKgT5dBh .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rYdKgT5dBh .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rYdKgT5dBh .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rYdKgT5dBh .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rYdKgT5dBh .navbar {
    display: block;
    padding: 0;
  }
  .cid-rYdKgT5dBh .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rYdKgT5dBh .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-rYdKgT5dBh .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rYdKgT5dBh .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rYdKgT5dBh .navbar-toggler {
    display: none;
  }
  .cid-rYdKgT5dBh .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rYdKgT5dBh .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rYdKgT5dBh .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYdKgT5dBh .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rYdKgT5dBh .menu-logo {
  margin-right: auto;
}
.cid-rYdKgT5dBh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYdKgT5dBh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYdKgT5dBh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYdKgT5dBh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYdKgT5dBh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYdKgT5dBh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYdKgT5dBh .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rYdKgT5dBh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYdKgT5dBh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYdKgT5dBh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYdKgT5dBh .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rYdKgT5dBh .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rYdKgT5dBh .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-rYdKgT5dBh .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-rYdKgT5dBh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rYdKgT5dBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rYdKgT5dBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-rYdKgT5dBh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYdKgT5dBh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYdKgT5dBh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rYdKgT5dBh .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rYdKgT5dBh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYdKgT5dBh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYdKgT5dBh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYdKgT5dBh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYdKgT5dBh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYdKgT5dBh button.navbar-toggler:focus {
  outline: none;
}
.cid-rYdKgT5dBh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYdKgT5dBh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYdKgT5dBh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYdKgT5dBh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYdKgT5dBh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYdKgT5dBh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYdKgT5dBh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYdKgT5dBh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYdKgT5dBh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYdKgT5dBh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rYdKgT5dBh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rYdKgT5dBh .collapsed .btn {
  display: flex;
}
.cid-rYdKgT5dBh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYdKgT5dBh .collapsed .navbar-collapse.collapsing,
.cid-rYdKgT5dBh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYdKgT5dBh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYdKgT5dBh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYdKgT5dBh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYdKgT5dBh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYdKgT5dBh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYdKgT5dBh .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rYdKgT5dBh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYdKgT5dBh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rYdKgT5dBh .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rYdKgT5dBh .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYdKgT5dBh .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rYdKgT5dBh .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rYdKgT5dBh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYdKgT5dBh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYdKgT5dBh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYdKgT5dBh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rYdKgT5dBh .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rYdKgT5dBh .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYdKgT5dBh .navbar-collapse.collapsing,
  .cid-rYdKgT5dBh .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYdKgT5dBh .navbar-collapse.collapsing .navbar-nav,
  .cid-rYdKgT5dBh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYdKgT5dBh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYdKgT5dBh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYdKgT5dBh .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYdKgT5dBh .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rYdKgT5dBh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYdKgT5dBh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYdKgT5dBh .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rYdKgT5dBh img {
    height: 3.8rem !important;
  }
  .cid-rYdKgT5dBh .btn {
    display: flex;
  }
  .cid-rYdKgT5dBh button.navbar-toggler {
    display: block;
  }
  .cid-rYdKgT5dBh .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rYdKgT5dBh .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rYdKgT5dBh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYdKgT5dBh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYdKgT5dBh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYdKgT5dBh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rYdKgT5dBh .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rYdKgT5dBh .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rYdKgT5dBh .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rYdKgT5dBh .nav-link:focus {
  outline: none;
}
.cid-rYdKgT5dBh .navbar-toggler {
  position: relative;
}
.cid-rYdKgT5dBh .dropdown-item.active,
.cid-rYdKgT5dBh .dropdown-item:active {
  background: #0087ab;
  color: initial;
}
.cid-s1ypwCUsXD {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #0087ab;
  position: relative;
  overflow: hidden;
}
.cid-s1ypwCUsXD .container {
  max-width: 1400px;
}
.cid-s1ypwCUsXD .card-img2 span {
  padding-top: 6px;
}
.cid-s1ypwCUsXD .soc-item a {
  padding-top: 5px;
}
.cid-s1ypwCUsXD .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s1ypwCUsXD .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-s1ypwCUsXD .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-s1ypwCUsXD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s1ypwCUsXD svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-s1ypwCUsXD #e2_shape {
  fill: #ffffff !important;
}
.cid-s1ypwCUsXD .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s1ypwCUsXD .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s1ypwCUsXD .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1ypwCUsXD .card-img {
  width: auto;
}
.cid-s1ypwCUsXD .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s1ypwCUsXD .soc-item span {
  font-size: 1.4rem;
}
.cid-s1ypwCUsXD .soc-item:hover span {
  color: #0087ab !important;
}
.cid-s1ypwCUsXD .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s1ypwCUsXD .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s1ypwCUsXD .media-wrap {
  margin-bottom: 1rem;
}
.cid-s1ypwCUsXD .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1ypwCUsXD img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s1ypwCUsXD .item {
    justify-content: center;
  }
  .cid-s1ypwCUsXD .quote::after {
    left: 60px;
  }
}
.cid-s1ypwCUsXD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s1ypwCUsXD .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1ypwCUsXD .text1 {
  color: #ffffff;
}
.cid-s1ypwCUsXD .item-title {
  color: #ffffff;
}
.cid-s1ypwCUsXD H5 {
  color: #ffffff;
}
.cid-s1ypwCUsXD .theme {
  color: #ffffff;
}
.cid-s1ypwCUsXD .copyright > p {
  color: #ff3366;
}
.cid-s1ypwCUsXD .text2 {
  color: #ffffff;
}
.cid-rYeYc7n6M0.popup-builder {
  background-color: #ffffff;
}
.cid-rYeYc7n6M0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeYc7n6M0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeYc7n6M0 .modal-content,
.cid-rYeYc7n6M0 .modal-dialog {
  height: auto;
}
.cid-rYeYc7n6M0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeYc7n6M0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeYc7n6M0 .form-wrapper .mbr-form .form-group,
  .cid-rYeYc7n6M0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeYc7n6M0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeYc7n6M0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYeYc7n6M0 .mbr-text {
  text-align: center;
}
.cid-rYeYc7n6M0 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeYc7n6M0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeYc7n6M0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeYc7n6M0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeYc7n6M0 .modal-open {
  overflow: hidden;
}
.cid-rYeYc7n6M0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeYc7n6M0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeYc7n6M0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeYc7n6M0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rYeYc7n6M0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeYc7n6M0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeYc7n6M0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeYc7n6M0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeYc7n6M0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeYc7n6M0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeYc7n6M0 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeYc7n6M0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeYc7n6M0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeYc7n6M0 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeYc7n6M0 .modal-header .close:focus {
  outline: none;
}
.cid-rYeYc7n6M0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYeYc7n6M0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeYc7n6M0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeYc7n6M0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeYc7n6M0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeYc7n6M0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeYc7n6M0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeYc7n6M0 .modal-sm {
    max-width: 300px;
  }
  .cid-rYeYc7n6M0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeYc7n6M0 .modal-lg,
  .cid-rYeYc7n6M0 .modal-xl {
    max-width: 800px;
  }
  .cid-rYeYc7n6M0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeYc7n6M0 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeYc7n6M0 .container {
    max-width: 1140px;
  }
}
.cid-rYeYc7n6M0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeYc7n6M0 .container {
    max-width: 720px;
  }
}
.cid-rYeYc7n6M0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeYc7n6M0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rYeYc7n6M0 .form-group {
  margin-bottom: 1rem;
}
.cid-rYeYc7n6M0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeYc7n6M0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeYc7n6M0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s1ypDBvzO7.popup-builder {
  background-color: #ffffff;
}
.cid-s1ypDBvzO7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1ypDBvzO7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1ypDBvzO7 .modal-content,
.cid-s1ypDBvzO7 .modal-dialog {
  height: auto;
}
.cid-s1ypDBvzO7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1ypDBvzO7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1ypDBvzO7 .form-wrapper .mbr-form .form-group,
  .cid-s1ypDBvzO7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1ypDBvzO7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1ypDBvzO7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1ypDBvzO7 .mbr-text {
  text-align: center;
}
.cid-s1ypDBvzO7 .pt-0 {
  padding-top: 0 !important;
}
.cid-s1ypDBvzO7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1ypDBvzO7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1ypDBvzO7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1ypDBvzO7 .modal-open {
  overflow: hidden;
}
.cid-s1ypDBvzO7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1ypDBvzO7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1ypDBvzO7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1ypDBvzO7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1ypDBvzO7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1ypDBvzO7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1ypDBvzO7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1ypDBvzO7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1ypDBvzO7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1ypDBvzO7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1ypDBvzO7 .modal-backdrop.show {
  opacity: .5;
}
.cid-s1ypDBvzO7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1ypDBvzO7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1ypDBvzO7 .modal-header .close:hover {
  opacity: 1;
}
.cid-s1ypDBvzO7 .modal-header .close:focus {
  outline: none;
}
.cid-s1ypDBvzO7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1ypDBvzO7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1ypDBvzO7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1ypDBvzO7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1ypDBvzO7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1ypDBvzO7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1ypDBvzO7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1ypDBvzO7 .modal-sm {
    max-width: 300px;
  }
  .cid-s1ypDBvzO7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1ypDBvzO7 .modal-lg,
  .cid-s1ypDBvzO7 .modal-xl {
    max-width: 800px;
  }
  .cid-s1ypDBvzO7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1ypDBvzO7 .modal-xl {
    max-width: 1140px;
  }
  .cid-s1ypDBvzO7 .container {
    max-width: 1140px;
  }
}
.cid-s1ypDBvzO7 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1ypDBvzO7 .container {
    max-width: 720px;
  }
}
.cid-s1ypDBvzO7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1ypDBvzO7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1ypDBvzO7 .form-group {
  margin-bottom: 1rem;
}
.cid-s1ypDBvzO7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1ypDBvzO7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1ypDBvzO7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
