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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
#custom-html-7w {
  /* Type valid CSS here */
}
#custom-html-7w div {
  margin: 90px 0 2px 0;
  color: #777;
  text-align: center;
}
#custom-html-7w p {
  font-size: 60px;
  color: #777;
}
.cid-sqGP26WlHp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sqGP26WlHp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .nav-item,
.cid-sqGP26WlHp .nav-link,
.cid-sqGP26WlHp .navbar-caption {
  font-size: 1.05rem;
  font-weight: 700;
}
.cid-sqGP26WlHp .nav-item:focus,
.cid-sqGP26WlHp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sqGP26WlHp .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sqGP26WlHp .nav-item .nav-link {
    position: relative;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sqGP26WlHp .nav-item:hover .nav-link:before,
  .cid-sqGP26WlHp .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-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-sqGP26WlHp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqGP26WlHp .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqGP26WlHp .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sqGP26WlHp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sqGP26WlHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqGP26WlHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqGP26WlHp .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqGP26WlHp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqGP26WlHp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqGP26WlHp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqGP26WlHp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqGP26WlHp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqGP26WlHp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqGP26WlHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqGP26WlHp .dropdown-item.active,
.cid-sqGP26WlHp .dropdown-item:active {
  background-color: transparent;
}
.cid-sqGP26WlHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqGP26WlHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqGP26WlHp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .navbar-buttons {
  text-align: center;
}
.cid-sqGP26WlHp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqGP26WlHp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sqGP26WlHp .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sqGP26WlHp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp a.nav-link .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sqGP26WlHp a.nav-link:hover .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqGP26WlHp .navbar {
    height: 77px;
  }
  .cid-sqGP26WlHp .navbar.opened {
    height: auto;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qqYJtlBSEH {
  background-image: url("../../../assets/images/slide21-1-1900x742.jpg");
}
.cid-qqYJtlBSEH .mbr-text,
.cid-qqYJtlBSEH .mbr-section-btn {
  text-align: left;
}
.cid-qqYJtlBSEH H1 {
  text-align: left;
}
.cid-sqH6KatXNf {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sqH6KatXNf .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sqH6KatXNf .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sqH6KatXNf .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sqH6KatXNf .card-title,
.cid-sqH6KatXNf .card-img {
  text-align: left;
  color: #0d0206;
}
.cid-sqH6KatXNf .mbr-text,
.cid-sqH6KatXNf .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sqH6KatXNf .line {
  display: inline-block;
  width: 20%;
  height: 4px;
  background-color: #0cb410;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-sqH6KatXNf .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sqH6KatXNf .mbr-section-title,
.cid-sqH6KatXNf .line-wrap {
  color: #0d0206;
}
.cid-sqH6KatXNf .mbr-section-subtitle {
  text-align: left;
  color: #073b4c;
}
.cid-sqGT0c8x4p {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sqGT0c8x4p .mbr-section-title {
  letter-spacing: 0em;
  color: #1b499d;
  margin-bottom: 2rem;
}
.cid-sqGT0c8x4p .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sqGT0c8x4p .btn {
  margin: 0px !important;
}
.cid-sqGT0c8x4p .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqGT0c8x4p .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqGT0c8x4p .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sqGT0c8x4p .carousel-item .wrap-img {
  text-align: center;
}
.cid-sqGT0c8x4p .carousel-item .wrap-img img {
  max-height: 230px;
  width: auto;
  max-width: 65%;
}
.cid-sqGT0c8x4p .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sqGT0c8x4p .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sqGT0c8x4p .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sqGT0c8x4p .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sqGT0c8x4p .second-col {
    padding-top: 2rem;
  }
}
.cid-sqGT0c8x4p .mbr-section-subtitle,
.cid-sqGT0c8x4p .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sqHd95k7nD {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sqHd95k7nD .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sqHd95k7nD .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqHd95k7nD .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sqHd95k7nD .card {
    margin-bottom: 2rem;
  }
  .cid-sqHd95k7nD .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sqHd95k7nD .mbr-text,
.cid-sqHd95k7nD .mbr-section-btn .mbr-section-subtitle {
  text-align: right;
}
.cid-sqHd95k7nD .underline {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.cid-sqHd95k7nD .underline .line {
  width: 6rem;
  height: 3.5px;
  background: linear-gradient(135deg, #149dcc, red);
  display: inline-block;
}
.cid-sqHd95k7nD .mbr-section-subtitle {
  text-align: left;
  color: #0d0206;
}
.cid-sqHd95k7nD .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqHd95k7nD .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-sqHd95k7nD .wrap-block {
  padding: 3rem 3rem;
}
.cid-sqHd95k7nD .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sqHd95k7nD .wrap-block ul li {
  display: inline-block;
}
.cid-sqHd95k7nD .wrap-block ul li span {
  text-align: center;
}
.cid-sqHd95k7nD .mbr-list,
.cid-sqHd95k7nD .social-media {
  color: #5d7cb3;
}
.cid-sqHd95k7nD .card-title,
.cid-sqHd95k7nD .card-box {
  color: #081592;
}
.cid-sqHd95k7nD .icon-title {
  color: #319c09;
}
.cid-sqI7Xj1d8L {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sqI7Xj1d8L H3 {
  text-align: left;
  color: #232323;
}
.cid-sqI7Xj1d8L .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #4479d9;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sqI7Xj1d8L .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sqI7Xj1d8L .mbr-section-title,
.cid-sqI7Xj1d8L .line-wrap {
  text-align: left;
}
.cid-sqI7Xj1d8L .mbr-section-subtitle {
  text-align: left;
  color: #353535;
}
.cid-sqHdSxd65U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sqHdSxd65U .mbr-text,
.cid-sqHdSxd65U .mbr-section-btn {
  color: #232323;
}
.cid-sqHdSxd65U .btn {
  width: 100%;
}
.cid-sqHdSxd65U .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sqGTOqdS6n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqGTOqdS6n .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .media-wrap {
    margin-bottom: 1rem;
    text-align: left;
    width: 100px!important;
  }
}
@media (max-width: 767px) {
  .cid-sqGTOqdS6n .row {
    text-align: left;
  }
  .cid-sqGTOqdS6n .row > div {
    margin: auto;
  }
  .cid-sqGTOqdS6n .social-row {
    justify-content: left;
  }
}
.cid-sqGTOqdS6n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqGTOqdS6n .list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  color: #b0a491;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 0rem;
  }
}
.cid-sqGTOqdS6n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6ec7f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.0rem;
  width: 2.0rem;
}
.cid-sqGTOqdS6n .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-sqGTOqdS6n .mbr-section-subtitle,
  .cid-sqGTOqdS6n .mbr-text {
    font-size: 80%!important;
  }
  .cid-sqGTOqdS6n .policy,
  .cid-sqGTOqdS6n .copyright {
    text-align: justify!important;
    font-size: 70%!important;
  }
  .cid-sqGTOqdS6n .policy1 {
    display: none;
  }
}
.cid-sqGTOqdS6n .copyright {
  text-align: left;
  color: #ffffff;
}
.cid-sqGTOqdS6n hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqGTOqdS6n H5 {
  text-align: left;
  color: #bbbbbb;
}
.cid-sqGTOqdS6n .mbr-section-subtitle {
  text-align: left;
}
.cid-sqGTOqdS6n P {
  color: #777e82;
}
.cid-qtHJo0V4sM {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/top2-1980x415.png");
}
.cid-qtHJo0V4sM H1 {
  text-align: left;
}
.cid-qtHJo0V4sM H3 {
  text-align: left;
}
.cid-qtHJo0V4sM .line {
  display: inline-block;
  width: 10%;
  height: 4px;
  background-color: red;
  margin-top: 0.0rem;
  margin-bottom: 2rem;
}
.cid-qtHJo0V4sM .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sqHyGAbbjw {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sqHyGAbbjw .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sqHyGAbbjw .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sqHyGAbbjw .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sqHyGAbbjw .card-title,
.cid-sqHyGAbbjw .card-img {
  text-align: left;
  color: #0d0206;
}
.cid-sqHyGAbbjw .mbr-text,
.cid-sqHyGAbbjw .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sqHyGAbbjw .line {
  display: inline-block;
  width: 10%;
  height: 4px;
  background-color: #1613dc;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-sqHyGAbbjw .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sqHyGAbbjw .mbr-section-title,
.cid-sqHyGAbbjw .line-wrap {
  color: #0d0206;
}
.cid-sqHyGAbbjw .mbr-section-subtitle {
  text-align: left;
  color: #073b4c;
}
.cid-sqHDYoniGR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sqHDYoniGR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sqHDYoniGR .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sqHDYoniGR .mbr-text {
  color: #767676;
}
.cid-sqHDYoniGR .mbr-text B {
  color: #073b4c;
}
.cid-sqHBVrY9gh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sqHBVrY9gh .mbr-iconfont {
  color: #4479d9;
  font-size: 1rem;
}
.cid-sqHBVrY9gh .title,
.cid-sqHBVrY9gh .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sqHBVrY9gh .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sqHBVrY9gh .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sqHBVrY9gh .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sqHBVrY9gh .text-box {
  padding: 2rem;
}
.cid-sqHBVrY9gh .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sqHBVrY9gh .card-title {
  color: #149dcc;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sqHBVrY9gh .card-img {
  overflow: hidden;
}
.cid-sqHBVrY9gh .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sqHBVrY9gh .card-box {
  padding: 0rem;
}
.cid-sqHBVrY9gh img {
  transition: all 0.3s;
}
.cid-sqHBVrY9gh .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #232323;
}
.cid-sqHBVrY9gh .status {
  color: #0f7699;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sqHBVrY9gh .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sqHBVrY9gh .card-img {
    width: 40%;
    margin-left: 2rem;
  }
  .cid-sqHBVrY9gh .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqHBVrY9gh .card-img {
    width: 50%;
  }
  .cid-sqHBVrY9gh .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sqHBVrY9gh .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sqHBVrY9gh .card-img {
    width: 100%;
  }
  .cid-sqHBVrY9gh .card-box {
    width: 100%;
  }
}
.cid-sqHBVrY9gh .card-box > p,
.cid-sqHBVrY9gh .mbr-section-btn {
  color: #879a9f;
}
.cid-sqHBVrY9gh .mbr-section-subtitle {
  text-align: left;
}
.cid-sqHBVrY9gh .mbr-text,
.cid-sqHBVrY9gh .mbr-section-btn {
  text-align: left;
}
.cid-sqHJvaARa7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqHJvaARa7 .mbr-iconfont {
  color: #4479d9;
  font-size: 1rem;
}
.cid-sqHJvaARa7 .title,
.cid-sqHJvaARa7 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sqHJvaARa7 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sqHJvaARa7 .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sqHJvaARa7 .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sqHJvaARa7 .text-box {
  padding: 2rem;
}
.cid-sqHJvaARa7 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sqHJvaARa7 .card-title {
  color: #149dcc;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sqHJvaARa7 .card-img {
  overflow: hidden;
}
.cid-sqHJvaARa7 .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sqHJvaARa7 .card-box {
  padding: 0rem;
}
.cid-sqHJvaARa7 img {
  transition: all 0.3s;
}
.cid-sqHJvaARa7 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #232323;
}
.cid-sqHJvaARa7 .status {
  color: #0f7699;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sqHJvaARa7 .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sqHJvaARa7 .card-img {
    width: 40%;
    margin-left: 2rem;
  }
  .cid-sqHJvaARa7 .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqHJvaARa7 .card-img {
    width: 50%;
  }
  .cid-sqHJvaARa7 .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sqHJvaARa7 .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sqHJvaARa7 .card-img {
    width: 100%;
  }
  .cid-sqHJvaARa7 .card-box {
    width: 100%;
  }
}
.cid-sqHJvaARa7 .card-box > p,
.cid-sqHJvaARa7 .mbr-section-btn {
  color: #879a9f;
}
.cid-sqHJvaARa7 .mbr-section-subtitle {
  text-align: left;
}
.cid-sqHJvaARa7 .mbr-text,
.cid-sqHJvaARa7 .mbr-section-btn {
  text-align: left;
}
.cid-sqHLjMGJva {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sqHLjMGJva .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sqHLjMGJva .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sqHLjMGJva .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sqHLjMGJva .card-title,
.cid-sqHLjMGJva .card-img {
  text-align: left;
}
.cid-sqHLjMGJva .mbr-text,
.cid-sqHLjMGJva .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sqHLjMGJva .line {
  display: inline-block;
  width: 10%;
  height: 4px;
  background-color: #cc2952;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sqHLjMGJva .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sqHLjMGJva .mbr-section-title,
.cid-sqHLjMGJva .line-wrap {
  color: #000000;
}
.cid-sqHLjMGJva .mbr-section-subtitle {
  text-align: left;
  color: #073b4c;
}
.cid-qtGB78mmtl {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qtGB78mmtl h2 {
  text-align: left;
}
.cid-qtGB78mmtl h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qtGB78mmtl p {
  color: #767676;
  text-align: left;
}
.cid-qtGB78mmtl .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qtGB78mmtl .mbr-card-img-title {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
}
.cid-qtGB78mmtl .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qtGB78mmtl .card-img {
  padding-right: 2rem;
}
.cid-qtGB78mmtl .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qtGB78mmtl .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-qtGB78mmtl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qtGB78mmtl .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-qtGB78mmtl H2 {
  color: #073b4c;
}
.cid-qtGB78mmtl H4 {
  color: #55b4d4;
}
.cid-qtGxJfQk35 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qtGxJfQk35 h2 {
  text-align: left;
}
.cid-qtGxJfQk35 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qtGxJfQk35 p {
  color: #767676;
  text-align: left;
}
.cid-qtGxJfQk35 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qtGxJfQk35 .mbr-card-img-title {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
}
.cid-qtGxJfQk35 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qtGxJfQk35 .card-img {
  padding-right: 2rem;
}
.cid-qtGxJfQk35 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qtGxJfQk35 .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-qtGxJfQk35 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qtGxJfQk35 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-qtGxJfQk35 H2 {
  color: #073b4c;
}
.cid-qtGxJfQk35 H4 {
  color: #149dcc;
}
.cid-sqGP26WlHp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sqGP26WlHp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .nav-item,
.cid-sqGP26WlHp .nav-link,
.cid-sqGP26WlHp .navbar-caption {
  font-size: 1.05rem;
  font-weight: 700;
}
.cid-sqGP26WlHp .nav-item:focus,
.cid-sqGP26WlHp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sqGP26WlHp .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sqGP26WlHp .nav-item .nav-link {
    position: relative;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sqGP26WlHp .nav-item:hover .nav-link:before,
  .cid-sqGP26WlHp .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-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-sqGP26WlHp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqGP26WlHp .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqGP26WlHp .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sqGP26WlHp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sqGP26WlHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqGP26WlHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqGP26WlHp .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqGP26WlHp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqGP26WlHp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqGP26WlHp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqGP26WlHp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqGP26WlHp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqGP26WlHp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqGP26WlHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqGP26WlHp .dropdown-item.active,
.cid-sqGP26WlHp .dropdown-item:active {
  background-color: transparent;
}
.cid-sqGP26WlHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqGP26WlHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqGP26WlHp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .navbar-buttons {
  text-align: center;
}
.cid-sqGP26WlHp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqGP26WlHp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sqGP26WlHp .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sqGP26WlHp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp a.nav-link .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sqGP26WlHp a.nav-link:hover .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqGP26WlHp .navbar {
    height: 77px;
  }
  .cid-sqGP26WlHp .navbar.opened {
    height: auto;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqGTOqdS6n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqGTOqdS6n .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .media-wrap {
    margin-bottom: 1rem;
    text-align: left;
    width: 100px!important;
  }
}
@media (max-width: 767px) {
  .cid-sqGTOqdS6n .row {
    text-align: left;
  }
  .cid-sqGTOqdS6n .row > div {
    margin: auto;
  }
  .cid-sqGTOqdS6n .social-row {
    justify-content: left;
  }
}
.cid-sqGTOqdS6n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqGTOqdS6n .list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  color: #b0a491;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 0rem;
  }
}
.cid-sqGTOqdS6n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6ec7f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.0rem;
  width: 2.0rem;
}
.cid-sqGTOqdS6n .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-sqGTOqdS6n .mbr-section-subtitle,
  .cid-sqGTOqdS6n .mbr-text {
    font-size: 80%!important;
  }
  .cid-sqGTOqdS6n .policy,
  .cid-sqGTOqdS6n .copyright {
    text-align: justify!important;
    font-size: 70%!important;
  }
  .cid-sqGTOqdS6n .policy1 {
    display: none;
  }
}
.cid-sqGTOqdS6n .copyright {
  text-align: left;
  color: #ffffff;
}
.cid-sqGTOqdS6n hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqGTOqdS6n H5 {
  text-align: left;
  color: #bbbbbb;
}
.cid-sqGTOqdS6n .mbr-section-subtitle {
  text-align: left;
}
.cid-sqGTOqdS6n P {
  color: #777e82;
}
.cid-sqI8zGezu7 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/for-brokers-1280x630.jpg");
}
.cid-sqI8zGezu7 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sqI8zGezu7 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sqI8zGezu7 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sqI8zGezu7 .card-title,
.cid-sqI8zGezu7 .card-img {
  text-align: left;
}
.cid-sqI8zGezu7 .mbr-text,
.cid-sqI8zGezu7 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sqI8zGezu7 .line {
  display: inline-block;
  width: 10%;
  height: 4px;
  background-color: #4479d9;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sqI8zGezu7 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sqI8zGezu7 .mbr-section-title,
.cid-sqI8zGezu7 .line-wrap {
  color: #ffffff;
}
.cid-sqI8zGezu7 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-sqI9y4uivk {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-sqI9y4uivk .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sqI9y4uivk .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sqI9y4uivk .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-sqI9y4uivk .mbr-text,
.cid-sqI9y4uivk .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sqI8FV7TEk {
  padding-top: 120px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-sqI8FV7TEk .media-content {
  padding-left: 2rem;
}
.cid-sqI8FV7TEk textarea {
  min-height: 150px;
}
.cid-sqI8FV7TEk .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #887e7e;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-sqI8FV7TEk input::-webkit-clear-button {
  display: none;
}
.cid-sqI8FV7TEk input::-webkit-inner-spin-button {
  display: none;
}
.cid-sqI8FV7TEk input::-webkit-outer-spin-button {
  display: none;
}
.cid-sqI8FV7TEk input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sqI8FV7TEk .mbr-text,
.cid-sqI8FV7TEk .mbr-section-btn {
  color: #767676;
}
.cid-sqI8FV7TEk .text2,
.cid-sqI8FV7TEk .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sqI8FV7TEk .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-sqI8FV7TEk LABEL {
  color: #353535;
}
.cid-sqI8FV7TEk .underline {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.cid-sqI8FV7TEk .underline .line {
  width: 6rem;
  height: 3.5px;
  background: linear-gradient(135deg, #149dcc, red);
  display: inline-block;
}
.cid-sqI8B8w3jw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sqI8B8w3jw .google-map {
  height: 25rem;
  position: relative;
}
.cid-sqI8B8w3jw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sqI8B8w3jw .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sqI8B8w3jw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sqI8B8w3jw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sqGP26WlHp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sqGP26WlHp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .nav-item,
.cid-sqGP26WlHp .nav-link,
.cid-sqGP26WlHp .navbar-caption {
  font-size: 1.05rem;
  font-weight: 700;
}
.cid-sqGP26WlHp .nav-item:focus,
.cid-sqGP26WlHp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sqGP26WlHp .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sqGP26WlHp .nav-item .nav-link {
    position: relative;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sqGP26WlHp .nav-item:hover .nav-link:before,
  .cid-sqGP26WlHp .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-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-sqGP26WlHp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqGP26WlHp .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqGP26WlHp .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sqGP26WlHp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sqGP26WlHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqGP26WlHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqGP26WlHp .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqGP26WlHp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqGP26WlHp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqGP26WlHp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqGP26WlHp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqGP26WlHp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqGP26WlHp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqGP26WlHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqGP26WlHp .dropdown-item.active,
.cid-sqGP26WlHp .dropdown-item:active {
  background-color: transparent;
}
.cid-sqGP26WlHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqGP26WlHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqGP26WlHp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .navbar-buttons {
  text-align: center;
}
.cid-sqGP26WlHp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqGP26WlHp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sqGP26WlHp .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sqGP26WlHp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp a.nav-link .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sqGP26WlHp a.nav-link:hover .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqGP26WlHp .navbar {
    height: 77px;
  }
  .cid-sqGP26WlHp .navbar.opened {
    height: auto;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqGTOqdS6n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqGTOqdS6n .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .media-wrap {
    margin-bottom: 1rem;
    text-align: left;
    width: 100px!important;
  }
}
@media (max-width: 767px) {
  .cid-sqGTOqdS6n .row {
    text-align: left;
  }
  .cid-sqGTOqdS6n .row > div {
    margin: auto;
  }
  .cid-sqGTOqdS6n .social-row {
    justify-content: left;
  }
}
.cid-sqGTOqdS6n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqGTOqdS6n .list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  color: #b0a491;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 0rem;
  }
}
.cid-sqGTOqdS6n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6ec7f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.0rem;
  width: 2.0rem;
}
.cid-sqGTOqdS6n .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-sqGTOqdS6n .mbr-section-subtitle,
  .cid-sqGTOqdS6n .mbr-text {
    font-size: 80%!important;
  }
  .cid-sqGTOqdS6n .policy,
  .cid-sqGTOqdS6n .copyright {
    text-align: justify!important;
    font-size: 70%!important;
  }
  .cid-sqGTOqdS6n .policy1 {
    display: none;
  }
}
.cid-sqGTOqdS6n .copyright {
  text-align: left;
  color: #ffffff;
}
.cid-sqGTOqdS6n hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqGTOqdS6n H5 {
  text-align: left;
  color: #bbbbbb;
}
.cid-sqGTOqdS6n .mbr-section-subtitle {
  text-align: left;
}
.cid-sqGTOqdS6n P {
  color: #777e82;
}
.cid-qtHerbVeeO {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qtHerbVeeO .mbr-section-subtitle {
  color: #767676;
}
.cid-qtHerbVeeO H2 {
  color: #073b4c;
  text-align: left;
}
.cid-sqIlC5Ru5c {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1098.jpg");
}
@media (max-width: 991px) {
  .cid-sqIlC5Ru5c .mbr-section-title,
  .cid-sqIlC5Ru5c .mbr-section-subtitle,
  .cid-sqIlC5Ru5c .mbr-section-btn,
  .cid-sqIlC5Ru5c .mbr-text {
    text-align: center;
  }
}
.cid-sqIlC5Ru5c .underline {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.cid-sqIlC5Ru5c .underline .line {
  width: 6rem;
  height: 3.5px;
  background: linear-gradient(135deg, #149dcc, red);
  display: inline-block;
}
.cid-sqIlC5Ru5c .mbr-section-title {
  text-align: left;
}
.cid-sqIlC5Ru5c .mbr-section-subtitle {
  text-align: left;
}
.cid-sqImRiJ35c {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sqImRiJ35c blockquote {
  border-color: #22a5e5;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sqImRiJ35c .mbr-section-title {
  color: #10437a;
}
.cid-sqGP26WlHp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sqGP26WlHp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .nav-item,
.cid-sqGP26WlHp .nav-link,
.cid-sqGP26WlHp .navbar-caption {
  font-size: 1.05rem;
  font-weight: 700;
}
.cid-sqGP26WlHp .nav-item:focus,
.cid-sqGP26WlHp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sqGP26WlHp .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sqGP26WlHp .nav-item .nav-link {
    position: relative;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sqGP26WlHp .nav-item:hover .nav-link:before,
  .cid-sqGP26WlHp .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-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-sqGP26WlHp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqGP26WlHp .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqGP26WlHp .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sqGP26WlHp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sqGP26WlHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqGP26WlHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqGP26WlHp .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqGP26WlHp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqGP26WlHp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqGP26WlHp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqGP26WlHp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqGP26WlHp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqGP26WlHp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqGP26WlHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqGP26WlHp .dropdown-item.active,
.cid-sqGP26WlHp .dropdown-item:active {
  background-color: transparent;
}
.cid-sqGP26WlHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqGP26WlHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqGP26WlHp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .navbar-buttons {
  text-align: center;
}
.cid-sqGP26WlHp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqGP26WlHp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sqGP26WlHp .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sqGP26WlHp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp a.nav-link .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sqGP26WlHp a.nav-link:hover .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqGP26WlHp .navbar {
    height: 77px;
  }
  .cid-sqGP26WlHp .navbar.opened {
    height: auto;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqGTOqdS6n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqGTOqdS6n .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .media-wrap {
    margin-bottom: 1rem;
    text-align: left;
    width: 100px!important;
  }
}
@media (max-width: 767px) {
  .cid-sqGTOqdS6n .row {
    text-align: left;
  }
  .cid-sqGTOqdS6n .row > div {
    margin: auto;
  }
  .cid-sqGTOqdS6n .social-row {
    justify-content: left;
  }
}
.cid-sqGTOqdS6n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqGTOqdS6n .list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  color: #b0a491;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 0rem;
  }
}
.cid-sqGTOqdS6n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6ec7f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.0rem;
  width: 2.0rem;
}
.cid-sqGTOqdS6n .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-sqGTOqdS6n .mbr-section-subtitle,
  .cid-sqGTOqdS6n .mbr-text {
    font-size: 80%!important;
  }
  .cid-sqGTOqdS6n .policy,
  .cid-sqGTOqdS6n .copyright {
    text-align: justify!important;
    font-size: 70%!important;
  }
  .cid-sqGTOqdS6n .policy1 {
    display: none;
  }
}
.cid-sqGTOqdS6n .copyright {
  text-align: left;
  color: #ffffff;
}
.cid-sqGTOqdS6n hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqGTOqdS6n H5 {
  text-align: left;
  color: #bbbbbb;
}
.cid-sqGTOqdS6n .mbr-section-subtitle {
  text-align: left;
}
.cid-sqGTOqdS6n P {
  color: #777e82;
}
.cid-sqIp2lknBM {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1098.jpg");
}
@media (max-width: 991px) {
  .cid-sqIp2lknBM .mbr-section-title,
  .cid-sqIp2lknBM .mbr-section-subtitle,
  .cid-sqIp2lknBM .mbr-section-btn,
  .cid-sqIp2lknBM .mbr-text {
    text-align: center;
  }
}
.cid-sqIp2lknBM .underline {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.cid-sqIp2lknBM .underline .line {
  width: 6rem;
  height: 3.5px;
  background: linear-gradient(135deg, #149dcc, red);
  display: inline-block;
}
.cid-sqIp2lknBM .mbr-section-title {
  text-align: left;
}
.cid-sqIp2lknBM .mbr-section-subtitle {
  text-align: left;
}
.cid-sqInqd5VmU {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sqInqd5VmU blockquote {
  border-color: #22a5e5;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sqInqd5VmU .mbr-section-title {
  color: #10437a;
}
.cid-sqGP26WlHp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sqGP26WlHp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .nav-item,
.cid-sqGP26WlHp .nav-link,
.cid-sqGP26WlHp .navbar-caption {
  font-size: 1.05rem;
  font-weight: 700;
}
.cid-sqGP26WlHp .nav-item:focus,
.cid-sqGP26WlHp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sqGP26WlHp .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sqGP26WlHp .nav-item .nav-link {
    position: relative;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sqGP26WlHp .nav-item:hover .nav-link:before,
  .cid-sqGP26WlHp .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-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-sqGP26WlHp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqGP26WlHp .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqGP26WlHp .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sqGP26WlHp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sqGP26WlHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqGP26WlHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqGP26WlHp .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqGP26WlHp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqGP26WlHp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqGP26WlHp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqGP26WlHp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqGP26WlHp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqGP26WlHp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqGP26WlHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqGP26WlHp .dropdown-item.active,
.cid-sqGP26WlHp .dropdown-item:active {
  background-color: transparent;
}
.cid-sqGP26WlHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqGP26WlHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqGP26WlHp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .navbar-buttons {
  text-align: center;
}
.cid-sqGP26WlHp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqGP26WlHp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sqGP26WlHp .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sqGP26WlHp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp a.nav-link .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sqGP26WlHp a.nav-link:hover .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqGP26WlHp .navbar {
    height: 77px;
  }
  .cid-sqGP26WlHp .navbar.opened {
    height: auto;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqGTOqdS6n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqGTOqdS6n .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .media-wrap {
    margin-bottom: 1rem;
    text-align: left;
    width: 100px!important;
  }
}
@media (max-width: 767px) {
  .cid-sqGTOqdS6n .row {
    text-align: left;
  }
  .cid-sqGTOqdS6n .row > div {
    margin: auto;
  }
  .cid-sqGTOqdS6n .social-row {
    justify-content: left;
  }
}
.cid-sqGTOqdS6n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqGTOqdS6n .list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  color: #b0a491;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 0rem;
  }
}
.cid-sqGTOqdS6n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6ec7f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.0rem;
  width: 2.0rem;
}
.cid-sqGTOqdS6n .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-sqGTOqdS6n .mbr-section-subtitle,
  .cid-sqGTOqdS6n .mbr-text {
    font-size: 80%!important;
  }
  .cid-sqGTOqdS6n .policy,
  .cid-sqGTOqdS6n .copyright {
    text-align: justify!important;
    font-size: 70%!important;
  }
  .cid-sqGTOqdS6n .policy1 {
    display: none;
  }
}
.cid-sqGTOqdS6n .copyright {
  text-align: left;
  color: #ffffff;
}
.cid-sqGTOqdS6n hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqGTOqdS6n H5 {
  text-align: left;
  color: #bbbbbb;
}
.cid-sqGTOqdS6n .mbr-section-subtitle {
  text-align: left;
}
.cid-sqGTOqdS6n P {
  color: #777e82;
}
.cid-sqIpi6nl5n {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1098.jpg");
}
@media (max-width: 991px) {
  .cid-sqIpi6nl5n .mbr-section-title,
  .cid-sqIpi6nl5n .mbr-section-subtitle,
  .cid-sqIpi6nl5n .mbr-section-btn,
  .cid-sqIpi6nl5n .mbr-text {
    text-align: center;
  }
}
.cid-sqIpi6nl5n .underline {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.cid-sqIpi6nl5n .underline .line {
  width: 6rem;
  height: 3.5px;
  background: linear-gradient(135deg, #149dcc, red);
  display: inline-block;
}
.cid-sqIpi6nl5n .mbr-section-title {
  text-align: left;
}
.cid-sqIpi6nl5n .mbr-section-subtitle {
  text-align: left;
}
.cid-sqInLmqppy {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sqInLmqppy blockquote {
  border-color: #22a5e5;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sqInLmqppy .mbr-section-title {
  color: #10437a;
}
.cid-sqGP26WlHp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sqGP26WlHp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .nav-item,
.cid-sqGP26WlHp .nav-link,
.cid-sqGP26WlHp .navbar-caption {
  font-size: 1.05rem;
  font-weight: 700;
}
.cid-sqGP26WlHp .nav-item:focus,
.cid-sqGP26WlHp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sqGP26WlHp .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sqGP26WlHp .nav-item .nav-link {
    position: relative;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sqGP26WlHp .nav-item:hover .nav-link:before,
  .cid-sqGP26WlHp .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-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-sqGP26WlHp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqGP26WlHp .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqGP26WlHp .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sqGP26WlHp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sqGP26WlHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqGP26WlHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqGP26WlHp .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqGP26WlHp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqGP26WlHp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqGP26WlHp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqGP26WlHp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqGP26WlHp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqGP26WlHp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqGP26WlHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqGP26WlHp .dropdown-item.active,
.cid-sqGP26WlHp .dropdown-item:active {
  background-color: transparent;
}
.cid-sqGP26WlHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqGP26WlHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqGP26WlHp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .navbar-buttons {
  text-align: center;
}
.cid-sqGP26WlHp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqGP26WlHp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sqGP26WlHp .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sqGP26WlHp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp a.nav-link .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sqGP26WlHp a.nav-link:hover .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqGP26WlHp .navbar {
    height: 77px;
  }
  .cid-sqGP26WlHp .navbar.opened {
    height: auto;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqGTOqdS6n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqGTOqdS6n .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .media-wrap {
    margin-bottom: 1rem;
    text-align: left;
    width: 100px!important;
  }
}
@media (max-width: 767px) {
  .cid-sqGTOqdS6n .row {
    text-align: left;
  }
  .cid-sqGTOqdS6n .row > div {
    margin: auto;
  }
  .cid-sqGTOqdS6n .social-row {
    justify-content: left;
  }
}
.cid-sqGTOqdS6n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqGTOqdS6n .list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  color: #b0a491;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 0rem;
  }
}
.cid-sqGTOqdS6n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6ec7f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.0rem;
  width: 2.0rem;
}
.cid-sqGTOqdS6n .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-sqGTOqdS6n .mbr-section-subtitle,
  .cid-sqGTOqdS6n .mbr-text {
    font-size: 80%!important;
  }
  .cid-sqGTOqdS6n .policy,
  .cid-sqGTOqdS6n .copyright {
    text-align: justify!important;
    font-size: 70%!important;
  }
  .cid-sqGTOqdS6n .policy1 {
    display: none;
  }
}
.cid-sqGTOqdS6n .copyright {
  text-align: left;
  color: #ffffff;
}
.cid-sqGTOqdS6n hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqGTOqdS6n H5 {
  text-align: left;
  color: #bbbbbb;
}
.cid-sqGTOqdS6n .mbr-section-subtitle {
  text-align: left;
}
.cid-sqGTOqdS6n P {
  color: #777e82;
}
.cid-sqIpGXqned {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1098.jpg");
}
@media (max-width: 991px) {
  .cid-sqIpGXqned .mbr-section-title,
  .cid-sqIpGXqned .mbr-section-subtitle,
  .cid-sqIpGXqned .mbr-section-btn,
  .cid-sqIpGXqned .mbr-text {
    text-align: center;
  }
}
.cid-sqIpGXqned .underline {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.cid-sqIpGXqned .underline .line {
  width: 6rem;
  height: 3.5px;
  background: linear-gradient(135deg, #149dcc, red);
  display: inline-block;
}
.cid-sqIpGXqned .mbr-section-title {
  text-align: left;
}
.cid-sqIpGXqned .mbr-section-subtitle {
  text-align: left;
}
.cid-sqInSfQtAn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sqInSfQtAn blockquote {
  border-color: #22a5e5;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sqInSfQtAn .mbr-section-title {
  color: #10437a;
}
.cid-sqGP26WlHp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sqGP26WlHp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .nav-item,
.cid-sqGP26WlHp .nav-link,
.cid-sqGP26WlHp .navbar-caption {
  font-size: 1.05rem;
  font-weight: 700;
}
.cid-sqGP26WlHp .nav-item:focus,
.cid-sqGP26WlHp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sqGP26WlHp .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sqGP26WlHp .nav-item .nav-link {
    position: relative;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sqGP26WlHp .nav-item:hover .nav-link:before,
  .cid-sqGP26WlHp .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-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-sqGP26WlHp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqGP26WlHp .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqGP26WlHp .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sqGP26WlHp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sqGP26WlHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqGP26WlHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqGP26WlHp .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqGP26WlHp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqGP26WlHp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqGP26WlHp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqGP26WlHp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqGP26WlHp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqGP26WlHp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqGP26WlHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqGP26WlHp .dropdown-item.active,
.cid-sqGP26WlHp .dropdown-item:active {
  background-color: transparent;
}
.cid-sqGP26WlHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqGP26WlHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqGP26WlHp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .navbar-buttons {
  text-align: center;
}
.cid-sqGP26WlHp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqGP26WlHp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sqGP26WlHp .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sqGP26WlHp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp a.nav-link .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sqGP26WlHp a.nav-link:hover .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqGP26WlHp .navbar {
    height: 77px;
  }
  .cid-sqGP26WlHp .navbar.opened {
    height: auto;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqGTOqdS6n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqGTOqdS6n .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .media-wrap {
    margin-bottom: 1rem;
    text-align: left;
    width: 100px!important;
  }
}
@media (max-width: 767px) {
  .cid-sqGTOqdS6n .row {
    text-align: left;
  }
  .cid-sqGTOqdS6n .row > div {
    margin: auto;
  }
  .cid-sqGTOqdS6n .social-row {
    justify-content: left;
  }
}
.cid-sqGTOqdS6n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqGTOqdS6n .list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  color: #b0a491;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 0rem;
  }
}
.cid-sqGTOqdS6n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6ec7f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.0rem;
  width: 2.0rem;
}
.cid-sqGTOqdS6n .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-sqGTOqdS6n .mbr-section-subtitle,
  .cid-sqGTOqdS6n .mbr-text {
    font-size: 80%!important;
  }
  .cid-sqGTOqdS6n .policy,
  .cid-sqGTOqdS6n .copyright {
    text-align: justify!important;
    font-size: 70%!important;
  }
  .cid-sqGTOqdS6n .policy1 {
    display: none;
  }
}
.cid-sqGTOqdS6n .copyright {
  text-align: left;
  color: #ffffff;
}
.cid-sqGTOqdS6n hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqGTOqdS6n H5 {
  text-align: left;
  color: #bbbbbb;
}
.cid-sqGTOqdS6n .mbr-section-subtitle {
  text-align: left;
}
.cid-sqGTOqdS6n P {
  color: #777e82;
}
.cid-sqIpTKwnlq {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1098.jpg");
}
@media (max-width: 991px) {
  .cid-sqIpTKwnlq .mbr-section-title,
  .cid-sqIpTKwnlq .mbr-section-subtitle,
  .cid-sqIpTKwnlq .mbr-section-btn,
  .cid-sqIpTKwnlq .mbr-text {
    text-align: center;
  }
}
.cid-sqIpTKwnlq .underline {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.cid-sqIpTKwnlq .underline .line {
  width: 6rem;
  height: 3.5px;
  background: linear-gradient(135deg, #149dcc, red);
  display: inline-block;
}
.cid-sqIpTKwnlq .mbr-section-title {
  text-align: left;
}
.cid-sqIpTKwnlq .mbr-section-subtitle {
  text-align: left;
}
.cid-sqIo17ilo8 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sqIo17ilo8 blockquote {
  border-color: #22a5e5;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sqIo17ilo8 .mbr-section-title {
  color: #10437a;
}
.cid-sqGP26WlHp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sqGP26WlHp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .nav-item,
.cid-sqGP26WlHp .nav-link,
.cid-sqGP26WlHp .navbar-caption {
  font-size: 1.05rem;
  font-weight: 700;
}
.cid-sqGP26WlHp .nav-item:focus,
.cid-sqGP26WlHp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sqGP26WlHp .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sqGP26WlHp .nav-item .nav-link {
    position: relative;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sqGP26WlHp .nav-item:hover .nav-link:before,
  .cid-sqGP26WlHp .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-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-sqGP26WlHp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqGP26WlHp .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqGP26WlHp .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sqGP26WlHp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sqGP26WlHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqGP26WlHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqGP26WlHp .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqGP26WlHp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqGP26WlHp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqGP26WlHp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqGP26WlHp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqGP26WlHp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqGP26WlHp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqGP26WlHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqGP26WlHp .dropdown-item.active,
.cid-sqGP26WlHp .dropdown-item:active {
  background-color: transparent;
}
.cid-sqGP26WlHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqGP26WlHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqGP26WlHp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .navbar-buttons {
  text-align: center;
}
.cid-sqGP26WlHp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqGP26WlHp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sqGP26WlHp .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sqGP26WlHp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp a.nav-link .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sqGP26WlHp a.nav-link:hover .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqGP26WlHp .navbar {
    height: 77px;
  }
  .cid-sqGP26WlHp .navbar.opened {
    height: auto;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqGTOqdS6n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqGTOqdS6n .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .media-wrap {
    margin-bottom: 1rem;
    text-align: left;
    width: 100px!important;
  }
}
@media (max-width: 767px) {
  .cid-sqGTOqdS6n .row {
    text-align: left;
  }
  .cid-sqGTOqdS6n .row > div {
    margin: auto;
  }
  .cid-sqGTOqdS6n .social-row {
    justify-content: left;
  }
}
.cid-sqGTOqdS6n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqGTOqdS6n .list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  color: #b0a491;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 0rem;
  }
}
.cid-sqGTOqdS6n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6ec7f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.0rem;
  width: 2.0rem;
}
.cid-sqGTOqdS6n .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-sqGTOqdS6n .mbr-section-subtitle,
  .cid-sqGTOqdS6n .mbr-text {
    font-size: 80%!important;
  }
  .cid-sqGTOqdS6n .policy,
  .cid-sqGTOqdS6n .copyright {
    text-align: justify!important;
    font-size: 70%!important;
  }
  .cid-sqGTOqdS6n .policy1 {
    display: none;
  }
}
.cid-sqGTOqdS6n .copyright {
  text-align: left;
  color: #ffffff;
}
.cid-sqGTOqdS6n hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqGTOqdS6n H5 {
  text-align: left;
  color: #bbbbbb;
}
.cid-sqGTOqdS6n .mbr-section-subtitle {
  text-align: left;
}
.cid-sqGTOqdS6n P {
  color: #777e82;
}
.cid-qxcElkAJOv {
  padding-top: 135px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/background-slide-platforms-inner-1600x540.jpg");
}
.cid-qxcElkAJOv H1 {
  text-align: left;
}
.cid-qxcElkAJOv H3 {
  text-align: left;
}
.cid-qxcElkAJOv P {
  text-align: left;
}
.cid-sqHiY6VoNM {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sqHiY6VoNM .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sqHiY6VoNM .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sqHiY6VoNM .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sqHiY6VoNM .card-title,
.cid-sqHiY6VoNM .card-img {
  text-align: left;
  color: #0d0206;
}
.cid-sqHiY6VoNM .mbr-text,
.cid-sqHiY6VoNM .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sqHiY6VoNM .line {
  display: inline-block;
  width: 10%;
  height: 4px;
  background-color: #cc2952;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-sqHiY6VoNM .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sqHiY6VoNM .mbr-section-title,
.cid-sqHiY6VoNM .line-wrap {
  color: #0d0206;
  text-align: left;
}
.cid-sqHiY6VoNM .mbr-section-subtitle {
  text-align: left;
  color: #5b686b;
}
.cid-sqHiY6VoNM .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-stg2y0Qt32 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-stg2y0Qt32 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-stg2y0Qt32 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-stg2y0Qt32 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-stg2y0Qt32 .card-title,
.cid-stg2y0Qt32 .card-img {
  text-align: left;
  color: #0d0206;
}
.cid-stg2y0Qt32 .mbr-text,
.cid-stg2y0Qt32 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-stg2y0Qt32 .line {
  display: inline-block;
  width: 10%;
  height: 4px;
  background-color: #1613dc;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-stg2y0Qt32 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-stg2y0Qt32 .mbr-section-title,
.cid-stg2y0Qt32 .line-wrap {
  color: #073b4c;
  text-align: left;
}
.cid-stg2y0Qt32 .mbr-section-subtitle {
  text-align: left;
  color: #5b686b;
}
.cid-qxcGxfSxVK {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-qxcGxfSxVK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxcGxfSxVK p {
  color: #767676;
  text-align: left;
}
.cid-qxcGxfSxVK .card-box {
  padding-top: 2rem;
}
.cid-qxcGxfSxVK .card-title {
  color: #0cb410;
  text-align: center;
}
.cid-qxcGxfSxVK P {
  text-align: center;
  color: #0f7699;
}
.cid-stg89ydikO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stg89ydikO .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: left;
}
.cid-stg89ydikO .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
  text-align: left;
}
.cid-stg89ydikO .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-stg89ydikO .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 1px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-stg89ydikO .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-stg89ydikO .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-stg89ydikO .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-stg89ydikO .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-stg89ydikO .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-stg89ydikO .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-stg89ydikO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-stiltsueqq {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-stiltsueqq .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-stiltsueqq .nav {
  border: none;
}
.cid-stiltsueqq .nav-tabs {
  -webkit-justify-content: center;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stiltsueqq .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px -0.5px 1rem -15px;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-stiltsueqq .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #232323;
  color: #ffffff;
}
.cid-stiltsueqq .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #232323;
}
.cid-stiltsueqq P {
  text-align: left;
}
.cid-stiltsueqq .underline {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.cid-stiltsueqq .underline .line {
  width: 6rem;
  height: 3.5px;
  background: linear-gradient(135deg, #149dcc, red);
  display: inline-block;
}
.cid-stiltsueqq .mbr-section-subtitle {
  text-align: left;
  color: #353535;
}
.cid-qxcHfCVVhy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f4f8f9;
}
.cid-qxcHfCVVhy h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qxcHfCVVhy p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qxcHfCVVhy .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cid-qxcHfCVVhy .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qxcHfCVVhy .card-box {
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .cid-qxcHfCVVhy .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qxcHfCVVhy .card-box {
    padding-left: 0;
  }
}
.cid-qxcHfCVVhy .card-title,
.cid-qxcHfCVVhy .card-img {
  color: #020202;
}
.cid-qxcHAG5MHb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f4f8f9;
}
.cid-qxcHAG5MHb h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qxcHAG5MHb p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qxcHAG5MHb .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cid-qxcHAG5MHb .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qxcHAG5MHb .card-box {
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .cid-qxcHAG5MHb .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qxcHAG5MHb .card-box {
    padding-left: 0;
  }
}
.cid-qxcHAG5MHb .card-title,
.cid-qxcHAG5MHb .card-img {
  color: #020202;
}
.cid-stiutCf2pQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f4f8f9;
}
.cid-stiutCf2pQ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-stiutCf2pQ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-stiutCf2pQ .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cid-stiutCf2pQ .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-stiutCf2pQ .card-box {
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .cid-stiutCf2pQ .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-stiutCf2pQ .card-box {
    padding-left: 0;
  }
}
.cid-stiutCf2pQ .card-title,
.cid-stiutCf2pQ .card-img {
  color: #020202;
}
.cid-stiuVf6GwK {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f4f8f9;
}
.cid-stiuVf6GwK h4 {
  text-align: left;
  font-weight: 500;
}
.cid-stiuVf6GwK p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-stiuVf6GwK .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cid-stiuVf6GwK .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-stiuVf6GwK .card-box {
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .cid-stiuVf6GwK .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-stiuVf6GwK .card-box {
    padding-left: 0;
  }
}
.cid-stiuVf6GwK .card-title,
.cid-stiuVf6GwK .card-img {
  color: #020202;
}
.cid-sqHtcipgNC {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sqHtcipgNC .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sqHtcipgNC .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sqHtcipgNC .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sqHtcipgNC .card-title,
.cid-sqHtcipgNC .card-img {
  text-align: left;
  color: #0d0206;
}
.cid-sqHtcipgNC .mbr-text,
.cid-sqHtcipgNC .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sqHtcipgNC .line {
  display: inline-block;
  width: 10%;
  height: 4px;
  background-color: #cc2952;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-sqHtcipgNC .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sqHtcipgNC .mbr-section-title,
.cid-sqHtcipgNC .line-wrap {
  color: #0d0206;
}
.cid-sqHtcipgNC .mbr-section-subtitle {
  text-align: left;
  color: #073b4c;
}
.cid-qxcHNf59FD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxcHNf59FD .mbr-text {
  color: #353535;
  text-align: left;
}
.cid-qxcHNf59FD h4 {
  text-align: center;
}
.cid-qxcHNf59FD p {
  text-align: center;
}
.cid-qxcHNf59FD .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qxcHNf59FD .card-title,
.cid-qxcHNf59FD .card-img {
  color: #0cb410;
}
.cid-qxcJSTAjAT {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qxcJSTAjAT .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-qxcJSTAjAT h4 {
  text-align: center;
}
.cid-qxcJSTAjAT p {
  text-align: center;
}
.cid-qxcJSTAjAT .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qxcJSTAjAT .card-title,
.cid-qxcJSTAjAT .card-img {
  color: #0cb410;
}
.cid-sqGP26WlHp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sqGP26WlHp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .nav-item,
.cid-sqGP26WlHp .nav-link,
.cid-sqGP26WlHp .navbar-caption {
  font-size: 1.05rem;
  font-weight: 700;
}
.cid-sqGP26WlHp .nav-item:focus,
.cid-sqGP26WlHp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sqGP26WlHp .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sqGP26WlHp .nav-item .nav-link {
    position: relative;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sqGP26WlHp .nav-item:hover .nav-link:before,
  .cid-sqGP26WlHp .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-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-sqGP26WlHp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqGP26WlHp .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqGP26WlHp .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sqGP26WlHp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sqGP26WlHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqGP26WlHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqGP26WlHp .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqGP26WlHp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqGP26WlHp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqGP26WlHp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqGP26WlHp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqGP26WlHp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqGP26WlHp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqGP26WlHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqGP26WlHp .dropdown-item.active,
.cid-sqGP26WlHp .dropdown-item:active {
  background-color: transparent;
}
.cid-sqGP26WlHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqGP26WlHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqGP26WlHp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .navbar-buttons {
  text-align: center;
}
.cid-sqGP26WlHp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqGP26WlHp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sqGP26WlHp .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sqGP26WlHp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp a.nav-link .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sqGP26WlHp a.nav-link:hover .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqGP26WlHp .navbar {
    height: 77px;
  }
  .cid-sqGP26WlHp .navbar.opened {
    height: auto;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqGTOqdS6n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqGTOqdS6n .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .media-wrap {
    margin-bottom: 1rem;
    text-align: left;
    width: 100px!important;
  }
}
@media (max-width: 767px) {
  .cid-sqGTOqdS6n .row {
    text-align: left;
  }
  .cid-sqGTOqdS6n .row > div {
    margin: auto;
  }
  .cid-sqGTOqdS6n .social-row {
    justify-content: left;
  }
}
.cid-sqGTOqdS6n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqGTOqdS6n .list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  color: #b0a491;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 0rem;
  }
}
.cid-sqGTOqdS6n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6ec7f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.0rem;
  width: 2.0rem;
}
.cid-sqGTOqdS6n .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-sqGTOqdS6n .mbr-section-subtitle,
  .cid-sqGTOqdS6n .mbr-text {
    font-size: 80%!important;
  }
  .cid-sqGTOqdS6n .policy,
  .cid-sqGTOqdS6n .copyright {
    text-align: justify!important;
    font-size: 70%!important;
  }
  .cid-sqGTOqdS6n .policy1 {
    display: none;
  }
}
.cid-sqGTOqdS6n .copyright {
  text-align: left;
  color: #ffffff;
}
.cid-sqGTOqdS6n hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqGTOqdS6n H5 {
  text-align: left;
  color: #bbbbbb;
}
.cid-sqGTOqdS6n .mbr-section-subtitle {
  text-align: left;
}
.cid-sqGTOqdS6n P {
  color: #777e82;
}
.cid-sqHRTh7kj3 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pexels-photo-102720-1200x627.jpg");
}
.cid-sqHRTh7kj3 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sqHRTh7kj3 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sqHRTh7kj3 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sqHRTh7kj3 .card-title,
.cid-sqHRTh7kj3 .card-img {
  text-align: left;
}
.cid-sqHRTh7kj3 .mbr-text,
.cid-sqHRTh7kj3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sqHRTh7kj3 .line {
  display: inline-block;
  width: 10%;
  height: 4px;
  background-color: #ff3366;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sqHRTh7kj3 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sqHRTh7kj3 .mbr-section-title,
.cid-sqHRTh7kj3 .line-wrap {
  color: #ffffff;
}
.cid-sqHRTh7kj3 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-stljzsKCPR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(#ffffff, #cccccc);
}
.cid-stljzsKCPR .mbr-section-title {
  letter-spacing: 0em;
  color: #232323;
}
.cid-stljzsKCPR .mbr-section-subtitle {
  color: #656565;
  letter-spacing: 0.0em;
  font-weight: 500;
  text-align: left;
}
.cid-stljzsKCPR .btn {
  margin: 0px !important;
}
.cid-stljzsKCPR .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-stljzsKCPR .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-stljzsKCPR .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-stljzsKCPR .carousel-item .wrap-img {
  text-align: center;
}
.cid-stljzsKCPR .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-stljzsKCPR .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-stljzsKCPR .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-stljzsKCPR .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-stljzsKCPR .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-stljzsKCPR .second-col {
    padding-top: 2rem;
  }
}
.cid-stljzsKCPR .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-stljzsKCPR .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-stljzsKCPR .panel-group {
  width: 100%;
}
.cid-stljzsKCPR .panel-title {
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-stljzsKCPR .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-stljzsKCPR .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ff3366;
  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-stljzsKCPR .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-stljzsKCPR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-stljzsKCPR .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-stljzsKCPR .card .panel-body {
  background: #ffffff;
}
.cid-stljzsKCPR .header-text,
.cid-stljzsKCPR .sign {
  color: #073b4c;
}
.cid-stljzsKCPR .panel-text {
  color: #0f7699;
}
.cid-stljzsKCPR .underline {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.cid-stljzsKCPR .underline .line {
  width: 6rem;
  height: 4.5px;
  background: linear-gradient(135deg, #149dcc, red);
  display: inline-block;
}
.cid-sqHSiso8wg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sqHSiso8wg .twitter-wrapper,
.cid-sqHSiso8wg iframe {
  min-height: 750px;
  max-height: 750px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-sqHSiso8wg a.twitter-timeline {
  display: none;
}
.cid-sqHSiso8wg .mbr-section-title {
  text-align: left;
}
.cid-sqHSiso8wg .mbr-section-subtitle {
  text-align: left;
  color: #887e7e;
}
.cid-sqHSvPTxBq {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sqHSvPTxBq .nav-tabs .nav-item.open .nav-link:focus,
.cid-sqHSvPTxBq .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sqHSvPTxBq .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px dotted #2461d8;
}
.cid-sqHSvPTxBq .nav-tabs .nav-item {
  padding: 1rem;
}
.cid-sqHSvPTxBq .first {
  margin-left: -24px;
}
.cid-sqHSvPTxBq .nav-tabs .nav-link {
  color: #2461d8;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sqHSvPTxBq .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #e43f3f;
}
.cid-sqHSvPTxBq .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #e43f3f;
  border-bottom: 3px solid #e43f3f;
  font-style: normal;
}
.cid-sqHSvPTxBq P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-sqHSvPTxBq .nav-tabs {
    flex-direction: colume;
    padding: 0!important;
    margin: 0!important;
    justify-content: left;
  }
  .cid-sqHSvPTxBq .nav-tabs .nav-item {
    margin: 0!important;
    padding: 0!important;
    font-size: 80%;
  }
  .cid-sqHSvPTxBq .mbr-text,
  .cid-sqHSvPTxBq .nav-link {
    text-align: center;
  }
}
.cid-sqHSvPTxBq .mbr-section-title {
  text-align: left;
}
.cid-sqHSvPTxBq .mbr-section-subtitle {
  text-align: left;
}
.cid-sqHSxfia9u {
  padding-top: 105px;
  padding-bottom: 60px;
  background: #fafafa;
}
.cid-sqHSxfia9u .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sqHSxfia9u .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sqHSxfia9u img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sqHSxfia9u .mbr-image-title {
  text-align: left;
  color: #656565;
}
.cid-sqHSxfia9u .underline {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.cid-sqHSxfia9u .underline .line {
  width: 6rem;
  height: 3.5px;
  background: linear-gradient(135deg, #149dcc, red);
  display: inline-block;
}
.cid-sqHSxfia9u .mbr-section-subtitle {
  text-align: left;
  color: #353535;
}
.cid-sqHSzXjIX6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fafafa;
}
.cid-sqHSzXjIX6 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sqHSzXjIX6 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sqHSzXjIX6 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sqHSzXjIX6 .mbr-image-title {
  text-align: left;
  color: #656565;
}
.cid-sqHSzXjIX6 .underline {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.cid-sqHSzXjIX6 .underline .line {
  width: 6rem;
  height: 3.5px;
  background: linear-gradient(135deg, #149dcc, red);
  display: inline-block;
}
.cid-sqHSzXjIX6 .mbr-section-subtitle {
  text-align: left;
  color: #353535;
}
.cid-sqGP26WlHp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sqGP26WlHp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .nav-item,
.cid-sqGP26WlHp .nav-link,
.cid-sqGP26WlHp .navbar-caption {
  font-size: 1.05rem;
  font-weight: 700;
}
.cid-sqGP26WlHp .nav-item:focus,
.cid-sqGP26WlHp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sqGP26WlHp .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sqGP26WlHp .nav-item .nav-link {
    position: relative;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sqGP26WlHp .nav-item:hover .nav-link:before,
  .cid-sqGP26WlHp .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqGP26WlHp .dropdown .dropdown-menu .dropdown-item .soc-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-sqGP26WlHp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqGP26WlHp .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqGP26WlHp .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sqGP26WlHp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sqGP26WlHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqGP26WlHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqGP26WlHp .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqGP26WlHp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqGP26WlHp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqGP26WlHp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqGP26WlHp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqGP26WlHp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqGP26WlHp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqGP26WlHp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqGP26WlHp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqGP26WlHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqGP26WlHp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqGP26WlHp .dropdown-item.active,
.cid-sqGP26WlHp .dropdown-item:active {
  background-color: transparent;
}
.cid-sqGP26WlHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqGP26WlHp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sqGP26WlHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqGP26WlHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqGP26WlHp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqGP26WlHp .navbar-buttons {
  text-align: center;
}
.cid-sqGP26WlHp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqGP26WlHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqGP26WlHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqGP26WlHp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqGP26WlHp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sqGP26WlHp .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sqGP26WlHp .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sqGP26WlHp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqGP26WlHp a.nav-link .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sqGP26WlHp a.nav-link:hover .mbr-iconfont-btn,
.cid-sqGP26WlHp a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sqGP26WlHp a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqGP26WlHp .navbar {
    height: 77px;
  }
  .cid-sqGP26WlHp .navbar.opened {
    height: auto;
  }
  .cid-sqGP26WlHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqGTOqdS6n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqGTOqdS6n .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .media-wrap {
    margin-bottom: 1rem;
    text-align: left;
    width: 100px!important;
  }
}
@media (max-width: 767px) {
  .cid-sqGTOqdS6n .row {
    text-align: left;
  }
  .cid-sqGTOqdS6n .row > div {
    margin: auto;
  }
  .cid-sqGTOqdS6n .social-row {
    justify-content: left;
  }
}
.cid-sqGTOqdS6n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqGTOqdS6n .list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  color: #b0a491;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqGTOqdS6n .list {
    margin-bottom: 0rem;
  }
}
.cid-sqGTOqdS6n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6ec7f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.0rem;
  width: 2.0rem;
}
.cid-sqGTOqdS6n .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqGTOqdS6n div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-sqGTOqdS6n .mbr-section-subtitle,
  .cid-sqGTOqdS6n .mbr-text {
    font-size: 80%!important;
  }
  .cid-sqGTOqdS6n .policy,
  .cid-sqGTOqdS6n .copyright {
    text-align: justify!important;
    font-size: 70%!important;
  }
  .cid-sqGTOqdS6n .policy1 {
    display: none;
  }
}
.cid-sqGTOqdS6n .copyright {
  text-align: left;
  color: #ffffff;
}
.cid-sqGTOqdS6n hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqGTOqdS6n H5 {
  text-align: left;
  color: #bbbbbb;
}
.cid-sqGTOqdS6n .mbr-section-subtitle {
  text-align: left;
}
.cid-sqGTOqdS6n P {
  color: #777e82;
}
.cid-sqHXSs7IGQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sqHXSs7IGQ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqHXSs7IGQ .nav-item,
.cid-sqHXSs7IGQ .nav-link,
.cid-sqHXSs7IGQ .navbar-caption {
  font-size: 1.05rem;
  font-weight: 700;
}
.cid-sqHXSs7IGQ .nav-item:focus,
.cid-sqHXSs7IGQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sqHXSs7IGQ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sqHXSs7IGQ .nav-item .nav-link {
    position: relative;
  }
  .cid-sqHXSs7IGQ .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sqHXSs7IGQ .nav-item:hover .nav-link:before,
  .cid-sqHXSs7IGQ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sqHXSs7IGQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sqHXSs7IGQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqHXSs7IGQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sqHXSs7IGQ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqHXSs7IGQ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqHXSs7IGQ .dropdown .dropdown-menu .dropdown-item .soc-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-sqHXSs7IGQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqHXSs7IGQ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqHXSs7IGQ .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sqHXSs7IGQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sqHXSs7IGQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqHXSs7IGQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqHXSs7IGQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqHXSs7IGQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqHXSs7IGQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqHXSs7IGQ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqHXSs7IGQ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqHXSs7IGQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqHXSs7IGQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqHXSs7IGQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqHXSs7IGQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqHXSs7IGQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqHXSs7IGQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqHXSs7IGQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqHXSs7IGQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqHXSs7IGQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqHXSs7IGQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqHXSs7IGQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqHXSs7IGQ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqHXSs7IGQ .dropdown-item.active,
.cid-sqHXSs7IGQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sqHXSs7IGQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqHXSs7IGQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqHXSs7IGQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqHXSs7IGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sqHXSs7IGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqHXSs7IGQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqHXSs7IGQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqHXSs7IGQ .navbar-buttons {
  text-align: center;
}
.cid-sqHXSs7IGQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqHXSs7IGQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sqHXSs7IGQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqHXSs7IGQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqHXSs7IGQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqHXSs7IGQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqHXSs7IGQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqHXSs7IGQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqHXSs7IGQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqHXSs7IGQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqHXSs7IGQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqHXSs7IGQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqHXSs7IGQ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sqHXSs7IGQ .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sqHXSs7IGQ .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sqHXSs7IGQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqHXSs7IGQ a.nav-link .mbr-iconfont-btn,
.cid-sqHXSs7IGQ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sqHXSs7IGQ a.nav-link:hover .mbr-iconfont-btn,
.cid-sqHXSs7IGQ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sqHXSs7IGQ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqHXSs7IGQ .navbar {
    height: 77px;
  }
  .cid-sqHXSs7IGQ .navbar.opened {
    height: auto;
  }
  .cid-sqHXSs7IGQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqHY2Gz8Pl {
  padding-top: 135px;
  padding-bottom: 30px;
}
.cid-sqHY2Gz8Pl .mbr-text {
  color: #ffffff;
  letter-spacing: 0.00m;
  line-height: 1.8;
}
.cid-sqHY2Gz8Pl .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sqHY2Gz8Pl .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.0em;
}
.cid-sqHY2Gz8Pl .card-title,
.cid-sqHY2Gz8Pl .card-img {
  text-align: left;
}
.cid-sqHY2Gz8Pl .mbr-text,
.cid-sqHY2Gz8Pl .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sqHY2Gz8Pl .line {
  display: inline-block;
  width: 10%;
  height: 4px;
  background-color: #4479d9;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sqHY2Gz8Pl .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sqHY2Gz8Pl .mbr-section-title,
.cid-sqHY2Gz8Pl .line-wrap {
  color: #ffffff;
}
.cid-sqHY2Gz8Pl .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-sqHZvQbs3E {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqHZvQbs3E img {
  width: 100%;
}
.cid-sqHZvQbs3E p {
  line-height: 1.6;
}
.cid-sqHZvQbs3E .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqHZvQbs3E .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sqHZvQbs3E .mbr-text,
.cid-sqHZvQbs3E .mbr-section-btn {
  color: #656565;
  text-align: left;
}
.cid-sqHZvQbs3E .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sqHZvQbs3E .line {
  display: inline-block;
  width: 110px;
  height: 4px;
  background-color: #cc2952;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-sqHZvQbs3E .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-sqHZvQbs3E .mbr-section-title,
.cid-sqHZvQbs3E .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-sqHZvQbs3E .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-stlIagQBIL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-stlIagQBIL .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-stlIagQBIL .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-stlIagQBIL .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-stlIagQBIL .card-title,
.cid-stlIagQBIL .card-img {
  text-align: left;
  color: #0d0206;
}
.cid-stlIagQBIL .mbr-text,
.cid-stlIagQBIL .mbr-section-btn {
  text-align: left;
  color: #5b686b;
}
.cid-stlIagQBIL .line {
  display: inline-block;
  width: 10%;
  height: 4px;
  background-color: #c1c1c1;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-stlIagQBIL .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-stlIagQBIL .mbr-section-title,
.cid-stlIagQBIL .line-wrap {
  color: #0d0206;
}
.cid-stlIagQBIL .mbr-section-subtitle {
  text-align: left;
  color: #5b686b;
}
.cid-stlITqMIGy {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-stlITqMIGy .card {
  align-self: stretch;
}
.cid-stlITqMIGy .card-box {
  height: 100%;
  background-color: #dfeff2;
  padding: 2rem;
}
.cid-stlITqMIGy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-stlITqMIGy p {
  color: #767676;
  text-align: left;
}
.cid-stlITqMIGy .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-stlITqMIGy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-stlITqMIGy .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-stlITqMIGy P {
  color: #353535;
}
.cid-sqHYR7C2ho {
  padding-top: 90px;
  padding-bottom: 30px;
  background: #f5f3e7;
  background: linear-gradient(90deg, #f5f3e7, #ffffff);
}
.cid-sqHYR7C2ho .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sqHYR7C2ho .card {
    margin-bottom: 2rem!important;
  }
  .cid-sqHYR7C2ho .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqHYR7C2ho .link-wrap {
    align-items: center;
  }
}
.cid-sqHYR7C2ho .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-sqHYR7C2ho h4 {
  margin: 0;
}
.cid-sqHYR7C2ho .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-sqHYR7C2ho .plan-body {
  padding-bottom: 2rem;
}
.cid-sqHYR7C2ho .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqHYR7C2ho .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-sqHYR7C2ho .line2 {
  background: #255085;
}
.cid-sqHYR7C2ho .plan {
  word-break: break-word;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-sqHYR7C2ho .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-sqHYR7C2ho .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-sqHYR7C2ho .plan .list-group-item:last-child::after {
  display: none;
}
.cid-sqHYR7C2ho .plan-header,
.cid-sqHYR7C2ho .plan-body {
  background-color: #fff;
}
.cid-sqHYR7C2ho .price-figure {
  font-weight: 700;
}
.cid-sqHYR7C2ho .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-sqHYR7C2ho .price-figure {
    font-size: 2rem;
  }
}
.cid-sqHYR7C2ho .color1 {
  color: #255085;
}
.cid-sqHYR7C2ho .color2 {
  color: #3ac218;
}
.cid-sqHYR7C2ho LI {
  color: #767676;
}
.cid-sqHYR7C2ho .price-term {
  color: #4479d9;
}
.cid-sqHYR7C2ho .underline {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.cid-sqHYR7C2ho .underline .line {
  width: 6rem;
  height: 3.5px;
  background: linear-gradient(135deg, #149dcc, red);
  display: inline-block;
}
.cid-sqHYR7C2ho .card-title,
.cid-sqHYR7C2ho .card-box {
  text-align: left;
  color: #232323;
}
.cid-sqHYR7C2ho .mbr-text1 {
  color: #149dcc;
}
.cid-sqHYR7C2ho UL {
  color: #6592e6;
  text-align: left;
}
.cid-sqHYR7C2ho .mbr-text,
.cid-sqHYR7C2ho .link-wrap,
.cid-sqHYR7C2ho .mbr-section-btn {
  color: #232323;
}
.cid-sqI5tfWsOh {
  padding-top: 60px;
  padding-bottom: 45px;
  background: #fafafa;
}
.cid-sqI5tfWsOh .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sqI5tfWsOh .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sqI5tfWsOh img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sqI5tfWsOh .mbr-image-title {
  text-align: left;
  color: #656565;
}
.cid-sqI5tfWsOh .underline {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.cid-sqI5tfWsOh .underline .line {
  width: 6rem;
  height: 3.5px;
  background: linear-gradient(135deg, #149dcc, red);
  display: inline-block;
}
.cid-sqI5tfWsOh .mbr-section-subtitle {
  text-align: left;
  color: #af2810;
}
.cid-sqHXSsr4vs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sqHXSsr4vs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqHXSsr4vs .media-wrap {
    margin-bottom: 1rem;
    text-align: left;
    width: 100px!important;
  }
}
@media (max-width: 767px) {
  .cid-sqHXSsr4vs .row {
    text-align: left;
  }
  .cid-sqHXSsr4vs .row > div {
    margin: auto;
  }
  .cid-sqHXSsr4vs .social-row {
    justify-content: left;
  }
}
.cid-sqHXSsr4vs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqHXSsr4vs .list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  color: #b0a491;
}
@media (max-width: 991px) {
  .cid-sqHXSsr4vs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqHXSsr4vs .list {
    margin-bottom: 0rem;
  }
}
.cid-sqHXSsr4vs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6ec7f2;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.0rem;
  width: 2.0rem;
}
.cid-sqHXSsr4vs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqHXSsr4vs div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-sqHXSsr4vs .mbr-section-subtitle,
  .cid-sqHXSsr4vs .mbr-text {
    font-size: 80%!important;
  }
  .cid-sqHXSsr4vs .policy,
  .cid-sqHXSsr4vs .copyright {
    text-align: justify!important;
    font-size: 70%!important;
  }
  .cid-sqHXSsr4vs .policy1 {
    display: none;
  }
}
.cid-sqHXSsr4vs .copyright {
  text-align: left;
  color: #ffffff;
}
.cid-sqHXSsr4vs hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqHXSsr4vs H5 {
  text-align: left;
  color: #bbbbbb;
}
.cid-sqHXSsr4vs .mbr-section-subtitle {
  text-align: left;
}
.cid-sqHXSsr4vs P {
  color: #777e82;
}
