.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.8rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.88rem;
}
/* ---- 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.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #cd3c00 !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #123768 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd3c00;
  border-color: #cd3c00;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.btn-info:hover {
  background-color: #9a2d00 !important;
  border-color: #9a2d00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #123768 !important;
  border-color: #123768 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #123768;
  border-color: #123768;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #123768 !important;
  border-color: #123768 !important;
}
.btn-danger:hover {
  background-color: #0a203d !important;
  border-color: #0a203d !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cd3c00;
  color: #cd3c00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #cd3c00 !important;
  border-color: #cd3c00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cd3c00 !important;
  border-color: #cd3c00 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #123768;
  color: #123768;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #123768 !important;
  border-color: #123768;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #123768 !important;
  border-color: #123768 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #cd3c00 !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #123768 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #671e00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #030911 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #cd3c00;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #123768;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffb89a;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #2570d5;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.8rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.88rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !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;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-to6PmyOA4H {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #191f23;
}
.cid-to6PmyOA4H .nav-item,
.cid-to6PmyOA4H .nav-link,
.cid-to6PmyOA4H .navbar-caption {
  font-weight: normal;
}
.cid-to6PmyOA4H .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-to6PmyOA4H .navbar {
    min-height: 120px !important;
  }
  .cid-to6PmyOA4H .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-to6PmyOA4H .btn {
    white-space: nowrap;
  }
  .cid-to6PmyOA4H .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-to6PmyOA4H .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-to6PmyOA4H .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-to6PmyOA4H .dropdown-toggle::after,
  .cid-to6PmyOA4H .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-to6PmyOA4H .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-to6PmyOA4H .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-to6PmyOA4H .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-to6PmyOA4H .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-to6PmyOA4H .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #fafafa;
}
.cid-to6PmyOA4H .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-to6PmyOA4H .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-to6PmyOA4H .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-to6PmyOA4H .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-to6PmyOA4H .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-to6PmyOA4H .nav-item:focus,
.cid-to6PmyOA4H .nav-link:focus {
  outline: none;
}
.cid-to6PmyOA4H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-to6PmyOA4H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-to6PmyOA4H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-to6PmyOA4H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-to6PmyOA4H .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-to6PmyOA4H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-to6PmyOA4H ul.navbar-nav li {
  margin: auto;
}
.cid-to6PmyOA4H .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #191f23;
}
.cid-to6PmyOA4H .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #191f23 !important;
}
.cid-to6PmyOA4H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-to6PmyOA4H .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-to6PmyOA4H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-to6PmyOA4H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-to6PmyOA4H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-to6PmyOA4H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-to6PmyOA4H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-to6PmyOA4H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-to6PmyOA4H .navbar {
    padding: 10px 0;
  }
  .cid-to6PmyOA4H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-to6PmyOA4H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-to6PmyOA4H .navbar .container-fluid,
  .cid-to6PmyOA4H .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-to6PmyOA4H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-to6PmyOA4H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-to6PmyOA4H .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-to6PmyOA4H .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-to6PmyOA4H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-to6PmyOA4H .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-to6PmyOA4H .navbar.navbar-short {
  background: #191f23 !important;
  min-height: 90px;
}
.cid-to6PmyOA4H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-to6PmyOA4H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-to6PmyOA4H .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-to6PmyOA4H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-to6PmyOA4H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-to6PmyOA4H .dropdown-item.active,
.cid-to6PmyOA4H .dropdown-item:active {
  background-color: transparent;
}
.cid-to6PmyOA4H .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-to6PmyOA4H .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-to6PmyOA4H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191f23;
}
.cid-to6PmyOA4H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-to6PmyOA4H .navbar-buttons {
  text-align: center;
}
.cid-to6PmyOA4H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to6PmyOA4H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-to6PmyOA4H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to6PmyOA4H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-to6PmyOA4H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-to6PmyOA4H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to6PmyOA4H .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-to6PmyOA4H a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-to6PmyOA4H a.nav-link:hover {
  color: #ffffff !important;
}
.is-builder .cid-to6PmyOA4H .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-to6PmyOA4H .navbar {
    height: 77px;
  }
  .cid-to6PmyOA4H .navbar.opened {
    height: auto;
  }
  .cid-to6PmyOA4H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb64TRvTMM {
  padding-top: 6rem;
  padding-bottom: 0rem;
}
.cid-vb64TRvTMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb64TRvTMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/pumped-hydro-2026-1071x592.png");
}
.cid-vb64TRvTMM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vb64TRvTMM .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-vb64TRvTMM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vb64TRvTMM .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vb64TRvTMM .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vb64TRvTMM .header-menu li p {
  margin: 0;
}
.cid-vb64TRvTMM .mbr-section-title {
  color: #ffffff;
}
.cid-vb64TRvTMM .header-menu-item {
  color: #ffffff;
}
.cid-vb64TRvTMM .mbr-text,
.cid-vb64TRvTMM .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vb64TRvTMM .content-head {
  max-width: 800px;
}
.cid-to6OSM49bg {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-5948-700x464.jpg");
}
.cid-to6OSM49bg .position {
  z-index: 10;
}
.cid-to6OSM49bg .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
  color: #ffffff;
}
.cid-to6OSM49bg .mbr-section-title {
  margin-bottom: 0;
}
.cid-to6OSM49bg .mbr-text {
  margin-top: 30px;
}
.cid-to6OSM49bg .mbr-section-btn {
  margin-top: 30px;
}
.cid-to6OSM49bg .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-to6OSM49bg .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-to6OSM49bg .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-to6OSM49bg .info__block-item {
    margin-right: 10px;
  }
}
.cid-to6OSM49bg .title__item,
.cid-to6OSM49bg .text__item {
  margin-bottom: 0;
}
.cid-to6OSM49bg .text__item {
  line-height: 1.35;
  text-align: left;
  color: #ffffff;
}
.cid-to6OSM49bg .animated-element {
  color: #ffffff;
}
.cid-to6OSM49bg .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
@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-to6OSM49bg .mbr-section-title,
.cid-to6OSM49bg .typed-text {
  color: #ffffff;
  text-align: center;
}
.cid-to6OSM49bg .title__item {
  color: #ffffff;
}
.cid-to6OSM49bg .mbr-text,
.cid-to6OSM49bg .mbr-section-btn {
  color: #ffffff;
}
.cid-uLa1hBTD2R {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-4725-840x560.jpg");
  overflow: hidden;
}
.cid-uLa1hBTD2R .mbr-overlay {
  background: #000000;
  opacity: 0.9;
}
.cid-uLa1hBTD2R .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLa1hBTD2R .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uLa1hBTD2R .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uLa1hBTD2R .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLa1hBTD2R .embla__slide .slide-content {
  width: 100%;
}
.cid-uLa1hBTD2R .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #000000;
}
.cid-uLa1hBTD2R .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uLa1hBTD2R .embla__button--next,
.cid-uLa1hBTD2R .embla__button--prev {
  display: flex;
}
.cid-uLa1hBTD2R .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uLa1hBTD2R .embla__button:hover {
  opacity: .5 !important;
}
.cid-uLa1hBTD2R .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uLa1hBTD2R .embla__button.embla__button--next {
  right: 0;
}
.cid-uLa1hBTD2R .embla {
  position: relative;
  width: 100%;
}
.cid-uLa1hBTD2R .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uLa1hBTD2R .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLa1hBTD2R .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLa1hBTD2R .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKHaoLlGPg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-5914-700x464.jpg");
}
.cid-uKHaoLlGPg .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKHaoLlGPg .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-uKHaoLlGPg .title__block {
  padding-bottom: 40px;
}
.cid-uKHaoLlGPg .image {
  width: 100%;
  perspective: 700px;
}
.cid-uKHaoLlGPg .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uKHaoLlGPg .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uKHaoLlGPg .text__block {
  margin-top: 25px;
}
.cid-uKHaoLlGPg .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uKHaoLlGPg .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uKHaoLlGPg .title__block {
    padding-bottom: 30px;
  }
}
.cid-uKHaoLlGPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHaoLlGPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHaoLlGPg .card__title {
  color: #ffffff;
}
.cid-to7dg6b7Vx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-4724-840x560.jpg");
}
.cid-to7dg6b7Vx .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-to7dg6b7Vx .price {
  margin-top: 5px;
}
.cid-to7dg6b7Vx .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-to7dg6b7Vx .mbr-section-btn {
  margin-top: 10px;
}
.cid-to7dg6b7Vx .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-to7dg6b7Vx .btn-md:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.cid-to7dg6b7Vx .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-to7dg6b7Vx .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-to7dg6b7Vx .content__block,
  .cid-to7dg6b7Vx .price__block {
    margin-bottom: 30px;
  }
}
.cid-to7dg6b7Vx .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-to7dg6b7Vx .mbr-text,
.cid-to7dg6b7Vx .mbr-section-btn {
  color: #ffffff;
}
.cid-to7dg6b7Vx .mbr-section-title {
  color: #ffffff;
}
.cid-uyUce2otal {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyUce2otal .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uyUce2otal .block__left,
.cid-uyUce2otal .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-uyUce2otal .block__left,
  .cid-uyUce2otal .block__right {
    padding: 30px;
  }
}
.cid-uyUce2otal .title__block {
  position: relative;
  z-index: 2;
}
.cid-uyUce2otal .left__image {
  background-image: url("../../../assets/images/eco-275x183.jpg");
}
.cid-uyUce2otal .block__left > .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
  z-index: 1;
}
.cid-uyUce2otal .block__right > .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
  z-index: 1;
}
.cid-uyUce2otal .right__image {
  background-image: url("../../../assets/images/ab-302x167.jpg");
}
.cid-uyUce2otal .left__image,
.cid-uyUce2otal .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-uyUce2otal .container,
  .cid-uyUce2otal .container-fluid,
  .cid-uyUce2otal .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-uyUce2otal .wrap_left,
  .cid-uyUce2otal .wrap_right {
    padding: 0;
  }
}
.cid-uyUce2otal .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyUce2otal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyUcHuFy75 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyUcHuFy75 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uyUcHuFy75 .block__left,
.cid-uyUcHuFy75 .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-uyUcHuFy75 .block__left,
  .cid-uyUcHuFy75 .block__right {
    padding: 30px;
  }
}
.cid-uyUcHuFy75 .title__block {
  position: relative;
  z-index: 2;
}
.cid-uyUcHuFy75 .left__image {
  background-image: url("../../../assets/images/tech-459x247.jpg");
}
.cid-uyUcHuFy75 .block__left > .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
  z-index: 1;
}
.cid-uyUcHuFy75 .block__right > .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
  z-index: 1;
}
.cid-uyUcHuFy75 .right__image {
  background-image: url("../../../assets/images/dev-300x168.jpg");
}
.cid-uyUcHuFy75 .left__image,
.cid-uyUcHuFy75 .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-uyUcHuFy75 .container,
  .cid-uyUcHuFy75 .container-fluid,
  .cid-uyUcHuFy75 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-uyUcHuFy75 .wrap_left,
  .cid-uyUcHuFy75 .wrap_right {
    padding: 0;
  }
}
.cid-uyUcHuFy75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyUcHuFy75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6dvSs7Nm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vb6dvSs7Nm .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-vb6dvSs7Nm .block__left,
.cid-vb6dvSs7Nm .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-vb6dvSs7Nm .block__left,
  .cid-vb6dvSs7Nm .block__right {
    padding: 30px;
  }
}
.cid-vb6dvSs7Nm .title__block {
  position: relative;
  z-index: 2;
}
.cid-vb6dvSs7Nm .left__image {
  background-image: url("../../../assets/images/tech-459x247.jpg");
}
.cid-vb6dvSs7Nm .block__left > .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
  z-index: 1;
}
.cid-vb6dvSs7Nm .block__right > .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
  z-index: 1;
}
.cid-vb6dvSs7Nm .right__image {
  background-image: url("../../../assets/images/dev-300x168.jpg");
}
.cid-vb6dvSs7Nm .left__image,
.cid-vb6dvSs7Nm .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-vb6dvSs7Nm .container,
  .cid-vb6dvSs7Nm .container-fluid,
  .cid-vb6dvSs7Nm .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-vb6dvSs7Nm .wrap_left,
  .cid-vb6dvSs7Nm .wrap_right {
    padding: 0;
  }
}
.cid-vb6dvSs7Nm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6dvSs7Nm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6g523IVI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vb6g523IVI .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-vb6g523IVI .block__left,
.cid-vb6g523IVI .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-vb6g523IVI .block__left,
  .cid-vb6g523IVI .block__right {
    padding: 30px;
  }
}
.cid-vb6g523IVI .title__block {
  position: relative;
  z-index: 2;
}
.cid-vb6g523IVI .left__image {
  background-image: url("../../../assets/images/tech-459x247.jpg");
}
.cid-vb6g523IVI .block__left > .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
  z-index: 1;
}
.cid-vb6g523IVI .block__right > .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
  z-index: 1;
}
.cid-vb6g523IVI .right__image {
  background-image: url("../../../assets/images/dev-300x168.jpg");
}
.cid-vb6g523IVI .left__image,
.cid-vb6g523IVI .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-vb6g523IVI .container,
  .cid-vb6g523IVI .container-fluid,
  .cid-vb6g523IVI .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-vb6g523IVI .wrap_left,
  .cid-vb6g523IVI .wrap_right {
    padding: 0;
  }
}
.cid-vb6g523IVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6g523IVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6gfQzX4H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vb6gfQzX4H .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-vb6gfQzX4H .block__left,
.cid-vb6gfQzX4H .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-vb6gfQzX4H .block__left,
  .cid-vb6gfQzX4H .block__right {
    padding: 30px;
  }
}
.cid-vb6gfQzX4H .title__block {
  position: relative;
  z-index: 2;
}
.cid-vb6gfQzX4H .left__image {
  background-image: url("../../../assets/images/tech-459x247.jpg");
}
.cid-vb6gfQzX4H .block__left > .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
  z-index: 1;
}
.cid-vb6gfQzX4H .block__right > .mbr-overlay {
  background-color: #000000;
  opacity: 0.9;
  z-index: 1;
}
.cid-vb6gfQzX4H .right__image {
  background-image: url("../../../assets/images/dev-300x168.jpg");
}
.cid-vb6gfQzX4H .left__image,
.cid-vb6gfQzX4H .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-vb6gfQzX4H .container,
  .cid-vb6gfQzX4H .container-fluid,
  .cid-vb6gfQzX4H .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-vb6gfQzX4H .wrap_left,
  .cid-vb6gfQzX4H .wrap_right {
    padding: 0;
  }
}
.cid-vb6gfQzX4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6gfQzX4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzVC74XSaF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pumped-hydro-2026-1071x592.png");
}
@media (max-width: 767px) {
  .cid-uzVC74XSaF .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uzVC74XSaF .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uzVC74XSaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzVC74XSaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzVxnbIsvj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uzVxnbIsvj .content__block {
  padding: 50px 15px;
}
.cid-uzVxnbIsvj .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uzVxnbIsvj .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uzVxnbIsvj .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uzVxnbIsvj .image {
  perspective: 3500px;
  position: relative;
}
.cid-uzVxnbIsvj .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uzVxnbIsvj .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzVxnbIsvj .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uzVxnbIsvj .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uzVxnbIsvj .content__block {
    padding: 30px 15px;
  }
  .cid-uzVxnbIsvj .mbr-figure {
    padding: 0;
  }
  .cid-uzVxnbIsvj .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uzVxnbIsvj .lg-push {
    right: 1%;
  }
  .cid-uzVxnbIsvj .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uzVxnbIsvj .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uzVxnbIsvj .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uzQx8K35li {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/eac-992x558.jpg");
}
.cid-uzQx8K35li .mbr-section-subtitle {
  margin-top: 30px;
  color: #ffffff;
}
.cid-uzQx8K35li .title__block {
  padding-bottom: 40px;
}
.cid-uzQx8K35li .image {
  width: 100%;
  perspective: 700px;
}
.cid-uzQx8K35li .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uzQx8K35li .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uzQx8K35li .text__block {
  margin-top: 25px;
}
.cid-uzQx8K35li .card__text {
  display: block;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uzQx8K35li .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uzQx8K35li .title__block {
    padding-bottom: 30px;
  }
}
.cid-uzQx8K35li .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQx8K35li .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQx8K35li .mbr-section-title {
  color: #ffffff;
}
.cid-uzQx8K35li .card__title {
  color: #ffffff;
}
.cid-uzQCsjJQ0q {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/eac-992x558.jpg");
}
.cid-uzQCsjJQ0q .mbr-section-subtitle {
  margin-top: 30px;
  color: #ffffff;
}
.cid-uzQCsjJQ0q .title__block {
  padding-bottom: 40px;
}
.cid-uzQCsjJQ0q .image {
  width: 100%;
  perspective: 700px;
}
.cid-uzQCsjJQ0q .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uzQCsjJQ0q .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uzQCsjJQ0q .text__block {
  margin-top: 25px;
}
.cid-uzQCsjJQ0q .card__text {
  display: block;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uzQCsjJQ0q .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uzQCsjJQ0q .title__block {
    padding-bottom: 30px;
  }
}
.cid-uzQCsjJQ0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQCsjJQ0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQCsjJQ0q .mbr-section-title {
  color: #ffffff;
}
.cid-uzQCsjJQ0q .card__title {
  color: #ffffff;
}
.cid-uzR6aqwCVz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/eac-992x558.jpg");
}
.cid-uzR6aqwCVz .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzR6aqwCVz .mbr-section-subtitle {
  margin-top: 30px;
  color: #ffffff;
}
.cid-uzR6aqwCVz .title__block {
  padding-bottom: 40px;
}
.cid-uzR6aqwCVz .image {
  width: 100%;
  perspective: 700px;
}
.cid-uzR6aqwCVz .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uzR6aqwCVz .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uzR6aqwCVz .text__block {
  margin-top: 25px;
}
.cid-uzR6aqwCVz .card__text {
  display: block;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uzR6aqwCVz .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uzR6aqwCVz .title__block {
    padding-bottom: 30px;
  }
}
.cid-uzR6aqwCVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR6aqwCVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR6aqwCVz .mbr-section-title {
  color: #ffffff;
}
.cid-uzR6aqwCVz .card__title {
  color: #ffffff;
}
.cid-uzR0yMUFn2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/eac-992x558.jpg");
}
.cid-uzR0yMUFn2 .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uzR0yMUFn2 .mbr-section-subtitle {
  margin-top: 30px;
  color: #ffffff;
}
.cid-uzR0yMUFn2 .title__block {
  padding-bottom: 40px;
}
.cid-uzR0yMUFn2 .image {
  width: 100%;
  perspective: 700px;
}
.cid-uzR0yMUFn2 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uzR0yMUFn2 .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uzR0yMUFn2 .text__block {
  margin-top: 25px;
}
.cid-uzR0yMUFn2 .card__text {
  display: block;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uzR0yMUFn2 .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uzR0yMUFn2 .title__block {
    padding-bottom: 30px;
  }
}
.cid-uzR0yMUFn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR0yMUFn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR0yMUFn2 .mbr-section-title {
  color: #ffffff;
}
.cid-uzR0yMUFn2 .card__title {
  color: #ffffff;
}
.cid-uAvW0wlGBU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/eac-992x558.jpg");
}
.cid-uAvW0wlGBU .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uAvW0wlGBU .mbr-section-subtitle {
  margin-top: 30px;
  color: #ffffff;
}
.cid-uAvW0wlGBU .title__block {
  padding-bottom: 40px;
}
.cid-uAvW0wlGBU .image {
  width: 100%;
  perspective: 700px;
}
.cid-uAvW0wlGBU .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uAvW0wlGBU .image img:hover {
  transform: rotateX(-10deg);
}
.cid-uAvW0wlGBU .text__block {
  margin-top: 25px;
}
.cid-uAvW0wlGBU .card__text {
  display: block;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 0;
}
.cid-uAvW0wlGBU .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uAvW0wlGBU .title__block {
    padding-bottom: 30px;
  }
}
.cid-uAvW0wlGBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAvW0wlGBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAvW0wlGBU .mbr-section-title {
  color: #ffffff;
}
.cid-uAvW0wlGBU .card__title {
  color: #ffffff;
}
.cid-uKH4LXYZvG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uKH4LXYZvG .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uKH4LXYZvG .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uKH4LXYZvG .mbr-text {
  margin: 10px 0;
}
.cid-uKH4LXYZvG .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uKH4LXYZvG .btn-primary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uKH4LXYZvG .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uKH4LXYZvG .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uKH4LXYZvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKH4LXYZvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGPIgol0E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uKGPIgol0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGPIgol0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGPIgol0E .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKGPIgol0E .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKGPIgol0E .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGPIgol0E .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKGPIgol0E .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGPIgol0E .mbr-section-title {
  color: #000000;
}
.cid-uKGPIgol0E .mbr-desc {
  color: #ffffff;
}
.cid-uKGPIgol0E .mbr-text {
  color: #000000;
}
.cid-uKGPIgol0E .mbr-text,
.cid-uKGPIgol0E .text-wrapper {
  color: #ffffff;
}
.cid-uKGPIgol0E .mbr-section-title,
.cid-uKGPIgol0E .mbr-section-btn {
  color: #ffffff;
}
.cid-uKGQufU8We {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKGQufU8We .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGQufU8We .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGQufU8We .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKGQufU8We .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKGQufU8We .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGQufU8We .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKGQufU8We .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGQufU8We .mbr-section-title {
  color: #000000;
}
.cid-uKGQufU8We .mbr-desc {
  color: #123768;
}
.cid-uKGQufU8We .mbr-text {
  color: #000000;
}
.cid-uKGQufU8We .mbr-text,
.cid-uKGQufU8We .text-wrapper {
  color: #000000;
}
.cid-uKGQufU8We .mbr-section-title,
.cid-uKGQufU8We .mbr-section-btn {
  color: #000000;
}
.cid-uKGRKrEZ0E {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKGRKrEZ0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGRKrEZ0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGRKrEZ0E .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKGRKrEZ0E .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKGRKrEZ0E .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGRKrEZ0E .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKGRKrEZ0E .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGRKrEZ0E .mbr-section-title {
  color: #000000;
}
.cid-uKGRKrEZ0E .mbr-desc {
  color: #ffffff;
}
.cid-uKGRKrEZ0E .mbr-text {
  color: #000000;
}
.cid-uKGRKrEZ0E .mbr-text,
.cid-uKGRKrEZ0E .text-wrapper {
  color: #fafafa;
}
.cid-uKGRKrEZ0E .mbr-section-title,
.cid-uKGRKrEZ0E .mbr-section-btn {
  color: #fafafa;
}
.cid-uKGS95G6Dw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKGS95G6Dw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGS95G6Dw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGS95G6Dw .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKGS95G6Dw .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKGS95G6Dw .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGS95G6Dw .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKGS95G6Dw .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGS95G6Dw .mbr-section-title {
  color: #000000;
}
.cid-uKGS95G6Dw .mbr-desc {
  color: #123768;
}
.cid-uKGS95G6Dw .mbr-text {
  color: #000000;
}
.cid-uKGS95G6Dw .mbr-text,
.cid-uKGS95G6Dw .text-wrapper {
  color: #000000;
}
.cid-uKGS95G6Dw .mbr-section-title,
.cid-uKGS95G6Dw .mbr-section-btn {
  color: #000000;
}
.cid-uKGTxrJXSD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKGTxrJXSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGTxrJXSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGTxrJXSD .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKGTxrJXSD .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKGTxrJXSD .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGTxrJXSD .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKGTxrJXSD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGTxrJXSD .mbr-section-title {
  color: #000000;
}
.cid-uKGTxrJXSD .mbr-desc {
  color: #ffffff;
}
.cid-uKGTxrJXSD .mbr-text {
  color: #000000;
}
.cid-uKGTxrJXSD .mbr-text,
.cid-uKGTxrJXSD .text-wrapper {
  color: #fafafa;
}
.cid-uKGTxrJXSD .mbr-section-title,
.cid-uKGTxrJXSD .mbr-section-btn {
  color: #ffffff;
}
.cid-uKGTGpUG5l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKGTGpUG5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGTGpUG5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGTGpUG5l .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKGTGpUG5l .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKGTGpUG5l .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGTGpUG5l .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKGTGpUG5l .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGTGpUG5l .mbr-section-title {
  color: #000000;
}
.cid-uKGTGpUG5l .mbr-desc {
  color: #123768;
}
.cid-uKGTGpUG5l .mbr-text {
  color: #000000;
}
.cid-uKGTGpUG5l .mbr-text,
.cid-uKGTGpUG5l .text-wrapper {
  color: #000000;
}
.cid-uKGTGpUG5l .mbr-section-title,
.cid-uKGTGpUG5l .mbr-section-btn {
  color: #000000;
}
.cid-uKGUfgcuE7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKGUfgcuE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGUfgcuE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGUfgcuE7 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKGUfgcuE7 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKGUfgcuE7 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGUfgcuE7 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKGUfgcuE7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGUfgcuE7 .mbr-section-title {
  color: #000000;
}
.cid-uKGUfgcuE7 .mbr-desc {
  color: #ffffff;
}
.cid-uKGUfgcuE7 .mbr-text {
  color: #000000;
}
.cid-uKGUfgcuE7 .mbr-text,
.cid-uKGUfgcuE7 .text-wrapper {
  color: #fafafa;
}
.cid-uKGUfgcuE7 .mbr-section-title,
.cid-uKGUfgcuE7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uKHhAKTKVn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKHhAKTKVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHhAKTKVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHhAKTKVn .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKHhAKTKVn .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKHhAKTKVn .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKHhAKTKVn .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKHhAKTKVn .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKHhAKTKVn .mbr-section-title {
  color: #000000;
}
.cid-uKHhAKTKVn .mbr-desc {
  color: #123768;
}
.cid-uKHhAKTKVn .mbr-text {
  color: #000000;
}
.cid-uKHhAKTKVn .mbr-text,
.cid-uKHhAKTKVn .text-wrapper {
  color: #000000;
}
.cid-uKHhAKTKVn .mbr-section-title,
.cid-uKHhAKTKVn .mbr-section-btn {
  color: #000000;
}
.cid-uKGVtqLZSU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKGVtqLZSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGVtqLZSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGVtqLZSU .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKGVtqLZSU .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKGVtqLZSU .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGVtqLZSU .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKGVtqLZSU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGVtqLZSU .mbr-section-title {
  color: #000000;
}
.cid-uKGVtqLZSU .mbr-desc {
  color: #ffffff;
}
.cid-uKGVtqLZSU .mbr-text {
  color: #000000;
}
.cid-uKGVtqLZSU .mbr-text,
.cid-uKGVtqLZSU .text-wrapper {
  color: #fafafa;
}
.cid-uKGVtqLZSU .mbr-section-title,
.cid-uKGVtqLZSU .mbr-section-btn {
  color: #ffffff;
}
.cid-uKGZs1lZMh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKGZs1lZMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGZs1lZMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGZs1lZMh .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKGZs1lZMh .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKGZs1lZMh .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGZs1lZMh .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKGZs1lZMh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGZs1lZMh .mbr-section-title {
  color: #000000;
}
.cid-uKGZs1lZMh .mbr-desc {
  color: #123768;
}
.cid-uKGZs1lZMh .mbr-text {
  color: #000000;
}
.cid-uKGZs1lZMh .mbr-text,
.cid-uKGZs1lZMh .text-wrapper {
  color: #000000;
}
.cid-uKGZs1lZMh .mbr-section-title,
.cid-uKGZs1lZMh .mbr-section-btn {
  color: #000000;
}
.cid-uKGZFValcn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKGZFValcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGZFValcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGZFValcn .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKGZFValcn .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKGZFValcn .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKGZFValcn .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKGZFValcn .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKGZFValcn .mbr-section-title {
  color: #000000;
}
.cid-uKGZFValcn .mbr-desc {
  color: #123768;
}
.cid-uKGZFValcn .mbr-text {
  color: #000000;
}
.cid-uKGZFValcn .mbr-text,
.cid-uKGZFValcn .text-wrapper {
  color: #000000;
}
.cid-uKGZFValcn .mbr-section-title,
.cid-uKGZFValcn .mbr-section-btn {
  color: #000000;
}
.cid-uKH2pWwQIe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKH2pWwQIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKH2pWwQIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKH2pWwQIe .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKH2pWwQIe .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKH2pWwQIe .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKH2pWwQIe .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKH2pWwQIe .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKH2pWwQIe .mbr-section-title {
  color: #000000;
}
.cid-uKH2pWwQIe .mbr-desc {
  color: #ffffff;
}
.cid-uKH2pWwQIe .mbr-text {
  color: #000000;
}
.cid-uKH2pWwQIe .mbr-text,
.cid-uKH2pWwQIe .text-wrapper {
  color: #ffffff;
}
.cid-uKH2pWwQIe .mbr-section-title,
.cid-uKH2pWwQIe .mbr-section-btn {
  color: #ffffff;
}
.cid-uKH2CDvUk6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKH2CDvUk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKH2CDvUk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKH2CDvUk6 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKH2CDvUk6 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKH2CDvUk6 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKH2CDvUk6 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKH2CDvUk6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKH2CDvUk6 .mbr-section-title {
  color: #000000;
}
.cid-uKH2CDvUk6 .mbr-desc {
  color: #123768;
}
.cid-uKH2CDvUk6 .mbr-text {
  color: #000000;
}
.cid-uKH2CDvUk6 .mbr-text,
.cid-uKH2CDvUk6 .text-wrapper {
  color: #000000;
}
.cid-uKH2CDvUk6 .mbr-section-title,
.cid-uKH2CDvUk6 .mbr-section-btn {
  color: #000000;
}
.cid-uKH3ftkYe1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uKH3ftkYe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKH3ftkYe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKH3ftkYe1 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKH3ftkYe1 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKH3ftkYe1 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKH3ftkYe1 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKH3ftkYe1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKH3ftkYe1 .mbr-section-title {
  color: #000000;
}
.cid-uKH3ftkYe1 .mbr-desc {
  color: #ffffff;
}
.cid-uKH3ftkYe1 .mbr-text {
  color: #000000;
}
.cid-uKH3ftkYe1 .mbr-text,
.cid-uKH3ftkYe1 .text-wrapper {
  color: #ffffff;
}
.cid-uKH3ftkYe1 .mbr-section-title,
.cid-uKH3ftkYe1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uKH3i019Po {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKH3i019Po .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKH3i019Po .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKH3i019Po .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uKH3i019Po .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKH3i019Po .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKH3i019Po .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uKH3i019Po .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKH3i019Po .mbr-section-title {
  color: #000000;
}
.cid-uKH3i019Po .mbr-desc {
  color: #123768;
}
.cid-uKH3i019Po .mbr-text {
  color: #000000;
}
.cid-uKH3i019Po .mbr-text,
.cid-uKH3i019Po .text-wrapper {
  color: #000000;
}
.cid-uKH3i019Po .mbr-section-title,
.cid-uKH3i019Po .mbr-section-btn {
  color: #000000;
}
.cid-vb6JTnE0ux {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vb6JTnE0ux .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6JTnE0ux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6JTnE0ux .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-vb6JTnE0ux .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vb6JTnE0ux .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb6JTnE0ux .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-vb6JTnE0ux .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb6JTnE0ux .mbr-section-title {
  color: #000000;
}
.cid-vb6JTnE0ux .mbr-desc {
  color: #ffffff;
}
.cid-vb6JTnE0ux .mbr-text {
  color: #000000;
}
.cid-vb6JTnE0ux .mbr-text,
.cid-vb6JTnE0ux .text-wrapper {
  color: #ffffff;
}
.cid-vb6JTnE0ux .mbr-section-title,
.cid-vb6JTnE0ux .mbr-section-btn {
  color: #ffffff;
}
.cid-vb6K1Cxpws {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vb6K1Cxpws .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6K1Cxpws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6K1Cxpws .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-vb6K1Cxpws .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vb6K1Cxpws .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb6K1Cxpws .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-vb6K1Cxpws .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb6K1Cxpws .mbr-section-title {
  color: #000000;
}
.cid-vb6K1Cxpws .mbr-desc {
  color: #123768;
}
.cid-vb6K1Cxpws .mbr-text {
  color: #000000;
}
.cid-vb6K1Cxpws .mbr-text,
.cid-vb6K1Cxpws .text-wrapper {
  color: #000000;
}
.cid-vb6K1Cxpws .mbr-section-title,
.cid-vb6K1Cxpws .mbr-section-btn {
  color: #000000;
}
.cid-uzRfX9rAp9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uzRfX9rAp9 .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-uzRfX9rAp9 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uzRfX9rAp9 .mbr-text {
  margin: 10px 0;
  color: #ffffff;
  text-align: left;
}
.cid-uzRfX9rAp9 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uzRfX9rAp9 .btn-primary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uzRfX9rAp9 .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uzRfX9rAp9 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-to7xGl59kp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-to7xGl59kp .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.cid-to7xGl59kp .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-to7xGl59kp .mbr-text {
  margin: 10px 0;
  color: #ffffff;
  text-align: center;
}
.cid-to7xGl59kp .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-to7xGl59kp .btn-primary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-to7xGl59kp .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-to7xGl59kp .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-to7wBwZXlA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dsc-6801-2000x1325.jpg");
}
.cid-to7wBwZXlA .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-to7wBwZXlA .wrap:hover {
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-to7wBwZXlA .wrap {
    padding: 20px;
  }
}
.cid-to7wBwZXlA .icon__block {
  margin-bottom: 10px;
}
.cid-to7wBwZXlA .title__text {
  margin-bottom: 15px;
}
.cid-to7wBwZXlA .mbr-text {
  margin-bottom: 20px;
}
.cid-to7wBwZXlA .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-to7wBwZXlA .count {
  padding: 5px 0;
}
.cid-to7wBwZXlA .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-to7wBwZXlA .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #ffffff;
}
.cid-to7wBwZXlA .items {
  color: #ffffff;
}
.cid-vb6MUbsypN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-7868-2000x1333.jpg");
}
.cid-vb6MUbsypN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6MUbsypN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6MUbsypN .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vb6MUbsypN .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-vb6MUbsypN .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-vb6MUbsypN .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vb6MUbsypN .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vb6MUbsypN .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-vb6MUbsypN .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-vb6MUbsypN .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-vb6MUbsypN .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-vb6MUbsypN .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vb6MUbsypN .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vb6MUbsypN .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #000000;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-vb6MUbsypN .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vb6MUbsypN .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #000000;
    padding-left: 0;
    width: 100%;
  }
}
.cid-vb6MUbsypN .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-vb6MUbsypN .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-vb6MUbsypN .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vb6MUbsypN .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vb6MUbsypN .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-vb6MUbsypN .mbr-section-title {
  color: #050f0f;
}
.cid-vb6MUbsypN .mbr-text {
  color: #ffffff;
}
.cid-vb6MUbsypN .item-title {
  color: #ffffff;
}
.cid-vb6MUbsypN .item-text {
  color: #ffffff;
}
.cid-vb6MUbsypN .mbr-section-title,
.cid-vb6MUbsypN .icon-wrapper {
  color: #ffffff;
}
.cid-toiyDVdozs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc-4724-840x560.jpg");
}
.cid-toiyDVdozs .title__block {
  padding: 30px 15px;
}
.cid-toiyDVdozs .mbr-text {
  margin-bottom: 30px;
}
.cid-toiyDVdozs .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-toiyDVdozs .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-toiyDVdozs .bottom__text {
  margin: 10px 0;
  color: #ffffff;
}
.cid-toiyDVdozs .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-toiyDVdozs .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-toiyDVdozs .btn {
  margin-top: 0;
}
.cid-toiyDVdozs .btn:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.cid-toiyDVdozs img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-toiyDVdozs .image {
    margin-bottom: 10px;
  }
  .cid-toiyDVdozs .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-toiyDVdozs .mbr-text,
.cid-toiyDVdozs .mbr-section-btn {
  color: #ffffff;
}
.cid-toiyDVdozs .mbr-section-title {
  color: #ffffff;
}
.cid-toiyH7ML8D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-toiyH7ML8D .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-toiyH7ML8D .price {
  margin-top: 5px;
}
.cid-toiyH7ML8D .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-toiyH7ML8D .mbr-section-btn {
  margin-top: 10px;
}
.cid-toiyH7ML8D .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-toiyH7ML8D .btn-md:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.cid-toiyH7ML8D .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-toiyH7ML8D .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-toiyH7ML8D .content__block,
  .cid-toiyH7ML8D .price__block {
    margin-bottom: 30px;
  }
}
.cid-toiyH7ML8D .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-toiyH7ML8D .mbr-text,
.cid-toiyH7ML8D .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-toiyH7ML8D .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-totmaVoNhi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-totmaVoNhi .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-totmaVoNhi .price {
  margin-top: 5px;
}
.cid-totmaVoNhi .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-totmaVoNhi .mbr-section-btn {
  margin-top: 10px;
}
.cid-totmaVoNhi .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-totmaVoNhi .btn-md:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.cid-totmaVoNhi .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-totmaVoNhi .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-totmaVoNhi .content__block,
  .cid-totmaVoNhi .price__block {
    margin-bottom: 30px;
  }
}
.cid-totmaVoNhi .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-totmaVoNhi .mbr-text,
.cid-totmaVoNhi .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-totmaVoNhi .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uzcTxXcHLq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uzcTxXcHLq .item__head {
  width: 100%;
}
.cid-uzcTxXcHLq .item__text {
  border-radius: 4px;
  padding: 0 10px;
  background: #d90a2c;
  max-height: 30px;
}
.cid-uzcTxXcHLq .content__block {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uzcTxXcHLq .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}
.cid-uzcTxXcHLq .bot {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.cid-uzcTxXcHLq .border__radius {
  margin-right: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  max-width: 60px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzcTxXcHLq .bot__content {
  margin: 10px 0;
  width: 100%;
}
.cid-uzcTxXcHLq .bot__descr {
  color: #888888;
}
@media (max-width: 767px) {
  .cid-uzcTxXcHLq .content__block {
    margin-bottom: 50px;
  }
}
.cid-uzcTxXcHLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzcTxXcHLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzcW38Qavu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzcW38Qavu .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uzcW38Qavu .price {
  margin-top: 5px;
}
.cid-uzcW38Qavu .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uzcW38Qavu .mbr-section-btn {
  margin-top: 10px;
}
.cid-uzcW38Qavu .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uzcW38Qavu .btn-md:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.cid-uzcW38Qavu .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uzcW38Qavu .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-uzcW38Qavu .content__block,
  .cid-uzcW38Qavu .price__block {
    margin-bottom: 30px;
  }
}
.cid-uzcW38Qavu .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uzcW38Qavu .mbr-text,
.cid-uzcW38Qavu .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uzcW38Qavu .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uzcUGZ2D6w {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uzcUGZ2D6w .item__text {
  border-radius: 4px;
  padding: 0 10px;
  background: #ffffff;
  max-height: 30px;
}
.cid-uzcUGZ2D6w .content__block {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uzcUGZ2D6w .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}
.cid-uzcUGZ2D6w .bot {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.cid-uzcUGZ2D6w .border__radius {
  margin-right: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  max-width: 60px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzcUGZ2D6w .bot__content {
  margin: 10px 0;
  width: 100%;
}
.cid-uzcUGZ2D6w .bot__descr {
  color: #888888;
}
.cid-uzcUGZ2D6w .row {
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uzcUGZ2D6w .content__block {
    margin-bottom: 50px;
  }
}
.cid-uzcUGZ2D6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzcUGZ2D6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzcUGZ2D6w .item__head {
  text-align: center;
}
.cid-uzcUGZ2D6w .bot__text {
  text-align: left;
}
.cid-uDZFVMIR4X {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uDZFVMIR4X .mbr-section-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uDZFVMIR4X .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uDZFVMIR4X .mbr-text {
  margin: 10px 0;
  color: #ffda00;
}
.cid-uDZFVMIR4X .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-uDZFVMIR4X .btn-primary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uDZFVMIR4X .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-uDZFVMIR4X .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uDZFVMIR4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZFVMIR4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6P1lzmAE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-vb6P1lzmAE .container {
    max-width: 1400px;
  }
}
.cid-vb6P1lzmAE .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ffffff;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-vb6P1lzmAE .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-vb6P1lzmAE .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-vb6P1lzmAE .main-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-vb6P1lzmAE .card {
  transition: all 0.3s;
}
.cid-vb6P1lzmAE .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  background: #000000;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-vb6P1lzmAE .card .card-wrapper .img-wrapper {
  width: auto;
  height: 220px;
  margin-bottom: 30px;
}
.cid-vb6P1lzmAE .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-vb6P1lzmAE .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-vb6P1lzmAE .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-vb6P1lzmAE .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-vb6P1lzmAE .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-vb6P1lzmAE .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-vb6P1lzmAE .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-vb6P1lzmAE .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-vb6P1lzmAE .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-vb6P1lzmAE .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-vb6P1lzmAE .btn[class*="-outline"]:active,
.cid-vb6P1lzmAE .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-vb6P1lzmAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6P1lzmAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6P1lzmAE .card-title,
.cid-vb6P1lzmAE .card-box {
  color: #ffffff;
}
.cid-totyvCt33Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-totyvCt33Y .content__block {
  padding: 50px 15px;
}
.cid-totyvCt33Y .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-totyvCt33Y .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-totyvCt33Y .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-totyvCt33Y .image {
  perspective: 3500px;
  position: relative;
}
.cid-totyvCt33Y .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
}
.cid-totyvCt33Y .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-totyvCt33Y .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-totyvCt33Y .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-totyvCt33Y .content__block {
    padding: 30px 15px;
  }
  .cid-totyvCt33Y .mbr-figure {
    padding: 0;
  }
  .cid-totyvCt33Y .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-totyvCt33Y .lg-push {
    right: 1%;
  }
  .cid-totyvCt33Y .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-totyvCt33Y .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-totyvCt33Y .lg-push {
    left: 1%;
  }
  .cid-totyvCt33Y .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-totyvCt33Y .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-totyvCt33Y .mbr-text,
.cid-totyvCt33Y .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uk6vKlKPzz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uk6vKlKPzz .container {
  max-width: 1500px;
}
.cid-uk6vKlKPzz img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uk6vKlKPzz img:hover {
  transform: scale(1.1);
}
.cid-uk6vKlKPzz .row {
  background: #000000;
}
.cid-uk6vKlKPzz .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-uk6vKlKPzz h2 {
  padding: 0;
  margin: 0;
}
.cid-uk6vKlKPzz .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uk6vKlKPzz .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-uk6vKlKPzz .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uk6vKlKPzz .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-uk6vKlKPzz .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uk6vKlKPzz .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uk6vKlKPzz .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uk6vKlKPzz .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-uk6vKlKPzz .row {
    margin: 0rem;
  }
  .cid-uk6vKlKPzz .text-col {
    padding: 2rem 1rem;
  }
  .cid-uk6vKlKPzz .number {
    margin-right: 2rem;
  }
  .cid-uk6vKlKPzz .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uk6vKlKPzz H2 {
  color: #ffffff;
}
.cid-uk6vKlKPzz .mbr-text {
  color: #ffffff;
}
.cid-uG4fzQA4Vo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uG4fzQA4Vo .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uG4fzQA4Vo .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uG4fzQA4Vo .col + .mbr-section-btn .btn,
.cid-uG4fzQA4Vo .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uG4fzQA4Vo .col + .mbr-section-btn .btn,
  .cid-uG4fzQA4Vo .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uG4fzQA4Vo .dragArea > *:nth-last-child(2).col,
  .cid-uG4fzQA4Vo .dragArea > *:nth-last-child(2).col-auto,
  .cid-uG4fzQA4Vo .col + .mbr-section-btn,
  .cid-uG4fzQA4Vo .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uG4fzQA4Vo .dragArea {
    flex-direction: column;
  }
}
.cid-uG4fzQA4Vo .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uG4fzQA4Vo .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uG4fzQA4Vo .stripe {
  border-bottom: 1px solid #fc5d1b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uG4fzQA4Vo .form-group {
  max-width: 220px;
}
.cid-uG4fzQA4Vo .mbr-section-btn {
  padding-left: 0;
}
.cid-uG4fzQA4Vo .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uG4fzQA4Vo .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uG4fzQA4Vo .mbr-text {
  color: #444;
}
.cid-uG4fzQA4Vo h5 {
  margin-bottom: 0;
}
.cid-uG4fzQA4Vo .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uG4fzQA4Vo .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uG4fzQA4Vo .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uG4fzQA4Vo .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uG4fzQA4Vo .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uG4fzQA4Vo .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uG4fzQA4Vo .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uG4fzQA4Vo .social-list a:hover {
  opacity: 0.4;
}
.cid-uG4fzQA4Vo .media-container-row > div {
  padding: 0px;
}
.cid-uG4fzQA4Vo .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uG4fzQA4Vo .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-uG4fzQA4Vo .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uG4fzQA4Vo .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uG4fzQA4Vo .social-list,
  .cid-uG4fzQA4Vo .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uG4fzQA4Vo h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uG4fzQA4Vo .form-group {
    max-width: 180px;
  }
}
.cid-uG4fzQA4Vo .links span {
  color: #9e9e9e;
}
.cid-uG4fzQA4Vo .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uG4fzQA4Vo .logo-title {
  text-align: center;
}
.cid-uG4fzQA4Vo .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uG4fzQA4Vo .logo-title,
.cid-uG4fzQA4Vo .logo {
  color: #ffffff;
}
