body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: '19305-alqabas-bold';
  font-size: 5.8rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 9.28rem;
}
.display-2 {
  font-family: '19305-alqabas-bold';
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'a-jannat-lt-bold';
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: '19305-alqabas-bold';
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: '19305-alqabas-bold';
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- 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: 4.64rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((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: #d90a2c !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d90a2c;
  border-color: #d90a2c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-primary:hover {
  background-color: #a80822 !important;
  border-color: #a80822 !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: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !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: #d90a2c;
  color: #d90a2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #d90a2c !important;
  border-color: #d90a2c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !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: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !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: #d90a2c !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #770618 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #d90a2c !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.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: #d90a2c;
  border-color: #d90a2c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d90a2c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcb3bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: '19305-alqabas-bold';
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #d90a2c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d90a2c;
  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: #d90a2c;
  border-bottom-color: #d90a2c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d90a2c !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-s5zJpJ1T5k .navbar {
  background: #ab0d27;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-s5zJpJ1T5k .navbar-dropdown.bg-color.transparent.opened {
  background: #ab0d27;
}
.cid-s5zJpJ1T5k a {
  font-style: normal;
}
.cid-s5zJpJ1T5k .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5zJpJ1T5k .show {
  overflow: visible;
}
.cid-s5zJpJ1T5k .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-s5zJpJ1T5k .dropdown-item:active {
  background-color: transparent;
}
.cid-s5zJpJ1T5k .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5zJpJ1T5k .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-s5zJpJ1T5k .nav-item:focus,
.cid-s5zJpJ1T5k .nav-link:focus {
  outline: none;
}
.cid-s5zJpJ1T5k .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5zJpJ1T5k .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5zJpJ1T5k .menu-logo {
  margin-right: auto;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu {
  background: #ab0d27;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5zJpJ1T5k .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s5zJpJ1T5k .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5zJpJ1T5k button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-s5zJpJ1T5k button.navbar-toggler:focus {
  outline: none;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-s5zJpJ1T5k .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-s5zJpJ1T5k .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5zJpJ1T5k .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5zJpJ1T5k .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-s5zJpJ1T5k .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5zJpJ1T5k .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5zJpJ1T5k .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5zJpJ1T5k .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5zJpJ1T5k.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5zJpJ1T5k img {
    height: 3.8rem !important;
  }
  .cid-s5zJpJ1T5k .btn {
    display: -webkit-flex;
  }
  .cid-s5zJpJ1T5k button.navbar-toggler {
    display: block;
  }
  .cid-s5zJpJ1T5k .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s5zJpJ1T5k .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5zJpJ1T5k .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing,
  .cid-s5zJpJ1T5k .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-nav,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5zJpJ1T5k .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-s5zJpJ1T5k .nav-link {
    justify-content: start!important;
  }
  .cid-s5zJpJ1T5k .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-s5zJpJ1T5k .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-s5zJpJ1T5k .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-s5zJpJ1T5k .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s5zJpJ1T5k .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5zJpJ1T5k .nav-link:hover,
.cid-s5zJpJ1T5k .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-s5zJpJ1T5k .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s4G1m7xn4W {
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fixedw-large-4x-1224x918.jpeg");
}
.cid-s4G1m7xn4W .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-s4G1m7xn4W .wrap {
  padding: 0 25px;
}
.cid-s4G1m7xn4W .wrap:before {
  content: '';
  position: absolute;
  width: 740px;
  height: 740px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #ff2121;
  top: 0px;
  right: 0px;
}
.cid-s4G1m7xn4W .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-s4G1m7xn4W .mbr-text {
  margin-bottom: 20px;
}
.cid-s4G1m7xn4W .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-s4G1m7xn4W .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-s4G1m7xn4W .container,
  .cid-s4G1m7xn4W .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-s4G1m7xn4W .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-s4G1m7xn4W a.close {
    right: 50px;
    top: 25px;
  }
  .cid-s4G1m7xn4W .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-s4G1m7xn4W .mbr-section-title,
.cid-s4G1m7xn4W .mbr-figure {
  color: #ffffff;
}
.cid-s4G6ek47ik {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4G6ek47ik img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-s4G6ek47ik .row {
  justify-content: center;
}
.cid-s4G6ek47ik .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-s4G6ek47ik .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-s4G6ek47ik .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-s4G6ek47ik .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-s4G6ek47ik .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-s4G6ek47ik .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-s4G6ek47ik .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-s4G6ek47ik .item {
    padding: 0.5rem;
  }
  .cid-s4G6ek47ik .row {
    padding: 0 0.5rem;
  }
}
.cid-s4G6ek47ik .btn {
  border-radius: 0;
}
.cid-s4G6ek47ik .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-s4JdGmoxAV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
  background: linear-gradient(45deg, #232323, #d90a2c);
}
.cid-s4JdGmoxAV H2 {
  color: #fcdcdb;
}
.cid-s4JdGmoxAV .mbr-text,
.cid-s4JdGmoxAV .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-s4JdGmoxAV img {
  max-width: 500px;
  margin: auto;
}
.cid-s4JdGmoxAV .btn span {
  font-size: 2.4rem!important;
  margin-top: 0.6rem!important;
  margin-bottom: 0rem!important;
}
.cid-s4JdGmoxAV .btn {
  padding: 0.4rem 2.2rem;
  text-align: left;
  line-height: 1.3;
}
.cid-s4JdGmoxAV H1 {
  color: #ffffff;
  text-align: center;
}
.cid-s4G99JP9oW {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4G99JP9oW .mbr-text,
.cid-s4G99JP9oW .ornament {
  color: #444345;
  text-align: center;
}
.cid-s4GbOeLbf8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-s4GbOeLbf8 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s4GbOeLbf8 .block__left,
.cid-s4GbOeLbf8 .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-s4GbOeLbf8 .block__left,
  .cid-s4GbOeLbf8 .block__right {
    padding: 30px;
  }
}
.cid-s4GbOeLbf8 .title__block {
  position: relative;
  z-index: 2;
}
.cid-s4GbOeLbf8 .left__image {
  background-image: url("../../../assets/images/01-2000x1333.jpeg");
}
.cid-s4GbOeLbf8 .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.4;
  z-index: 1;
}
.cid-s4GbOeLbf8 .block__right > .mbr-overlay {
  background-color: #17161a;
  opacity: 0.4;
  z-index: 1;
}
.cid-s4GbOeLbf8 .right__image {
  background-image: url("../../../assets/images/04-1-2000x2000.jpeg");
}
.cid-s4GbOeLbf8 .left__image,
.cid-s4GbOeLbf8 .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-s4GbOeLbf8 .container,
  .cid-s4GbOeLbf8 .container-fluid,
  .cid-s4GbOeLbf8 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-s4GbOeLbf8 .wrap_left,
  .cid-s4GbOeLbf8 .wrap_right {
    padding: 0;
  }
}
.cid-s4GbOeLbf8 .mbr-section-title {
  text-align: left;
}
.cid-s4GcEqEoe2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-s4GcEqEoe2 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s4GcEqEoe2 .block__left,
.cid-s4GcEqEoe2 .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-s4GcEqEoe2 .block__left,
  .cid-s4GcEqEoe2 .block__right {
    padding: 30px;
  }
}
.cid-s4GcEqEoe2 .title__block {
  position: relative;
  z-index: 2;
}
.cid-s4GcEqEoe2 .left__image {
  background-image: url("../../../assets/images/10-2000x1333.jpeg");
}
.cid-s4GcEqEoe2 .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.4;
  z-index: 1;
}
.cid-s4GcEqEoe2 .block__right > .mbr-overlay {
  background-color: #17161a;
  opacity: 0.4;
  z-index: 1;
}
.cid-s4GcEqEoe2 .right__image {
  background-image: url("../../../assets/images/mixed-breackfast-2000x2753.jpeg");
}
.cid-s4GcEqEoe2 .left__image,
.cid-s4GcEqEoe2 .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-s4GcEqEoe2 .container,
  .cid-s4GcEqEoe2 .container-fluid,
  .cid-s4GcEqEoe2 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-s4GcEqEoe2 .wrap_left,
  .cid-s4GcEqEoe2 .wrap_right {
    padding: 0;
  }
}
.cid-s4Jb2TWisU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-s4Jb2TWisU .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s4Jb2TWisU .block__left,
.cid-s4Jb2TWisU .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-s4Jb2TWisU .block__left,
  .cid-s4Jb2TWisU .block__right {
    padding: 30px;
  }
}
.cid-s4Jb2TWisU .title__block {
  position: relative;
  z-index: 2;
}
.cid-s4Jb2TWisU .left__image {
  background-image: url("../../../assets/images/19-2000x2400.jpg");
}
.cid-s4Jb2TWisU .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.4;
  z-index: 1;
}
.cid-s4Jb2TWisU .block__right > .mbr-overlay {
  background-color: #17161a;
  opacity: 0.4;
  z-index: 1;
}
.cid-s4Jb2TWisU .right__image {
  background-image: url("../../../assets/images/02-1-2000x1334.jpeg");
}
.cid-s4Jb2TWisU .left__image,
.cid-s4Jb2TWisU .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-s4Jb2TWisU .container,
  .cid-s4Jb2TWisU .container-fluid,
  .cid-s4Jb2TWisU .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-s4Jb2TWisU .wrap_left,
  .cid-s4Jb2TWisU .wrap_right {
    padding: 0;
  }
}
.cid-s4Ggm62rOn {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/3-2000x1400.jpg");
}
.cid-s4Ggm62rOn .row {
  justify-content: flex-end;
}
.cid-s4Ggm62rOn .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-s4Ggm62rOn .block {
  background-color: #912010;
}
.cid-s4Ggm62rOn img {
  width: 100%;
}
.cid-s4Ggm62rOn .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-s4Ggm62rOn .content {
  max-width: 600px;
}
.cid-s4Ggm62rOn h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-s4Ggm62rOn .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-s4Ggm62rOn h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-s4Ggm62rOn .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-s4Ggm62rOn h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-s4Ggm62rOn .content-wrapper {
    padding-right: 3rem;
  }
}
.cid-s4Ggm62rOn H1 {
  text-align: center;
  color: #ffffff;
}
.cid-s4Ggm62rOn .mbr-text,
.cid-s4Ggm62rOn .mbr-section-btn {
  text-align: center;
  color: #f5f7fd;
}
.cid-s4Ggm62rOn H4 {
  color: #ffffff;
}
.cid-s4GgNss39o {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/4-2000x2857.jpg");
}
.cid-s4GgNss39o .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-s4GgNss39o .block {
  background-color: #912010;
}
.cid-s4GgNss39o img {
  width: 100%;
}
.cid-s4GgNss39o .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
  display: flex;
  justify-content: flex-end;
}
.cid-s4GgNss39o .content {
  max-width: 600px;
}
.cid-s4GgNss39o h4 {
  position: absolute;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-s4GgNss39o .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-s4GgNss39o h4 {
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-s4GgNss39o .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-s4GgNss39o h4 {
    left: 2rem;
    bottom: 30%;
  }
  .cid-s4GgNss39o .content-wrapper {
    padding-left: 3rem;
  }
}
.cid-s4GgNss39o H1 {
  text-align: left;
  color: #ffffff;
}
.cid-s4GgNss39o .mbr-text,
.cid-s4GgNss39o .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-s4GgNss39o H4 {
  color: #ffffff;
}
.cid-s4GlrfsVjb {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-s4GlrfsVjb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s4GlrfsVjb ul li {
  padding: 1rem 0;
}
.cid-s4GlrfsVjb ul li:hover {
  color: #d90a2c;
}
.cid-s4GlrfsVjb .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s4GlrfsVjb .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s4GlrfsVjb .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s4GlrfsVjb .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s4GlrfsVjb .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s4GlrfsVjb .map {
    height: auto;
  }
}
.cid-s4GlrfsVjb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s4GlrfsVjb .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s4GlrfsVjb .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s4GlrfsVjb .social-list a:hover {
  opacity: 1;
}
.cid-s4GlrfsVjb .row-element,
.cid-s4GlrfsVjb .image-element {
  padding: 0;
}
.cid-s4GlrfsVjb .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s4GlrfsVjb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #d90a2c, #17161a);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s4GlrfsVjb .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s4GlrfsVjb .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s4GlrfsVjb .text-content {
    padding: 2rem 1rem;
  }
  .cid-s4GlrfsVjb .underline .line {
    height: 2px;
  }
  .cid-s4GlrfsVjb .mbr-title,
  .cid-s4GlrfsVjb .underline,
  .cid-s4GlrfsVjb .mbr-text,
  .cid-s4GlrfsVjb .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s4GlrfsVjb .mbr-title,
