body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.4rem;
  line-height: 1.10294118;
}
.display-2 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 2.08333333;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Satisfy', handwriting;
  font-size: 1.6rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 2.56rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #fcc177 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #bf6cff !important;
}
.bg-warning {
  background-color: #ff6400 !important;
}
.bg-danger {
  background-color: #ff3a46 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fcc177 !important;
  border-color: #fcc177 !important;
  color: #714003 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #714003 !important;
  background-color: #fcc177;
  border-color: #fcc177;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #714003 !important;
  background-color: #fcc177 !important;
  border-color: #fcc177 !important;
}
.btn-primary:hover {
  background-color: #fbaa45 !important;
  border-color: #fbaa45 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #bf6cff;
  border-color: #bf6cff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-info:hover {
  background-color: #a939ff !important;
  border-color: #a939ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-warning:hover {
  background-color: #ff8333 !important;
  border-color: #ff8333 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-danger:hover {
  background-color: #ff6d76 !important;
  border-color: #ff0716 !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 {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #fcc177;
  color: #fcc177;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #714003 !important;
  background: #fcc177 !important;
  border-color: #fcc177;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #714003 !important;
  background-color: #fcc177 !important;
  border-color: #fcc177 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #bf6cff;
  color: #bf6cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #bf6cff !important;
  border-color: #bf6cff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff3a46;
  color: #ff3a46;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #ff3a46 !important;
  border-color: #ff3a46;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  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.btn {
  color: #333333 !important;
}
.text-primary {
  color: #fcc177 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #bf6cff !important;
}
.text-warning {
  color: #ff6400 !important;
}
.text-danger {
  color: #ff3a46 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #fa9413 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9306ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff6400 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d3000d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #fcc177 !important;
}
.alert-success {
  background-color: #000000;
}
.alert-info {
  background-color: #bf6cff;
}
.alert-warning {
  background-color: #ff6400;
}
.alert-danger {
  background-color: #ff3a46;
}
.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: #fcc177;
  border-color: #fcc177;
  color: #8a4e03;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fcc177;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe0cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Satisfy', handwriting;
  font-size: 1.6rem;
  line-height: 1.25;
}
.form-control > .mbr-iconfont {
  font-size: 2.56rem;
}
blockquote {
  border-color: #fcc177;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fcc177;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fcc177;
  border-bottom-color: #fcc177;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fcc177 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-st4Wyvf0z2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-st4Wyvf0z2 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-st4Wyvf0z2 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-st4Wyvf0z2 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-st4Wyvf0z2 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-st4Wyvf0z2 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-st4Wyvf0z2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-st4Wyvf0z2 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-st4Wyvf0z2 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-st4Wyvf0z2 .navbar.collapsed.opened .navbar-collapse.show,
.cid-st4Wyvf0z2 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-st4Wyvf0z2 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-st4Wyvf0z2 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-st4Wyvf0z2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-st4Wyvf0z2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st4Wyvf0z2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st4Wyvf0z2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-st4Wyvf0z2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st4Wyvf0z2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-st4Wyvf0z2 .navbar {
    flex-wrap: nowrap;
  }
  .cid-st4Wyvf0z2 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-st4Wyvf0z2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st4Wyvf0z2 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-st4Wyvf0z2 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-st4Wyvf0z2 .navbar.opened .navbar-collapse.show,
  .cid-st4Wyvf0z2 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-st4Wyvf0z2 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-st4Wyvf0z2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-st4Wyvf0z2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st4Wyvf0z2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st4Wyvf0z2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-st4Wyvf0z2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-st4Wyvf0z2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st4Wyvf0z2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-st4Wyvf0z2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-st4Wyvf0z2 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-st4Wyvf0z2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-st4Wyvf0z2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-st4Wyvf0z2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-st4Wyvf0z2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st4Wyvf0z2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st4Wyvf0z2 .dropdown-item.active,
.cid-st4Wyvf0z2 .dropdown-item:active {
  background-color: transparent;
}
.cid-st4Wyvf0z2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st4Wyvf0z2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st4Wyvf0z2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st4Wyvf0z2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-st4Wyvf0z2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st4Wyvf0z2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st4Wyvf0z2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-st4Wyvf0z2 .navbar-buttons {
  text-align: center;
}
.cid-st4Wyvf0z2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-st4Wyvf0z2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-st4Wyvf0z2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-st4Wyvf0z2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-st4Wyvf0z2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-st4Wyvf0z2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-st4Wyvf0z2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-st4Wyvf0z2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-st4Wyvf0z2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-st4Wyvf0z2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-st4Wyvf0z2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-st4Wyvf0z2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-st4Wyvf0z2 a.nav-link:focus {
  outline: none;
}
.cid-st4Wyvf0z2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-st4Wyvf0z2 .nav-link:hover,
.cid-st4Wyvf0z2 .dropdown-item:hover {
  color: #fcc177 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st4Wyvf0z2 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-st4Wyvf0z2 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-st4WCp1Fww {
  overflow-x: hidden !important;
}
.cid-st4WCp1Fww,
.cid-st4WCp1Fww .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-st4WCp1Fww .mbr-section-title {
  color: #ffffff;
}
.cid-st4WCp1Fww .mbr-section-title span {
  color: #fcc177;
}
.cid-st4WCp1Fww .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-st4WCp1Fww .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/1-900x506.jpg");
}
.cid-st4WCp1Fww .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-st4WCp1Fww .mbr-overlay {
  z-index: 1;
}
.cid-st4WCp1Fww .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-st4YLQlIqE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-st4YLQlIqE .mbr-section-title,
.cid-st4YLQlIqE .mbr-section-subtitle {
  color: #000000;
}
.cid-st4YLQlIqE .mbr-section-text {
  color: #232323;
}
.cid-st4YLQlIqE .mbr-text,
.cid-st4YLQlIqE .typed-text,
.cid-st4YLQlIqE .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-st4YLQlIqE .btn {
  margin-left: 4px !important;
}
.cid-st4YLQlIqE .animated-element {
  color: #fcc177;
}
.cid-st4YLQlIqE .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fcc177;
}
.cid-st4YLQlIqE .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-st4YLQlIqE .typed-text,
  .cid-st4YLQlIqE .mbr-section-subtitle,
  .cid-st4YLQlIqE .mbr-section-text,
  .cid-st4YLQlIqE .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-st4YLQlIqE .mbr-section-subtitle,
