.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Lumina-Regular';
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Lumina-Regular';
  font-size: 4rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-4 {
  font-family: 'Lumina-Regular';
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 {
  font-family: 'Lumina-Regular';
  font-size: 2.6rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-7 {
  font-family: 'Lumina-Regular';
  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.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #0b584e !important;
}
.bg-info {
  background-color: #b9babb !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fff2c7 !important;
  border-color: #fff2c7 !important;
  color: #c79900 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #c79900 !important;
  background-color: #fff2c7;
  border-color: #fff2c7;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #c79900 !important;
  background-color: #fff2c7 !important;
  border-color: #fff2c7 !important;
}
.btn-secondary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #b9babb !important;
  border-color: #b9babb !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b9babb;
  border-color: #b9babb;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b9babb !important;
  border-color: #b9babb !important;
}
.btn-info:hover {
  background-color: #9fa1a2 !important;
  border-color: #9fa1a2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0b584e !important;
  border-color: #0b584e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0b584e;
  border-color: #0b584e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0b584e !important;
  border-color: #0b584e !important;
}
.btn-success:hover {
  background-color: #052b26 !important;
  border-color: #052b26 !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #fff2c7;
  color: #fff2c7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c79900 !important;
  background: #fff2c7 !important;
  border-color: #fff2c7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #c79900 !important;
  background-color: #fff2c7 !important;
  border-color: #fff2c7 !important;
}
.btn-secondary-outline:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b9babb;
  color: #b9babb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #b9babb !important;
  border-color: #b9babb;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b9babb !important;
  border-color: #b9babb !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0b584e;
  color: #0b584e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #0b584e !important;
  border-color: #0b584e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0b584e !important;
  border-color: #0b584e !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: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #fff2c7 !important;
}
.text-success {
  color: #0b584e !important;
}
.text-info {
  color: #b9babb !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffda61 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #858789 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #0b584e;
}
.alert-info {
  background-color: #b9babb;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #19c9b2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fafafa;
}
.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 a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Lumina-Regular';
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fff2c7 !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-syUZag7oI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syUZag7oI0 .nav-item,
.cid-syUZag7oI0 .nav-link,
.cid-syUZag7oI0 .navbar-caption {
  font-weight: normal;
}
.cid-syUZag7oI0 .nav-item:focus,
.cid-syUZag7oI0 .nav-link:focus {
  outline: none;
}
.cid-syUZag7oI0 .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-syUZag7oI0 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syUZag7oI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syUZag7oI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syUZag7oI0 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #222b13;
}
.cid-syUZag7oI0 .navbar.opened {
  transition: all 0.3s;
  background: #222b13 !important;
}
.cid-syUZag7oI0 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-syUZag7oI0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-syUZag7oI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syUZag7oI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-syUZag7oI0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syUZag7oI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syUZag7oI0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-syUZag7oI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syUZag7oI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syUZag7oI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-syUZag7oI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syUZag7oI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syUZag7oI0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syUZag7oI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syUZag7oI0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syUZag7oI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-syUZag7oI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syUZag7oI0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-syUZag7oI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-syUZag7oI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-syUZag7oI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-syUZag7oI0 .navbar.navbar-short {
  background: #222b13 !important;
  min-height: 60px;
}
.cid-syUZag7oI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-syUZag7oI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syUZag7oI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syUZag7oI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syUZag7oI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syUZag7oI0 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-syUZag7oI0 .dropdown-item.active,
.cid-syUZag7oI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-syUZag7oI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syUZag7oI0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syUZag7oI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #222b13;
}
.cid-syUZag7oI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syUZag7oI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syUZag7oI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syUZag7oI0 .navbar-buttons {
  text-align: center;
}
.cid-syUZag7oI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syUZag7oI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-syUZag7oI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syUZag7oI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syUZag7oI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syUZag7oI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syUZag7oI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syUZag7oI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syUZag7oI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syUZag7oI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syUZag7oI0 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-syUZag7oI0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syUZag7oI0 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-syUZag7oI0 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-syUZag7oI0 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-syUZag7oI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syUZag7oI0 .navbar {
    height: 77px;
  }
  .cid-syUZag7oI0 .navbar.opened {
    height: auto;
  }
  .cid-syUZag7oI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sI4IVMZ24u {
  background-image: url("../../../assets/images/fondo-1920x1279.png");
}
.cid-sI4IVMZ24u .mbr-arrow {
  background: #222b13 !important;
  opacity: 0.7;
}
.cid-sI4IVMZ24u .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sI4IVMZ24u .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sI4IVMZ24u .mbr-section-title {
  color: #fff2c7;
}
.cid-sI4IVMZ24u .mbr-section-subtitle,
.cid-sI4IVMZ24u .underline {
  color: #fff2c7;
}
.cid-sI4IVMZ24u .mbr-text,
.cid-sI4IVMZ24u .mbr-section-btn {
  color: #fff2c7;
}
.cid-sDFzu7XXww .number-wrap {
  color: #fff2c7;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sDFzu7XXww .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #fff2c7;
}
.cid-sDFzu7XXww .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sDFzu7XXww .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #fff2c7;
}
.cid-sDFzu7XXww .countdown-cont {
  margin: 0 auto;
}
.cid-sDFzu7XXww .full-count-container {
  background: #222b13;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sDFzu7XXww .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sDFzu7XXww .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-sDFzu7XXww .dot {
    display: none;
  }
  .cid-sDFzu7XXww .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-sDFzu7XXww .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-sDFzu7XXww .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sDFzu7XXww .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-sDFzu7XXww .number {
    font-size: 25px;
  }
  .cid-sDFzu7XXww .period {
    font-size: 0.7rem;
  }
}
.cid-sDFzu7XXww H2 {
  text-align: center;
  color: #fff2c7;
}
.cid-sV1n0kTTjg {
  overflow: hidden !important;
  background-image: url("../../../assets/images/fondo-1920x1279.png");
}
.cid-sV1n0kTTjg .animated-element {
  color: #efefef;
}
.cid-sV1n0kTTjg .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-sV1n0kTTjg .img-block {
    padding-right: 2rem;
  }
}
.cid-sV1n0kTTjg .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sV1n0kTTjg .mbr-text,
.cid-sV1n0kTTjg .mbr-section-btn {
  color: #fff2c7;
}
.cid-sV1nSFzOj5 {
  background-image: url("../../../assets/images/fondo-1920x1279.png");
  overflow: hidden;
}
.cid-sV1nSFzOj5 H1 {
  color: #fff2c7;
}
.cid-sV1nSFzOj5 .mbr-text,
.cid-sV1nSFzOj5 .mbr-section-btn {
  color: #fff2c7;
}
.cid-sV1nSFzOj5 .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(255, 254, 250, 0.35);
  border-radius: 10px;
}
.cid-sV1nSFzOj5 .relative {
  position: relative;
}
.cid-sV1nSFzOj5 .card-img {
  width: 100%;
}
.cid-sV1pjTze9k {
  background-image: url("../../../assets/images/fondo-1920x1279.png");
  overflow: hidden;
}
.cid-sV1pjTze9k H1 {
  color: #fff2c7;
}
.cid-sV1pjTze9k .mbr-text,
.cid-sV1pjTze9k .mbr-section-btn {
  color: #fff2c7;
}
.cid-sV1pjTze9k .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(255, 254, 250, 0.35);
  border-radius: 10px;
}
.cid-sV1pjTze9k .relative {
  position: relative;
}
.cid-sV1pjTze9k .card-img {
  width: 100%;
}
.cid-sE3jB973Eh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-1920x1279.png");
}
.cid-sE3jB973Eh .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sE3jB973Eh .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sE3jB973Eh .text-content {
  padding-right: 1.5rem;
}
.cid-sE3jB973Eh .mbr-text,
.cid-sE3jB973Eh .mbr-section-btn {
  color: #fff2c7;
  text-align: center;
}
.cid-sE3jB973Eh .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(186, 186, 186, 0.3);
  box-shadow: 0px 0px 30px rgba(186, 186, 186, 0.3);
  border-radius: .25rem;
}
.cid-sE3jB973Eh .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sE3jB973Eh .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sE3jB973Eh .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sE3jB973Eh .main-row {
    margin: 0;
  }
  .cid-sE3jB973Eh .mbr-section-title,
  .cid-sE3jB973Eh .mbr-text,
  .cid-sE3jB973Eh .list,
  .cid-sE3jB973Eh .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sE3jB973Eh .text-content {
    padding: 0;
  }
}
.cid-sE3jB973Eh .mbr-section-title {
  color: #fff2c7;
  text-align: center;
}
.cid-sE3jB973Eh .list {
  color: #ffffff;
}
.cid-sE3iPcK01e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-1920x1279.png");
}
.cid-sE3iPcK01e .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sE3iPcK01e .card-wrapper {
  background-color: #000000;
  border-radius: 10px;
  overflow: visible;
  padding: 0rem 0;
}
.cid-sE3iPcK01e p {
  line-height: 2.5;
}
.cid-sE3iPcK01e .card-box {
  padding: 4rem 4rem;
}
@media (max-width: 767px) {
  .cid-sE3iPcK01e .card-box {
    padding: 2rem 1rem;
  }
}
.cid-sE3iPcK01e .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  border: 10px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sE3iPcK01e .image-wrapper img {
    transform: scale(1);
  }
}
.cid-sE3iPcK01e .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 1.3rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-sE3iPcK01e .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #bbbbbb;
  font-size: 1.3rem;
  transition: all 0.3s;
}
.cid-sE3iPcK01e .social-row .soc-item:hover {
  background-color: #fff2c7;
}
.cid-sE3iPcK01e .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sE3iPcK01e .social-row .soc-item {
    margin: 0 0.3rem;
  }
}
.cid-sE3iPcK01e .mbr-text,
.cid-sE3iPcK01e .social-row {
  color: #fff2c7;
}
.cid-sE3iPcK01e .card-title {
  color: #fff2c7;
}
.cid-sV1w8bVPET {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-1920x1279.png");
  overflow: hidden;
}
.cid-sV1w8bVPET svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sV1w8bVPET #e2_shape {
  fill: #222b13 !important;
}
.cid-sV1w8bVPET img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 254, 250, 0.35);
}
@media (max-width: 576px) {
  .cid-sV1w8bVPET img {
    width: 90%!important;
  }
}
.cid-sV1w8bVPET H1 {
  color: #5d6d62;
}
.cid-sV1w8bVPET H3 {
  color: #ffffff;
}
.cid-sV1riYVMuj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-1920x1279.png");
}
.cid-sV1riYVMuj .container {
  padding: 0 3rem;
}
.cid-sV1riYVMuj .star1 .star-1 {
  fill: #ffef00;
}
.cid-sV1riYVMuj .star1 .star-2,
.cid-sV1riYVMuj .star1 .star-3,
.cid-sV1riYVMuj .star1 .star-4,
.cid-sV1riYVMuj .star1 .star-5 {
  fill: rgba(0, 0, 0, 0.3);
}
.cid-sV1riYVMuj .star2 .star-1,
.cid-sV1riYVMuj .star2 .star-2 {
  fill: #ffef00;
}
.cid-sV1riYVMuj .star2 .star-3,
.cid-sV1riYVMuj .star2 .star-4,
.cid-sV1riYVMuj .star2 .star-5 {
  fill: rgba(0, 0, 0, 0.3);
}
.cid-sV1riYVMuj .star3 .star-1,
.cid-sV1riYVMuj .star3 .star-2,
.cid-sV1riYVMuj .star3 .star-3 {
  fill: #ffef00;
}
.cid-sV1riYVMuj .star3 .star-4,
.cid-sV1riYVMuj .star3 .star-5 {
  fill: rgba(0, 0, 0, 0.3);
}
.cid-sV1riYVMuj .star4 .star-1,
.cid-sV1riYVMuj .star4 .star-2,
.cid-sV1riYVMuj .star4 .star-3,
.cid-sV1riYVMuj .star4 .star-4 {
  fill: #ffef00;
}
.cid-sV1riYVMuj .star4 .star-5 {
  fill: rgba(0, 0, 0, 0.3);
}
.cid-sV1riYVMuj .star5 .star-1,
.cid-sV1riYVMuj .star5 .star-2,
.cid-sV1riYVMuj .star5 .star-3,
.cid-sV1riYVMuj .star5 .star-4,
.cid-sV1riYVMuj .star5 .star-5 {
  fill: #ffef00;
}
.cid-sV1riYVMuj .mbr-section-btn {
  margin-top: 1rem;
}
.cid-sV1riYVMuj .mbr-section-btn .btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sV1riYVMuj .table-heading {
  width: 100%;
  display: block;
}
.cid-sV1riYVMuj .table-wrapper {
  border: 1px solid #000000;
  padding: 2rem 1rem;
  background-color: #000000;
  transition: 0.3s ease-out all;
}
.cid-sV1riYVMuj .table-wrapper:hover {
  transition: margin .5s;
  margin-top: -5px;
  background-color: #000000;
  border: 1px solid #000000;
}
.cid-sV1riYVMuj .table-wrapper:hover .pricing-value,
.cid-sV1riYVMuj .table-wrapper:hover .stars,
.cid-sV1riYVMuj .table-wrapper:hover .mbr-list,
.cid-sV1riYVMuj .table-wrapper:hover .table-heading {
  color: #ffffff !important;
}
.cid-sV1riYVMuj .stars {
  margin: 1rem 0;
}
.cid-sV1riYVMuj ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem 0;
}
.cid-sV1riYVMuj li {
  margin: 1rem 0;
}
.cid-sV1riYVMuj .left-bottom {
  border-radius: 15px 0 0 15px;
}
.cid-sV1riYVMuj .right-bottom {
  border-radius: 0 15px 15px 0;
}
.cid-sV1riYVMuj .all-border {
  border-radius: 15px 15px 15px 15px;
}
@media (max-width: 767px) {
  .cid-sV1riYVMuj .container {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sV1riYVMuj .table-wrapper {
    border-radius: 15px !important;
    margin: 1em 1em;
  }
}
.cid-sV1riYVMuj .table-heading,
.cid-sV1riYVMuj .stars {
  color: #fff2c7;
}
.cid-sV1riYVMuj .mbr-list {
  color: #fff2c7;
}
.cid-sV1riYVMuj .pricing-value,
.cid-sV1riYVMuj .mbr-section-btn {
  color: #fff2c7;
}
.cid-sV1s2uZxPb {
  overflow: hidden;
  background-color: #222b13;
}
.cid-sV1s2uZxPb .container,
.cid-sV1s2uZxPb .container-fluid {
  z-index: 10;
}
.cid-sV1s2uZxPb .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-sV1s2uZxPb .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-sV1s2uZxPb .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sV1s2uZxPb .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-sV1s2uZxPb .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-sV1s2uZxPb .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(11, 88, 78, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sV1s2uZxPb .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-sV1s2uZxPb .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-sV1s2uZxPb .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sV1s2uZxPb .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-sV1s2uZxPb .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-sV1s2uZxPb .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(185, 186, 187, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sV1s2uZxPb .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-sV1s2uZxPb .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-sV1s2uZxPb .container {
  pointer-events: none;
}
.cid-sV1s2uZxPb .subtitle__block,
.cid-sV1s2uZxPb .title__block,
.cid-sV1s2uZxPb .buttons__block {
  pointer-events: all;
}
.cid-sV1s2uZxPb .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #fff2c7;
  text-align: left;
}
.cid-sV1s2uZxPb .mbr-section-title {
  margin-bottom: 45px;
  color: #fff2c7;
  font-weight: 300;
  text-align: left;
}
.cid-sV1s2uZxPb .mbr-section-title b,
.cid-sV1s2uZxPb .mbr-section-title strong {
  font-weight: 900;
}
.cid-sV1s2uZxPb .mbr-text {
  margin-bottom: 45px;
}
.cid-sV1s2uZxPb .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-sV1s2uZxPb .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-sV1s2uZxPb .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #b9babb 0%, rgba(185, 186, 187, 0.85) 100%) !important;
}
.cid-sV1s2uZxPb .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sV1s2uZxPb .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sV1s2uZxPb .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-sV1s2uZxPb .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
}
.cid-sV1s2uZxPb .mbr-figure:hover {
  color: #b9babb;
  cursor: pointer;
}
.cid-sV1s2uZxPb .mbr-figure:hover .mbr-media {
  border-color: #b9babb;
  color: #b9babb;
}
@media (max-width: 575px) {
  .cid-sV1s2uZxPb .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sV1s2uZxPb .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sV1s2uZxPb .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sV1s2uZxPb .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sV1s2uZxPb .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-sV1s2uZxPb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sV1s2uZxPb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sV1s2uZxPb .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sV1s2uZxPb a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sV1s2uZxPb a.close:hover {
  color: #ffffff;
}
.cid-sV1s2uZxPb .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #b9babb;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sV1s2uZxPb .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #0b584e;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-sV1s2uZxPb .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #283742;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-sV1s2uZxPb .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #ffffff;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@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-sV1s2uZxPb .mbr-text,
.cid-sV1s2uZxPb .buttons__block {
  color: #fbfcff;
}
.cid-sV1qSaiCnV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #222b13;
}
.cid-sV1qSaiCnV .image-wrapper {
  padding: 0;
}
.cid-sV1qSaiCnV .img-item,
.cid-sV1qSaiCnV img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sV1qSaiCnV .container-fluid {
  padding: 0 1rem;
}
.cid-sV1qSaiCnV .wrapper {
  max-width: 550px;
  margin: auto;
  padding: 4rem 0;
}
.cid-sV1qSaiCnV .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-sV1qSaiCnV .card-wrapper {
    flex-direction: column;
  }
}
.cid-sV1qSaiCnV .mbr-iconfont {
  font-size: 2rem;
}
.cid-sV1qSaiCnV .icon1 {
  color: #14191e;
}
.cid-sV1qSaiCnV .icon-wrapper {
  background: #222b13;
  border-radius: 50%;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-sV1qSaiCnV .icon-wrapper {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sV1qSaiCnV .mbr-text,
.cid-sV1qSaiCnV .mbr-section-btn {
  color: #777777;
}
.cid-sV1qSaiCnV .mbr-section-subtitle {
  color: #777777;
}
.cid-sV1qSaiCnV .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sV1qSaiCnV .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sV1qSaiCnV .card-text {
  color: #fff2c7;
  text-align: center;
}
.cid-sV1qSaiCnV .card-title {
  color: #fff2c7;
  text-align: center;
}
.cid-sV1qSaiCnV .mbr-section-title {
  color: #fff2c7;
  text-align: center;
}
.cid-syUZuFVEzo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo-1920x1279.png");
}
.cid-syUZuFVEzo p {
  text-align: center;
}
.cid-syUZuFVEzo .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-syUZuFVEzo .social-list a:focus {
  text-decoration: none;
}
.cid-syUZuFVEzo .text-copyright {
  width: 100%;
  color: #fff2c7;
  text-align: center;
}
.cid-syUZuFVEzo .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-syUZuFVEzo .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-syUZuFVEzo .logo-footer {
  line-height: normal;
}
.cid-syUZuFVEzo .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syUZuFVEzo .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syUZuFVEzo .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-syUZuFVEzo img {
  display: inline;
}