.cid-s4GlrfsVjb .underline {
  color: #ffffff;
}
.cid-s4GlrfsVjb .mbr-text,
.cid-s4GlrfsVjb .mbr-section-btn {
  color: #ffffff;
}
.cid-s4GlrfsVjb mbr-list LI {
  color: #ffffff;
}
.cid-s4GlrfsVjb mbr-list {
  text-align: center;
}
.cid-s4GlrfsVjb .mbr-list,
.cid-s4GlrfsVjb .social-list mbr-list {
  color: #ffffff;
}
.cid-s4GlrfsVjb .mbr-text {
  text-align: left;
}
.cid-s4Koq9kpIT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #36404c;
}
.cid-s4Koq9kpIT .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-s4Koq9kpIT section {
  position: relative;
}
.cid-s4Koq9kpIT h4 {
  margin: 0;
}
.cid-s4Koq9kpIT a {
  font-weight: 300;
}
.cid-s4Koq9kpIT .row {
  align-items: center;
}
.cid-s4Koq9kpIT .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-s4Koq9kpIT .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s4Koq9kpIT .img1 {
  color: #ffffff;
}
.cid-s4Koq9kpIT .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-s4Koq9kpIT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s4Koq9kpIT .align-left,
  .cid-s4Koq9kpIT .align-right {
    text-align: center;
  }
  .cid-s4Koq9kpIT .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s4Koq9kpIT .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-s4Koq9kpIT .item {
    padding-bottom: 0.5rem;
  }
}
.cid-s4Koq9kpIT .item-title {
  color: #c1c1c1;
}
.cid-s4Koq9kpIT H4 {
  color: #c1c1c1;
}
.cid-s4XcpDBDSX {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/the-hunger-highlight-4-2000x1269.jpeg");
  overflow: hidden;
}
.cid-s4XcpDBDSX svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-s4XcpDBDSX #e2_shape {
  fill: #ffffff !important;
}
.cid-s4XcpDBDSX img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(47, 45, 54, 0.35);
}
@media (max-width: 576px) {
  .cid-s4XcpDBDSX img {
    width: 90%!important;
  }
}
.cid-s4XcpDBDSX H1 {
  color: #ffffff;
}
.cid-s4JimXZaoy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hunger-kuwait-kapak-on-arka-ingilizce-baski-01-1-2000x2703.jpeg");
}
.cid-s4JimXZaoy .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s4JimXZaoy .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-s4JimXZaoy .wrap {
  align-items: center;
}
.cid-s4JimXZaoy .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4JimXZaoy .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-s4JimXZaoy .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4JimXZaoy .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-s4JimXZaoy .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-s4JimXZaoy .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4JimXZaoy .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s4JimXZaoy .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-s4JimXZaoy .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-s4JimXZaoy .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-s4JimXZaoy .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4JimXZaoy .card__content {
  padding: 20px;
}
.cid-s4JimXZaoy .card__topic {
  margin-bottom: 15px;
}
.cid-s4JimXZaoy .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s4JimXZaoy .mbr-text {
  margin-bottom: 10px;
}
.cid-s4JimXZaoy .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4JimXZaoy .mbr-text,
.cid-s4JimXZaoy .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-s4JimXZaoy .mbr-section-title,
.cid-s4JimXZaoy .card__topic {
  text-align: center;
  color: #26346a;
}
.cid-s4Jk9Vmr8h {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s4Jk9Vmr8h .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-s4Jk9Vmr8h .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s4Jk9Vmr8h .image-block:hover:before {
  opacity: 0.3;
}
.cid-s4Jk9Vmr8h .image-block:hover .wrap {
  opacity: 1;
}
.cid-s4Jk9Vmr8h .image-block:hover img {
  transform: scale(1.05);
}
.cid-s4Jk9Vmr8h h4 {
  letter-spacing: 2px;
}
.cid-s4Jk9Vmr8h figcaption {
  position: relative;
}
.cid-s4Jk9Vmr8h figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s4Jk9Vmr8h img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s4Jk9Vmr8h .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s4Jk9Vmr8h .wrap {
    opacity: 1!important;
  }
  .cid-s4Jk9Vmr8h .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s4Kj9hTbTI .stats-item:hover span {
  color: #912010;
}
.cid-s4Kj9hTbTI .stats-item {
  padding: 80px 20px;
}
.cid-s4Kj9hTbTI .stats-item:nth-child(2n) {
  background-color: #ffffff;
}
.cid-s4Kj9hTbTI .stats-item:nth-child(odd) {
  background-color: #efefef;
}
.cid-s4Kj9hTbTI .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-s4Kj9hTbTI .mbr-iconfont {
  font-size: 50px;
}
.cid-s4Kj9hTbTI .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-s4Kj9hTbTI .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-s4Kj9hTbTI .stats-item:first-child {
    background: #ffffff;
  }
  .cid-s4Kj9hTbTI .stats-item:nth-child(2n) {
    background: #efefef;
  }
  .cid-s4Kj9hTbTI .stats-item:nth-child(0n+3) {
    background: #efefef none repeat scroll 0 center;
  }
  .cid-s4Kj9hTbTI .stats-item:last-child {
    background: #ffffff;
  }
}
.cid-s4Kj9hTbTI .counter {
  text-align: center;
  color: #000000;
}
.cid-s4Kj9hTbTI .mbr-card-title,
.cid-s4Kj9hTbTI .mbr-iconfont {
  text-align: center;
  color: #26346a;
  display: block;
}
#instagram-feed-block-2b .inst__title {
  color: #ffffff;
}
.cid-s4Koq9kpIT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #36404c;
}
.cid-s4Koq9kpIT .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-s4Koq9kpIT section {
  position: relative;
}
.cid-s4Koq9kpIT h4 {
  margin: 0;
}
.cid-s4Koq9kpIT a {
  font-weight: 300;
}
.cid-s4Koq9kpIT .row {
  align-items: center;
}
.cid-s4Koq9kpIT .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-s4Koq9kpIT .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s4Koq9kpIT .img1 {
  color: #ffffff;
}
.cid-s4Koq9kpIT .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-s4Koq9kpIT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s4Koq9kpIT .align-left,
  .cid-s4Koq9kpIT .align-right {
    text-align: center;
  }
  .cid-s4Koq9kpIT .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s4Koq9kpIT .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-s4Koq9kpIT .item {
    padding-bottom: 0.5rem;
  }
}
.cid-s4Koq9kpIT .item-title {
  color: #c1c1c1;
}
.cid-s4Koq9kpIT H4 {
  color: #c1c1c1;
}
.cid-s5zJpJ1T5k .navbar {
  background: #ab0d27;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-s5zJpJ1T5k .navbar-dropdown.bg-color.transparent.opened {
  background: #ab0d27;
}
.cid-s5zJpJ1T5k a {
  font-style: normal;
}
.cid-s5zJpJ1T5k .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5zJpJ1T5k .show {
  overflow: visible;
}
.cid-s5zJpJ1T5k .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-s5zJpJ1T5k .dropdown-item:active {
  background-color: transparent;
}
.cid-s5zJpJ1T5k .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5zJpJ1T5k .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-s5zJpJ1T5k .nav-item:focus,
.cid-s5zJpJ1T5k .nav-link:focus {
  outline: none;
}
.cid-s5zJpJ1T5k .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5zJpJ1T5k .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5zJpJ1T5k .menu-logo {
  margin-right: auto;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu {
  background: #ab0d27;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5zJpJ1T5k .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s5zJpJ1T5k .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5zJpJ1T5k button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-s5zJpJ1T5k button.navbar-toggler:focus {
  outline: none;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-s5zJpJ1T5k .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-s5zJpJ1T5k .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5zJpJ1T5k .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5zJpJ1T5k .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-s5zJpJ1T5k .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5zJpJ1T5k .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5zJpJ1T5k .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5zJpJ1T5k .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5zJpJ1T5k.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5zJpJ1T5k img {
    height: 3.8rem !important;
  }
  .cid-s5zJpJ1T5k .btn {
    display: -webkit-flex;
  }
  .cid-s5zJpJ1T5k button.navbar-toggler {
    display: block;
  }
  .cid-s5zJpJ1T5k .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s5zJpJ1T5k .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5zJpJ1T5k .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing,
  .cid-s5zJpJ1T5k .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-nav,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5zJpJ1T5k .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-s5zJpJ1T5k .nav-link {
    justify-content: start!important;
  }
  .cid-s5zJpJ1T5k .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-s5zJpJ1T5k .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-s5zJpJ1T5k .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-s5zJpJ1T5k .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s5zJpJ1T5k .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5zJpJ1T5k .nav-link:hover,
.cid-s5zJpJ1T5k .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-s5zJpJ1T5k .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s4XmfpaxMw {
  overflow: hidden;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-s4XmfpaxMw .image {
  position: absolute;
  background-image: url("../../../assets/images/05-2000x1194.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 44vw;
  transform-origin: center;
  transform: rotate(334deg);
}
@media (max-width: 991px) {
  .cid-s4XmfpaxMw .image {
    display: none;
  }
}
.cid-s4XmfpaxMw .position {
  z-index: 10;
}
.cid-s4XmfpaxMw .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-s4XmfpaxMw .mbr-section-title {
  margin-bottom: 0;
}
.cid-s4XmfpaxMw .mbr-text {
  margin-top: 30px;
}
.cid-s4XmfpaxMw .mbr-section-btn {
  margin-top: 30px;
}
.cid-s4XmfpaxMw .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-s4XmfpaxMw .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-s4XmfpaxMw .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-s4XmfpaxMw .info__block-item {
    margin-right: 10px;
  }
}
.cid-s4XmfpaxMw .title__item,
.cid-s4XmfpaxMw .text__item {
  margin-bottom: 0;
}
.cid-s4XmfpaxMw .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-s4XmfpaxMw .animated-element {
  color: #d90a2c;
}
.cid-s4XmfpaxMw .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d90a2c;
}
@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-s4JugBGCRa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/d-4-2000x1449.jpeg");
}
.cid-s4JugBGCRa .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s4JugBGCRa .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-s4JugBGCRa .wrap {
  align-items: center;
}
.cid-s4JugBGCRa .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4JugBGCRa .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-s4JugBGCRa .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4JugBGCRa .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-s4JugBGCRa .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-s4JugBGCRa .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4JugBGCRa .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s4JugBGCRa .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-s4JugBGCRa .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-s4JugBGCRa .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-s4JugBGCRa .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4JugBGCRa .card__content {
  padding: 20px;
}
.cid-s4JugBGCRa .card__topic {
  margin-bottom: 15px;
}
.cid-s4JugBGCRa .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s4JugBGCRa .mbr-text {
  margin-bottom: 10px;
}
.cid-s4JugBGCRa .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4JugBGCRa .mbr-text,
.cid-s4JugBGCRa .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-s4JugBGCRa .mbr-section-title,
.cid-s4JugBGCRa .card__topic {
  text-align: center;
  color: #232323;
}
.cid-s4JugC7qnJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s4JugC7qnJ .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-s4JugC7qnJ .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s4JugC7qnJ .image-block:hover:before {
  opacity: 0.3;
}
.cid-s4JugC7qnJ .image-block:hover .wrap {
  opacity: 1;
}
.cid-s4JugC7qnJ .image-block:hover img {
  transform: scale(1.05);
}
.cid-s4JugC7qnJ h4 {
  letter-spacing: 2px;
}
.cid-s4JugC7qnJ figcaption {
  position: relative;
}
.cid-s4JugC7qnJ figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s4JugC7qnJ img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s4JugC7qnJ .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s4JugC7qnJ .wrap {
    opacity: 1!important;
  }
  .cid-s4JugC7qnJ .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s4K1H83s1N .stats-item:hover span {
  color: #d90a2c;
}
.cid-s4K1H83s1N .stats-item {
  padding: 80px 20px;
}
.cid-s4K1H83s1N .stats-item:nth-child(2n) {
  background-color: #c3c3c3;
}
.cid-s4K1H83s1N .stats-item:nth-child(odd) {
  background-color: #ebeaed;
}
.cid-s4K1H83s1N .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-s4K1H83s1N .mbr-iconfont {
  font-size: 50px;
}
.cid-s4K1H83s1N .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-s4K1H83s1N .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-s4K1H83s1N .stats-item:first-child {
    background: #c3c3c3;
  }
  .cid-s4K1H83s1N .stats-item:nth-child(2n) {
    background: #ebeaed;
  }
  .cid-s4K1H83s1N .stats-item:nth-child(0n+3) {
    background: #ebeaed none repeat scroll 0 center;
  }
  .cid-s4K1H83s1N .stats-item:last-child {
    background: #c3c3c3;
  }
}
.cid-s4K1H83s1N .counter {
  text-align: center;
  color: #283742;
}
.cid-s4K1H83s1N .mbr-card-title,
.cid-s4K1H83s1N .mbr-iconfont {
  text-align: center;
  color: #232323;
  display: block;
}
#instagram-feed-block-23 .inst__title {
  color: #ffffff;
}
.cid-s4Koq9kpIT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #36404c;
}
.cid-s4Koq9kpIT .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-s4Koq9kpIT section {
  position: relative;
}
.cid-s4Koq9kpIT h4 {
  margin: 0;
}
.cid-s4Koq9kpIT a {
  font-weight: 300;
}
.cid-s4Koq9kpIT .row {
  align-items: center;
}
.cid-s4Koq9kpIT .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-s4Koq9kpIT .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s4Koq9kpIT .img1 {
  color: #ffffff;
}
.cid-s4Koq9kpIT .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-s4Koq9kpIT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s4Koq9kpIT .align-left,
  .cid-s4Koq9kpIT .align-right {
    text-align: center;
  }
  .cid-s4Koq9kpIT .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s4Koq9kpIT .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-s4Koq9kpIT .item {
    padding-bottom: 0.5rem;
  }
}
.cid-s4Koq9kpIT .item-title {
  color: #c1c1c1;
}
.cid-s4Koq9kpIT H4 {
  color: #c1c1c1;
}
.cid-s5zJpJ1T5k .navbar {
  background: #ab0d27;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-s5zJpJ1T5k .navbar-dropdown.bg-color.transparent.opened {
  background: #ab0d27;
}
.cid-s5zJpJ1T5k a {
  font-style: normal;
}
.cid-s5zJpJ1T5k .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5zJpJ1T5k .show {
  overflow: visible;
}
.cid-s5zJpJ1T5k .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-s5zJpJ1T5k .dropdown-item:active {
  background-color: transparent;
}
.cid-s5zJpJ1T5k .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5zJpJ1T5k .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-s5zJpJ1T5k .nav-item:focus,
.cid-s5zJpJ1T5k .nav-link:focus {
  outline: none;
}
.cid-s5zJpJ1T5k .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5zJpJ1T5k .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5zJpJ1T5k .menu-logo {
  margin-right: auto;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu {
  background: #ab0d27;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5zJpJ1T5k .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s5zJpJ1T5k .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5zJpJ1T5k button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-s5zJpJ1T5k button.navbar-toggler:focus {
  outline: none;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-s5zJpJ1T5k .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-s5zJpJ1T5k .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5zJpJ1T5k .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5zJpJ1T5k .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-s5zJpJ1T5k .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5zJpJ1T5k .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5zJpJ1T5k .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5zJpJ1T5k .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5zJpJ1T5k.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5zJpJ1T5k img {
    height: 3.8rem !important;
  }
  .cid-s5zJpJ1T5k .btn {
    display: -webkit-flex;
  }
  .cid-s5zJpJ1T5k button.navbar-toggler {
    display: block;
  }
  .cid-s5zJpJ1T5k .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s5zJpJ1T5k .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5zJpJ1T5k .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing,
  .cid-s5zJpJ1T5k .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-nav,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5zJpJ1T5k .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-s5zJpJ1T5k .nav-link {
    justify-content: start!important;
  }
  .cid-s5zJpJ1T5k .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-s5zJpJ1T5k .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-s5zJpJ1T5k .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-s5zJpJ1T5k .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s5zJpJ1T5k .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5zJpJ1T5k .nav-link:hover,
.cid-s5zJpJ1T5k .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-s5zJpJ1T5k .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s4XdDEd2kL {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/7icons-website-4-2000x1449.jpeg");
  overflow: hidden;
}
.cid-s4XdDEd2kL svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-s4XdDEd2kL #e2_shape {
  fill: #ffffff !important;
}
.cid-s4XdDEd2kL img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(47, 45, 54, 0.35);
}
@media (max-width: 576px) {
  .cid-s4XdDEd2kL img {
    width: 90%!important;
  }
}
.cid-s4XdDEd2kL H1 {
  color: #912010;
}
.cid-s4JudTmIFC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/screen-shot-2020-07-14-at-10.08.28-pm-1510x870.png");
}
.cid-s4JudTmIFC .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s4JudTmIFC .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-s4JudTmIFC .wrap {
  align-items: center;
}
.cid-s4JudTmIFC .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4JudTmIFC .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-s4JudTmIFC .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4JudTmIFC .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-s4JudTmIFC .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-s4JudTmIFC .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4JudTmIFC .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s4JudTmIFC .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-s4JudTmIFC .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-s4JudTmIFC .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-s4JudTmIFC .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4JudTmIFC .card__content {
  padding: 20px;
}
.cid-s4JudTmIFC .card__topic {
  margin-bottom: 15px;
}
.cid-s4JudTmIFC .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s4JudTmIFC .mbr-text {
  margin-bottom: 10px;
}
.cid-s4JudTmIFC .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4JudTmIFC .mbr-text,
.cid-s4JudTmIFC .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-s4JudTmIFC .mbr-section-title,
.cid-s4JudTmIFC .card__topic {
  text-align: center;
  color: #912010;
}
.cid-s4JudTOv8c {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s4JudTOv8c .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-s4JudTOv8c .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s4JudTOv8c .image-block:hover:before {
  opacity: 0.3;
}
.cid-s4JudTOv8c .image-block:hover .wrap {
  opacity: 1;
}
.cid-s4JudTOv8c .image-block:hover img {
  transform: scale(1.05);
}
.cid-s4JudTOv8c h4 {
  letter-spacing: 2px;
}
.cid-s4JudTOv8c figcaption {
  position: relative;
}
.cid-s4JudTOv8c figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s4JudTOv8c img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s4JudTOv8c .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s4JudTOv8c .wrap {
    opacity: 1!important;
  }
  .cid-s4JudTOv8c .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s4JQ4tdS75 .stats-item:hover span {
  color: #912010;
}
.cid-s4JQ4tdS75 .stats-item {
  padding: 80px 20px;
}
.cid-s4JQ4tdS75 .stats-item:nth-child(2n) {
  background-color: #ffffff;
}
.cid-s4JQ4tdS75 .stats-item:nth-child(odd) {
  background-color: #efefef;
}
.cid-s4JQ4tdS75 .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-s4JQ4tdS75 .mbr-iconfont {
  font-size: 50px;
}
.cid-s4JQ4tdS75 .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-s4JQ4tdS75 .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-s4JQ4tdS75 .stats-item:first-child {
    background: #ffffff;
  }
  .cid-s4JQ4tdS75 .stats-item:nth-child(2n) {
    background: #efefef;
  }
  .cid-s4JQ4tdS75 .stats-item:nth-child(0n+3) {
    background: #efefef none repeat scroll 0 center;
  }
  .cid-s4JQ4tdS75 .stats-item:last-child {
    background: #ffffff;
  }
}
.cid-s4JQ4tdS75 .counter {
  text-align: center;
  color: #912010;
}
.cid-s4JQ4tdS75 .mbr-card-title,
.cid-s4JQ4tdS75 .mbr-iconfont {
  text-align: center;
  color: #000000;
  display: block;
}
#instagram-feed-block-1z .inst__title {
  color: #ffffff;
}
.cid-s4Koq9kpIT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #36404c;
}
.cid-s4Koq9kpIT .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-s4Koq9kpIT section {
  position: relative;
}
.cid-s4Koq9kpIT h4 {
  margin: 0;
}
.cid-s4Koq9kpIT a {
  font-weight: 300;
}
.cid-s4Koq9kpIT .row {
  align-items: center;
}
.cid-s4Koq9kpIT .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-s4Koq9kpIT .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s4Koq9kpIT .img1 {
  color: #ffffff;
}
.cid-s4Koq9kpIT .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-s4Koq9kpIT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s4Koq9kpIT .align-left,
  .cid-s4Koq9kpIT .align-right {
    text-align: center;
  }
  .cid-s4Koq9kpIT .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s4Koq9kpIT .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-s4Koq9kpIT .item {
    padding-bottom: 0.5rem;
  }
}
.cid-s4Koq9kpIT .item-title {
  color: #c1c1c1;
}
.cid-s4Koq9kpIT H4 {
  color: #c1c1c1;
}
.cid-s5zJpJ1T5k .navbar {
  background: #ab0d27;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-s5zJpJ1T5k .navbar-dropdown.bg-color.transparent.opened {
  background: #ab0d27;
}
.cid-s5zJpJ1T5k a {
  font-style: normal;
}
.cid-s5zJpJ1T5k .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5zJpJ1T5k .show {
  overflow: visible;
}
.cid-s5zJpJ1T5k .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-s5zJpJ1T5k .dropdown-item:active {
  background-color: transparent;
}
.cid-s5zJpJ1T5k .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5zJpJ1T5k .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-s5zJpJ1T5k .nav-item:focus,
.cid-s5zJpJ1T5k .nav-link:focus {
  outline: none;
}
.cid-s5zJpJ1T5k .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5zJpJ1T5k .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5zJpJ1T5k .menu-logo {
  margin-right: auto;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu {
  background: #ab0d27;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5zJpJ1T5k .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s5zJpJ1T5k .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5zJpJ1T5k button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-s5zJpJ1T5k button.navbar-toggler:focus {
  outline: none;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-s5zJpJ1T5k .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-s5zJpJ1T5k .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5zJpJ1T5k .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5zJpJ1T5k .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-s5zJpJ1T5k .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5zJpJ1T5k .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5zJpJ1T5k .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5zJpJ1T5k .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5zJpJ1T5k.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5zJpJ1T5k img {
    height: 3.8rem !important;
  }
  .cid-s5zJpJ1T5k .btn {
    display: -webkit-flex;
  }
  .cid-s5zJpJ1T5k button.navbar-toggler {
    display: block;
  }
  .cid-s5zJpJ1T5k .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s5zJpJ1T5k .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5zJpJ1T5k .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing,
  .cid-s5zJpJ1T5k .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-nav,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5zJpJ1T5k .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-s5zJpJ1T5k .nav-link {
    justify-content: start!important;
  }
  .cid-s5zJpJ1T5k .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-s5zJpJ1T5k .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-s5zJpJ1T5k .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-s5zJpJ1T5k .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s5zJpJ1T5k .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5zJpJ1T5k .nav-link:hover,
.cid-s5zJpJ1T5k .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-s5zJpJ1T5k .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s4XmqoqAur {
  overflow: hidden;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-s4XmqoqAur .image {
  position: absolute;
  background-image: url("../../../assets/images/11-2000x1333.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 44vw;
  transform-origin: center;
  transform: rotate(334deg);
}
@media (max-width: 991px) {
  .cid-s4XmqoqAur .image {
    display: none;
  }
}
.cid-s4XmqoqAur .position {
  z-index: 10;
}
.cid-s4XmqoqAur .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-s4XmqoqAur .mbr-section-title {
  margin-bottom: 0;
}
.cid-s4XmqoqAur .mbr-text {
  margin-top: 30px;
}
.cid-s4XmqoqAur .mbr-section-btn {
  margin-top: 30px;
}
.cid-s4XmqoqAur .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-s4XmqoqAur .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-s4XmqoqAur .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-s4XmqoqAur .info__block-item {
    margin-right: 10px;
  }
}
.cid-s4XmqoqAur .title__item,
.cid-s4XmqoqAur .text__item {
  margin-bottom: 0;
}
.cid-s4XmqoqAur .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-s4XmqoqAur .animated-element {
  color: #28abe2;
}
.cid-s4XmqoqAur .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #28abe2;
}
@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-s4JuiyfvCe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dfg-6-2000x1449.jpeg");
}
.cid-s4JuiyfvCe .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s4JuiyfvCe .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-s4JuiyfvCe .wrap {
  align-items: center;
}
.cid-s4JuiyfvCe .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4JuiyfvCe .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-s4JuiyfvCe .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4JuiyfvCe .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-s4JuiyfvCe .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-s4JuiyfvCe .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4JuiyfvCe .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s4JuiyfvCe .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-s4JuiyfvCe .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-s4JuiyfvCe .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-s4JuiyfvCe .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4JuiyfvCe .card__content {
  padding: 20px;
}
.cid-s4JuiyfvCe .card__topic {
  margin-bottom: 15px;
}
.cid-s4JuiyfvCe .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s4JuiyfvCe .mbr-text {
  margin-bottom: 10px;
}
.cid-s4JuiyfvCe .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4JuiyfvCe .mbr-text,
.cid-s4JuiyfvCe .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-s4JuiyfvCe .mbr-section-title,
.cid-s4JuiyfvCe .card__topic {
  text-align: center;
  color: #7bb1d7;
}
.cid-s4JuiAZ7gf {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s4JuiAZ7gf .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-s4JuiAZ7gf .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s4JuiAZ7gf .image-block:hover:before {
  opacity: 0.3;
}
.cid-s4JuiAZ7gf .image-block:hover .wrap {
  opacity: 1;
}
.cid-s4JuiAZ7gf .image-block:hover img {
  transform: scale(1.05);
}
.cid-s4JuiAZ7gf h4 {
  letter-spacing: 2px;
}
.cid-s4JuiAZ7gf figcaption {
  position: relative;
}
.cid-s4JuiAZ7gf figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s4JuiAZ7gf img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s4JuiAZ7gf .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s4JuiAZ7gf .wrap {
    opacity: 1!important;
  }
  .cid-s4JuiAZ7gf .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s4K3CAYGcj .stats-item:hover span {
  color: #7bb1d7;
}
.cid-s4K3CAYGcj .stats-item {
  padding: 80px 20px;
}
.cid-s4K3CAYGcj .stats-item:nth-child(2n) {
  background-color: #c3c3c3;
}
.cid-s4K3CAYGcj .stats-item:nth-child(odd) {
  background-color: #ebeaed;
}
.cid-s4K3CAYGcj .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-s4K3CAYGcj .mbr-iconfont {
  font-size: 50px;
}
.cid-s4K3CAYGcj .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-s4K3CAYGcj .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-s4K3CAYGcj .stats-item:first-child {
    background: #c3c3c3;
  }
  .cid-s4K3CAYGcj .stats-item:nth-child(2n) {
    background: #ebeaed;
  }
  .cid-s4K3CAYGcj .stats-item:nth-child(0n+3) {
    background: #ebeaed none repeat scroll 0 center;
  }
  .cid-s4K3CAYGcj .stats-item:last-child {
    background: #c3c3c3;
  }
}
.cid-s4K3CAYGcj .counter {
  text-align: center;
  color: #000000;
}
.cid-s4K3CAYGcj .mbr-card-title,
.cid-s4K3CAYGcj .mbr-iconfont {
  text-align: center;
  color: #000000;
  display: block;
}
#instagram-feed-block-25 .inst__title {
  color: #ffffff;
}
.cid-s4Koq9kpIT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #36404c;
}
.cid-s4Koq9kpIT .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-s4Koq9kpIT section {
  position: relative;
}
.cid-s4Koq9kpIT h4 {
  margin: 0;
}
.cid-s4Koq9kpIT a {
  font-weight: 300;
}
.cid-s4Koq9kpIT .row {
  align-items: center;
}
.cid-s4Koq9kpIT .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-s4Koq9kpIT .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s4Koq9kpIT .img1 {
  color: #ffffff;
}
.cid-s4Koq9kpIT .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-s4Koq9kpIT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s4Koq9kpIT .align-left,
  .cid-s4Koq9kpIT .align-right {
    text-align: center;
  }
  .cid-s4Koq9kpIT .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s4Koq9kpIT .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-s4Koq9kpIT .item {
    padding-bottom: 0.5rem;
  }
}
.cid-s4Koq9kpIT .item-title {
  color: #c1c1c1;
}
.cid-s4Koq9kpIT H4 {
  color: #c1c1c1;
}
.cid-s5zJpJ1T5k .navbar {
  background: #ab0d27;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-s5zJpJ1T5k .navbar-dropdown.bg-color.transparent.opened {
  background: #ab0d27;
}
.cid-s5zJpJ1T5k a {
  font-style: normal;
}
.cid-s5zJpJ1T5k .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5zJpJ1T5k .show {
  overflow: visible;
}
.cid-s5zJpJ1T5k .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-s5zJpJ1T5k .dropdown-item:active {
  background-color: transparent;
}
.cid-s5zJpJ1T5k .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5zJpJ1T5k .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-s5zJpJ1T5k .nav-item:focus,
.cid-s5zJpJ1T5k .nav-link:focus {
  outline: none;
}
.cid-s5zJpJ1T5k .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5zJpJ1T5k .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5zJpJ1T5k .menu-logo {
  margin-right: auto;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu {
  background: #ab0d27;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5zJpJ1T5k .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s5zJpJ1T5k .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5zJpJ1T5k button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-s5zJpJ1T5k button.navbar-toggler:focus {
  outline: none;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-s5zJpJ1T5k .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-s5zJpJ1T5k .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5zJpJ1T5k .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5zJpJ1T5k .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-s5zJpJ1T5k .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5zJpJ1T5k .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5zJpJ1T5k .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5zJpJ1T5k .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5zJpJ1T5k.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5zJpJ1T5k img {
    height: 3.8rem !important;
  }
  .cid-s5zJpJ1T5k .btn {
    display: -webkit-flex;
  }
  .cid-s5zJpJ1T5k button.navbar-toggler {
    display: block;
  }
  .cid-s5zJpJ1T5k .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s5zJpJ1T5k .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5zJpJ1T5k .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing,
  .cid-s5zJpJ1T5k .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-nav,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5zJpJ1T5k .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-s5zJpJ1T5k .nav-link {
    justify-content: start!important;
  }
  .cid-s5zJpJ1T5k .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-s5zJpJ1T5k .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-s5zJpJ1T5k .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-s5zJpJ1T5k .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s5zJpJ1T5k .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5zJpJ1T5k .nav-link:hover,
.cid-s5zJpJ1T5k .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-s5zJpJ1T5k .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s4XhTCRGCt {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/karak-al-shayeb-paper-bag-2-2000x1251.jpeg");
  overflow: hidden;
}
.cid-s4XhTCRGCt svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-s4XhTCRGCt #e2_shape {
  fill: #ffffff !important;
}
.cid-s4XhTCRGCt img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(47, 45, 54, 0.35);
}
@media (max-width: 576px) {
  .cid-s4XhTCRGCt img {
    width: 90%!important;
  }
}
.cid-s4XhTCRGCt H1 {
  color: #ab0d27;
}
.cid-s4XhTCRGCt .mbr-text,
.cid-s4XhTCRGCt .mbr-section-btn {
  color: #232323;
}
.cid-s4JukSskW8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s4JukSskW8 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s4JukSskW8 .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-s4JukSskW8 .wrap {
  align-items: center;
}
.cid-s4JukSskW8 .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4JukSskW8 .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-s4JukSskW8 .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4JukSskW8 .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-s4JukSskW8 .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-s4JukSskW8 .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4JukSskW8 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s4JukSskW8 .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-s4JukSskW8 .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-s4JukSskW8 .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-s4JukSskW8 .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4JukSskW8 .card__content {
  padding: 20px;
}
.cid-s4JukSskW8 .card__topic {
  margin-bottom: 15px;
}
.cid-s4JukSskW8 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s4JukSskW8 .mbr-text {
  margin-bottom: 10px;
}
.cid-s4JukSskW8 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4JukSskW8 .mbr-text,
.cid-s4JukSskW8 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-s4JukSskW8 .mbr-section-title,
.cid-s4JukSskW8 .card__topic {
  text-align: center;
  color: #912010;
}
.cid-s4K5B9WjVq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4K5B9WjVq .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s4K5B9WjVq .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-s4K5B9WjVq .mbr-text,
.cid-s4K5B9WjVq .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-s4K5B9WjVq img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-s4K5B9WjVq H1 {
  color: #912010;
}
.cid-s4K6yCMzhU .stats-item:hover span {
  color: #ffffff;
}
.cid-s4K6yCMzhU .stats-item {
  padding: 80px 20px;
}
.cid-s4K6yCMzhU .stats-item:nth-child(2n) {
  background-color: #d90a2c;
}
.cid-s4K6yCMzhU .stats-item:nth-child(odd) {
  background-color: #912010;
}
.cid-s4K6yCMzhU .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-s4K6yCMzhU .mbr-iconfont {
  font-size: 50px;
}
.cid-s4K6yCMzhU .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-s4K6yCMzhU .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-s4K6yCMzhU .stats-item:first-child {
    background: #d90a2c;
  }
  .cid-s4K6yCMzhU .stats-item:nth-child(2n) {
    background: #912010;
  }
  .cid-s4K6yCMzhU .stats-item:nth-child(0n+3) {
    background: #912010 none repeat scroll 0 center;
  }
  .cid-s4K6yCMzhU .stats-item:last-child {
    background: #d90a2c;
  }
}
.cid-s4K6yCMzhU .counter {
  text-align: center;
  color: #ffffff;
}
.cid-s4K6yCMzhU .mbr-card-title,
.cid-s4K6yCMzhU .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
.cid-s4Koq9kpIT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #36404c;
}
.cid-s4Koq9kpIT .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-s4Koq9kpIT section {
  position: relative;
}
.cid-s4Koq9kpIT h4 {
  margin: 0;
}
.cid-s4Koq9kpIT a {
  font-weight: 300;
}
.cid-s4Koq9kpIT .row {
  align-items: center;
}
.cid-s4Koq9kpIT .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-s4Koq9kpIT .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s4Koq9kpIT .img1 {
  color: #ffffff;
}
.cid-s4Koq9kpIT .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-s4Koq9kpIT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s4Koq9kpIT .align-left,
  .cid-s4Koq9kpIT .align-right {
    text-align: center;
  }
  .cid-s4Koq9kpIT .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s4Koq9kpIT .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-s4Koq9kpIT .item {
    padding-bottom: 0.5rem;
  }
}
.cid-s4Koq9kpIT .item-title {
  color: #c1c1c1;
}
.cid-s4Koq9kpIT H4 {
  color: #c1c1c1;
}
.cid-s5zJpJ1T5k .navbar {
  background: #ab0d27;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-s5zJpJ1T5k .navbar-dropdown.bg-color.transparent.opened {
  background: #ab0d27;
}
.cid-s5zJpJ1T5k a {
  font-style: normal;
}
.cid-s5zJpJ1T5k .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5zJpJ1T5k .show {
  overflow: visible;
}
.cid-s5zJpJ1T5k .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-s5zJpJ1T5k .dropdown-item:active {
  background-color: transparent;
}
.cid-s5zJpJ1T5k .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5zJpJ1T5k .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-s5zJpJ1T5k .nav-item:focus,
.cid-s5zJpJ1T5k .nav-link:focus {
  outline: none;
}
.cid-s5zJpJ1T5k .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5zJpJ1T5k .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5zJpJ1T5k .menu-logo {
  margin-right: auto;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu {
  background: #ab0d27;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5zJpJ1T5k .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s5zJpJ1T5k .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5zJpJ1T5k button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-s5zJpJ1T5k button.navbar-toggler:focus {
  outline: none;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-s5zJpJ1T5k .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-s5zJpJ1T5k .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5zJpJ1T5k .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5zJpJ1T5k .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-s5zJpJ1T5k .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5zJpJ1T5k .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5zJpJ1T5k .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5zJpJ1T5k .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5zJpJ1T5k.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5zJpJ1T5k img {
    height: 3.8rem !important;
  }
  .cid-s5zJpJ1T5k .btn {
    display: -webkit-flex;
  }
  .cid-s5zJpJ1T5k button.navbar-toggler {
    display: block;
  }
  .cid-s5zJpJ1T5k .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s5zJpJ1T5k .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5zJpJ1T5k .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing,
  .cid-s5zJpJ1T5k .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-nav,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5zJpJ1T5k .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-s5zJpJ1T5k .nav-link {
    justify-content: start!important;
  }
  .cid-s5zJpJ1T5k .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-s5zJpJ1T5k .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-s5zJpJ1T5k .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-s5zJpJ1T5k .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s5zJpJ1T5k .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5zJpJ1T5k .nav-link:hover,
.cid-s5zJpJ1T5k .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-s5zJpJ1T5k .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s4XmQB9HLJ {
  overflow: hidden;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-s4XmQB9HLJ .image {
  position: absolute;
  background-image: url("../../../assets/images/02-2-2000x1334.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 44vw;
  transform-origin: center;
  transform: rotate(334deg);
}
@media (max-width: 991px) {
  .cid-s4XmQB9HLJ .image {
    display: none;
  }
}
.cid-s4XmQB9HLJ .position {
  z-index: 10;
}
.cid-s4XmQB9HLJ .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-s4XmQB9HLJ .mbr-section-title {
  margin-bottom: 0;
}
.cid-s4XmQB9HLJ .mbr-text {
  margin-top: 30px;
}
.cid-s4XmQB9HLJ .mbr-section-btn {
  margin-top: 30px;
}
.cid-s4XmQB9HLJ .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-s4XmQB9HLJ .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-s4XmQB9HLJ .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-s4XmQB9HLJ .info__block-item {
    margin-right: 10px;
  }
}
.cid-s4XmQB9HLJ .title__item,
.cid-s4XmQB9HLJ .text__item {
  margin-bottom: 0;
}
.cid-s4XmQB9HLJ .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-s4XmQB9HLJ .animated-element {
  color: #d9bc29;
}
.cid-s4XmQB9HLJ .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d9bc29;
}
@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-s4JumVN3uH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s4JumVN3uH .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s4JumVN3uH .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-s4JumVN3uH .wrap {
  align-items: center;
}
.cid-s4JumVN3uH .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4JumVN3uH .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-s4JumVN3uH .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4JumVN3uH .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-s4JumVN3uH .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-s4JumVN3uH .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4JumVN3uH .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s4JumVN3uH .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-s4JumVN3uH .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-s4JumVN3uH .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-s4JumVN3uH .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4JumVN3uH .card__content {
  padding: 20px;
}
.cid-s4JumVN3uH .card__topic {
  margin-bottom: 15px;
}
.cid-s4JumVN3uH .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s4JumVN3uH .mbr-text {
  margin-bottom: 10px;
}
.cid-s4JumVN3uH .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4JumVN3uH .mbr-text,
.cid-s4JumVN3uH .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-s4JumVN3uH .mbr-section-title,
.cid-s4JumVN3uH .card__topic {
  text-align: center;
  color: #232323;
}
.cid-s4JumWfaPm {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s4JumWfaPm .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-s4JumWfaPm .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s4JumWfaPm .image-block:hover:before {
  opacity: 0.3;
}
.cid-s4JumWfaPm .image-block:hover .wrap {
  opacity: 1;
}
.cid-s4JumWfaPm .image-block:hover img {
  transform: scale(1.05);
}
.cid-s4JumWfaPm h4 {
  letter-spacing: 2px;
}
.cid-s4JumWfaPm figcaption {
  position: relative;
}
.cid-s4JumWfaPm figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-s4JumWfaPm img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s4JumWfaPm .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-s4JumWfaPm .wrap {
    opacity: 1!important;
  }
  .cid-s4JumWfaPm .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s4K9NNPhBv .stats-item:hover span {
  color: #f9f295;
}
.cid-s4K9NNPhBv .stats-item {
  padding: 80px 20px;
}
.cid-s4K9NNPhBv .stats-item:nth-child(2n) {
  background-color: #888888;
}
.cid-s4K9NNPhBv .stats-item:nth-child(odd) {
  background-color: #c3c3c3;
}
.cid-s4K9NNPhBv .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-s4K9NNPhBv .mbr-iconfont {
  font-size: 50px;
}
.cid-s4K9NNPhBv .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-s4K9NNPhBv .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-s4K9NNPhBv .stats-item:first-child {
    background: #888888;
  }
  .cid-s4K9NNPhBv .stats-item:nth-child(2n) {
    background: #c3c3c3;
  }
  .cid-s4K9NNPhBv .stats-item:nth-child(0n+3) {
    background: #c3c3c3 none repeat scroll 0 center;
  }
  .cid-s4K9NNPhBv .stats-item:last-child {
    background: #888888;
  }
}
.cid-s4K9NNPhBv .counter {
  text-align: center;
  color: #283742;
}
.cid-s4K9NNPhBv .mbr-card-title,
.cid-s4K9NNPhBv .mbr-iconfont {
  text-align: center;
  color: #232323;
  display: block;
}
#instagram-feed-block-2a .inst__title {
  color: #ffffff;
}
.cid-s4Koq9kpIT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #36404c;
}
.cid-s4Koq9kpIT .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-s4Koq9kpIT section {
  position: relative;
}
.cid-s4Koq9kpIT h4 {
  margin: 0;
}
.cid-s4Koq9kpIT a {
  font-weight: 300;
}
.cid-s4Koq9kpIT .row {
  align-items: center;
}
.cid-s4Koq9kpIT .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-s4Koq9kpIT .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s4Koq9kpIT .img1 {
  color: #ffffff;
}
.cid-s4Koq9kpIT .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-s4Koq9kpIT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s4Koq9kpIT .align-left,
  .cid-s4Koq9kpIT .align-right {
    text-align: center;
  }
  .cid-s4Koq9kpIT .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s4Koq9kpIT .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-s4Koq9kpIT .item {
    padding-bottom: 0.5rem;
  }
}
.cid-s4Koq9kpIT .item-title {
  color: #c1c1c1;
}
.cid-s4Koq9kpIT H4 {
  color: #c1c1c1;
}
.cid-s5zJpJ1T5k .navbar {
  background: #ab0d27;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-s5zJpJ1T5k .navbar-dropdown.bg-color.transparent.opened {
  background: #ab0d27;
}
.cid-s5zJpJ1T5k a {
  font-style: normal;
}
.cid-s5zJpJ1T5k .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5zJpJ1T5k .show {
  overflow: visible;
}
.cid-s5zJpJ1T5k .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-s5zJpJ1T5k .dropdown-item:active {
  background-color: transparent;
}
.cid-s5zJpJ1T5k .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5zJpJ1T5k .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-s5zJpJ1T5k .nav-item:focus,
.cid-s5zJpJ1T5k .nav-link:focus {
  outline: none;
}
.cid-s5zJpJ1T5k .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5zJpJ1T5k .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5zJpJ1T5k .menu-logo {
  margin-right: auto;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu {
  background: #ab0d27;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5zJpJ1T5k .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5zJpJ1T5k .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5zJpJ1T5k .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s5zJpJ1T5k .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5zJpJ1T5k .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5zJpJ1T5k button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-s5zJpJ1T5k button.navbar-toggler:focus {
  outline: none;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5zJpJ1T5k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5zJpJ1T5k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-s5zJpJ1T5k .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-s5zJpJ1T5k .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5zJpJ1T5k .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5zJpJ1T5k .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5zJpJ1T5k .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-s5zJpJ1T5k .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5zJpJ1T5k .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5zJpJ1T5k .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5zJpJ1T5k .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5zJpJ1T5k .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5zJpJ1T5k.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5zJpJ1T5k img {
    height: 3.8rem !important;
  }
  .cid-s5zJpJ1T5k .btn {
    display: -webkit-flex;
  }
  .cid-s5zJpJ1T5k button.navbar-toggler {
    display: block;
  }
  .cid-s5zJpJ1T5k .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s5zJpJ1T5k .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5zJpJ1T5k .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing,
  .cid-s5zJpJ1T5k .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-nav,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5zJpJ1T5k .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5zJpJ1T5k .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5zJpJ1T5k .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5zJpJ1T5k .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-s5zJpJ1T5k .nav-link {
    justify-content: start!important;
  }
  .cid-s5zJpJ1T5k .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-s5zJpJ1T5k .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-s5zJpJ1T5k .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-s5zJpJ1T5k .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s5zJpJ1T5k .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5zJpJ1T5k .nav-link:hover,
.cid-s5zJpJ1T5k .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-s5zJpJ1T5k .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-s5zJpJ1T5k .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