.cid-st4YLQlIqE .typed-text {
  color: #dbdbdb;
}
.cid-st4YLQlIqE .mbr-section-text,
.cid-st4YLQlIqE .mbr-section-btn {
  color: #ffffff;
}
.cid-tmfj1oetnu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tmfj1oetnu {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.cid-tmfj1oetnu .text {
  padding: 0;
}
.cid-tmfj1oetnu section {
  position: relative;
}
.cid-tmfj1oetnu h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-tmfj1oetnu .mbr-iconfont {
  padding: 0!important;
}
.cid-tmfj1oetnu .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #dbdbdb;
}
.cid-tmfj1oetnu .box {
  background-image: url("../../../assets/images/1-2-900x506.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmfj1oetnu .icon-wrap {
  background-color: #1a1a1a !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tmfj1oetnu .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-tmfj1oetnu .icon-wrap span {
  padding-left: 8px;
}
.cid-tmfj1oetnu .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tmfj1oetnu .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tmfj1oetnu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tmfj1oetnu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tmfj1oetnu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tmfj1oetnu a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tmfj1oetnu a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tmfj1oetnu {
    padding-top: 21px;
    padding-bottom: 14px;
  }
  .cid-tmfj1oetnu .box {
    height: 250px;
  }
  .cid-tmfj1oetnu .row {
    padding: 1rem!important;
  }
}
.cid-tmfj1oetnu H2 {
  color: #e9e9e9;
}
.cid-st4YPGTyFf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-st4YPGTyFf .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-st4YPGTyFf .icon__block {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.85) 60%, #000000 100%);
}
.cid-st4YPGTyFf .mbr-section-title,
.cid-st4YPGTyFf .icon__wrap {
  text-align: center;
  color: #000000;
}
.cid-st4YPGTyFf .mbr-section-subtitle {
  text-align: center;
  color: #1a1a1a;
}
.cid-st4YPGTyFf .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-st4YPGTyFf .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-st4YPGTyFf .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-st4YPGTyFf .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-st4YPGTyFf .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-st4ZvRX2h4 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-st4ZvRX2h4 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-st4ZvRX2h4 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-st4ZvRX2h4 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-st4ZvRX2h4 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-st4ZvRX2h4 .mbr-text,
.cid-st4ZvRX2h4 .mbr-section-btn {
  color: #dbdbdb;
}
.cid-st4ZvRX2h4 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(191, 163, 200, 0.3);
  box-shadow: 0px 0px 30px rgba(191, 163, 200, 0.3);
  border-radius: .25rem;
}
.cid-st4ZvRX2h4 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-st4ZvRX2h4 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-st4ZvRX2h4 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-st4ZvRX2h4 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #fcc177;
}
@media (max-width: 991px) {
  .cid-st4ZvRX2h4 .main-row {
    margin: 0;
  }
  .cid-st4ZvRX2h4 .mbr-section-title,
  .cid-st4ZvRX2h4 .mbr-text,
  .cid-st4ZvRX2h4 .list,
  .cid-st4ZvRX2h4 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-st4ZvRX2h4 .text-content {
    padding: 0;
  }
}
.cid-st4ZvRX2h4 .mbr-section-title {
  color: #ffffff;
}
.cid-st4ZvRX2h4 .list {
  color: #ffffff;
}
.cid-tmfj09pp9P {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tmfj09pp9P {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.cid-tmfj09pp9P .text {
  padding: 0;
}
.cid-tmfj09pp9P section {
  position: relative;
}
.cid-tmfj09pp9P h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-tmfj09pp9P .mbr-iconfont {
  padding: 0!important;
}
.cid-tmfj09pp9P .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #dbdbdb;
}
.cid-tmfj09pp9P .box {
  background-image: url("../../../assets/images/1-mariachi-1408x768.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmfj09pp9P .icon-wrap {
  background-color: #1a1a1a !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tmfj09pp9P .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-tmfj09pp9P .icon-wrap span {
  padding-left: 8px;
}
.cid-tmfj09pp9P .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tmfj09pp9P .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tmfj09pp9P .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tmfj09pp9P .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tmfj09pp9P .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tmfj09pp9P a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tmfj09pp9P a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tmfj09pp9P {
    padding-top: 21px;
    padding-bottom: 14px;
  }
  .cid-tmfj09pp9P .box {
    height: 250px;
  }
  .cid-tmfj09pp9P .row {
    padding: 1rem!important;
  }
}
.cid-tmfj09pp9P H2 {
  color: #e9e9e9;
}
.cid-sMZ3ykfUNA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-sMZ3ykfUNA .container {
  pointer-events: none;
}
.cid-sMZ3ykfUNA .title__block,
.cid-sMZ3ykfUNA .card__wrap {
  pointer-events: all;
}
.cid-sMZ3ykfUNA .mbr-overlay {
  background: #5eeebb;
}
.cid-sMZ3ykfUNA .title__block {
  margin-bottom: 80px;
}
.cid-sMZ3ykfUNA .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sMZ3ykfUNA .card {
  box-shadow: 0px 6px 37px 2.4px rgba(67, 75, 114, 0.06);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 70px;
  position: relative;
  height: 530px;
}
.cid-sMZ3ykfUNA .card:hover .image img {
  opacity: 0.7;
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sMZ3ykfUNA .card:hover .card__icon {
  opacity: 1;
}
.cid-sMZ3ykfUNA .card:hover .card__link {
  background-color: #fcc177;
  color: #000000;
  margin: 0;
}
.cid-sMZ3ykfUNA .image {
  background: #fcc177;
  display: block;
  position: relative;
  overflow: hidden;
  height: 530px;
}
.cid-sMZ3ykfUNA .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.cid-sMZ3ykfUNA .card__icon {
  position: absolute;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 10;
  font-size: 40px;
  top: 50%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  left: 50%;
}
.cid-sMZ3ykfUNA .card__link {
  display: block;
  background: #fcc177;
  padding: 30px 20px;
  color: #1e2149;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.cid-sMZ3ykfUNA .mbr-section-title {
  color: #233d63;
}
@media (max-width: 767px) {
  .cid-sMZ3ykfUNA .card {
    margin-bottom: 50px;
  }
  .cid-sMZ3ykfUNA .title__block {
    margin-bottom: 50px;
  }
}
.cid-sMZ3ykfUNA .animation__background .triangle {
  position: absolute;
  top: 21%;
  right: 55%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-sMZ3ykfUNA .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-sMZ3ykfUNA .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-sMZ3ykfUNA .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #bf6cff;
  animation: animationTwo 30s infinite linear;
}
.cid-sMZ3ykfUNA .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 25s infinite linear;
}
.cid-sMZ3ykfUNA .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #fcc177;
  animation: animationTwo 25s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sN9Gbp8GOG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-sN9Gbp8GOG {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.cid-sN9Gbp8GOG .text {
  padding: 0;
}
.cid-sN9Gbp8GOG section {
  position: relative;
}
.cid-sN9Gbp8GOG h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sN9Gbp8GOG .mbr-iconfont {
  padding: 0!important;
}
.cid-sN9Gbp8GOG .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #dbdbdb;
}
.cid-sN9Gbp8GOG .box {
  background-image: url("../../../assets/images/2-mariachi-1408x768.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sN9Gbp8GOG .icon-wrap {
  background-color: #1a1a1a !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sN9Gbp8GOG .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sN9Gbp8GOG .icon-wrap span {
  padding-left: 8px;
}
.cid-sN9Gbp8GOG .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sN9Gbp8GOG .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sN9Gbp8GOG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sN9Gbp8GOG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sN9Gbp8GOG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sN9Gbp8GOG a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sN9Gbp8GOG a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sN9Gbp8GOG {
    padding-top: 21px;
    padding-bottom: 14px;
  }
  .cid-sN9Gbp8GOG .box {
    height: 250px;
  }
  .cid-sN9Gbp8GOG .row {
    padding: 1rem!important;
  }
}
.cid-sN9Gbp8GOG H2 {
  color: #e9e9e9;
}
.cid-sMYYPKGeIA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sMYYPKGeIA a:link {
  text-decoration: none;
}
.cid-sMYYPKGeIA .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sMYYPKGeIA .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sMYYPKGeIA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sMYYPKGeIA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sMYYPKGeIA .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sMYYPKGeIA .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sMYYPKGeIA .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-sMYYPKGeIA .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-sMYYPKGeIA .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sMYYPKGeIA .plan-title,
.cid-sMYYPKGeIA .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sMYYPKGeIA .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sMYYPKGeIA .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sMYYPKGeIA .mbr-section-title span {
  color: #ffbc00;
}
.cid-sMYYPKGeIA .mbr-section-title {
  color: #444444;
}
