body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.7rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.32rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((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: #199bfc !important;
}
.bg-success {
  background-color: #199bfc !important;
}
.bg-info {
  background-color: #199bfc !important;
}
.bg-warning {
  background-color: #4200ff !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #199bfc;
  border-color: #199bfc;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-primary:hover {
  background-color: #0381df !important;
  border-color: #0381df !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info,
.btn-info:active {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #199bfc;
  border-color: #199bfc;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info:hover {
  background-color: #0381df !important;
  border-color: #0381df !important;
}
.btn-success,
.btn-success:active {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #199bfc;
  border-color: #199bfc;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-success:hover {
  background-color: #0381df !important;
  border-color: #0381df !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-warning:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !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: #199bfc;
  color: #199bfc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #199bfc !important;
  border-color: #199bfc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #199bfc;
  color: #199bfc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #199bfc !important;
  border-color: #199bfc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #199bfc;
  color: #199bfc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #199bfc !important;
  border-color: #199bfc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !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: #199bfc !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #199bfc !important;
}
.text-info {
  color: #199bfc !important;
}
.text-warning {
  color: #4200ff !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0264ad !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0264ad !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0264ad !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #280099 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #199bfc !important;
}
.alert-success {
  background-color: #199bfc;
}
.alert-info {
  background-color: #199bfc;
}
.alert-warning {
  background-color: #4200ff;
}
.alert-danger {
  background-color: #f9f9f9;
}
.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.active .btn {
  background-color: #199bfc;
  border-color: #199bfc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #199bfc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2f3ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e2f3ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e2f3ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #199bfc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #199bfc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #199bfc;
  border-bottom-color: #199bfc;
}
.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: #199bfc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #17161a !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-sKhQbqFdDp .navbar-dropdown {
  position: relative !important;
}
.cid-sKhQbqFdDp .navbar-dropdown {
  position: absolute !important;
}
.cid-sKhQbqFdDp nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sKhQbqFdDp .nav-item {
    margin: 0 !important;
  }
}
.cid-sKhQbqFdDp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sKhQbqFdDp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sKhQbqFdDp .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sKhQbqFdDp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sKhQbqFdDp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sKhQbqFdDp .nav-link {
  position: relative;
}
.cid-sKhQbqFdDp .container {
  display: flex;
  margin: auto;
}
.cid-sKhQbqFdDp .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sKhQbqFdDp .dropdown-menu,
.cid-sKhQbqFdDp .navbar.opened {
  background: #ffffff !important;
}
.cid-sKhQbqFdDp .nav-item:focus,
.cid-sKhQbqFdDp .nav-link:focus {
  outline: none;
}
.cid-sKhQbqFdDp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sKhQbqFdDp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKhQbqFdDp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sKhQbqFdDp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sKhQbqFdDp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKhQbqFdDp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKhQbqFdDp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.cid-sKhQbqFdDp .navbar.opened {
  transition: all 0.3s;
}
.cid-sKhQbqFdDp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sKhQbqFdDp .navbar .navbar-logo img {
  width: auto;
}
.cid-sKhQbqFdDp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sKhQbqFdDp .navbar.collapsed {
  justify-content: center;
}
.cid-sKhQbqFdDp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKhQbqFdDp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sKhQbqFdDp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sKhQbqFdDp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKhQbqFdDp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKhQbqFdDp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sKhQbqFdDp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKhQbqFdDp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sKhQbqFdDp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sKhQbqFdDp .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-sKhQbqFdDp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKhQbqFdDp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKhQbqFdDp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKhQbqFdDp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKhQbqFdDp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sKhQbqFdDp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sKhQbqFdDp .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sKhQbqFdDp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sKhQbqFdDp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sKhQbqFdDp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sKhQbqFdDp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sKhQbqFdDp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sKhQbqFdDp .navbar.navbar-short {
  min-height: 60px;
}
.cid-sKhQbqFdDp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sKhQbqFdDp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sKhQbqFdDp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sKhQbqFdDp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKhQbqFdDp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKhQbqFdDp .dropdown-item.active,
.cid-sKhQbqFdDp .dropdown-item:active {
  background-color: transparent;
}
.cid-sKhQbqFdDp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKhQbqFdDp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKhQbqFdDp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKhQbqFdDp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sKhQbqFdDp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKhQbqFdDp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKhQbqFdDp ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sKhQbqFdDp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sKhQbqFdDp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sKhQbqFdDp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-sKhQbqFdDp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKhQbqFdDp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKhQbqFdDp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKhQbqFdDp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKhQbqFdDp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKhQbqFdDp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKhQbqFdDp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKhQbqFdDp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKhQbqFdDp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sKhQbqFdDp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKhQbqFdDp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sKhQbqFdDp .navbar {
    height: 70px;
  }
  .cid-sKhQbqFdDp .navbar.opened {
    height: auto;
  }
  .cid-sKhQbqFdDp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sKkfNGvs1s {
  background-image: url("../../../assets/images/homeriv-2000x1443.jpg");
}
.cid-sKkfNGvs1s .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sKkfNGvs1s .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sKkfNGvs1s .align-center {
    text-align: center;
  }
}
.cid-sKkfNGvs1s h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sKkfNGvs1s .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sKkfNGvs1s .row {
    margin: 0;
  }
}
.cid-sKkfNGvs1s .btn {
  margin-left: 0rem;
}
.cid-rRIiRsUpwJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fd;
}
.cid-rRIiRsUpwJ .title__block {
  margin-bottom: 40px;
}
.cid-rRIiRsUpwJ .carousel-item {
  justify-content: center;
}
.cid-rRIiRsUpwJ .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-rRIiRsUpwJ .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-rRIiRsUpwJ .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 155, 252, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRIiRsUpwJ .carousel-controls a:hover span {
  background: rgba(25, 155, 252, 0.6);
}
.cid-rRIiRsUpwJ .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-rRIiRsUpwJ .user_image img {
  transition: transform .5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRIiRsUpwJ .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-rRIiRsUpwJ .user {
    max-width: 87%;
  }
  .cid-rRIiRsUpwJ .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-rRIiRsUpwJ .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIiRsUpwJ .user {
    max-width: 100%;
  }
  .cid-rRIiRsUpwJ .carousel-control-prev {
    left: -5%;
  }
  .cid-rRIiRsUpwJ .carousel-control-next {
    right: -5%;
  }
  .cid-rRIiRsUpwJ .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRIiRsUpwJ .title__block {
    margin-bottom: 20px;
  }
  .cid-rRIiRsUpwJ .carousel-controls {
    display: none;
  }
}
.cid-sX0MbetUxK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafdfd;
}
.cid-sX0MbetUxK .title__block {
  padding: 30px 15px;
}
.cid-sX0MbetUxK .mbr-text {
  margin-bottom: 30px;
}
.cid-sX0MbetUxK .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-sX0MbetUxK .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-sX0MbetUxK .bottom__text {
  margin: 10px 0;
}
.cid-sX0MbetUxK .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-sX0MbetUxK .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-sX0MbetUxK .btn {
  margin-top: 0;
}
.cid-sX0MbetUxK .btn:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.cid-sX0MbetUxK img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sX0MbetUxK .image {
    margin-bottom: 10px;
  }
  .cid-sX0MbetUxK .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-rRIkbRb1Do {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-rRIkbRb1Do .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap {
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #80c7fe;
  top: 0px;
  right: 0px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #80c7fe;
  top: 0px;
  left: -100px;
}
.cid-rRIkbRb1Do .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-rRIkbRb1Do .mbr-text {
  margin-bottom: 20px;
}
.cid-rRIkbRb1Do .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
  .cid-rRIkbRb1Do .container,
  .cid-rRIkbRb1Do .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-rRIkbRb1Do a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRIkbRb1Do .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRIkbRb1Do .mbr-section-title,
.cid-rRIkbRb1Do .mbr-figure {
  color: #ffffff;
}
.cid-rRIiF0fHgC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-rRIiF0fHgC .wrap:hover .image img {
  transform: scale(1.02);
}
.cid-rRIiF0fHgC .title__block {
  padding: 0 20px;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-rRIiF0fHgC .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-rRIiF0fHgC .mbr-section-btn .btn-secondary-outline {
  margin-top: 10px;
  padding: 3px 0;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRIiF0fHgC .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-rRIiF0fHgC .image {
  overflow: hidden;
  width: calc(100% - 120px);
  max-height: 530px;
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-rRIiF0fHgC .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rRIiF0fHgC .image {
    max-height: 350px;
  }
  .cid-rRIiF0fHgC .title__block {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-rRIiF0fHgC .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-rRIiF0fHgC .image {
    width: 100%;
    float: none;
  }
  .cid-rRIiF0fHgC .title__block {
    height: auto;
    position: static;
    padding: 25px ;
    width: 100%;
    max-width: none ;
  }
}
.cid-rRIiaHWZmu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-rRIiaHWZmu .title__wrap {
  margin-bottom: 30px;
}
.cid-rRIiaHWZmu .title__block {
  margin-bottom: 10px;
}
.cid-rRIiaHWZmu .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRIiaHWZmu .mbr-section-title {
  margin-bottom: 0;
}
.cid-rRIiaHWZmu .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rRIiaHWZmu .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRIiaHWZmu .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-rRIiaHWZmu .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-rRIiaHWZmu .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-rRIiaHWZmu .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRIiaHWZmu .descr__block {
  padding: 25px 0 0;
}
.cid-rRIiaHWZmu .descr__title {
  margin-bottom: 5px;
}
.cid-rRIiaHWZmu .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
}
.cid-rRIiaHWZmu .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #199bfc;
  margin-left: 5px;
}
.cid-rRIiaHWZmu .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
}
.cid-rRIiaHWZmu .link__text a {
  position: relative;
}
.cid-rRIiaHWZmu .link__text a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-rRIiaHWZmu .link__text a:hover {
  color: #199bfc !important;
}
@media (max-width: 767px) {
  .cid-rRIiaHWZmu .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-rRIiaHWZmu .image {
    height: 300px;
  }
  .cid-rRIiaHWZmu .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rRIiaHWZmu .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rRIiaHWZmu .buttons {
    justify-content: flex-start;
  }
}
.cid-sKk7JmMnJ9 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sKk7JmMnJ9 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sKk7JmMnJ9 .align-center {
    text-align: center;
  }
}
.cid-sKk7JmMnJ9 h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sKk7JmMnJ9 .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sKk7JmMnJ9 .row {
    margin: 0;
  }
}
.cid-sKk7JmMnJ9 .btn {
  margin-left: 0rem;
}
.cid-rRIizpy8Kq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-rRIizpy8Kq .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRIizpy8Kq .mbr-text {
  margin-bottom: 20px;
}
.cid-rRIizpy8Kq .wrap {
  margin-bottom: 30px;
}
.cid-rRIizpy8Kq .card__wrap {
  display: flex;
  background-color: rgba(35, 34, 38, 0.03);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRIizpy8Kq .card__wrap:hover .author,
.cid-rRIizpy8Kq .card__wrap:hover .date,
.cid-rRIizpy8Kq .card__wrap:hover .category__content,
.cid-rRIizpy8Kq .card__wrap:hover .category__estimate,
.cid-rRIizpy8Kq .card__wrap:hover .content__title,
.cid-rRIizpy8Kq .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-rRIizpy8Kq .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRIizpy8Kq .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRIizpy8Kq .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-rRIizpy8Kq .image {
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-rRIizpy8Kq .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-rRIizpy8Kq .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-rRIizpy8Kq .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-rRIizpy8Kq .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-rRIizpy8Kq .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRIizpy8Kq .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-rRIizpy8Kq .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-rRIizpy8Kq .card__content > div {
  pointer-events: all;
}
.cid-rRIizpy8Kq .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-rRIizpy8Kq .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-rRIizpy8Kq .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-rRIizpy8Kq .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #199bfc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-rRIizpy8Kq .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-rRIizpy8Kq .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rRIizpy8Kq .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.cid-sKk7MtsAr2 {
  background-image: url("../../../assets/images/rive-ofi-1536x1024.jpg");
}
.cid-sKk7MtsAr2 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sKk7MtsAr2 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sKk7MtsAr2 .align-center {
    text-align: center;
  }
}
.cid-sKk7MtsAr2 h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sKk7MtsAr2 .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sKk7MtsAr2 .row {
    margin: 0;
  }
}
.cid-sKk7MtsAr2 .btn {
  margin-left: 0rem;
}
.cid-sX0YvzUGg0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sX0YvzUGg0 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sX0YvzUGg0 .carousel-item.active,
.cid-sX0YvzUGg0 .carousel-item-next,
.cid-sX0YvzUGg0 .carousel-item-prev {
  display: flex;
}
.cid-sX0YvzUGg0 .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-sX0YvzUGg0 .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #232323;
  opacity: .9;
}
.cid-sX0YvzUGg0 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sX0YvzUGg0 .user_image {
  width: 170px;
  height: 170px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #cccccc;
  margin: 0 auto 2rem auto;
  display: flex;
  -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
}
.cid-sX0YvzUGg0 .user_image .user_image_inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-sX0YvzUGg0 .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sX0YvzUGg0 .user_text {
  color: #767676;
}
.cid-sX0YvzUGg0 .user {
  margin: 1rem;
}
@media (min-width: 992px) {
  .cid-sX0YvzUGg0 .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-sX0YvzUGg0 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sX18fy98UI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sX18fy98UI .google-map {
  height: 25rem;
  position: relative;
}
.cid-sX18fy98UI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sX18fy98UI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sX18fy98UI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sX18fy98UI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sX18fy98UI .container-fluid {
  padding: 0;
}
.cid-sX18fy98UI .relative {
  position: relative;
  width: 100%;
}
.cid-sX18fy98UI .mbr-section-title {
  color: #656565;
}
.cid-sX18fy98UI .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sX18fy98UI .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sX18fy98UI .title {
  text-align: center;
  color: #ffffff;
}
.cid-sX18fy98UI .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sX18fy98UI .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sX14YaQ1Jt {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-sX14YaQ1Jt .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sX14YaQ1Jt .card {
  background-color: white;
  padding: 2rem;
}
.cid-sX14YaQ1Jt .input-group-btn {
  display: block;
}
.cid-sX14YaQ1Jt .form-control {
  background: none;
  border-radius: 6px !important;
}
.cid-sX14YaQ1Jt .form-control-label {
  font-weight: 700;
}
.cid-sX14YaQ1Jt .mbr-section-subtitle {
  color: #656565;
}
.cid-sX14YaQ1Jt .title2 {
  color: #000000;
}
.cid-sX14YaQ1Jt .form-title {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sX14YaQ1Jt .col-sm-12 {
    margin: 1rem;
  }
  .cid-sX14YaQ1Jt .card {
    padding: 1rem;
  }
}
.cid-sX1axMjnmB {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #fafdfd;
}
.cid-sX1axMjnmB section {
  position: relative;
}
.cid-sX1axMjnmB h4 {
  margin: 0;
}
.cid-sX1axMjnmB img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sX1axMjnmB a {
  font-weight: 300;
}
.cid-sX1axMjnmB .img1 {
  color: #00bea3;
}
.cid-sX1axMjnmB .img2 {
  color: #f1894c;
}
.cid-sX1axMjnmB .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sX1axMjnmB .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sX1axMjnmB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sX1axMjnmB .item,
.cid-sX1axMjnmB .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sX1axMjnmB .item h4,
.cid-sX1axMjnmB .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sX1axMjnmB .card-img {
  width: auto;
}
.cid-sX1axMjnmB .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sX1axMjnmB .item {
    justify-content: center;
  }
}
.cid-sX1axMjnmB .item-title {
  color: #232323;
}
.cid-sX1axMjnmB .items-title,
.cid-sX1axMjnmB .items-title + .line-wrap {
  color: #000000;
}
.cid-sX1axMjnmB .links-title,
.cid-sX1axMjnmB .links-title + .line-wrap {
  color: #000000;
}
.cid-sX1axMjnmB .link-title {
  color: #232323;
}
.cid-sX1bOjNrY5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sX1bOjNrY5 a:link {
  text-decoration: none;
}
.cid-sX1bOjNrY5 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sX1bOjNrY5 .icon-transition span:hover {
  background-color: #199bfc;
}
.cid-sX1bOjNrY5 .inner-text {
  line-height: 3em;
}
.cid-sX1bOjNrY5 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sX1bOjNrY5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sX1bOjNrY5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sX1bOjNrY5 .content-text,
.cid-sX1bOjNrY5 .inner-text {
  color: #c1c1c1;
}
.cid-sKhQbqFdDp .navbar-dropdown {
  position: relative !important;
}
.cid-sKhQbqFdDp .navbar-dropdown {
  position: absolute !important;
}
.cid-sKhQbqFdDp nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sKhQbqFdDp .nav-item {
    margin: 0 !important;
  }
}
.cid-sKhQbqFdDp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sKhQbqFdDp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sKhQbqFdDp .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sKhQbqFdDp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sKhQbqFdDp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sKhQbqFdDp .nav-link {
  position: relative;
}
.cid-sKhQbqFdDp .container {
  display: flex;
  margin: auto;
}
.cid-sKhQbqFdDp .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sKhQbqFdDp .dropdown-menu,
.cid-sKhQbqFdDp .navbar.opened {
  background: #ffffff !important;
}
.cid-sKhQbqFdDp .nav-item:focus,
.cid-sKhQbqFdDp .nav-link:focus {
  outline: none;
}
.cid-sKhQbqFdDp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sKhQbqFdDp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKhQbqFdDp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sKhQbqFdDp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sKhQbqFdDp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKhQbqFdDp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKhQbqFdDp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.cid-sKhQbqFdDp .navbar.opened {
  transition: all 0.3s;
}
.cid-sKhQbqFdDp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sKhQbqFdDp .navbar .navbar-logo img {
  width: auto;
}
.cid-sKhQbqFdDp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sKhQbqFdDp .navbar.collapsed {
  justify-content: center;
}
.cid-sKhQbqFdDp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKhQbqFdDp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sKhQbqFdDp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sKhQbqFdDp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKhQbqFdDp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKhQbqFdDp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sKhQbqFdDp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKhQbqFdDp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sKhQbqFdDp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sKhQbqFdDp .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-sKhQbqFdDp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKhQbqFdDp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKhQbqFdDp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKhQbqFdDp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKhQbqFdDp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sKhQbqFdDp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sKhQbqFdDp .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sKhQbqFdDp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sKhQbqFdDp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sKhQbqFdDp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sKhQbqFdDp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sKhQbqFdDp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sKhQbqFdDp .navbar.navbar-short {
  min-height: 60px;
}
.cid-sKhQbqFdDp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sKhQbqFdDp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sKhQbqFdDp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sKhQbqFdDp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKhQbqFdDp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKhQbqFdDp .dropdown-item.active,
.cid-sKhQbqFdDp .dropdown-item:active {
  background-color: transparent;
}
.cid-sKhQbqFdDp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKhQbqFdDp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKhQbqFdDp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKhQbqFdDp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sKhQbqFdDp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKhQbqFdDp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKhQbqFdDp ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sKhQbqFdDp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sKhQbqFdDp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sKhQbqFdDp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-sKhQbqFdDp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKhQbqFdDp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKhQbqFdDp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKhQbqFdDp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKhQbqFdDp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKhQbqFdDp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKhQbqFdDp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKhQbqFdDp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKhQbqFdDp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sKhQbqFdDp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sKhQbqFdDp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sKhQbqFdDp .navbar {
    height: 70px;
  }
  .cid-sKhQbqFdDp .navbar.opened {
    height: auto;
  }
  .cid-sKhQbqFdDp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sX0QuAgRbI {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-sX0QuAgRbI .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sX0QuAgRbI .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sX0QuAgRbI .align-center {
    text-align: center;
  }
}
.cid-sX0QuAgRbI h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sX0QuAgRbI .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sX0QuAgRbI .row {
    margin: 0;
  }
}
.cid-sX0QuAgRbI .btn {
  margin-left: 0rem;
}
.cid-sX0Rcnczvm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sX0Rcnczvm .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sX0Rcnczvm .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-sX0Rcnczvm .wrap {
  align-items: center;
}
.cid-sX0Rcnczvm .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sX0Rcnczvm .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-sX0Rcnczvm .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sX0Rcnczvm .wrap:hover .mbr-section-title {
  color: #199bfc;
}
.cid-sX0Rcnczvm .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-sX0Rcnczvm .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-sX0Rcnczvm .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-sX0Rcnczvm .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-sX0Rcnczvm .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-sX0Rcnczvm .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sX0Rcnczvm .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-sX0Rcnczvm .card__content {
  padding: 20px;
}
.cid-sX0Rcnczvm .card__topic {
  margin-bottom: 15px;
}
.cid-sX0Rcnczvm .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sX0Rcnczvm .mbr-text {
  margin-bottom: 10px;
}
.cid-sX0Rcnczvm .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #199bfc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sX0Rcnczvm .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-sX0Rcnczvm .mbr-section-title,
.cid-sX0Rcnczvm .card__topic {
  color: #000000;
}
.cid-sX0Re1UJp9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-sX0Re1UJp9 .title__block {
  margin-bottom: 30px;
}
.cid-sX0Re1UJp9 .mbr-section-subtitle,
.cid-sX0Re1UJp9 .card__subtitle {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-sX0Re1UJp9 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-sX0Re1UJp9 .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-sX0Re1UJp9 .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-sX0Re1UJp9 .card__title {
  margin-bottom: 20px;
  color: #199bfc;
}
.cid-sX0Re1UJp9 .mbr-text {
  margin-bottom: 0;
}
.cid-sX0R3eZSZ7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sX0R3eZSZ7 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sX0R3eZSZ7 .block__left,
.cid-sX0R3eZSZ7 .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-sX0R3eZSZ7 .block__left,
  .cid-sX0R3eZSZ7 .block__right {
    padding: 30px;
  }
}
.cid-sX0R3eZSZ7 .title__block {
  position: relative;
  z-index: 2;
}
.cid-sX0R3eZSZ7 .left__image {
  background-image: url("../../../assets/images/conference21.jpg");
}
.cid-sX0R3eZSZ7 .block__left > .mbr-overlay {
  background-color: #888888;
  opacity: 0.6;
  z-index: 1;
}
.cid-sX0R3eZSZ7 .block__right > .mbr-overlay {
  background-color: #199bfc;
  opacity: 0.6;
  z-index: 1;
}
.cid-sX0R3eZSZ7 .right__image {
  background-image: url("../../../assets/images/captura-de-pantalla-2022-02-09-a-las-23.06.58-840x563.png");
}
.cid-sX0R3eZSZ7 .left__image,
.cid-sX0R3eZSZ7 .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-sX0R3eZSZ7 .container,
  .cid-sX0R3eZSZ7 .container-fluid,
  .cid-sX0R3eZSZ7 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-sX0R3eZSZ7 .wrap_left,
  .cid-sX0R3eZSZ7 .wrap_right {
    padding: 0;
  }
}
.cid-sX112PkWKY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-sX112PkWKY .mbr-iconfont {
  color: #4200ff;
}
.cid-sX112PkWKY .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sX112PkWKY .mbr-text {
  margin: 1.5rem 0;
}
.cid-sX112PkWKY .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sX112PkWKY .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sX112PkWKY .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sX112PkWKY .mbr-section-subtitle,
.cid-sX112PkWKY .mbr-text,
.cid-sX112PkWKY .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sX0XVIFAEC {
  background-image: url("../../../assets/images/tyd01-2000x1333.jpg");
  background-position: right;
}
.cid-sX0XVIFAEC .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sX0XVIFAEC .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sX0XVIFAEC .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sX0XVIFAEC img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sX0XVIFAEC .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sX1dDlKft9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sX1dDlKft9 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sX1dDlKft9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sX1dDlKft9 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sX1dDlKft9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sX1dDlKft9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sX1dDlKft9 .container-fluid {
  padding: 0;
}
.cid-sX1dDlKft9 .relative {
  position: relative;
  width: 100%;
}
.cid-sX1dDlKft9 .mbr-section-title {
  color: #656565;
}
.cid-sX1dDlKft9 .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sX1dDlKft9 .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sX1dDlKft9 .title {
  text-align: center;
  color: #ffffff;
}
.cid-sX1dDlKft9 .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sX1dDlKft9 .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sX1dWQX1It {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-sX1dWQX1It .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sX1dWQX1It .card {
  background-color: white;
  padding: 2rem;
}
.cid-sX1dWQX1It .input-group-btn {
  display: block;
}
.cid-sX1dWQX1It .form-control {
  background: none;
  border-radius: 6px !important;
}
.cid-sX1dWQX1It .form-control-label {
  font-weight: 700;
}
.cid-sX1dWQX1It .mbr-section-subtitle {
  color: #656565;
}
.cid-sX1dWQX1It .title2 {
  color: #000000;
}
.cid-sX1dWQX1It .form-title {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sX1dWQX1It .col-sm-12 {
    margin: 1rem;
  }
  .cid-sX1dWQX1It .card {
    padding: 1rem;
  }
}
.cid-sXxLVkFk2V {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #fafdfd;
}
.cid-sXxLVkFk2V section {
  position: relative;
}
.cid-sXxLVkFk2V h4 {
  margin: 0;
}
.cid-sXxLVkFk2V img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sXxLVkFk2V a {
  font-weight: 300;
}
.cid-sXxLVkFk2V .img1 {
  color: #00bea3;
}
.cid-sXxLVkFk2V .img2 {
  color: #f1894c;
}
.cid-sXxLVkFk2V .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sXxLVkFk2V .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sXxLVkFk2V .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sXxLVkFk2V .item,
.cid-sXxLVkFk2V .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sXxLVkFk2V .item h4,
.cid-sXxLVkFk2V .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sXxLVkFk2V .card-img {
  width: auto;
}
.cid-sXxLVkFk2V .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sXxLVkFk2V .item {
    justify-content: center;
  }
}
.cid-sXxLVkFk2V .item-title {
  color: #232323;
}
.cid-sXxLVkFk2V .items-title,
.cid-sXxLVkFk2V .items-title + .line-wrap {
  color: #000000;
}
.cid-sXxLVkFk2V .links-title,
.cid-sXxLVkFk2V .links-title + .line-wrap {
  color: #000000;
}
.cid-sXxLVkFk2V .link-title {
  color: #232323;
}
.cid-sX1dEnDPG0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sX1dEnDPG0 a:link {
  text-decoration: none;
}
.cid-sX1dEnDPG0 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sX1dEnDPG0 .icon-transition span:hover {
  background-color: #199bfc;
}
.cid-sX1dEnDPG0 .inner-text {
  line-height: 3em;
}
.cid-sX1dEnDPG0 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sX1dEnDPG0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sX1dEnDPG0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sX1dEnDPG0 .content-text,
.cid-sX1dEnDPG0 .inner-text {
  color: #c1c1c1;
}
.cid-sX0ximpMgR .navbar-dropdown {
  position: relative !important;
}
.cid-sX0ximpMgR .navbar-dropdown {
  position: absolute !important;
}
.cid-sX0ximpMgR nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sX0ximpMgR .nav-item {
    margin: 0 !important;
  }
}
.cid-sX0ximpMgR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sX0ximpMgR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sX0ximpMgR .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sX0ximpMgR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sX0ximpMgR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sX0ximpMgR .nav-link {
  position: relative;
}
.cid-sX0ximpMgR .container {
  display: flex;
  margin: auto;
}
.cid-sX0ximpMgR .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sX0ximpMgR .dropdown-menu,
.cid-sX0ximpMgR .navbar.opened {
  background: #ffffff !important;
}
.cid-sX0ximpMgR .nav-item:focus,
.cid-sX0ximpMgR .nav-link:focus {
  outline: none;
}
.cid-sX0ximpMgR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sX0ximpMgR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sX0ximpMgR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sX0ximpMgR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sX0ximpMgR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sX0ximpMgR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sX0ximpMgR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.cid-sX0ximpMgR .navbar.opened {
  transition: all 0.3s;
}
.cid-sX0ximpMgR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sX0ximpMgR .navbar .navbar-logo img {
  width: auto;
}
.cid-sX0ximpMgR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sX0ximpMgR .navbar.collapsed {
  justify-content: center;
}
.cid-sX0ximpMgR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sX0ximpMgR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sX0ximpMgR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sX0ximpMgR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sX0ximpMgR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sX0ximpMgR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sX0ximpMgR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sX0ximpMgR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sX0ximpMgR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sX0ximpMgR .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-sX0ximpMgR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sX0ximpMgR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sX0ximpMgR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sX0ximpMgR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sX0ximpMgR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sX0ximpMgR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sX0ximpMgR .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sX0ximpMgR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sX0ximpMgR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sX0ximpMgR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sX0ximpMgR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sX0ximpMgR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sX0ximpMgR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sX0ximpMgR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sX0ximpMgR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sX0ximpMgR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sX0ximpMgR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sX0ximpMgR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sX0ximpMgR .dropdown-item.active,
.cid-sX0ximpMgR .dropdown-item:active {
  background-color: transparent;
}
.cid-sX0ximpMgR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sX0ximpMgR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sX0ximpMgR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sX0ximpMgR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sX0ximpMgR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sX0ximpMgR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sX0ximpMgR ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sX0ximpMgR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sX0ximpMgR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sX0ximpMgR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-sX0ximpMgR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sX0ximpMgR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sX0ximpMgR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sX0ximpMgR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sX0ximpMgR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sX0ximpMgR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sX0ximpMgR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sX0ximpMgR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sX0ximpMgR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sX0ximpMgR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sX0ximpMgR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sX0ximpMgR .navbar {
    height: 70px;
  }
  .cid-sX0ximpMgR .navbar.opened {
    height: auto;
  }
  .cid-sX0ximpMgR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXFzj6KTM1 {
  background-image: url("../../../assets/images/captura-de-pantalla-2022-02-09-a-las-23.06.58-840x563.png");
}
.cid-sXFzj6KTM1 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sXFzj6KTM1 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sXFzj6KTM1 .align-center {
    text-align: center;
  }
}
.cid-sXFzj6KTM1 h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-sXFzj6KTM1 .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-sXFzj6KTM1 .row {
    margin: 0;
  }
}
.cid-sXFzj6KTM1 .btn {
  margin-left: 0rem;
}
.cid-sXFBFbrElF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sXFBFbrElF .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sXFBFbrElF .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-sXFBFbrElF .wrap {
  align-items: center;
}
.cid-sXFBFbrElF .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sXFBFbrElF .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-sXFBFbrElF .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sXFBFbrElF .wrap:hover .mbr-section-title {
  color: #199bfc;
}
.cid-sXFBFbrElF .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-sXFBFbrElF .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-sXFBFbrElF .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-sXFBFbrElF .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-sXFBFbrElF .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-sXFBFbrElF .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sXFBFbrElF .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-sXFBFbrElF .card__content {
  padding: 20px;
}
.cid-sXFBFbrElF .card__topic {
  margin-bottom: 15px;
}
.cid-sXFBFbrElF .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sXFBFbrElF .mbr-text {
  margin-bottom: 10px;
}
.cid-sXFBFbrElF .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #199bfc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sXFBFbrElF .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-sXFBnxtl5p {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sXFBnxtl5p .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sXFBnxtl5p .wrap:hover {
  background-color: #ebeaed;
}
@media (max-width: 767px) {
  .cid-sXFBnxtl5p .wrap {
    padding: 20px;
  }
}
.cid-sXFBnxtl5p .icon__block {
  margin-bottom: 10px;
}
.cid-sXFBnxtl5p .title__text {
  margin-bottom: 15px;
}
.cid-sXFBnxtl5p .mbr-text {
  margin-bottom: 20px;
}
.cid-sXFBnxtl5p .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #199bfc;
}
.cid-sXFBnxtl5p .count {
  padding: 5px 0;
}
.cid-sXFBnxtl5p .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-sXFBnxtl5p .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #199bfc;
}
.cid-sXUX6PHand {
  background-image: url("../../../assets/images/67321e4b-0039-4373-82dd-2e6dd173205d-2000x1500.jpg");
}
@media (max-width: 768px) {
  .cid-sXUX6PHand .mbr-text,
  .cid-sXUX6PHand .mbr-section-subtitle,
  .cid-sXUX6PHand .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sXI1cAPENd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sXI1cAPENd .title__block {
  margin-bottom: 30px;
}
.cid-sXI1cAPENd .mbr-section-subtitle,
.cid-sXI1cAPENd .card__subtitle {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-sXI1cAPENd .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-sXI1cAPENd .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-sXI1cAPENd .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-sXI1cAPENd .card__title {
  margin-bottom: 20px;
}
.cid-sXI1cAPENd .mbr-text {
  margin-bottom: 0;
}
.cid-sXFB7UTMVj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sXFB7UTMVj .title__block {
  padding: 50px 15px;
}
.cid-sXFB7UTMVj .image {
  display: block;
  position: relative;
}
.cid-sXFB7UTMVj .image img {
  height: 100%;
  object-fit: cover;
}
.cid-sXFB7UTMVj .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-sXFB7UTMVj .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(25, 155, 252, 0.98);
}
.cid-sXFB7UTMVj .widget .widget__item:hover .mbr-iconfont {
  color: #199bfc;
}
.cid-sXFB7UTMVj .widget .widget__item:nth-child(2) {
  background-color: rgba(128, 199, 254, 0.98);
}
.cid-sXFB7UTMVj .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-sXFB7UTMVj .widget .widget__text {
  margin: 5px 0;
}
.cid-sXFB7UTMVj .mbr-section-btn {
  margin-top: 20px;
}
.cid-sXFB7UTMVj .btn {
  margin-top: 0;
}
.cid-sXFB7UTMVj .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-sXFB7UTMVj .mbr-media {
  display: inline-block;
}
.cid-sXFB7UTMVj .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-sXFB7UTMVj .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-sXFB7UTMVj .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-sXFB7UTMVj .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sXFB7UTMVj .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-sXFB7UTMVj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-sXFB7UTMVj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sXFB7UTMVj .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sXFB7UTMVj a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sXFB7UTMVj a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-sXFB7UTMVj .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-sXFB7UTMVj .image {
    padding: 0;
  }
  .cid-sXFB7UTMVj .container,
  .cid-sXFB7UTMVj .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sXFB7UTMVj .widget {
    margin-left: 0;
  }
  .cid-sXFB7UTMVj .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-sXFB7UTMVj a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sXFB7UTMVj .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-sXFB7UTMVj .image img {
    max-height: 400px;
  }
}
.cid-sXFB7UTMVj .mbr-section-title,
.cid-sXFB7UTMVj .mbr-figure {
  color: #000000;
}
.cid-sXHXVQTGUL {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-sXHXVQTGUL .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sXHXVQTGUL .card {
  background-color: white;
  padding: 2rem;
}
.cid-sXHXVQTGUL .input-group-btn {
  display: block;
}
.cid-sXHXVQTGUL .form-control {
  background: none;
  border-radius: 6px !important;
}
.cid-sXHXVQTGUL .form-control-label {
  font-weight: 700;
}
.cid-sXHXVQTGUL .mbr-section-subtitle {
  color: #656565;
}
.cid-sXHXVQTGUL .title2 {
  color: #000000;
}
.cid-sXHXVQTGUL .form-title {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sXHXVQTGUL .col-sm-12 {
    margin: 1rem;
  }
  .cid-sXHXVQTGUL .card {
    padding: 1rem;
  }
}
.cid-sXHY5UvOCU {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #fafdfd;
}
.cid-sXHY5UvOCU section {
  position: relative;
}
.cid-sXHY5UvOCU h4 {
  margin: 0;
}
.cid-sXHY5UvOCU img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sXHY5UvOCU a {
  font-weight: 300;
}
.cid-sXHY5UvOCU .img1 {
  color: #00bea3;
}
.cid-sXHY5UvOCU .img2 {
  color: #f1894c;
}
.cid-sXHY5UvOCU .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sXHY5UvOCU .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sXHY5UvOCU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sXHY5UvOCU .item,
.cid-sXHY5UvOCU .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sXHY5UvOCU .item h4,
.cid-sXHY5UvOCU .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sXHY5UvOCU .card-img {
  width: auto;
}
.cid-sXHY5UvOCU .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sXHY5UvOCU .item {
    justify-content: center;
  }
}
.cid-sXHY5UvOCU .item-title {
  color: #232323;
}
.cid-sXHY5UvOCU .items-title,
.cid-sXHY5UvOCU .items-title + .line-wrap {
  color: #000000;
}
.cid-sXHY5UvOCU .links-title,
.cid-sXHY5UvOCU .links-title + .line-wrap {
  color: #000000;
}
.cid-sXHY5UvOCU .link-title {
  color: #232323;
}
.cid-sXHY6hWdaz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sXHY6hWdaz a:link {
  text-decoration: none;
}
.cid-sXHY6hWdaz .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sXHY6hWdaz .icon-transition span:hover {
  background-color: #199bfc;
}
.cid-sXHY6hWdaz .inner-text {
  line-height: 3em;
}
.cid-sXHY6hWdaz .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXHY6hWdaz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sXHY6hWdaz .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sXHY6hWdaz .content-text,
.cid-sXHY6hWdaz .inner-text {
  color: #c1c1c1;
}
.cid-sX0xliELXh .navbar-dropdown {
  position: relative !important;
}
.cid-sX0xliELXh .navbar-dropdown {
  position: absolute !important;
}
.cid-sX0xliELXh nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sX0xliELXh .nav-item {
    margin: 0 !important;
  }
}
.cid-sX0xliELXh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sX0xliELXh .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sX0xliELXh .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sX0xliELXh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sX0xliELXh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sX0xliELXh .nav-link {
  position: relative;
}
.cid-sX0xliELXh .container {
  display: flex;
  margin: auto;
}
.cid-sX0xliELXh .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sX0xliELXh .dropdown-menu,
.cid-sX0xliELXh .navbar.opened {
  background: #ffffff !important;
}
.cid-sX0xliELXh .nav-item:focus,
.cid-sX0xliELXh .nav-link:focus {
  outline: none;
}
.cid-sX0xliELXh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sX0xliELXh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sX0xliELXh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sX0xliELXh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sX0xliELXh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sX0xliELXh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sX0xliELXh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.cid-sX0xliELXh .navbar.opened {
  transition: all 0.3s;
}
.cid-sX0xliELXh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sX0xliELXh .navbar .navbar-logo img {
  width: auto;
}
.cid-sX0xliELXh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sX0xliELXh .navbar.collapsed {
  justify-content: center;
}
.cid-sX0xliELXh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sX0xliELXh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sX0xliELXh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sX0xliELXh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sX0xliELXh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sX0xliELXh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sX0xliELXh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sX0xliELXh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sX0xliELXh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sX0xliELXh .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-sX0xliELXh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sX0xliELXh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sX0xliELXh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sX0xliELXh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sX0xliELXh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sX0xliELXh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sX0xliELXh .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sX0xliELXh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sX0xliELXh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sX0xliELXh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sX0xliELXh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sX0xliELXh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sX0xliELXh .navbar.navbar-short {
  min-height: 60px;
}
.cid-sX0xliELXh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sX0xliELXh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sX0xliELXh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sX0xliELXh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sX0xliELXh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sX0xliELXh .dropdown-item.active,
.cid-sX0xliELXh .dropdown-item:active {
  background-color: transparent;
}
.cid-sX0xliELXh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sX0xliELXh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sX0xliELXh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sX0xliELXh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sX0xliELXh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sX0xliELXh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sX0xliELXh ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sX0xliELXh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sX0xliELXh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sX0xliELXh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-sX0xliELXh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sX0xliELXh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sX0xliELXh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sX0xliELXh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sX0xliELXh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sX0xliELXh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sX0xliELXh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sX0xliELXh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sX0xliELXh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sX0xliELXh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sX0xliELXh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sX0xliELXh .navbar {
    height: 70px;
  }
  .cid-sX0xliELXh .navbar.opened {
    height: auto;
  }
  .cid-sX0xliELXh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t17i049677 {
  background-image: url("../../../assets/images/captura-de-pantalla-2022-03-25-a-las-12.55.49-2000x1029.png");
}
.cid-t17i049677 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-t17i049677 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-t17i049677 .align-center {
    text-align: center;
  }
}
.cid-t17i049677 h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-t17i049677 .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-t17i049677 .row {
    margin: 0;
  }
}
.cid-t17i049677 .btn {
  margin-left: 0rem;
}
.cid-t17qdZVifO {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #fafdfd;
}
.cid-t17qdZVifO .image {
  position: absolute;
  background-image: url("../../../assets/images/background1-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 40vw;
  transform-origin: center;
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .cid-t17qdZVifO .image {
    display: none;
  }
}
.cid-t17qdZVifO .position {
  z-index: 10;
}
.cid-t17qdZVifO .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-t17qdZVifO .mbr-section-title {
  margin-bottom: 0;
}
.cid-t17qdZVifO .mbr-text {
  margin-top: 30px;
}
.cid-t17qdZVifO .mbr-section-btn {
  margin-top: 30px;
}
.cid-t17qdZVifO .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-t17qdZVifO .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-t17qdZVifO .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-t17qdZVifO .info__block-item {
    margin-right: 10px;
  }
}
.cid-t17qdZVifO .title__item,
.cid-t17qdZVifO .text__item {
  margin-bottom: 0;
}
.cid-t17qdZVifO .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-t17qdZVifO .animated-element {
  color: #199bfc;
}
.cid-t17qdZVifO .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #199bfc;
}
@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-t17u5BwofR {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t17u5BwofR .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  transition: all 0.3s;
}
.cid-t17u5BwofR .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-t17u5BwofR .ico-line {
  display: -webkit-flex;
}
.cid-t17u5BwofR .col-md-4 {
  padding: 0;
}
.cid-t17u5BwofR p {
  line-height: 1.6;
}
.cid-t17u5BwofR .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-t17u5BwofR .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-t17u5BwofR .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-t17u5BwofR .price-box {
  position: absolute;
  background: #199bfc;
  padding: 0.5rem 1rem;
  left: 0px;
  bottom: 2rem;
  transition: all 0.3s;
}
.cid-t17u5BwofR img {
  transition: all 0.3s;
}
.cid-t17u5BwofR h5 {
  margin: 0;
}
.cid-t17u5BwofR .card-box {
  padding: 1.5rem;
  background: #ffffff;
}
.cid-t17u5BwofR .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: left;
}
.cid-t17u5BwofR .card-box > p,
.cid-t17u5BwofR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-t17u5BwofR .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-t17u5BwofR .price {
  color: #ffffff;
  text-align: left;
}
.cid-t17u5BwofR .rev {
  color: #000000;
  line-height: 1.1;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-t17u5BwofR .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-t17u5BwofR .px-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .cid-t17u5BwofR .col-md-4 {
    padding: 0 15px;
  }
  .cid-t17u5BwofR .col-md-8 {
    margin: 0 15px;
  }
  .cid-t17u5BwofR .price-box {
    left: 15px;
  }
  .cid-t17u5BwofR .card-box {
    padding: 1rem;
  }
}
.cid-t17lEWTH0W {
  background-image: url("../../../assets/images/4-2000x990.jpg");
}
.cid-t17lEWTH0W .mbr-section-title DIV {
  text-align: center;
}
.cid-t17lEWTH0W .mbr-text,
.cid-t17lEWTH0W .mbr-section-btn {
  text-align: left;
}
.cid-t17lEWTH0W .mbr-section-title {
  color: #ffffff;
}
.cid-t17vL2fX9Y {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t17vL2fX9Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t17vL2fX9Y .row {
  flex-direction: row-reverse;
}
.cid-t17vL2fX9Y img {
  width: 100%;
}
.cid-tadAEcHLi4 {
  background-image: url("../../../assets/images/riverant-team-2000x1333.jpg");
}
.cid-tadAEcHLi4 .mbr-section-title DIV {
  text-align: center;
}
.cid-tadAEcHLi4 .mbr-text,
.cid-tadAEcHLi4 .mbr-section-btn {
  text-align: left;
}
.cid-tadAEcHLi4 .mbr-section-title {
  color: #ffffff;
}
.cid-tadCnCchbv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f7fd;
}
.cid-tadCnCchbv .mbr-section-title,
.cid-tadCnCchbv .mbr-section-subtitle {
  text-align: center;
}
.cid-tadCnCchbv .card {
  margin-bottom: 2rem;
}
.cid-tadCnCchbv .cards-wrap {
  background: #fafafa;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 48px;
}
.cid-tadCnCchbv .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-tadCnCchbv .cards-wrap .card {
  display: flex;
  flex-direction: row;
}
.cid-tadCnCchbv .cards-wrap .card-img {
  font-size: 40px;
  background: #199bfc;
  line-height: 68px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.cid-tadCnCchbv .cards-wrap .card .card-wrapper {
  margin-left: 23px;
  border-radius: 4px;
}
.cid-tadCnCchbv .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-tadCnCchbv .card-wrapper {
    padding: 1rem;
    margin-left: 0 !important;
  }
  .cid-tadCnCchbv .cards-wrap .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .cid-tadCnCchbv .cards-wrap .card .card-img {
    align-self: center;
  }
  .cid-tadCnCchbv * {
    text-align: center;
  }
}
.cid-tadCnCchbv .title .mbr-section-title,
.cid-tadCnCchbv .title .mbr-section-btn {
  color: #000000;
}
.cid-tadCl5jnBF {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-tadCl5jnBF .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tadCl5jnBF .card {
  background-color: white;
  padding: 2rem;
}
.cid-tadCl5jnBF .input-group-btn {
  display: block;
}
.cid-tadCl5jnBF .form-control {
  background: none;
  border-radius: 6px !important;
}
.cid-tadCl5jnBF .form-control-label {
  font-weight: 700;
}
.cid-tadCl5jnBF .mbr-section-subtitle {
  color: #656565;
}
.cid-tadCl5jnBF .title2 {
  color: #000000;
}
.cid-tadCl5jnBF .form-title {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tadCl5jnBF .col-sm-12 {
    margin: 1rem;
  }
  .cid-tadCl5jnBF .card {
    padding: 1rem;
  }
}
.cid-tadClz8bMJ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #fafdfd;
}
.cid-tadClz8bMJ section {
  position: relative;
}
.cid-tadClz8bMJ h4 {
  margin: 0;
}
.cid-tadClz8bMJ img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-tadClz8bMJ a {
  font-weight: 300;
}
.cid-tadClz8bMJ .img1 {
  color: #00bea3;
}
.cid-tadClz8bMJ .img2 {
  color: #f1894c;
}
.cid-tadClz8bMJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tadClz8bMJ .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tadClz8bMJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tadClz8bMJ .item,
.cid-tadClz8bMJ .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tadClz8bMJ .item h4,
.cid-tadClz8bMJ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tadClz8bMJ .card-img {
  width: auto;
}
.cid-tadClz8bMJ .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-tadClz8bMJ .item {
    justify-content: center;
  }
}
.cid-tadClz8bMJ .item-title {
  color: #232323;
}
.cid-tadClz8bMJ .items-title,
.cid-tadClz8bMJ .items-title + .line-wrap {
  color: #000000;
}
.cid-tadClz8bMJ .links-title,
.cid-tadClz8bMJ .links-title + .line-wrap {
  color: #000000;
}
.cid-tadClz8bMJ .link-title {
  color: #232323;
}
.cid-tadCm16460 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tadCm16460 a:link {
  text-decoration: none;
}
.cid-tadCm16460 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tadCm16460 .icon-transition span:hover {
  background-color: #199bfc;
}
.cid-tadCm16460 .inner-text {
  line-height: 3em;
}
.cid-tadCm16460 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tadCm16460 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tadCm16460 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tadCm16460 .content-text,
.cid-tadCm16460 .inner-text {
  color: #c1c1c1;
}
.cid-sX0xo6OtFN .navbar-dropdown {
  position: relative !important;
}
.cid-sX0xo6OtFN .navbar-dropdown {
  position: absolute !important;
}
.cid-sX0xo6OtFN nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sX0xo6OtFN .nav-item {
    margin: 0 !important;
  }
}
.cid-sX0xo6OtFN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sX0xo6OtFN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sX0xo6OtFN .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sX0xo6OtFN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sX0xo6OtFN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sX0xo6OtFN .nav-link {
  position: relative;
}
.cid-sX0xo6OtFN .container {
  display: flex;
  margin: auto;
}
.cid-sX0xo6OtFN .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sX0xo6OtFN .dropdown-menu,
.cid-sX0xo6OtFN .navbar.opened {
  background: #ffffff !important;
}
.cid-sX0xo6OtFN .nav-item:focus,
.cid-sX0xo6OtFN .nav-link:focus {
  outline: none;
}
.cid-sX0xo6OtFN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sX0xo6OtFN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sX0xo6OtFN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sX0xo6OtFN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sX0xo6OtFN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sX0xo6OtFN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sX0xo6OtFN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.cid-sX0xo6OtFN .navbar.opened {
  transition: all 0.3s;
}
.cid-sX0xo6OtFN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sX0xo6OtFN .navbar .navbar-logo img {
  width: auto;
}
.cid-sX0xo6OtFN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sX0xo6OtFN .navbar.collapsed {
  justify-content: center;
}
.cid-sX0xo6OtFN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sX0xo6OtFN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sX0xo6OtFN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sX0xo6OtFN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sX0xo6OtFN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sX0xo6OtFN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sX0xo6OtFN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sX0xo6OtFN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sX0xo6OtFN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sX0xo6OtFN .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-sX0xo6OtFN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sX0xo6OtFN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sX0xo6OtFN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sX0xo6OtFN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sX0xo6OtFN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sX0xo6OtFN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sX0xo6OtFN .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sX0xo6OtFN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sX0xo6OtFN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sX0xo6OtFN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sX0xo6OtFN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sX0xo6OtFN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sX0xo6OtFN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sX0xo6OtFN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sX0xo6OtFN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sX0xo6OtFN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sX0xo6OtFN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sX0xo6OtFN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sX0xo6OtFN .dropdown-item.active,
.cid-sX0xo6OtFN .dropdown-item:active {
  background-color: transparent;
}
.cid-sX0xo6OtFN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sX0xo6OtFN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sX0xo6OtFN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sX0xo6OtFN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sX0xo6OtFN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sX0xo6OtFN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sX0xo6OtFN ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sX0xo6OtFN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sX0xo6OtFN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sX0xo6OtFN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-sX0xo6OtFN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sX0xo6OtFN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sX0xo6OtFN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sX0xo6OtFN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sX0xo6OtFN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sX0xo6OtFN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sX0xo6OtFN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sX0xo6OtFN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sX0xo6OtFN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sX0xo6OtFN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sX0xo6OtFN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sX0xo6OtFN .navbar {
    height: 70px;
  }
  .cid-sX0xo6OtFN .navbar.opened {
    height: auto;
  }
  .cid-sX0xo6OtFN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXqF1sJBKx .navbar-dropdown {
  position: relative !important;
}
.cid-sXqF1sJBKx .navbar-dropdown {
  position: absolute !important;
}
.cid-sXqF1sJBKx nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sXqF1sJBKx .nav-item {
    margin: 0 !important;
  }
}
.cid-sXqF1sJBKx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXqF1sJBKx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sXqF1sJBKx .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sXqF1sJBKx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sXqF1sJBKx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXqF1sJBKx .nav-link {
  position: relative;
}
.cid-sXqF1sJBKx .container {
  display: flex;
  margin: auto;
}
.cid-sXqF1sJBKx .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXqF1sJBKx .dropdown-menu,
.cid-sXqF1sJBKx .navbar.opened {
  background: #ffffff !important;
}
.cid-sXqF1sJBKx .nav-item:focus,
.cid-sXqF1sJBKx .nav-link:focus {
  outline: none;
}
.cid-sXqF1sJBKx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXqF1sJBKx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXqF1sJBKx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXqF1sJBKx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXqF1sJBKx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXqF1sJBKx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXqF1sJBKx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.cid-sXqF1sJBKx .navbar.opened {
  transition: all 0.3s;
}
.cid-sXqF1sJBKx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXqF1sJBKx .navbar .navbar-logo img {
  width: auto;
}
.cid-sXqF1sJBKx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXqF1sJBKx .navbar.collapsed {
  justify-content: center;
}
.cid-sXqF1sJBKx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXqF1sJBKx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXqF1sJBKx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-sXqF1sJBKx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXqF1sJBKx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXqF1sJBKx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sXqF1sJBKx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXqF1sJBKx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXqF1sJBKx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXqF1sJBKx .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-sXqF1sJBKx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXqF1sJBKx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXqF1sJBKx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXqF1sJBKx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXqF1sJBKx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sXqF1sJBKx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXqF1sJBKx .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sXqF1sJBKx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sXqF1sJBKx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXqF1sJBKx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXqF1sJBKx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXqF1sJBKx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXqF1sJBKx .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXqF1sJBKx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXqF1sJBKx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXqF1sJBKx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXqF1sJBKx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXqF1sJBKx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXqF1sJBKx .dropdown-item.active,
.cid-sXqF1sJBKx .dropdown-item:active {
  background-color: transparent;
}
.cid-sXqF1sJBKx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXqF1sJBKx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXqF1sJBKx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXqF1sJBKx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXqF1sJBKx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXqF1sJBKx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXqF1sJBKx ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sXqF1sJBKx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXqF1sJBKx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sXqF1sJBKx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-sXqF1sJBKx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXqF1sJBKx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXqF1sJBKx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXqF1sJBKx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXqF1sJBKx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXqF1sJBKx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXqF1sJBKx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXqF1sJBKx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXqF1sJBKx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sXqF1sJBKx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXqF1sJBKx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXqF1sJBKx .navbar {
    height: 70px;
  }
  .cid-sXqF1sJBKx .navbar.opened {
    height: auto;
  }
  .cid-sXqF1sJBKx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXqFgEYOWb {
  background-image: url("../../../assets/images/homeriv-2000x1443.jpg");
}
.cid-sXqFgEYOWb .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sXqFgEYOWb .mbr-section-title {
  color: #232323;
}
.cid-sXqFgEYOWb .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXqFgEYOWb .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sXqFNWjgJU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sXqFNWjgJU span {
  color: #c1c1c1;
}
.cid-sXqFNWjgJU .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sXqFNWjgJU .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sXqFNWjgJU .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sXqFNWjgJU .block-quote {
  color: #767676;
}
.cid-sXqHEqSijC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sXqHEqSijC a:link {
  text-decoration: none;
}
.cid-sXqHEqSijC .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sXqHEqSijC .icon-transition span:hover {
  background-color: #199bfc;
}
.cid-sXqHEqSijC .inner-text {
  line-height: 3em;
}
.cid-sXqHEqSijC .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXqHEqSijC .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sXqHEqSijC .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sXqHEqSijC .content-text,
.cid-sXqHEqSijC .inner-text {
  color: #c1c1c1;
}
