body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Kanit', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  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: #e50808 !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #f8dc20 !important;
}
.bg-warning {
  background-color: #388d40 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #e50808 !important;
  border-color: #e50808 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #e50808 !important;
  border-color: #e50808 !important;
}
.btn-primary:before {
  background-color: #9b0505 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9b0505 !important;
  border-color: #9b0505 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary:before {
  background-color: #d9d9d9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #f8dc20 !important;
  border-color: #f8dc20 !important;
  color: #181501 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #181501 !important;
  background-color: #f8dc20 !important;
  border-color: #f8dc20 !important;
}
.btn-info:before {
  background-color: #c5ad06 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #181501 !important;
  background-color: #c5ad06 !important;
  border-color: #c5ad06 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #388d40 !important;
  border-color: #388d40 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #388d40 !important;
  border-color: #388d40 !important;
}
.btn-warning:before {
  background-color: #225627 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #225627 !important;
  border-color: #225627 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:before {
  background-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #820505;
  color: #820505;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #e50808;
}
.btn-primary-outline:before {
  background-color: #e50808;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e50808 !important;
  border-color: #e50808 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #808080;
  border-color: #ffffff;
}
.btn-secondary-outline:before {
  background-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #ad9705;
  color: #ad9705;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #181501;
  border-color: #f8dc20;
}
.btn-info-outline:before {
  background-color: #f8dc20;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f8dc20 !important;
  border-color: #f8dc20 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #1b441f;
  color: #1b441f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  border-color: #388d40;
}
.btn-warning-outline:before {
  background-color: #388d40;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #388d40 !important;
  border-color: #388d40 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #808080;
  border-color: #ffffff;
}
.btn-danger-outline:before {
  background-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e50808;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #e50808 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #f8dc20 !important;
}
.text-warning {
  color: #388d40 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #820505 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ad9705 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #1b441f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !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: #f8dc20;
}
.alert-warning {
  background-color: #388d40;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e50808;
  border-color: #e50808;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e50808;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdbcbc;
}
.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: #fefbe6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #7aca82;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
blockquote {
  border-color: #e50808;
}
/* 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: #e50808;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e50808;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e50808;
  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: #e50808;
  border-bottom-color: #e50808;
}
.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: #e50808 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e50808' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-voBY4roBDu .navbar {
  padding: .5rem 0;
  background: #09102b;
  transition: none;
  min-height: 50px;
}
.cid-voBY4roBDu .navbar-dropdown.bg-color.transparent.opened {
  background: #09102b;
}
.cid-voBY4roBDu a {
  font-style: normal;
}
.cid-voBY4roBDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-voBY4roBDu .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-voBY4roBDu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .content-text {
  margin-bottom: 0;
}
.cid-voBY4roBDu .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e50808;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-voBY4roBDu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-voBY4roBDu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-voBY4roBDu .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-voBY4roBDu .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voBY4roBDu .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voBY4roBDu .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-voBY4roBDu .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voBY4roBDu .nav-dropdown .link {
  font-weight: 400;
}
.cid-voBY4roBDu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-voBY4roBDu .content-right-side {
  text-align: center;
}
.cid-voBY4roBDu .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-voBY4roBDu .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-voBY4roBDu .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-voBY4roBDu .menu-bottom {
    justify-content: flex-end;
  }
  .cid-voBY4roBDu img {
    height: 3.8rem !important;
  }
  .cid-voBY4roBDu .btn {
    display: -webkit-flex;
  }
  .cid-voBY4roBDu button.navbar-toggler {
    display: block;
  }
  .cid-voBY4roBDu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-voBY4roBDu .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-voBY4roBDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing,
  .cid-voBY4roBDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-nav,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-voBY4roBDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-voBY4roBDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-voBY4roBDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-voBY4roBDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-voBY4roBDu .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-voBY4roBDu .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-voBY4roBDu .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-voBY4roBDu .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-voBY4roBDu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-voBY4roBDu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-voBY4roBDu .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-voBY4roBDu .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-voBY4roBDu .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-voBY4roBDu .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-voBY4roBDu .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-voBY4roBDu .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-voBY4roBDu .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-voBY4roBDu .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-voBY4roBDu .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voBY4roBDu .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-voBY4roBDu .navbar {
    display: block;
    padding: 0;
  }
  .cid-voBY4roBDu .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voBY4roBDu .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-voBY4roBDu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-voBY4roBDu .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-voBY4roBDu .navbar-toggler {
    display: none;
  }
  .cid-voBY4roBDu .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voBY4roBDu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-voBY4roBDu .menu-logo {
  margin-right: auto;
}
.cid-voBY4roBDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-voBY4roBDu .dropdown .dropdown-menu {
  background: #09102b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-voBY4roBDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voBY4roBDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-voBY4roBDu .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-voBY4roBDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-voBY4roBDu button.navbar-toggler:focus {
  outline: none;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voBY4roBDu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voBY4roBDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-voBY4roBDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing,
.cid-voBY4roBDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1.5rem);
  }
  .cid-voBY4roBDu .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voBY4roBDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-voBY4roBDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-voBY4roBDu .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-voBY4roBDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-voBY4roBDu .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voBY4roBDu .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-voBY4roBDu .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-voBY4roBDu .nav-link:focus {
  outline: none;
}
.cid-voBY4roBDu .navbar-toggler {
  position: relative;
}
.cid-voBY4roBDu .dropdown-item.active,
.cid-voBY4roBDu .dropdown-item:active {
  background: #09102b;
  color: initial;
}
.cid-voBY4roBDu .nav-link:hover,
.cid-voBY4roBDu .dropdown-item:hover {
  color: #4284df;
}
.cid-voBY4roBDu .widget-title,
.cid-voBY4roBDu .widget-icon {
  color: #ffffff;
}
.cid-voBY4roBDu .widget-text {
  color: #ffffff;
}
.cid-voBXs99Eu0 .modal-body .close {
  background: #1b1b1b;
}
.cid-voBXs99Eu0 .modal-body .close span {
  font-style: normal;
}
.cid-voBXs99Eu0 .carousel-inner > .active,
.cid-voBXs99Eu0 .carousel-inner > .next,
.cid-voBXs99Eu0 .carousel-inner > .prev {
  display: flex;
}
.cid-voBXs99Eu0 .carousel-control .icon-next,
.cid-voBXs99Eu0 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-voBXs99Eu0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voBXs99Eu0 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-voBXs99Eu0 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-voBXs99Eu0 .boxed-slider > div {
  position: relative;
}
.cid-voBXs99Eu0 .container img {
  width: 100%;
}
.cid-voBXs99Eu0 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-voBXs99Eu0 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-voBXs99Eu0 .mbr-table-cell {
  padding: 0;
}
.cid-voBXs99Eu0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-voBXs99Eu0 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-voBXs99Eu0 .mbr-overlay {
  z-index: 1;
}
.cid-voBXs99Eu0 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-voBXs99Eu0 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-voBXs99Eu0 .carousel-item.active.right,
.cid-voBXs99Eu0 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-voBXs99Eu0 .carousel-item.active.left,
.cid-voBXs99Eu0 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-voBXs99Eu0 .carousel-item.active,
.cid-voBXs99Eu0 .carousel-item.next.left,
.cid-voBXs99Eu0 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-voBXs99Eu0 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-voBXs99Eu0 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-voBXs99Eu0 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-voBXs99Eu0 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-voBXs99Eu0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-voBXs99Eu0 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-voBXs99Eu0 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-voBXs99Eu0 .mbr-slider .carousel-indicators li.active,
.cid-voBXs99Eu0 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-voBXs99Eu0 .mbr-slider .carousel-indicators li::after,
.cid-voBXs99Eu0 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-voBXs99Eu0 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-voBXs99Eu0 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-voBXs99Eu0 .mbr-slider > .container img {
  width: 100%;
}
.cid-voBXs99Eu0 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-voBXs99Eu0 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-voBXs99Eu0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-voBXs99Eu0 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-voBXs99Eu0 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-voBXs99Eu0 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-voBXs99Eu0 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-voBXs99Eu0 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-voBXs99Eu0 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-voBXs99Eu0 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-voBXs99Eu0 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-voBXs99Eu0 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-voBXs99Eu0 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-voO0H3ZKbn {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voFQhRRThn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voFQhRRThn .mbr-fallback-image.disabled {
  display: none;
}
.cid-voFQhRRThn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voFQhRRThn .img-wrapper {
  text-align: center;
}
.cid-voFQhRRThn img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-voFQhRRThn .row {
  align-items: flex-start;
}
.cid-voFQhRRThn .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-voFQhRRThn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-voFQhRRThn .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-voFQhRRThn .card-wrapper {
    padding: 1rem;
  }
}
.cid-voFQhRRThn .card-subtitle {
  color: #404040;
}
.cid-voFQhRRThn .card-title {
  color: #404040;
}
.cid-voFU4V5KDs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voFU4V5KDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-voFU4V5KDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voFU4V5KDs .img-wrapper {
  text-align: center;
}
.cid-voFU4V5KDs img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-voFU4V5KDs .row {
  align-items: flex-start;
}
.cid-voFU4V5KDs .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-voFU4V5KDs .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-voFU4V5KDs .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-voFU4V5KDs .card-wrapper {
    padding: 1rem;
  }
}
.cid-voFU4V5KDs .card-subtitle {
  color: #404040;
}
.cid-voFU4V5KDs .card-title {
  color: #404040;
}
.cid-voGSJ4QhKv {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/lqb7w.jpg");
}
.cid-voGSJ4QhKv .container-fluid {
  padding: 0 3rem;
}
.cid-voGSJ4QhKv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #e50808, #ffffff);
  display: inline-block;
}
.cid-voGSJ4QhKv .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voGSJ4QhKv .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-voGSJ4QhKv .card .card-wrapper {
  height: 1%;
}
.cid-voGSJ4QhKv .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-voGSJ4QhKv .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-voGSJ4QhKv .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #09102b;
}
.cid-voGSJ4QhKv .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-voGSJ4QhKv .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-voGSJ4QhKv .container-fluid {
    padding: 0 1rem;
  }
}
.cid-voGSJ4QhKv .mbr-section-title,
.cid-voGSJ4QhKv .underline {
  text-align: center;
  color: #ffffff;
}
.cid-voGSJ4QhKv .img-text {
  color: #ffffff;
}
.cid-voGSJ4QhKv .mbr-card-text,
.cid-voGSJ4QhKv .mbr-section-btn {
  color: #ffffff;
}
.cid-voGSJ4QhKv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-voCQfSg3dv {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-voCQfSg3dv .mbr-section-subtitle {
  color: #767676;
}
.cid-voCQfSg3dv .btn {
  margin: 0 0 .5rem 0;
}
.cid-voC0e8pXTR {
  padding-top: 180px;
  background-image: url("../../../assets/images/chatgpt-image-jul-6-2026-08-43-01-pm-1672x941.png");
}
.cid-voC0e8pXTR .container {
  margin-bottom: 15%;
}
.cid-voC0e8pXTR .content-container .btn-bgr {
  z-index: 0;
}
.cid-voC0e8pXTR .container-boxes {
  padding-bottom: 135px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-voC0e8pXTR .icon-block-top span {
  background-color: #09102b;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-voC0e8pXTR .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-voC0e8pXTR .box-item:first-child {
  background-color: #09102b;
  margin-top: -150px;
}
.cid-voC0e8pXTR .box-item:nth-child(2) {
  background-color: #09102b;
}
.cid-voC0e8pXTR .box-item:last-child {
  background-color: #09102b;
  margin-right: 0;
}
.cid-voC0e8pXTR .mbr-text,
.cid-voC0e8pXTR .box-item-text {
  color: #8d97ad;
}
.cid-voC0e8pXTR .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-voC0e8pXTR .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-voC0e8pXTR .box-list li:last-child {
  border-bottom: none;
}
.cid-voC0e8pXTR .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-voC0e8pXTR .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-voC0e8pXTR .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-voC0e8pXTR .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-voC0e8pXTR .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-voC0e8pXTR .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-voC0e8pXTR .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-voC0e8pXTR .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-voC0e8pXTR .box-item-text,
.cid-voC0e8pXTR .mbr-section-btn {
  color: #ffffff;
}
.cid-voC0e8pXTR .box-item-title {
  color: #ffffff;
}
.cid-voFTcnX3rB {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/steptodown.com288063-1224x816.jpg");
}
.cid-voFTcnX3rB .mbr-section-title {
  font-weight: bold;
  color: #fafafa;
  margin-bottom: 2.5rem;
}
.cid-voFTcnX3rB .tab-header {
  color: #efefef;
}
.cid-voFTcnX3rB .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
  color: #fafafa;
}
.cid-voFTcnX3rB .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-voFTcnX3rB .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-voFTcnX3rB .card-img span {
  font-size: 36px;
}
.cid-voFTcnX3rB .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-voFTcnX3rB .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voFTcnX3rB .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-voFTcnX3rB .nav-item {
  margin-top: 1rem;
}
.cid-voFTcnX3rB .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-voFTcnX3rB .tab-content {
  width: 100%;
}
.cid-voFTcnX3rB .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #ffffff;
}
.cid-voFTcnX3rB .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #ffffff;
}
.cid-voFTcnX3rB .nav-tabs .nav-link.active {
  border: 1px solid #ffffff;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-voFTcnX3rB .mbr-element-title,
.cid-voFTcnX3rB .card-img {
  color: #e6eaf1;
}
.cid-voFTcnX3rB .mbr-section-text {
  color: #fafafa;
}
.cid-voCRkfrSWb {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voCRkfrSWb .mbr-text,
.cid-voCRkfrSWb .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-voCRkfrSWb H3 {
  color: #000000;
}
.cid-voCRkfrSWb H2 {
  color: #000000;
  text-align: left;
}
.cid-voCQPQ2Nxo {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-voCQPQ2Nxo .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-voCQPQ2Nxo .mbr-section-btn .btn-secondary-outline:hover,
.cid-voCQPQ2Nxo .mbr-section-btn .btn-secondary-outline .active,
.cid-voCQPQ2Nxo .mbr-section-btn .btn-secondary-outline:focus {
  color: #e50808 !important;
}
.cid-voCQPQ2Nxo img,
.cid-voCQPQ2Nxo .item-img {
  border-radius: 4px;
}
.cid-voCQPQ2Nxo .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-voCQPQ2Nxo .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  will-change: transform;
}
.cid-voCQPQ2Nxo .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #000000;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-voCQPQ2Nxo .item:focus,
.cid-voCQPQ2Nxo span:focus {
  outline: none;
}
.cid-voCQPQ2Nxo .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-voCQPQ2Nxo .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voCQPQ2Nxo .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-voCQPQ2Nxo .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-voCQPQ2Nxo .item-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-voCQPQ2Nxo .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-voCQPQ2Nxo .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-voCQPQ2Nxo .post_wrap {
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-voCQPQ2Nxo .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-voCQPQ2Nxo .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-voCQPQ2Nxo .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-voCQPQ2Nxo .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-voCQPQ2Nxo .item-content {
  padding: 40px;
  height: 100%;
  min-height: 200px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-voCQPQ2Nxo .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-voCQPQ2Nxo .category_content {
  opacity: .8;
}
.cid-voCQPQ2Nxo .mbr-section-subtitle,
.cid-voCQPQ2Nxo .card_topic {
  margin-bottom: 12px;
}
.cid-voCQPQ2Nxo .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #951d19;
}
.cid-voCQPQ2Nxo .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-voCQPQ2Nxo .item-content,
  .cid-voCQPQ2Nxo .card_post {
    padding: 20px;
  }
}
.cid-voCQPQ2Nxo .mbr-section-title {
  text-align: justify;
}
.cid-voC0RG0eWb {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/children-1500x722.jpg");
}
.cid-voC0RG0eWb .mbr-section-title,
.cid-voC0RG0eWb .mbr-section-subtitle {
  color: #000000;
}
.cid-voC0RG0eWb .mbr-section-text {
  color: #232323;
}
.cid-voC0RG0eWb .mbr-text,
.cid-voC0RG0eWb .typed-text,
.cid-voC0RG0eWb .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-voC0RG0eWb .btn {
  margin-left: 4px !important;
}
.cid-voC0RG0eWb .animated-element {
  color: #24b728;
}
.cid-voC0RG0eWb .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #24b728;
}
.cid-voC0RG0eWb .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-voC0RG0eWb .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-voC0RG0eWb .typed-text,
  .cid-voC0RG0eWb .mbr-section-subtitle,
  .cid-voC0RG0eWb .mbr-section-text,
  .cid-voC0RG0eWb .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-voC0RG0eWb .mbr-section-text,
.cid-voC0RG0eWb .mbr-section-btn {
  color: #ffffff;
}
.cid-voC0RG0eWb .mbr-section-subtitle,
.cid-voC0RG0eWb .typed-text {
  color: #ffffff;
}
.cid-voCbqo2ai2 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-voCbqo2ai2 .line {
  background-color: #030616;
  color: #030616;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-voCbqo2ai2 .section-text {
  padding: 2rem 0;
  color: #030616;
  text-align: center;
}
.cid-voCbqo2ai2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-voCbqo2ai2 .inner-container {
    width: 100% !important;
  }
}
.cid-voCbroC3VJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-voCbroC3VJ .mbr-text,
.cid-voCbroC3VJ blockquote {
  color: #767676;
}
.cid-voCbroC3VJ .mbr-text {
  color: #000000;
}
.cid-voCbroC3VJ .mbr-text P {
  text-align: justify;
}
.cid-voCgo9pnL1 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #09102b;
}
.cid-voCgo9pnL1 .mbr-text {
  color: #ffffff;
}
.cid-voCgo9pnL1 h4 {
  text-align: center;
}
.cid-voCgo9pnL1 p {
  text-align: center;
}
.cid-voCgo9pnL1 .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #388d40;
  border: 2px solid #388d40;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-voCgo9pnL1 .card:hover .card-img span {
  background: none;
  color: #388d40;
}
.cid-voCgo9pnL1 .card-title,
.cid-voCgo9pnL1 .card-img {
  color: #ffffff;
}
.cid-voCmxl1UeZ {
  background: #ffffff;
}
.cid-voCmxl1UeZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-voCmxl1UeZ figcaption {
  position: relative;
}
.cid-voCmxl1UeZ figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voCmxl1UeZ .image-block {
    width: 100% !important;
  }
}
.cid-voGtLG2cSP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-voGtLG2cSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-voGtLG2cSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voGtLG2cSP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-voGtLG2cSP .team-card:hover {
  transform: translateY(-10px);
}
.cid-voGtLG2cSP .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-voGtLG2cSP .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-voGtLG2cSP .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-voGtLG2cSP .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-voGtLG2cSP .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-voGtLG2cSP .social-row {
  text-align: center;
}
.cid-voGtLG2cSP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-voGtLG2cSP .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-voGtLG2cSP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-voGtLG2cSP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-voGtLG2cSP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-voGtLG2cSP .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voGtLG2cSP .embla__button--next,
.cid-voGtLG2cSP .embla__button--prev {
  display: flex;
}
.cid-voGtLG2cSP .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-voGtLG2cSP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-voGtLG2cSP .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-voGtLG2cSP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-voGtLG2cSP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-voGtLG2cSP .embla__button {
    top: auto;
  }
}
.cid-voGtLG2cSP .embla {
  position: relative;
  width: 100%;
}
.cid-voGtLG2cSP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-voGtLG2cSP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voGtLG2cSP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voGtLG2cSP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-voGtLG2cSP .mbr-section-title {
  color: #111111;
}
.cid-voGtLG2cSP .mbr-section-subtitle {
  color: #242930;
}
.cid-voGtLG2cSP .card-title,
.cid-voGtLG2cSP .social-row {
  color: #5ca7db;
}
.cid-voGtLG2cSP .card-text,
.cid-voGtLG2cSP .mbr-section-btn,
.cid-voGtLG2cSP .social-row {
  color: #c1c1c1;
}
.cid-voGtLG2cSP .mbr-role,
.cid-voGtLG2cSP .social-row {
  color: #fafafa;
}
.cid-voCbRjB20c {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-voCbRjB20c .mbr-section-subtitle {
  color: #388d40;
  text-align: left;
  font-weight: 300;
}
.cid-voCbRjB20c .step {
  width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: 50%;
  border: 2px solid #e50808;
}
.cid-voCbRjB20c .separline {
  position: relative;
}
.cid-voCbRjB20c .separline:after {
  top: 36px;
  left: 14px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (16px + 4px) * 2);
  background-color: #e50808;
}
.cid-voCbRjB20c .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-voCbRjB20c .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-voCbRjB20c .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-voCbRjB20c .mbr-section-title {
  text-align: left;
}
.cid-voCbRjB20c .mbr-step-text {
  color: #388d40;
}
.cid-voCbRjB20c .mbr-step-title {
  color: #2c1616;
}
.cid-voCkphR9Hv {
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/gemini-generated-image-chazrqchazrqchaz-2000x1113.png");
}
.cid-voCkphR9Hv .mbr-overlay {
  background: #000000;
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-voCkphR9Hv .mbr-section-title {
  margin: 0;
}
.cid-voCkphR9Hv .mbr-text {
  color: #efefef;
}
.cid-voCkphR9Hv .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-voCkphR9Hv .card-img {
  text-align: left;
}
.cid-voCkphR9Hv .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-voCkphR9Hv .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-voCkphR9Hv .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voCkphR9Hv .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-voCkphR9Hv .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-voCkphR9Hv .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-voCl9Tb68O {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-voCl9Tb68O .mbr-text,
.cid-voCl9Tb68O .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-voCl9Tb68O H3 {
  color: #000000;
}
.cid-voCl9Tb68O H2 {
  color: #000000;
  text-align: left;
}
.cid-voCrpj8X1p {
  background-image: url("../../../assets/images/chatgpt-image-jul-6-2026-08-43-01-pm-1672x941.png");
}
.cid-voCrpj8X1p .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-voCrpj8X1p h3 {
  color: #FFFFFF;
  font-weight: 500;
}
.cid-voCrpj8X1p p {
  color: #FFFFFF;
}
.cid-voCrpj8X1p h4 {
  color: #FFFFFF;
  display: none;
}
.cid-voCrpj8X1p .mbr-figure img {
  padding-left: 1rem;
}
.cid-voCrpj8X1p .counter-container {
  color: #767676;
  padding-right: 4rem;
  counter-reset: myCounter;
  padding-left: 5rem;
}
.cid-voCrpj8X1p .counter-container div {
  margin-bottom: 1rem;
  padding-left: .5rem;
}
.cid-voCrpj8X1p .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-voCrpj8X1p .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
@media (max-width: 575px) {
  .cid-voCrpj8X1p .counter-container .counter {
    left: 2rem;
  }
}
.cid-voClbR25dH {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voClbR25dH .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-voClbR25dH .step {
  width: 34px;
  height: 34px;
  font-size: 17px;
  border-radius: 50%;
  border: 2px solid #030616;
  padding-bottom: 0;
  color: #767676;
}
@media (min-width: 768px) {
  .cid-voClbR25dH .separline .step-wrapper {
    position: relative;
  }
  .cid-voClbR25dH .separline .step-wrapper:before,
  .cid-voClbR25dH .separline .step-wrapper:after {
    top: 19px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 17px - 8px);
    background-color: #030616;
  }
  .cid-voClbR25dH .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-voClbR25dH .separline .step-wrapper:after {
    left: calc(50% + 8px + 17px);
  }
  .cid-voClbR25dH .separline.last-child .step-wrapper:after,
  .cid-voClbR25dH .separline:nth-child(3n) .step-wrapper:after,
  .cid-voClbR25dH .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-voClbR25dH .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-voClbR25dH .mbr-step-title {
  color: #232323;
}
.cid-voClbR25dH .mbr-step-text {
  color: #000000;
}
.cid-voClbR25dH .mbr-section-title {
  color: #232323;
}
.cid-voCldi2rUv {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-voCldi2rUv .card-box {
  padding: 0 2rem;
}
.cid-voCldi2rUv .mbr-section-btn {
  padding-top: 1rem;
}
.cid-voCldi2rUv .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-voCldi2rUv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-voCldi2rUv p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-voCldi2rUv .mbr-text {
  color: #cccccc;
  text-align: center;
}
.cid-voCldi2rUv .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #333333;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-voCldi2rUv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-voCldi2rUv .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-voClcoi3v9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/chatgpt-image-jul-6-2026-08-43-01-pm.png");
}
.cid-voClcoi3v9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-voClcoi3v9 .btn {
  margin: 0 0 .5rem 0;
}
.cid-voClcoi3v9 H2 {
  color: #efefef;
}
.cid-voDL4JloQD {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-voDL4JloQD .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-voDL4JloQD a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-voDL4JloQD .input-group-btn {
  margin: 0;
}
.cid-voDL4JloQD .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-voDL4JloQD .form-group,
.cid-voDL4JloQD .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-voDL4JloQD .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-voDL4JloQD .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-voDL4JloQD .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-voDL4JloQD .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-voDL4JloQD .form-block {
    padding: 1rem;
  }
}
.cid-voDKmYZBnU {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #1a1a1a;
}
.cid-voDKmYZBnU img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-voDKmYZBnU .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-voDKmYZBnU .card:hover {
  opacity: 0.9;
}
.cid-voDKmYZBnU H1 {
  color: #ffffff;
  text-align: center;
}
.cid-voDKmYZBnU .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-voDKmYZBnU .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-voGwcX2Fjv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1e1e1e;
}
@media (max-width: 767px) {
  .cid-voGwcX2Fjv .content {
    text-align: center;
  }
  .cid-voGwcX2Fjv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-voGwcX2Fjv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-voGwcX2Fjv .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-voGwcX2Fjv .media-wrap img {
  height: 6rem;
}
.cid-voGwcX2Fjv .mbr-text {
  color: #8d97ad;
}
.cid-voGwcX2Fjv .p-title {
  font-size: 17px;
}
.cid-voGwcX2Fjv .p-title span {
  color: #111111;
}
.cid-voGwcX2Fjv .title-card {
  font-size: 1.3rem;
}
.cid-voGwcX2Fjv .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-voGwcX2Fjv .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-voGwcX2Fjv .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-voGwcX2Fjv .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-voGwcX2Fjv .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-voGwcX2Fjv .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voGwcX2Fjv .copyright img {
  margin-right: 10px;
}
.cid-voGwcX2Fjv .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #333333;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-voGwcX2Fjv .icon-transition span:hover {
  background-color: #57b22a;
}
@media (max-width: 767px) {
  .cid-voGwcX2Fjv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voGwcX2Fjv .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-voGwcX2Fjv .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voGwcX2Fjv SPAN {
  color: #ffffff;
}
.cid-voGwcX2Fjv .p-title,
.cid-voGwcX2Fjv .social-media {
  color: #ffffff;
  text-align: justify;
}
.cid-voGwcX2Fjv .copyright > p {
  color: #ffffff;
}
.cid-voGwcX2Fjv H5 {
  color: #ffffff;
}
.cid-voBY4roBDu .navbar {
  padding: .5rem 0;
  background: #09102b;
  transition: none;
  min-height: 50px;
}
.cid-voBY4roBDu .navbar-dropdown.bg-color.transparent.opened {
  background: #09102b;
}
.cid-voBY4roBDu a {
  font-style: normal;
}
.cid-voBY4roBDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-voBY4roBDu .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-voBY4roBDu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .content-text {
  margin-bottom: 0;
}
.cid-voBY4roBDu .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e50808;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-voBY4roBDu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-voBY4roBDu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-voBY4roBDu .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-voBY4roBDu .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voBY4roBDu .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voBY4roBDu .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-voBY4roBDu .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voBY4roBDu .nav-dropdown .link {
  font-weight: 400;
}
.cid-voBY4roBDu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-voBY4roBDu .content-right-side {
  text-align: center;
}
.cid-voBY4roBDu .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-voBY4roBDu .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-voBY4roBDu .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-voBY4roBDu .menu-bottom {
    justify-content: flex-end;
  }
  .cid-voBY4roBDu img {
    height: 3.8rem !important;
  }
  .cid-voBY4roBDu .btn {
    display: -webkit-flex;
  }
  .cid-voBY4roBDu button.navbar-toggler {
    display: block;
  }
  .cid-voBY4roBDu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-voBY4roBDu .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-voBY4roBDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing,
  .cid-voBY4roBDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-nav,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-voBY4roBDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-voBY4roBDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-voBY4roBDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-voBY4roBDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-voBY4roBDu .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-voBY4roBDu .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-voBY4roBDu .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-voBY4roBDu .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-voBY4roBDu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-voBY4roBDu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-voBY4roBDu .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-voBY4roBDu .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-voBY4roBDu .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-voBY4roBDu .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-voBY4roBDu .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-voBY4roBDu .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-voBY4roBDu .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-voBY4roBDu .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-voBY4roBDu .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voBY4roBDu .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-voBY4roBDu .navbar {
    display: block;
    padding: 0;
  }
  .cid-voBY4roBDu .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voBY4roBDu .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-voBY4roBDu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-voBY4roBDu .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-voBY4roBDu .navbar-toggler {
    display: none;
  }
  .cid-voBY4roBDu .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voBY4roBDu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-voBY4roBDu .menu-logo {
  margin-right: auto;
}
.cid-voBY4roBDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-voBY4roBDu .dropdown .dropdown-menu {
  background: #09102b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-voBY4roBDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voBY4roBDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-voBY4roBDu .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-voBY4roBDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-voBY4roBDu button.navbar-toggler:focus {
  outline: none;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voBY4roBDu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voBY4roBDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-voBY4roBDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing,
.cid-voBY4roBDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1.5rem);
  }
  .cid-voBY4roBDu .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voBY4roBDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-voBY4roBDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-voBY4roBDu .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-voBY4roBDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-voBY4roBDu .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voBY4roBDu .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-voBY4roBDu .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-voBY4roBDu .nav-link:focus {
  outline: none;
}
.cid-voBY4roBDu .navbar-toggler {
  position: relative;
}
.cid-voBY4roBDu .dropdown-item.active,
.cid-voBY4roBDu .dropdown-item:active {
  background: #09102b;
  color: initial;
}
.cid-voBY4roBDu .nav-link:hover,
.cid-voBY4roBDu .dropdown-item:hover {
  color: #4284df;
}
.cid-voBY4roBDu .widget-title,
.cid-voBY4roBDu .widget-icon {
  color: #ffffff;
}
.cid-voBY4roBDu .widget-text {
  color: #ffffff;
}
.cid-voDymwRZvM {
  background-image: url("../../../assets/images/gemini-generated-image-9vkhns9vkhns9vkh.png");
}
.cid-voDymwRZvM P {
  color: #767676;
}
.cid-voDymwRZvM H1 {
  color: #ffffff;
  text-align: justify;
}
.cid-voDymwRZvM .mbr-text,
.cid-voDymwRZvM .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-voDymwRZvM DIV {
  text-align: left;
}
.cid-voDymwRZvM H3 {
  text-align: justify;
}
.cid-voDymwRZvM B {
  color: #ffffff;
}
.cid-voNeKu8p6D {
  background: #f6f4f2;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-voNeKu8p6D .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-voNeKu8p6D .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-voNeKu8p6D .image-block:hover:before {
  opacity: 0.6;
}
.cid-voNeKu8p6D .image-block:hover .wrap {
  opacity: 1;
}
.cid-voNeKu8p6D .image-block:hover img {
  transform: scale(1.05);
}
.cid-voNeKu8p6D h4 {
  letter-spacing: 2px;
}
.cid-voNeKu8p6D figcaption {
  position: relative;
}
.cid-voNeKu8p6D figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-voNeKu8p6D img {
  width: 100.5%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-voNeKu8p6D .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-voNeKu8p6D .wrap {
    opacity: 1!important;
  }
  .cid-voNeKu8p6D .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-voDDDESvZs {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-voDDDESvZs .card-box {
  padding: 0 2rem;
}
.cid-voDDDESvZs .mbr-section-btn {
  padding-top: 1rem;
}
.cid-voDDDESvZs .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-voDDDESvZs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-voDDDESvZs p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-voDDDESvZs .mbr-text {
  color: #ffffff;
}
.cid-voDDDESvZs .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #333333;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-voDDDESvZs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-voDDDESvZs .card-title {
  color: #ffffff;
}
.cid-voMRVrnGrq {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-voMRVrnGrq .mbr-figure {
  padding: 0;
}
.cid-voMRVrnGrq .content-row {
  background-color: #000000;
}
.cid-voMRVrnGrq .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-image: url("../../../assets/images/gemini-generated-image-9vkhns9vkhns9vkh-2.png");
}
@media (min-width: 992px) {
  .cid-voMRVrnGrq .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-voMRVrnGrq .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-voMRVrnGrq .content-row .media-content .content-block {
  z-index: 1;
}
.cid-voMRVrnGrq H2 {
  text-align: center;
}
.cid-voMRVrnGrq .testimonial-text {
  text-align: center;
}
.cid-voN3MiHrie {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voN3MiHrie .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-voN3MiHrie .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-voN3MiHrie .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-voN3MiHrie h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-voN3MiHrie h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voN3MiHrie h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voN3MiHrie .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-voN3MiHrie .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-voN3MiHrie .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-voN3MiHrie .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-voN3MiHrie .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-voN3MiHrie .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-voN3MiHrie .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-voN3MiHrie .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-voN3MiHrie .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-voN3MiHrie .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-voN3MiHrie .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-voN3MiHrie .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-voN3MiHrie .card-overlay {
    transition: all 0.5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-voN3MiHrie .card-title,
  .cid-voN3MiHrie .underline,
  .cid-voN3MiHrie .mbr-text,
  .cid-voN3MiHrie .mbr-section-btn,
  .cid-voN3MiHrie .mbr-section-subtitle,
  .cid-voN3MiHrie .mbr-section-title {
    text-align: center !important;
  }
  .cid-voN3MiHrie .wrapper {
    background-color: #000000;
  }
  .cid-voN3MiHrie h4:before,
  .cid-voN3MiHrie h4:after {
    display: none;
  }
}
.cid-voN3MiHrie .mbr-section-title {
  text-align: left;
}
.cid-voN3MiHrie .mbr-section-title,
.cid-voN3MiHrie .underline {
  text-align: center;
}
.cid-voN3MiHrie H4 {
  color: #000000;
}
.cid-voN3MiHrie .mbr-section-title,
.cid-voN3MiHrie .underline {
  color: #000000;
}
.cid-voN4wtmjWz {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-voN4wtmjWz .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-voN4wtmjWz .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-voN4wtmjWz .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-voN4wtmjWz h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-voN4wtmjWz h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voN4wtmjWz h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-voN4wtmjWz .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-voN4wtmjWz .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-voN4wtmjWz .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-voN4wtmjWz .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-voN4wtmjWz .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-voN4wtmjWz .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-voN4wtmjWz .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-voN4wtmjWz .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-voN4wtmjWz .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-voN4wtmjWz .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-voN4wtmjWz .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-voN4wtmjWz .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-voN4wtmjWz .card-overlay {
    transition: all 0.5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-voN4wtmjWz .card-title,
  .cid-voN4wtmjWz .underline,
  .cid-voN4wtmjWz .mbr-text,
  .cid-voN4wtmjWz .mbr-section-btn,
  .cid-voN4wtmjWz .mbr-section-subtitle,
  .cid-voN4wtmjWz .mbr-section-title {
    text-align: center !important;
  }
  .cid-voN4wtmjWz .wrapper {
    background-color: #000000;
  }
  .cid-voN4wtmjWz h4:before,
  .cid-voN4wtmjWz h4:after {
    display: none;
  }
}
.cid-voN4wtmjWz .mbr-section-title {
  text-align: left;
}
.cid-voN4wtmjWz .mbr-section-title,
.cid-voN4wtmjWz .underline {
  text-align: center;
}
.cid-voN4wtmjWz H4 {
  color: #000000;
}
.cid-voN4wtmjWz .mbr-section-title,
.cid-voN4wtmjWz .underline {
  color: #000000;
}
.cid-voKjGCMEnE {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-voKjGCMEnE .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-voKjGCMEnE .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-voKjGCMEnE .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-voKjGCMEnE .mbr-text {
    text-align: center;
  }
}
.cid-voKjGCMEnE B {
  color: #c1c1c1;
}
.cid-voKjGCMEnE H1 {
  text-align: left;
  color: #000000;
}
.cid-voKjGCMEnE .mbr-text,
.cid-voKjGCMEnE .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-voKjGCMEnE FONT {
  color: #232323;
}
.cid-voKjGCMEnE H3 {
  color: #030616;
}
.cid-voKjxCn91X {
  background-image: url("../../../assets/images/chatgpt-image-jul-6-2026-08-58-17-pm.png");
}
.cid-voKjxCn91X .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-voKjxCn91X .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-voKjxCn91X .mbr-figure img {
    width: 100% !important;
  }
}
.cid-voKlwjilxL {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-voKlwjilxL .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-voKlwjilxL .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-voKlwjilxL .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-voKlwjilxL .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-voKlwjilxL .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-voKlwjilxL .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #ffffff;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.cid-voKlwjilxL .card {
  min-height: 300px;
}
.cid-voKlwjilxL .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cid-voKlwjilxL .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.cid-voKlwjilxL .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-voKlwjilxL .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-voKlwjilxL P {
  text-align: center;
  color: #000000;
}
.cid-voKlwjilxL H4 {
  color: #232323;
}
.cid-voLivjyXVC {
  background-image: url("../../../assets/images/chatgpt-image-jul-8-2026-06-07-41-am.png");
}
.cid-voLivjyXVC .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-voLivjyXVC .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-voLivjyXVC .mbr-figure img {
    width: 100% !important;
  }
}
.cid-voKkab1aYo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-voKkab1aYo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-voKkab1aYo .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-voKkab1aYo .mbr-text {
    text-align: center;
  }
}
.cid-voKkab1aYo H1 {
  text-align: justify;
  color: #ffffff;
}
.cid-voKkab1aYo .mbr-text,
.cid-voKkab1aYo .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-voKkab1aYo B {
  color: #000000;
}
.cid-voDBBVwqlr {
  background-image: url("../../../assets/images/internet-data-1080.gif");
}
.cid-voDBBVwqlr .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-voDBBVwqlr .text-content .btn-bgr {
  z-index: 0;
}
.cid-voDBBVwqlr .mbr-overlay {
  background: linear-gradient(90deg, #000000, #2c1616);
}
.cid-voDBBVwqlr h3 {
  color: #000000;
  font-weight: 300;
}
.cid-voDBBVwqlr p {
  color: #464646;
}
.cid-voDBBVwqlr h2 {
  color: #000000;
}
.cid-voDBBVwqlr .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-voDBBVwqlr .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-voDBBVwqlr .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-voDBBVwqlr .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-voDBBVwqlr .text-content {
    width: 100%;
  }
}
.cid-voDBBVwqlr .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-voDBBVwqlr .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-voDBBVwqlr .mbr-text {
    text-align: center;
  }
}
.cid-voDBBVwqlr P {
  color: #000000;
}
.cid-voDBBVwqlr .mbr-section-btn,
.cid-voDBBVwqlr .mbr-section-title {
  color: #000000;
}
.cid-voKlQWtVrE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-voKlQWtVrE .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-voKlQWtVrE .mbr-section-btn .btn-secondary-outline:hover,
.cid-voKlQWtVrE .mbr-section-btn .btn-secondary-outline .active,
.cid-voKlQWtVrE .mbr-section-btn .btn-secondary-outline:focus {
  color: #e50808 !important;
}
.cid-voKlQWtVrE img,
.cid-voKlQWtVrE .item-img {
  border-radius: 4px;
}
.cid-voKlQWtVrE .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-voKlQWtVrE .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  will-change: transform;
}
.cid-voKlQWtVrE .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #000000;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-voKlQWtVrE .item:focus,
.cid-voKlQWtVrE span:focus {
  outline: none;
}
.cid-voKlQWtVrE .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-voKlQWtVrE .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voKlQWtVrE .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-voKlQWtVrE .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-voKlQWtVrE .item-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-voKlQWtVrE .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-voKlQWtVrE .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-voKlQWtVrE .post_wrap {
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-voKlQWtVrE .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-voKlQWtVrE .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-voKlQWtVrE .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-voKlQWtVrE .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-voKlQWtVrE .item-content {
  padding: 40px;
  height: 100%;
  min-height: 200px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-voKlQWtVrE .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-voKlQWtVrE .category_content {
  opacity: .8;
}
.cid-voKlQWtVrE .mbr-section-subtitle,
.cid-voKlQWtVrE .card_topic {
  margin-bottom: 12px;
}
.cid-voKlQWtVrE .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #951d19;
}
.cid-voKlQWtVrE .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-voKlQWtVrE .item-content,
  .cid-voKlQWtVrE .card_post {
    padding: 20px;
  }
}
.cid-voKlQWtVrE .mbr-section-title {
  text-align: justify;
}
.cid-voDKYA762t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-voDKYA762t .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-voDKYA762t a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-voDKYA762t .input-group-btn {
  margin: 0;
}
.cid-voDKYA762t .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-voDKYA762t .form-group,
.cid-voDKYA762t .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-voDKYA762t .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-voDKYA762t .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-voDKYA762t .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-voDKYA762t .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-voDKYA762t .form-block {
    padding: 1rem;
  }
}
.cid-voDKA4pE97 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #1a1a1a;
}
.cid-voDKA4pE97 img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-voDKA4pE97 .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-voDKA4pE97 .card:hover {
  opacity: 0.9;
}
.cid-voDKA4pE97 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-voDKA4pE97 .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-voDKA4pE97 .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-voMH0yFLMM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1e1e1e;
}
@media (max-width: 767px) {
  .cid-voMH0yFLMM .content {
    text-align: center;
  }
  .cid-voMH0yFLMM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-voMH0yFLMM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-voMH0yFLMM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-voMH0yFLMM .media-wrap img {
  height: 6rem;
}
.cid-voMH0yFLMM .mbr-text {
  color: #8d97ad;
}
.cid-voMH0yFLMM .p-title {
  font-size: 17px;
}
.cid-voMH0yFLMM .p-title span {
  color: #111111;
}
.cid-voMH0yFLMM .title-card {
  font-size: 1.3rem;
}
.cid-voMH0yFLMM .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-voMH0yFLMM .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-voMH0yFLMM .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-voMH0yFLMM .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-voMH0yFLMM .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-voMH0yFLMM .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voMH0yFLMM .copyright img {
  margin-right: 10px;
}
.cid-voMH0yFLMM .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #333333;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-voMH0yFLMM .icon-transition span:hover {
  background-color: #57b22a;
}
@media (max-width: 767px) {
  .cid-voMH0yFLMM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voMH0yFLMM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-voMH0yFLMM .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voMH0yFLMM SPAN {
  color: #ffffff;
}
.cid-voMH0yFLMM .p-title,
.cid-voMH0yFLMM .social-media {
  color: #ffffff;
  text-align: justify;
}
.cid-voMH0yFLMM .copyright > p {
  color: #ffffff;
}
.cid-voMH0yFLMM H5 {
  color: #ffffff;
}
.cid-voBY4roBDu .navbar {
  padding: .5rem 0;
  background: #09102b;
  transition: none;
  min-height: 50px;
}
.cid-voBY4roBDu .navbar-dropdown.bg-color.transparent.opened {
  background: #09102b;
}
.cid-voBY4roBDu a {
  font-style: normal;
}
.cid-voBY4roBDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-voBY4roBDu .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-voBY4roBDu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .content-text {
  margin-bottom: 0;
}
.cid-voBY4roBDu .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e50808;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-voBY4roBDu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-voBY4roBDu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-voBY4roBDu .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-voBY4roBDu .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voBY4roBDu .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voBY4roBDu .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-voBY4roBDu .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voBY4roBDu .nav-dropdown .link {
  font-weight: 400;
}
.cid-voBY4roBDu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-voBY4roBDu .content-right-side {
  text-align: center;
}
.cid-voBY4roBDu .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-voBY4roBDu .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-voBY4roBDu .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-voBY4roBDu .menu-bottom {
    justify-content: flex-end;
  }
  .cid-voBY4roBDu img {
    height: 3.8rem !important;
  }
  .cid-voBY4roBDu .btn {
    display: -webkit-flex;
  }
  .cid-voBY4roBDu button.navbar-toggler {
    display: block;
  }
  .cid-voBY4roBDu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-voBY4roBDu .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-voBY4roBDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing,
  .cid-voBY4roBDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-nav,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-voBY4roBDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-voBY4roBDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-voBY4roBDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-voBY4roBDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-voBY4roBDu .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-voBY4roBDu .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-voBY4roBDu .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-voBY4roBDu .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-voBY4roBDu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-voBY4roBDu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-voBY4roBDu .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-voBY4roBDu .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-voBY4roBDu .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-voBY4roBDu .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-voBY4roBDu .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-voBY4roBDu .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-voBY4roBDu .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-voBY4roBDu .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-voBY4roBDu .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voBY4roBDu .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-voBY4roBDu .navbar {
    display: block;
    padding: 0;
  }
  .cid-voBY4roBDu .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voBY4roBDu .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-voBY4roBDu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-voBY4roBDu .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-voBY4roBDu .navbar-toggler {
    display: none;
  }
  .cid-voBY4roBDu .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voBY4roBDu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-voBY4roBDu .menu-logo {
  margin-right: auto;
}
.cid-voBY4roBDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-voBY4roBDu .dropdown .dropdown-menu {
  background: #09102b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-voBY4roBDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voBY4roBDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-voBY4roBDu .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-voBY4roBDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-voBY4roBDu button.navbar-toggler:focus {
  outline: none;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voBY4roBDu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voBY4roBDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-voBY4roBDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing,
.cid-voBY4roBDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1.5rem);
  }
  .cid-voBY4roBDu .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voBY4roBDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-voBY4roBDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-voBY4roBDu .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-voBY4roBDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-voBY4roBDu .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voBY4roBDu .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-voBY4roBDu .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-voBY4roBDu .nav-link:focus {
  outline: none;
}
.cid-voBY4roBDu .navbar-toggler {
  position: relative;
}
.cid-voBY4roBDu .dropdown-item.active,
.cid-voBY4roBDu .dropdown-item:active {
  background: #09102b;
  color: initial;
}
.cid-voBY4roBDu .nav-link:hover,
.cid-voBY4roBDu .dropdown-item:hover {
  color: #4284df;
}
.cid-voBY4roBDu .widget-title,
.cid-voBY4roBDu .widget-icon {
  color: #ffffff;
}
.cid-voBY4roBDu .widget-text {
  color: #ffffff;
}
.cid-voG02gBY7a {
  background-image: url("../../../assets/images/gemini-generated-image-chazrqchazrqchaz.png");
}
.cid-voG02gBY7a .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-voG02gBY7a .mbr-arrow i {
  color: #ffffff !important;
}
.cid-voG02gBY7a .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-voG02gBY7a .animated-element,
.cid-voG02gBY7a .typed-cursor {
  color: #ffffff;
}
.cid-voG02gBY7a .animated-element {
  border-bottom: 5px solid #54ba16;
}
@media (max-width: 767px) {
  .cid-voG02gBY7a .typed-text {
    text-align: center;
  }
}
.cid-voDHfVbiGw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-voDHfVbiGw .card-item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-voDHfVbiGw .card-item .card-icon {
  margin-right: 1rem;
  min-width: 4rem;
}
.cid-voDHfVbiGw .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #1d2671;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-voDHfVbiGw .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-voDHfVbiGw .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-voDHfVbiGw .card-item {
    padding: 0 0 1rem !important;
  }
  .cid-voDHfVbiGw .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-voDHfVbiGw .card-days {
  background-color: #388d40;
  border-radius: 5px;
}
.cid-voDHfVbiGw .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-voDHfVbiGw .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-voDHfVbiGw .card-days .schedule li:first-child {
  border-top: none;
}
.cid-voDHfVbiGw .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-voDHfVbiGw .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-voDHfVbiGw .media-cards {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voDHfVbiGw .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #21b968);
}
.cid-voDHfVbiGw .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-voDHfVbiGw .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-voDHfVbiGw .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-voDHfVbiGw .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-voDHfVbiGw .mbr-text {
  color: #000000;
}
.cid-voG05kDXN0 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-voG05kDXN0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-voG05kDXN0 .media-content {
  padding-left: 2rem;
}
.cid-voG05kDXN0 textarea {
  min-height: 150px;
}
.cid-voG05kDXN0 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-voG05kDXN0 .form-control,
.cid-voG05kDXN0 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-voG05kDXN0 .form-control input::-webkit-input-placeholder,
.cid-voG05kDXN0 .field-input input::-webkit-input-placeholder,
.cid-voG05kDXN0 .form-control textarea::-webkit-input-placeholder,
.cid-voG05kDXN0 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-voG05kDXN0 .form-control input:-moz-placeholder,
.cid-voG05kDXN0 .field-input input:-moz-placeholder,
.cid-voG05kDXN0 .form-control textarea:-moz-placeholder,
.cid-voG05kDXN0 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-voG05kDXN0 .form-control:hover,
.cid-voG05kDXN0 .field-input:hover,
.cid-voG05kDXN0 .form-control:focus,
.cid-voG05kDXN0 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-voG05kDXN0 .form-control:hover input::-webkit-input-placeholder,
.cid-voG05kDXN0 .field-input:hover input::-webkit-input-placeholder,
.cid-voG05kDXN0 .form-control:focus input::-webkit-input-placeholder,
.cid-voG05kDXN0 .field-input:focus input::-webkit-input-placeholder,
.cid-voG05kDXN0 .form-control:hover textarea::-webkit-input-placeholder,
.cid-voG05kDXN0 .field-input:hover textarea::-webkit-input-placeholder,
.cid-voG05kDXN0 .form-control:focus textarea::-webkit-input-placeholder,
.cid-voG05kDXN0 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-voG05kDXN0 .form-control:hover input:-moz-placeholder,
.cid-voG05kDXN0 .field-input:hover input:-moz-placeholder,
.cid-voG05kDXN0 .form-control:focus input:-moz-placeholder,
.cid-voG05kDXN0 .field-input:focus input:-moz-placeholder,
.cid-voG05kDXN0 .form-control:hover textarea:-moz-placeholder,
.cid-voG05kDXN0 .field-input:hover textarea:-moz-placeholder,
.cid-voG05kDXN0 .form-control:focus textarea:-moz-placeholder,
.cid-voG05kDXN0 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-voG05kDXN0 .jq-number__spin:hover,
.cid-voG05kDXN0 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-voG05kDXN0 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-voG05kDXN0 .jq-selectbox li,
.cid-voG05kDXN0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-voG05kDXN0 .jq-selectbox li:hover,
.cid-voG05kDXN0 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-voG05kDXN0 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-voG05kDXN0 .jq-number__spin.minus:hover:after,
.cid-voG05kDXN0 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-voG05kDXN0 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-voG05kDXN0 .jq-number__spin.minus:after,
.cid-voG05kDXN0 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-voG05kDXN0 input::-webkit-clear-button {
  display: none;
}
.cid-voG05kDXN0 input::-webkit-inner-spin-button {
  display: none;
}
.cid-voG05kDXN0 input::-webkit-outer-spin-button {
  display: none;
}
.cid-voG05kDXN0 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-voG05kDXN0 .mbr-text,
.cid-voG05kDXN0 .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-voG05kDXN0 .text2,
.cid-voG05kDXN0 .mbr-section-btn {
  color: #000000;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-voG05kDXN0 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-voG05kDXN0 H3 {
  text-align: right;
}
.cid-voG05kDXN0 H1 {
  text-align: right;
}
.cid-voGtRP3VFW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voGtRP3VFW .google-map {
  height: 25rem;
  position: relative;
}
.cid-voGtRP3VFW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-voGtRP3VFW .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-voGtRP3VFW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-voGtRP3VFW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-voGtRP3VFW .container-fluid {
  padding: 0;
}
.cid-voGtRP3VFW .relative {
  position: relative;
  width: 100%;
}
.cid-voGtRP3VFW .mbr-section-title {
  color: #656565;
}
.cid-voGtRP3VFW .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-voGtRP3VFW .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-voGtRP3VFW .title {
  text-align: center;
  color: #ffffff;
}
.cid-voGtRP3VFW .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-voGtRP3VFW .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-voDHHSV6EZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-voDHHSV6EZ .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-voDHHSV6EZ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-voDHHSV6EZ .input-group-btn {
  margin: 0;
}
.cid-voDHHSV6EZ .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-voDHHSV6EZ .form-group,
.cid-voDHHSV6EZ .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-voDHHSV6EZ .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-voDHHSV6EZ .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-voDHHSV6EZ .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-voDHHSV6EZ .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-voDHHSV6EZ .form-block {
    padding: 1rem;
  }
}
.cid-voGAT0CbN8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #1a1a1a;
}
.cid-voGAT0CbN8 img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-voGAT0CbN8 .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-voGAT0CbN8 .card:hover {
  opacity: 0.9;
}
.cid-voGAT0CbN8 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-voGAT0CbN8 .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-voGAT0CbN8 .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-voMHae9VeL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1e1e1e;
}
@media (max-width: 767px) {
  .cid-voMHae9VeL .content {
    text-align: center;
  }
  .cid-voMHae9VeL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-voMHae9VeL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-voMHae9VeL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-voMHae9VeL .media-wrap img {
  height: 6rem;
}
.cid-voMHae9VeL .mbr-text {
  color: #8d97ad;
}
.cid-voMHae9VeL .p-title {
  font-size: 17px;
}
.cid-voMHae9VeL .p-title span {
  color: #111111;
}
.cid-voMHae9VeL .title-card {
  font-size: 1.3rem;
}
.cid-voMHae9VeL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-voMHae9VeL .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-voMHae9VeL .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-voMHae9VeL .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-voMHae9VeL .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-voMHae9VeL .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voMHae9VeL .copyright img {
  margin-right: 10px;
}
.cid-voMHae9VeL .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #333333;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-voMHae9VeL .icon-transition span:hover {
  background-color: #57b22a;
}
@media (max-width: 767px) {
  .cid-voMHae9VeL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voMHae9VeL .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-voMHae9VeL .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voMHae9VeL SPAN {
  color: #ffffff;
}
.cid-voMHae9VeL .p-title,
.cid-voMHae9VeL .social-media {
  color: #ffffff;
  text-align: justify;
}
.cid-voMHae9VeL .copyright > p {
  color: #ffffff;
}
.cid-voMHae9VeL H5 {
  color: #ffffff;
}
.cid-voBY4roBDu .navbar {
  padding: .5rem 0;
  background: #09102b;
  transition: none;
  min-height: 50px;
}
.cid-voBY4roBDu .navbar-dropdown.bg-color.transparent.opened {
  background: #09102b;
}
.cid-voBY4roBDu a {
  font-style: normal;
}
.cid-voBY4roBDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-voBY4roBDu .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-voBY4roBDu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .content-text {
  margin-bottom: 0;
}
.cid-voBY4roBDu .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e50808;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-voBY4roBDu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-voBY4roBDu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-voBY4roBDu .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-voBY4roBDu .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voBY4roBDu .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voBY4roBDu .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-voBY4roBDu .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voBY4roBDu .nav-dropdown .link {
  font-weight: 400;
}
.cid-voBY4roBDu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-voBY4roBDu .content-right-side {
  text-align: center;
}
.cid-voBY4roBDu .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-voBY4roBDu .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-voBY4roBDu .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-voBY4roBDu .menu-bottom {
    justify-content: flex-end;
  }
  .cid-voBY4roBDu img {
    height: 3.8rem !important;
  }
  .cid-voBY4roBDu .btn {
    display: -webkit-flex;
  }
  .cid-voBY4roBDu button.navbar-toggler {
    display: block;
  }
  .cid-voBY4roBDu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-voBY4roBDu .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-voBY4roBDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing,
  .cid-voBY4roBDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-nav,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-voBY4roBDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-voBY4roBDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-voBY4roBDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-voBY4roBDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-voBY4roBDu .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-voBY4roBDu .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-voBY4roBDu .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-voBY4roBDu .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-voBY4roBDu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-voBY4roBDu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-voBY4roBDu .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-voBY4roBDu .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-voBY4roBDu .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-voBY4roBDu .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-voBY4roBDu .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-voBY4roBDu .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-voBY4roBDu .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-voBY4roBDu .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-voBY4roBDu .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voBY4roBDu .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-voBY4roBDu .navbar {
    display: block;
    padding: 0;
  }
  .cid-voBY4roBDu .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voBY4roBDu .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-voBY4roBDu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-voBY4roBDu .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-voBY4roBDu .navbar-toggler {
    display: none;
  }
  .cid-voBY4roBDu .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voBY4roBDu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-voBY4roBDu .menu-logo {
  margin-right: auto;
}
.cid-voBY4roBDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-voBY4roBDu .dropdown .dropdown-menu {
  background: #09102b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-voBY4roBDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voBY4roBDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-voBY4roBDu .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-voBY4roBDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-voBY4roBDu button.navbar-toggler:focus {
  outline: none;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voBY4roBDu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voBY4roBDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-voBY4roBDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing,
.cid-voBY4roBDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1.5rem);
  }
  .cid-voBY4roBDu .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voBY4roBDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-voBY4roBDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-voBY4roBDu .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-voBY4roBDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-voBY4roBDu .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voBY4roBDu .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-voBY4roBDu .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-voBY4roBDu .nav-link:focus {
  outline: none;
}
.cid-voBY4roBDu .navbar-toggler {
  position: relative;
}
.cid-voBY4roBDu .dropdown-item.active,
.cid-voBY4roBDu .dropdown-item:active {
  background: #09102b;
  color: initial;
}
.cid-voBY4roBDu .nav-link:hover,
.cid-voBY4roBDu .dropdown-item:hover {
  color: #4284df;
}
.cid-voBY4roBDu .widget-title,
.cid-voBY4roBDu .widget-icon {
  color: #ffffff;
}
.cid-voBY4roBDu .widget-text {
  color: #ffffff;
}
.cid-voD5Pt1ugG {
  background-image: url("../../../assets/images/g336-2000x1113.png");
}
@media (min-width: 992px) {
  .cid-voD5Pt1ugG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-voD5Pt1ugG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-voD5Pt1ugG .mbr-text {
    text-align: center;
  }
}
.cid-voD5Pt1ugG B {
  color: #efefef;
}
.cid-voD5Pt1ugG H1 {
  text-align: right;
}
.cid-voD5Pt1ugG .mbr-text,
.cid-voD5Pt1ugG .mbr-section-btn {
  text-align: right;
}
.cid-voD5Pt1ugG H3 {
  text-align: right;
}
.cid-voDcWWjxOv {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-voDcWWjxOv P {
  color: #767676;
}
.cid-voDcWWjxOv .mbr-text,
.cid-voDcWWjxOv .mbr-section-btn {
  color: #000000;
}
.cid-voDeXkS2S9 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/gemini-generated-image-chazrqchazrqchaz-2000x1113.png");
}
.cid-voDeXkS2S9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-voDeXkS2S9 h4 {
  text-align: center;
}
.cid-voDeXkS2S9 p {
  text-align: center;
}
.cid-voDeXkS2S9 .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voDeXkS2S9 .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-voDeXkS2S9 .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-voDeXkS2S9 .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-voDeXkS2S9 .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #e50808, #1a032d);
  border-radius: 50%;
}
.cid-voDeXkS2S9 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-voDeXkS2S9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #e50808, #ffffff);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-voDeXkS2S9 .mbr-section-title,
  .cid-voDeXkS2S9 .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-voDeXkS2S9 .mbr-section-title,
.cid-voDeXkS2S9 .underline {
  text-align: center;
  color: #ffffff;
}
.cid-voDeXkS2S9 SPAN {
  text-align: left;
  color: #ffffff;
}
.cid-voDeXkS2S9 .card-title,
.cid-voDeXkS2S9 .card-img {
  color: #ffffff;
}
.cid-voKzJx7f8t {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-voKzJx7f8t .mbr-figure {
  padding: 0;
}
.cid-voKzJx7f8t .content-row {
  background-color: #ffffff;
}
.cid-voKzJx7f8t .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-voKzJx7f8t .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-voKzJx7f8t .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-voKzJx7f8t .content-row .media-content .content-block {
  z-index: 1;
}
.cid-voKzJx7f8t H2 {
  text-align: center;
  color: #000000;
}
.cid-voKzJx7f8t .testimonial-text {
  text-align: center;
  color: #000000;
}
.cid-voD7PY6BgR {
  padding-top: 120px;
  padding-bottom: 105px;
  background-color: #e50808;
  background: linear-gradient(90deg, #e50808, #000000);
}
.cid-voD7PY6BgR .mbr-overlay {
  background: linear-gradient(90deg, #000000, #000000);
}
.cid-voD7PY6BgR h4,
.cid-voD7PY6BgR h5 {
  text-align: center;
}
.cid-voD7PY6BgR p {
  text-align: center;
}
.cid-voD7PY6BgR .card-box {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.cid-voD7PY6BgR .card-img {
  font-size: 3rem;
}
.cid-voD7PY6BgR .date span {
  display: inline-block;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
.cid-voD8hJi6Cm {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voD8lndT79 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-voD8lndT79 .block-title {
  color: #000000;
}
.cid-voDbmKvMkD {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ict-1-742x417.jpg");
}
.cid-voDbmKvMkD h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-voDbmKvMkD p {
  color: #ffffff;
}
.cid-voDbmKvMkD .card {
  margin-bottom: 2rem;
}
.cid-voDbmKvMkD .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #09102b;
}
.cid-voDbmKvMkD .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-voDbmKvMkD .card-box {
  padding-bottom: 2rem;
  background-color: #09102b;
  background: linear-gradient(#09102b, transparent);
}
.cid-voDbmKvMkD .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-voDbmKvMkD .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-voDbmKvMkD .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-voDbmKvMkD .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-voDbmKvMkD .card-title,
.cid-voDbmKvMkD .card-img {
  color: #c1c1c1;
}
.cid-voDecUyzIJ {
  padding-top: 140px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-voDecUyzIJ .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-voDecUyzIJ .mbr-overlay {
  background: linear-gradient(#ffffff -10%, #ffffff 75%);
}
.cid-voDecUyzIJ H1 {
  color: #000000;
}
.cid-voDecUyzIJ .mbr-text,
.cid-voDecUyzIJ .mbr-section-btn {
  color: #000000;
}
.cid-voDbEZy4oa {
  padding-top: 135px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/gemini-generated-image-2oj3ft2oj3ft2oj3-1536x2752.png");
}
.cid-voDbEZy4oa h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-voDbEZy4oa p {
  color: #ffffff;
}
.cid-voDbEZy4oa .card {
  margin-bottom: 2rem;
}
.cid-voDbEZy4oa .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #09102b;
}
.cid-voDbEZy4oa .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-voDbEZy4oa .card-box {
  padding-bottom: 2rem;
  background-color: #09102b;
  background: linear-gradient(#09102b, transparent);
}
.cid-voDbEZy4oa .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-voDbEZy4oa .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-voDbEZy4oa .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-voDbEZy4oa .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-voDbEZy4oa .card-title,
.cid-voDbEZy4oa .card-img {
  color: #feffe3;
}
.cid-voLjQ4l1it {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-voLjQ4l1it .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-voLjQ4l1it .mbr-section-btn .btn-secondary-outline:hover,
.cid-voLjQ4l1it .mbr-section-btn .btn-secondary-outline .active,
.cid-voLjQ4l1it .mbr-section-btn .btn-secondary-outline:focus {
  color: #e50808 !important;
}
.cid-voLjQ4l1it img,
.cid-voLjQ4l1it .item-img {
  border-radius: 4px;
}
.cid-voLjQ4l1it .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-voLjQ4l1it .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  will-change: transform;
}
.cid-voLjQ4l1it .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #000000;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-voLjQ4l1it .item:focus,
.cid-voLjQ4l1it span:focus {
  outline: none;
}
.cid-voLjQ4l1it .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-voLjQ4l1it .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voLjQ4l1it .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-voLjQ4l1it .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-voLjQ4l1it .item-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-voLjQ4l1it .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-voLjQ4l1it .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-voLjQ4l1it .post_wrap {
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-voLjQ4l1it .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-voLjQ4l1it .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-voLjQ4l1it .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-voLjQ4l1it .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-voLjQ4l1it .item-content {
  padding: 40px;
  height: 100%;
  min-height: 200px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-voLjQ4l1it .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-voLjQ4l1it .category_content {
  opacity: .8;
}
.cid-voLjQ4l1it .mbr-section-subtitle,
.cid-voLjQ4l1it .card_topic {
  margin-bottom: 12px;
}
.cid-voLjQ4l1it .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #951d19;
}
.cid-voLjQ4l1it .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-voLjQ4l1it .item-content,
  .cid-voLjQ4l1it .card_post {
    padding: 20px;
  }
}
.cid-voLjQ4l1it .mbr-section-title {
  text-align: justify;
}
.cid-voDKS1i8zS {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-voDKS1i8zS .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-voDKS1i8zS a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-voDKS1i8zS .input-group-btn {
  margin: 0;
}
.cid-voDKS1i8zS .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-voDKS1i8zS .form-group,
.cid-voDKS1i8zS .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-voDKS1i8zS .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-voDKS1i8zS .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-voDKS1i8zS .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-voDKS1i8zS .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-voDKS1i8zS .form-block {
    padding: 1rem;
  }
}
.cid-voDKOUFXht {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #1a1a1a;
}
.cid-voDKOUFXht img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-voDKOUFXht .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-voDKOUFXht .card:hover {
  opacity: 0.9;
}
.cid-voDKOUFXht H1 {
  color: #ffffff;
  text-align: center;
}
.cid-voDKOUFXht .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-voDKOUFXht .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-voMH7tNnPA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1e1e1e;
}
@media (max-width: 767px) {
  .cid-voMH7tNnPA .content {
    text-align: center;
  }
  .cid-voMH7tNnPA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-voMH7tNnPA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-voMH7tNnPA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-voMH7tNnPA .media-wrap img {
  height: 6rem;
}
.cid-voMH7tNnPA .mbr-text {
  color: #8d97ad;
}
.cid-voMH7tNnPA .p-title {
  font-size: 17px;
}
.cid-voMH7tNnPA .p-title span {
  color: #111111;
}
.cid-voMH7tNnPA .title-card {
  font-size: 1.3rem;
}
.cid-voMH7tNnPA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-voMH7tNnPA .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-voMH7tNnPA .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-voMH7tNnPA .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-voMH7tNnPA .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-voMH7tNnPA .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voMH7tNnPA .copyright img {
  margin-right: 10px;
}
.cid-voMH7tNnPA .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #333333;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-voMH7tNnPA .icon-transition span:hover {
  background-color: #57b22a;
}
@media (max-width: 767px) {
  .cid-voMH7tNnPA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voMH7tNnPA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-voMH7tNnPA .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voMH7tNnPA SPAN {
  color: #ffffff;
}
.cid-voMH7tNnPA .p-title,
.cid-voMH7tNnPA .social-media {
  color: #ffffff;
  text-align: justify;
}
.cid-voMH7tNnPA .copyright > p {
  color: #ffffff;
}
.cid-voMH7tNnPA H5 {
  color: #ffffff;
}
.cid-voBY4roBDu .navbar {
  padding: .5rem 0;
  background: #09102b;
  transition: none;
  min-height: 50px;
}
.cid-voBY4roBDu .navbar-dropdown.bg-color.transparent.opened {
  background: #09102b;
}
.cid-voBY4roBDu a {
  font-style: normal;
}
.cid-voBY4roBDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-voBY4roBDu .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-voBY4roBDu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .content-text {
  margin-bottom: 0;
}
.cid-voBY4roBDu .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e50808;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-voBY4roBDu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-voBY4roBDu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-voBY4roBDu .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-voBY4roBDu .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voBY4roBDu .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voBY4roBDu .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-voBY4roBDu .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voBY4roBDu .nav-dropdown .link {
  font-weight: 400;
}
.cid-voBY4roBDu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-voBY4roBDu .content-right-side {
  text-align: center;
}
.cid-voBY4roBDu .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-voBY4roBDu .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-voBY4roBDu .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-voBY4roBDu .menu-bottom {
    justify-content: flex-end;
  }
  .cid-voBY4roBDu img {
    height: 3.8rem !important;
  }
  .cid-voBY4roBDu .btn {
    display: -webkit-flex;
  }
  .cid-voBY4roBDu button.navbar-toggler {
    display: block;
  }
  .cid-voBY4roBDu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-voBY4roBDu .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-voBY4roBDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing,
  .cid-voBY4roBDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-nav,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-voBY4roBDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-voBY4roBDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-voBY4roBDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-voBY4roBDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-voBY4roBDu .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-voBY4roBDu .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-voBY4roBDu .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-voBY4roBDu .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-voBY4roBDu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-voBY4roBDu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-voBY4roBDu .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-voBY4roBDu .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-voBY4roBDu .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-voBY4roBDu .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-voBY4roBDu .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-voBY4roBDu .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-voBY4roBDu .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-voBY4roBDu .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-voBY4roBDu .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voBY4roBDu .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-voBY4roBDu .navbar {
    display: block;
    padding: 0;
  }
  .cid-voBY4roBDu .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voBY4roBDu .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-voBY4roBDu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-voBY4roBDu .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-voBY4roBDu .navbar-toggler {
    display: none;
  }
  .cid-voBY4roBDu .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voBY4roBDu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-voBY4roBDu .menu-logo {
  margin-right: auto;
}
.cid-voBY4roBDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-voBY4roBDu .dropdown .dropdown-menu {
  background: #09102b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-voBY4roBDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voBY4roBDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-voBY4roBDu .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-voBY4roBDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-voBY4roBDu button.navbar-toggler:focus {
  outline: none;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voBY4roBDu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voBY4roBDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-voBY4roBDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing,
.cid-voBY4roBDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1.5rem);
  }
  .cid-voBY4roBDu .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voBY4roBDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-voBY4roBDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-voBY4roBDu .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-voBY4roBDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-voBY4roBDu .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voBY4roBDu .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-voBY4roBDu .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-voBY4roBDu .nav-link:focus {
  outline: none;
}
.cid-voBY4roBDu .navbar-toggler {
  position: relative;
}
.cid-voBY4roBDu .dropdown-item.active,
.cid-voBY4roBDu .dropdown-item:active {
  background: #09102b;
  color: initial;
}
.cid-voBY4roBDu .nav-link:hover,
.cid-voBY4roBDu .dropdown-item:hover {
  color: #4284df;
}
.cid-voBY4roBDu .widget-title,
.cid-voBY4roBDu .widget-icon {
  color: #ffffff;
}
.cid-voBY4roBDu .widget-text {
  color: #ffffff;
}
.cid-voDkoVgx2x .modal-body .close {
  background: #1b1b1b;
}
.cid-voDkoVgx2x .modal-body .close span {
  font-style: normal;
}
.cid-voDkoVgx2x .carousel-inner > .active,
.cid-voDkoVgx2x .carousel-inner > .next,
.cid-voDkoVgx2x .carousel-inner > .prev {
  display: table;
}
.cid-voDkoVgx2x .carousel-control .icon-next,
.cid-voDkoVgx2x .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-voDkoVgx2x .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-voDkoVgx2x .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-voDkoVgx2x .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-voDkoVgx2x .boxed-slider > div {
  position: relative;
}
.cid-voDkoVgx2x .container img {
  width: 100%;
}
.cid-voDkoVgx2x .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-voDkoVgx2x .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-voDkoVgx2x .mbr-table-cell {
  padding: 0;
}
.cid-voDkoVgx2x .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-voDkoVgx2x .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-voDkoVgx2x .mbr-overlay {
  z-index: 1;
}
.cid-voDkoVgx2x .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-voDkoVgx2x .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-voDkoVgx2x .carousel-item .container {
    width: 100%;
  }
}
.cid-voDkoVgx2x .carousel-item-next.carousel-item-left,
.cid-voDkoVgx2x .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-voDkoVgx2x .active.carousel-item-right,
.cid-voDkoVgx2x .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-voDkoVgx2x .active.carousel-item-left,
.cid-voDkoVgx2x .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-voDkoVgx2x .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-voDkoVgx2x .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-voDkoVgx2x .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-voDkoVgx2x .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-voDkoVgx2x .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-voDkoVgx2x .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-voDkoVgx2x .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-voDkoVgx2x .mbr-slider .carousel-indicators li.active,
.cid-voDkoVgx2x .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-voDkoVgx2x .mbr-slider .carousel-indicators li::after,
.cid-voDkoVgx2x .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-voDkoVgx2x .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-voDkoVgx2x .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-voDkoVgx2x .mbr-slider > .container img {
  width: 100%;
}
.cid-voDkoVgx2x .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-voDkoVgx2x .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-voDkoVgx2x .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-voDkoVgx2x .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-voDkoVgx2x .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-voDkoVgx2x .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-voDkoVgx2x .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-voDkoVgx2x .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-voDkoVgx2x .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-voDkoVgx2x .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-voDkoVgx2x .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-voDkoVgx2x .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-voDkoVgx2x .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-voDkoVgx2x H2 {
  text-align: right;
}
.cid-voDkoVgx2x P {
  text-align: right;
}
.cid-voFDCKxo0q {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voFDCKxo0q .main {
  margin-bottom: 70px;
}
.cid-voFDCKxo0q .main .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-voFDCKxo0q .main .mbr-section-title {
  color: #e50808;
  margin-bottom: 20px;
}
.cid-voFDCKxo0q .main .mbr-text {
  color: #f8dc20;
}
.cid-voFDCKxo0q .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 24rem;
  margin-bottom: 30px;
}
.cid-voFDCKxo0q .wrapper .mbr-overlay {
  background: #09102b;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease;
  pointer-events: none;
}
.cid-voFDCKxo0q .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-voFDCKxo0q .wrapper .content-block {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 10%;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  transition: all 0.4s ease;
  transform: translateY(15px);
}
.cid-voFDCKxo0q .wrapper .content-block .card-title {
  color: #ffffff;
  transition: all .3s linear 0ms;
}
.cid-voFDCKxo0q .wrapper .content-block .card-title:hover {
  color: #279e64;
}
.cid-voFDCKxo0q .wrapper .content-block .card-subtitle {
  color: #ffffff;
}
.cid-voFDCKxo0q .wrapper .content-block .mbr-link-btn {
  transition: all .3s linear 0ms;
}
.cid-voFDCKxo0q .wrapper .content-block .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
}
.cid-voFDCKxo0q .wrapper .content-block .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-voFDCKxo0q .wrapper .content-block .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-voFDCKxo0q .wrapper:hover .mbr-overlay {
  background: #09102b;
  opacity: 0.7;
  z-index: 1;
}
.cid-voFDCKxo0q .wrapper:hover .content-block {
  opacity: 1;
  transform: translateY(0);
}
.cid-voFDCKxo0q .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-voFDCKxo0q .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-voFDCKxo0q .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-voFDCKxo0q .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.cid-voFDCKxo0q .btn[class*="-outline"]:active,
.cid-voFDCKxo0q .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-voFDCKxo0q .container .mbr-section-title {
  color: #388d40;
}
.cid-voFDCKxo0q .container .mbr-section-subtitle {
  color: #000000;
}
.cid-voDksQmuYk {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voDksQmuYk P {
  color: #767676;
}
.cid-voDksQmuYk .mbr-text,
.cid-voDksQmuYk .mbr-section-btn {
  color: #000000;
}
.cid-voDkwk36Zf {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/chatgpt-image-jul-6-2026-08-43-01-pm-1672x941.png");
}
.cid-voDkwk36Zf .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-voDkwk36Zf .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-voDkwk36Zf .mbr-figure img {
    width: 100% !important;
  }
}
.cid-voDkC6EVdA {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #efefef;
}
.cid-voDkC6EVdA P {
  color: #767676;
}
.cid-voDkC6EVdA .mbr-text,
.cid-voDkC6EVdA .mbr-section-btn {
  color: #000000;
}
.cid-voDkOxaGeM {
  background-image: url("../../../assets/images/gemini-generated-image-ot6wtuot6wtuot6w-2000x1091.png");
}
.cid-voDkOxaGeM h1 {
  color: #616161;
}
.cid-voDkOxaGeM h2,
.cid-voDkOxaGeM h3,
.cid-voDkOxaGeM p {
  color: #767676;
}
.cid-voDkOxaGeM .mbr-section-subtitle {
  font-style: italic;
}
.cid-voDkOxaGeM .mbr-text,
.cid-voDkOxaGeM .mbr-section-btn {
  color: #ffffff;
}
.cid-voDkOxaGeM H1 {
  color: #efefef;
}
.cid-voDkOxaGeM H3 {
  color: #ffffff;
}
.cid-voDkRIKuN8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-voDkRIKuN8 P {
  color: #767676;
}
.cid-voDkRIKuN8 .mbr-text,
.cid-voDkRIKuN8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voDkUt2x8e {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/gemini-generated-image-chazrqchazrqchaz-2000x1113.png");
}
.cid-voDkX8yxqk {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voDkX8yxqk .mbr-section-subtitle {
  color: #030616;
  text-align: left;
}
.cid-voDkX8yxqk .btn {
  margin: 0 0 .5rem 0;
}
.cid-voDkX8yxqk H2 {
  color: #1a032d;
}
.cid-voDkY5lhWW {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-voDkY5lhWW .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-voDkY5lhWW .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #000000;
}
.cid-voDkY5lhWW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-voDkY5lhWW .inner-container {
    width: 100% !important;
  }
}
.cid-voDl1LckHH {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/gemini-generated-image-chazrqchazrqchaz.png");
}
.cid-voDl1LckHH h3 {
  font-weight: 300;
}
.cid-voDl1LckHH .card-img {
  width: initial;
}
.cid-voDl1LckHH .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-voDl1LckHH .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-voDl1LckHH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-voDl1LckHH .mbr-section-subtitle {
  color: #efefef;
}
.cid-voDl1LckHH .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-voDl1LckHH .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-voDl1LckHH .mbr-section-title {
  color: #ffffff;
}
.cid-voDl1LckHH .card-title,
.cid-voDl1LckHH .card-img {
  color: #f2f3ae;
  text-align: justify;
}
.cid-voDl1LckHH .card-title {
  color: #efefef;
}
.cid-voDl3BYGa8 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/gemini-generated-image-80uw7f80uw7f80uw-2000x1116.png");
}
.cid-voDl3BYGa8 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  font-weight: 300;
}
.cid-voDl3BYGa8 .step {
  width: 30px;
  height: 30px;
  font-size: 15px;
  border-radius: 50%;
  border: 2px solid #030212;
  color: #4f4943;
  text-align: left;
}
.cid-voDl3BYGa8 .separline {
  position: relative;
}
.cid-voDl3BYGa8 .separline:after {
  top: 34px;
  left: 13px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (15px + 4px) * 2);
  background-color: #030212;
}
.cid-voDl3BYGa8 .mbr-section-title {
  text-align: left;
  color: #172eca;
}
.cid-voDl3BYGa8 .mbr-step-title B {
  color: #4f4943;
}
.cid-voDl3BYGa8 .mbr-section-subtitle B {
  color: #000000;
}
.cid-voDl3BYGa8 .mbr-step-text {
  color: #000000;
}
.cid-voDl3BYGa8 .mbr-step-title {
  color: #000000;
}
.cid-voDl5AQRGL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/gemini-generated-image-9vkhns9vkhns9vkh-2000x1116.png");
}
.cid-voDl5AQRGL h1 {
  color: #616161;
}
.cid-voDl5AQRGL h2,
.cid-voDl5AQRGL h3,
.cid-voDl5AQRGL p {
  color: #767676;
}
.cid-voDl5AQRGL .mbr-section-subtitle {
  font-style: italic;
}
.cid-voDl5AQRGL .mbr-text,
.cid-voDl5AQRGL .mbr-section-btn {
  color: #ffffff;
}
.cid-voDl5AQRGL H1 {
  color: #ffffff;
}
.cid-voDl5AQRGL SPAN {
  color: #cccccc;
}
.cid-voDKW0VYJ8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-voDKW0VYJ8 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-voDKW0VYJ8 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-voDKW0VYJ8 .input-group-btn {
  margin: 0;
}
.cid-voDKW0VYJ8 .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-voDKW0VYJ8 .form-group,
.cid-voDKW0VYJ8 .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-voDKW0VYJ8 .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-voDKW0VYJ8 .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-voDKW0VYJ8 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-voDKW0VYJ8 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-voDKW0VYJ8 .form-block {
    padding: 1rem;
  }
}
.cid-voDKFo7BlO {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #1a1a1a;
}
.cid-voDKFo7BlO img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-voDKFo7BlO .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-voDKFo7BlO .card:hover {
  opacity: 0.9;
}
.cid-voDKFo7BlO H1 {
  color: #ffffff;
  text-align: center;
}
.cid-voDKFo7BlO .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-voDKFo7BlO .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-voMH47tAxs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1e1e1e;
}
@media (max-width: 767px) {
  .cid-voMH47tAxs .content {
    text-align: center;
  }
  .cid-voMH47tAxs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-voMH47tAxs .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-voMH47tAxs .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-voMH47tAxs .media-wrap img {
  height: 6rem;
}
.cid-voMH47tAxs .mbr-text {
  color: #8d97ad;
}
.cid-voMH47tAxs .p-title {
  font-size: 17px;
}
.cid-voMH47tAxs .p-title span {
  color: #111111;
}
.cid-voMH47tAxs .title-card {
  font-size: 1.3rem;
}
.cid-voMH47tAxs .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-voMH47tAxs .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-voMH47tAxs .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-voMH47tAxs .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-voMH47tAxs .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-voMH47tAxs .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voMH47tAxs .copyright img {
  margin-right: 10px;
}
.cid-voMH47tAxs .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #333333;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-voMH47tAxs .icon-transition span:hover {
  background-color: #57b22a;
}
@media (max-width: 767px) {
  .cid-voMH47tAxs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voMH47tAxs .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-voMH47tAxs .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voMH47tAxs SPAN {
  color: #ffffff;
}
.cid-voMH47tAxs .p-title,
.cid-voMH47tAxs .social-media {
  color: #ffffff;
  text-align: justify;
}
.cid-voMH47tAxs .copyright > p {
  color: #ffffff;
}
.cid-voMH47tAxs H5 {
  color: #ffffff;
}
.cid-voBY4roBDu .navbar {
  padding: .5rem 0;
  background: #09102b;
  transition: none;
  min-height: 50px;
}
.cid-voBY4roBDu .navbar-dropdown.bg-color.transparent.opened {
  background: #09102b;
}
.cid-voBY4roBDu a {
  font-style: normal;
}
.cid-voBY4roBDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-voBY4roBDu .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-voBY4roBDu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .content-text {
  margin-bottom: 0;
}
.cid-voBY4roBDu .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e50808;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-voBY4roBDu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-voBY4roBDu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-voBY4roBDu .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-voBY4roBDu .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voBY4roBDu .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voBY4roBDu .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-voBY4roBDu .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voBY4roBDu .nav-dropdown .link {
  font-weight: 400;
}
.cid-voBY4roBDu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-voBY4roBDu .content-right-side {
  text-align: center;
}
.cid-voBY4roBDu .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-voBY4roBDu .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-voBY4roBDu .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-voBY4roBDu .menu-bottom {
    justify-content: flex-end;
  }
  .cid-voBY4roBDu img {
    height: 3.8rem !important;
  }
  .cid-voBY4roBDu .btn {
    display: -webkit-flex;
  }
  .cid-voBY4roBDu button.navbar-toggler {
    display: block;
  }
  .cid-voBY4roBDu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-voBY4roBDu .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-voBY4roBDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing,
  .cid-voBY4roBDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-nav,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-voBY4roBDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-voBY4roBDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-voBY4roBDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-voBY4roBDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-voBY4roBDu .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-voBY4roBDu .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-voBY4roBDu .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-voBY4roBDu .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-voBY4roBDu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-voBY4roBDu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-voBY4roBDu .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-voBY4roBDu .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-voBY4roBDu .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-voBY4roBDu .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-voBY4roBDu .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-voBY4roBDu .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-voBY4roBDu .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-voBY4roBDu .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-voBY4roBDu .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voBY4roBDu .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-voBY4roBDu .navbar {
    display: block;
    padding: 0;
  }
  .cid-voBY4roBDu .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voBY4roBDu .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-voBY4roBDu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-voBY4roBDu .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-voBY4roBDu .navbar-toggler {
    display: none;
  }
  .cid-voBY4roBDu .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voBY4roBDu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-voBY4roBDu .menu-logo {
  margin-right: auto;
}
.cid-voBY4roBDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-voBY4roBDu .dropdown .dropdown-menu {
  background: #09102b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-voBY4roBDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voBY4roBDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-voBY4roBDu .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-voBY4roBDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-voBY4roBDu button.navbar-toggler:focus {
  outline: none;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voBY4roBDu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voBY4roBDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-voBY4roBDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing,
.cid-voBY4roBDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1.5rem);
  }
  .cid-voBY4roBDu .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voBY4roBDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-voBY4roBDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-voBY4roBDu .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-voBY4roBDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-voBY4roBDu .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voBY4roBDu .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-voBY4roBDu .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-voBY4roBDu .nav-link:focus {
  outline: none;
}
.cid-voBY4roBDu .navbar-toggler {
  position: relative;
}
.cid-voBY4roBDu .dropdown-item.active,
.cid-voBY4roBDu .dropdown-item:active {
  background: #09102b;
  color: initial;
}
.cid-voBY4roBDu .nav-link:hover,
.cid-voBY4roBDu .dropdown-item:hover {
  color: #4284df;
}
.cid-voBY4roBDu .widget-title,
.cid-voBY4roBDu .widget-icon {
  color: #ffffff;
}
.cid-voBY4roBDu .widget-text {
  color: #ffffff;
}
.cid-voF7TOpTsd {
  background-image: url("../../../assets/images/wn22c.jpg");
}
.cid-voF7TOpTsd .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-voF7TOpTsd .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-voF7TOpTsd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-voF7TOpTsd .mbr-text {
    text-align: center;
  }
}
.cid-voF7TOpTsd B {
  color: #efefef;
}
.cid-voF7TOpTsd H1 {
  text-align: left;
}
.cid-voF7TOpTsd .mbr-text,
.cid-voF7TOpTsd .mbr-section-btn {
  text-align: left;
}
.cid-voF7WKqRPM {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-voF7WKqRPM .mbr-text {
  color: #000000;
}
.cid-voF7WKqRPM h4 {
  text-align: center;
}
.cid-voF7WKqRPM p {
  text-align: center;
}
.cid-voF7WKqRPM .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #1a032d;
  border: 2px solid #1a032d;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-voF7WKqRPM .card:hover .card-img span {
  background: none;
  color: #1a032d;
}
.cid-voFW8htFdn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-voFW8htFdn h3 {
  text-align: center;
  font-weight: 300;
}
.cid-voFW8htFdn .progress {
  width: 100%;
}
.cid-voFW8htFdn .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-voFW8htFdn progress {
  height: inherit;
}
.cid-voFW8htFdn .progressbar-number {
  display: inline-block;
}
.cid-voFW8htFdn .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-voFW8htFdn .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-voFW8htFdn .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-voFW8htFdn .section-content-title {
  font-weight: 500;
  color: #34156b;
}
.cid-voFW8htFdn .progress_value {
  position: relative;
}
.cid-voFW8htFdn .progress1 .progressbar-number:before,
.cid-voFW8htFdn .progress2 .progressbar-number:before,
.cid-voFW8htFdn .progress3 .progressbar-number:before,
.cid-voFW8htFdn .progress4 .progressbar-number:before,
.cid-voFW8htFdn .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-voFW8htFdn progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-voFW8htFdn progress::-webkit-progress-value {
  background: #e50808;
  background: linear-gradient(90deg, #e50808, #0c57bf);
}
.cid-voFW8htFdn progress[value]::-moz-progress-bar {
  background: #e50808;
  background: linear-gradient(90deg, #e50808, #0c57bf);
}
.cid-voFW8htFdn progress::-ms-fill {
  background: #e50808;
  background: linear-gradient(90deg, #e50808, #0c57bf);
}
.cid-voFW8htFdn .progress1 .progressbar-number:before {
  content: '100';
}
.cid-voFW8htFdn .progress2 .progressbar-number:before {
  content: '90';
}
.cid-voFW8htFdn .progress3 .progressbar-number:before {
  content: '95';
}
.cid-voFW8htFdn .progress4 .progressbar-number:before {
  content: '95';
}
.cid-voFW8htFdn .progress5 .progressbar-number:before {
  content: '100';
}
.cid-voFW8htFdn .progress-container {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 1.8rem;
  width: 100%;
}
.cid-voFW8htFdn .progress-container span.progress-title {
  position: absolute;
  padding-left: 2rem;
  font-size: 1rem !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 24px;
  overflow: hidden;
  max-width: 85%;
}
.cid-voFW8htFdn .progress-container .progress_value {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cid-voFW8htFdn .progress_value {
    margin-top: -10px;
  }
}
@media (min-width: 768px) {
  .cid-voFW8htFdn .text-elements {
    padding-right: 3rem;
  }
  .cid-voFW8htFdn .progress_elements {
    padding-left: 3rem;
  }
}
.cid-voFW8htFdn .mbr-section-title {
  text-align: justify;
  color: #1d2671;
}
.cid-voFVNZQdny {
  padding-top: 210px;
  background-image: url("../../../assets/images/wn22c.jpg");
}
.cid-voFVNZQdny .text-content {
  padding-bottom: 0px;
}
.cid-voFVNZQdny .content-container .btn-bgr {
  z-index: 0;
}
.cid-voFVNZQdny .box-item-text {
  color: #ecedee;
}
.cid-voFVNZQdny .box-item {
  padding: 2.5rem;
}
.cid-voFVNZQdny .box-item:first-child {
  background-color: #404040;
}
.cid-voFVNZQdny .box-item:nth-child(2) {
  background-color: #09102b;
}
.cid-voFVNZQdny .box-item:last-child {
  background-color: #1e1e1e;
}
.cid-voFVNZQdny .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-voFVNZQdny .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-voFVNZQdny .box-list li:last-child {
  border-bottom: none;
}
.cid-voFVNZQdny .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-voFVNZQdny .mbr-iconfont {
  color: #e50808;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-voFVNZQdny .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-voFVNZQdny .mbr-section-subtitle,
  .cid-voFVNZQdny .mbr-section-title,
  .cid-voFVNZQdny .mbr-text,
  .cid-voFVNZQdny .mbr-section-btn,
  .cid-voFVNZQdny .icon-block-top,
  .cid-voFVNZQdny .box-item-title,
  .cid-voFVNZQdny .box-item-text {
    text-align: center !important;
  }
}
.cid-voFVNZQdny .mbr-section-title {
  color: #ffffff;
}
.cid-voFVNZQdny .mbr-text,
.cid-voFVNZQdny .mbr-section-btn {
  color: #ffffff;
}
.cid-voFVNZQdny .mbr-section-subtitle {
  color: #767676;
}
.cid-voFVNZQdny .icon-block-top,
.cid-voFVNZQdny .box-item-title {
  color: #f9fafb;
}
.cid-voG2DhkAKm {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-voG2DhkAKm img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-voG2DhkAKm .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-voG2DhkAKm .card-title {
  margin: 0;
  padding-bottom: 0.2rem;
  color: #ffffff;
}
.cid-voG2DhkAKm .img-wrapper {
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-voG2DhkAKm .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(#1a032d, #000000);
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.cid-voG2DhkAKm .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 1.5rem;
  padding-bottom: 1rem;
  z-index: 2;
}
.cid-voG2DhkAKm .card:hover img {
  transform: scale(1.06);
}
.cid-voG2DhkAKm .card:hover .card-box {
  opacity: 1;
}
.cid-voG2DhkAKm .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-voG2DhkAKm .card:hover .text-wrap {
  opacity: 1;
}
.cid-voG2DhkAKm .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin-left: 1.5rem;
}
.cid-voG2DhkAKm .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-voG2DhkAKm .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
  padding: 2rem;
  padding-top: 1.5rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.cid-voG2DhkAKm .mbr-text,
.cid-voG2DhkAKm .link-align {
  color: #ffffff;
}
.cid-voG2DhkAKm .mbr-subtitle,
.cid-voG2DhkAKm .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-voG2DhkAKm .card .text-wrap,
  .cid-voG2DhkAKm .card .card-box {
    opacity: 1;
    padding: 1rem;
  }
  .cid-voG2DhkAKm .card .img-wrapper:before {
    opacity: 0.8;
  }
}
.cid-voG2DhkAKm .mbr-section-subtitle {
  color: #ffcc00;
}
.cid-voG2DhkAKm .main-title {
  color: #000000;
}
.cid-voG2DhkAKm .mbr-subtitle {
  color: #ffffff;
}
.cid-voG2DhkAKm .mbr-mainsubtitle {
  color: #000000;
}
.cid-voKwLtekO5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-voKwLtekO5 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-voKwLtekO5 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-voKwLtekO5 .input-group-btn {
  margin: 0;
}
.cid-voKwLtekO5 .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-voKwLtekO5 .form-group,
.cid-voKwLtekO5 .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-voKwLtekO5 .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-voKwLtekO5 .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-voKwLtekO5 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-voKwLtekO5 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-voKwLtekO5 .form-block {
    padding: 1rem;
  }
}
.cid-voGAN3OaZJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #1a1a1a;
}
.cid-voGAN3OaZJ img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-voGAN3OaZJ .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-voGAN3OaZJ .card:hover {
  opacity: 0.9;
}
.cid-voGAN3OaZJ H1 {
  color: #ffffff;
  text-align: center;
}
.cid-voGAN3OaZJ .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-voGAN3OaZJ .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-voMGW4x57H {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1e1e1e;
}
@media (max-width: 767px) {
  .cid-voMGW4x57H .content {
    text-align: center;
  }
  .cid-voMGW4x57H .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-voMGW4x57H .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-voMGW4x57H .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-voMGW4x57H .media-wrap img {
  height: 6rem;
}
.cid-voMGW4x57H .mbr-text {
  color: #8d97ad;
}
.cid-voMGW4x57H .p-title {
  font-size: 17px;
}
.cid-voMGW4x57H .p-title span {
  color: #111111;
}
.cid-voMGW4x57H .title-card {
  font-size: 1.3rem;
}
.cid-voMGW4x57H .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-voMGW4x57H .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-voMGW4x57H .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-voMGW4x57H .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-voMGW4x57H .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-voMGW4x57H .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voMGW4x57H .copyright img {
  margin-right: 10px;
}
.cid-voMGW4x57H .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #333333;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-voMGW4x57H .icon-transition span:hover {
  background-color: #57b22a;
}
@media (max-width: 767px) {
  .cid-voMGW4x57H .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voMGW4x57H .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-voMGW4x57H .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voMGW4x57H SPAN {
  color: #ffffff;
}
.cid-voMGW4x57H .p-title,
.cid-voMGW4x57H .social-media {
  color: #ffffff;
  text-align: justify;
}
.cid-voMGW4x57H .copyright > p {
  color: #ffffff;
}
.cid-voMGW4x57H H5 {
  color: #ffffff;
}
.cid-voBY4roBDu .navbar {
  padding: .5rem 0;
  background: #09102b;
  transition: none;
  min-height: 50px;
}
.cid-voBY4roBDu .navbar-dropdown.bg-color.transparent.opened {
  background: #09102b;
}
.cid-voBY4roBDu a {
  font-style: normal;
}
.cid-voBY4roBDu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-voBY4roBDu .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-voBY4roBDu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .content-text {
  margin-bottom: 0;
}
.cid-voBY4roBDu .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e50808;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-voBY4roBDu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-voBY4roBDu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-voBY4roBDu .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-voBY4roBDu .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voBY4roBDu .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-voBY4roBDu .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-voBY4roBDu .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voBY4roBDu .nav-dropdown .link {
  font-weight: 400;
}
.cid-voBY4roBDu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-voBY4roBDu .content-right-side {
  text-align: center;
}
.cid-voBY4roBDu .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-voBY4roBDu .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-voBY4roBDu .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-voBY4roBDu .menu-bottom {
    justify-content: flex-end;
  }
  .cid-voBY4roBDu img {
    height: 3.8rem !important;
  }
  .cid-voBY4roBDu .btn {
    display: -webkit-flex;
  }
  .cid-voBY4roBDu button.navbar-toggler {
    display: block;
  }
  .cid-voBY4roBDu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-voBY4roBDu .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-voBY4roBDu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing,
  .cid-voBY4roBDu .navbar-collapse.show {
    display: block !important;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-nav,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-buttons,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-voBY4roBDu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-voBY4roBDu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-voBY4roBDu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-voBY4roBDu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-voBY4roBDu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-voBY4roBDu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-voBY4roBDu .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .navbar.opened {
    padding-bottom: 12rem;
  }
  .cid-voBY4roBDu .navbar .navbar-collapse {
    max-height: calc(100vh - 12rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-voBY4roBDu .navbar.opened {
    padding-bottom: 15rem;
  }
  .cid-voBY4roBDu .navbar .navbar-collapse {
    max-height: calc(100vh - 15rem - 80px);
  }
}
.cid-voBY4roBDu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-voBY4roBDu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-voBY4roBDu .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-voBY4roBDu .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-voBY4roBDu .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-voBY4roBDu .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-voBY4roBDu .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-voBY4roBDu .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-voBY4roBDu .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-voBY4roBDu .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-voBY4roBDu .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voBY4roBDu .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-voBY4roBDu .navbar {
    display: block;
    padding: 0;
  }
  .cid-voBY4roBDu .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voBY4roBDu .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-voBY4roBDu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-voBY4roBDu .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-voBY4roBDu .navbar-toggler {
    display: none;
  }
  .cid-voBY4roBDu .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voBY4roBDu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-voBY4roBDu .menu-logo {
  margin-right: auto;
}
.cid-voBY4roBDu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-voBY4roBDu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-voBY4roBDu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-voBY4roBDu .dropdown .dropdown-menu {
  background: #09102b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-voBY4roBDu .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-voBY4roBDu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-voBY4roBDu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voBY4roBDu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-voBY4roBDu .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-voBY4roBDu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-voBY4roBDu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-voBY4roBDu button.navbar-toggler:focus {
  outline: none;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-voBY4roBDu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-voBY4roBDu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-voBY4roBDu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voBY4roBDu .collapsed .btn {
  display: -webkit-flex;
}
.cid-voBY4roBDu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing,
.cid-voBY4roBDu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-voBY4roBDu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-voBY4roBDu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-voBY4roBDu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1.5rem);
  }
  .cid-voBY4roBDu .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-voBY4roBDu .collapsed button.navbar-toggler {
  display: block;
}
.cid-voBY4roBDu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-voBY4roBDu .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-voBY4roBDu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-voBY4roBDu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-voBY4roBDu .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-voBY4roBDu .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-voBY4roBDu .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-voBY4roBDu .nav-link:focus {
  outline: none;
}
.cid-voBY4roBDu .navbar-toggler {
  position: relative;
}
.cid-voBY4roBDu .dropdown-item.active,
.cid-voBY4roBDu .dropdown-item:active {
  background: #09102b;
  color: initial;
}
.cid-voBY4roBDu .nav-link:hover,
.cid-voBY4roBDu .dropdown-item:hover {
  color: #4284df;
}
.cid-voBY4roBDu .widget-title,
.cid-voBY4roBDu .widget-icon {
  color: #ffffff;
}
.cid-voBY4roBDu .widget-text {
  color: #ffffff;
}
.cid-voLwnmk8O3 {
  background: #ffffff;
}
.cid-voLwnmk8O3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-voLwnmk8O3 figcaption {
  position: relative;
}
.cid-voLwnmk8O3 figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voLwnmk8O3 .image-block {
    width: 100% !important;
  }
}
.cid-voLuM2O2HO {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-voLubrbOY4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/internet-data-1080.gif");
}
.cid-voLubrbOY4 .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-voLubrbOY4 .card {
  background-color: white;
  padding: 2rem;
}
.cid-voLubrbOY4 .input-group-btn {
  display: block;
}
.cid-voLubrbOY4 .form-control {
  background: none;
  border-radius: 6px !important;
}
.cid-voLubrbOY4 .form-control-label {
  font-weight: 700;
}
.cid-voLubrbOY4 .mbr-section-subtitle {
  color: #656565;
}
.cid-voLubrbOY4 .title2 {
  color: #656565;
}
.cid-voLubrbOY4 .form-title {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-voLubrbOY4 .col-sm-12 {
    margin: 1rem;
  }
  .cid-voLubrbOY4 .card {
    padding: 1rem;
  }
}
.cid-voLyGB1CvF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-voLyGB1CvF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-voLyGB1CvF .signup_wrap {
  padding: 60px 0px;
  background-color: #09102b;
  box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}
.cid-voLyGB1CvF .title_block {
  padding: 0px 65px;
  height: 100%;
  margin-right: -15px;
  border-right: 1px solid #e0e5ff;
}
.cid-voLyGB1CvF .mbr-section-title {
  color: #ffffff;
  margin-bottom: 60px;
}
.cid-voLyGB1CvF .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 35px;
}
.cid-voLyGB1CvF .card_body {
  margin-bottom: 40px;
}
.cid-voLyGB1CvF .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-voLyGB1CvF .card_body .list li {
  margin-bottom: 15px;
}
.cid-voLyGB1CvF .card_body .list li:last-child {
  margin-bottom: 0;
}
.cid-voLyGB1CvF .card_body .mbr-iconfont {
  margin-right: 20px;
  color: #e50808;
  font-size: inherit;
}
.cid-voLyGB1CvF .form_title {
  margin-bottom: 40px;
  margin-left: 15px;
  color: #ffffff;
}
.cid-voLyGB1CvF .form_wrap {
  padding: 0px 65px;
}
.cid-voLyGB1CvF .form-group {
  margin-bottom: 30px;
}
.cid-voLyGB1CvF .form-control-label {
  margin-bottom: 18px;
  color: #ffffff;
  font-weight: 700;
}
.cid-voLyGB1CvF input.form-control {
  height: 60px;
  padding: 0px 30px;
  border-radius: 45px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #e0e5ff !important;
  background-color: #ffffff;
}
.cid-voLyGB1CvF form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-voLyGB1CvF form.mbr-form .mbr-section-btn .btn {
  line-height: 31.5px !important;
  width: 100%;
}
.cid-voLyGB1CvF textarea,
.cid-voLyGB1CvF .jqselect {
  border: 1px solid #e0e5ff !important;
}
@media (max-width: 991px) {
  .cid-voLyGB1CvF .signup_wrap {
    padding: 50px 0;
  }
  .cid-voLyGB1CvF .form_wrap,
  .cid-voLyGB1CvF .title_block {
    padding: 0px 45px;
  }
  .cid-voLyGB1CvF .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-voLyGB1CvF .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-voLyGB1CvF .signup_wrap {
    padding: 15px 30px;
  }
  .cid-voLyGB1CvF .title_block {
    margin: 0;
    margin-bottom: 50px;
    border-right: 0;
  }
  .cid-voLyGB1CvF .form_wrap,
  .cid-voLyGB1CvF .title_block {
    padding: 0;
  }
}
@media (max-width: 567px) {
  .cid-voLyGB1CvF .signup_wrap {
    padding: 0;
    box-shadow: none;
  }
}
.cid-voLyGB1CvF .list,
.cid-voLyGB1CvF .mbr-section-btn {
  color: #ffffff;
}
.cid-voLxzWTCa8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-voLxzWTCa8 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-voLxzWTCa8 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-voLxzWTCa8 .input-group-btn {
  margin: 0;
}
.cid-voLxzWTCa8 .form-control {
  padding: 1.07em 1.07em;
  height: 59px;
}
.cid-voLxzWTCa8 .form-group,
.cid-voLxzWTCa8 .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-voLxzWTCa8 .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-voLxzWTCa8 .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-voLxzWTCa8 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-voLxzWTCa8 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-voLxzWTCa8 .form-block {
    padding: 1rem;
  }
}
.cid-voLxy5HbcO {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #1a1a1a;
}
.cid-voLxy5HbcO img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-voLxy5HbcO .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-voLxy5HbcO .card:hover {
  opacity: 0.9;
}
.cid-voLxy5HbcO H1 {
  color: #ffffff;
  text-align: center;
}
.cid-voLxy5HbcO .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-voLxy5HbcO .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-voMHdWQ0fg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1e1e1e;
}
@media (max-width: 767px) {
  .cid-voMHdWQ0fg .content {
    text-align: center;
  }
  .cid-voMHdWQ0fg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-voMHdWQ0fg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-voMHdWQ0fg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-voMHdWQ0fg .media-wrap img {
  height: 6rem;
}
.cid-voMHdWQ0fg .mbr-text {
  color: #8d97ad;
}
.cid-voMHdWQ0fg .p-title {
  font-size: 17px;
}
.cid-voMHdWQ0fg .p-title span {
  color: #111111;
}
.cid-voMHdWQ0fg .title-card {
  font-size: 1.3rem;
}
.cid-voMHdWQ0fg .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-voMHdWQ0fg .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-voMHdWQ0fg .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-voMHdWQ0fg .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-voMHdWQ0fg .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-voMHdWQ0fg .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voMHdWQ0fg .copyright img {
  margin-right: 10px;
}
.cid-voMHdWQ0fg .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #333333;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-voMHdWQ0fg .icon-transition span:hover {
  background-color: #57b22a;
}
@media (max-width: 767px) {
  .cid-voMHdWQ0fg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-voMHdWQ0fg .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-voMHdWQ0fg .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-voMHdWQ0fg SPAN {
  color: #ffffff;
}
.cid-voMHdWQ0fg .p-title,
.cid-voMHdWQ0fg .social-media {
  color: #ffffff;
  text-align: justify;
}
.cid-voMHdWQ0fg .copyright > p {
  color: #ffffff;
}
.cid-voMHdWQ0fg H5 {
  color: #ffffff;
}
