body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Zilla Slab', serif;
  font-size: 4.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #c7cb05 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #c7cb05 !important;
}
.bg-warning {
  background-color: #faff00 !important;
}
.bg-danger {
  background-color: #ffbc00 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #c7cb05 !important;
  border-color: #c7cb05 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #7e8003 !important;
  border-color: #7e8003 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7e8003 !important;
  border-color: #7e8003 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #c7cb05 !important;
  border-color: #c7cb05 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7e8003 !important;
  border-color: #7e8003 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7e8003 !important;
  border-color: #7e8003 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #faff00 !important;
  border-color: #faff00 !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #000000 !important;
  background-color: #afb300 !important;
  border-color: #afb300 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #afb300 !important;
  border-color: #afb300 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #656703;
  color: #656703 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #c7cb05;
  border-color: #c7cb05;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c7cb05 !important;
  border-color: #c7cb05 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #997100;
  color: #997100 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #656703;
  color: #656703 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #c7cb05;
  border-color: #c7cb05;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c7cb05 !important;
  border-color: #c7cb05 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #969900;
  color: #969900 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #000000 !important;
  background-color: #faff00;
  border-color: #faff00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #faff00 !important;
  border-color: #faff00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #997100;
  color: #997100 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  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,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c7cb05 !important;
}
.text-secondary {
  color: #ffbc00 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #c7cb05 !important;
}
.text-warning {
  color: #faff00 !important;
}
.text-danger {
  color: #ffbc00 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #656703 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #997100 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #656703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #969900 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #997100 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c7cb05;
}
.alert-warning {
  background-color: #faff00;
}
.alert-danger {
  background-color: #ffbc00;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c7cb05;
  border-color: #c7cb05;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #c7cb05;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbfd9f;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfd9f;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #feffcc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff2cc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a {
  background: #faff00;
}
#scrollToTop a i:before {
  background: #000000;
}
#scrollToTop a i:after {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.mbr-arrow {
  background-color: #faff00;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #000000;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #c7cb05;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c7cb05;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c7cb05;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c7cb05;
  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: #c7cb05;
  border-bottom-color: #c7cb05;
}
.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: #c7cb05 !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: #ffbc00 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c7cb05' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uZnM4OGUFR {
  z-index: 1000;
  width: 100%;
}
.cid-uZnM4OGUFR .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZnM4OGUFR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uZnM4OGUFR .iconfont-wrapper {
  color: #00b15c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uZnM4OGUFR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uZnM4OGUFR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uZnM4OGUFR .container {
    padding: 0 1rem;
  }
}
.cid-uZnM4OGUFR .menu-tite {
  background: #c7cb05;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-uZnM4OGUFR .nav-link {
  position: relative;
}
.cid-uZnM4OGUFR .nav-link:hover {
  color: #c7cb05 !important;
}
.cid-uZnM4OGUFR nav.navbar {
  position: fixed;
}
.cid-uZnM4OGUFR .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 13, 13, 0.5);
}
.cid-uZnM4OGUFR .navbar.opened {
  transition: all 0.3s;
}
.cid-uZnM4OGUFR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZnM4OGUFR .navbar .navbar-logo img {
  width: auto;
}
.cid-uZnM4OGUFR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZnM4OGUFR .navbar.collapsed {
  justify-content: center;
}
.cid-uZnM4OGUFR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZnM4OGUFR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZnM4OGUFR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZnM4OGUFR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZnM4OGUFR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZnM4OGUFR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZnM4OGUFR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZnM4OGUFR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZnM4OGUFR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZnM4OGUFR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZnM4OGUFR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZnM4OGUFR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZnM4OGUFR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZnM4OGUFR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZnM4OGUFR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZnM4OGUFR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZnM4OGUFR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZnM4OGUFR .dropdown-item:hover,
.cid-uZnM4OGUFR .dropdown-item:focus {
  background: #c7cb05 !important;
  color: white !important;
}
.cid-uZnM4OGUFR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZnM4OGUFR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZnM4OGUFR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZnM4OGUFR .dropdown-menu,
.cid-uZnM4OGUFR .navbar.opened {
  background: #0d0d0d !important;
}
.cid-uZnM4OGUFR .nav-item:focus,
.cid-uZnM4OGUFR .nav-link:focus {
  outline: none;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZnM4OGUFR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZnM4OGUFR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZnM4OGUFR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZnM4OGUFR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZnM4OGUFR .dropdown-item.active,
.cid-uZnM4OGUFR .dropdown-item:active {
  background-color: transparent;
}
.cid-uZnM4OGUFR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZnM4OGUFR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d0d0d;
}
.cid-uZnM4OGUFR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZnM4OGUFR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZnM4OGUFR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZnM4OGUFR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZnM4OGUFR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZnM4OGUFR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZnM4OGUFR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZnM4OGUFR .navbar {
    height: 70px;
  }
  .cid-uZnM4OGUFR .navbar.opened {
    height: auto;
  }
  .cid-uZnM4OGUFR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZygjSARtr {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1440x958.webp");
}
.cid-uZygjSARtr .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uZygjSARtr .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
.cid-uZygjSARtr .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uZygjSARtr .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZygjSARtr .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uZygjSARtr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZygjSARtr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZygjSARtr .mbr-section-title {
  text-align: center;
}
.cid-uZnM4OGUFR {
  z-index: 1000;
  width: 100%;
}
.cid-uZnM4OGUFR .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZnM4OGUFR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uZnM4OGUFR .iconfont-wrapper {
  color: #00b15c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uZnM4OGUFR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uZnM4OGUFR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uZnM4OGUFR .container {
    padding: 0 1rem;
  }
}
.cid-uZnM4OGUFR .menu-tite {
  background: #c7cb05;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-uZnM4OGUFR .nav-link {
  position: relative;
}
.cid-uZnM4OGUFR .nav-link:hover {
  color: #c7cb05 !important;
}
.cid-uZnM4OGUFR nav.navbar {
  position: fixed;
}
.cid-uZnM4OGUFR .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 13, 13, 0.5);
}
.cid-uZnM4OGUFR .navbar.opened {
  transition: all 0.3s;
}
.cid-uZnM4OGUFR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZnM4OGUFR .navbar .navbar-logo img {
  width: auto;
}
.cid-uZnM4OGUFR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZnM4OGUFR .navbar.collapsed {
  justify-content: center;
}
.cid-uZnM4OGUFR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZnM4OGUFR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZnM4OGUFR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZnM4OGUFR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZnM4OGUFR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZnM4OGUFR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZnM4OGUFR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZnM4OGUFR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZnM4OGUFR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZnM4OGUFR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZnM4OGUFR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZnM4OGUFR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZnM4OGUFR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZnM4OGUFR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZnM4OGUFR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZnM4OGUFR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZnM4OGUFR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZnM4OGUFR .dropdown-item:hover,
.cid-uZnM4OGUFR .dropdown-item:focus {
  background: #c7cb05 !important;
  color: white !important;
}
.cid-uZnM4OGUFR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZnM4OGUFR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZnM4OGUFR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZnM4OGUFR .dropdown-menu,
.cid-uZnM4OGUFR .navbar.opened {
  background: #0d0d0d !important;
}
.cid-uZnM4OGUFR .nav-item:focus,
.cid-uZnM4OGUFR .nav-link:focus {
  outline: none;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZnM4OGUFR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZnM4OGUFR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZnM4OGUFR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZnM4OGUFR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZnM4OGUFR .dropdown-item.active,
.cid-uZnM4OGUFR .dropdown-item:active {
  background-color: transparent;
}
.cid-uZnM4OGUFR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZnM4OGUFR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d0d0d;
}
.cid-uZnM4OGUFR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZnM4OGUFR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZnM4OGUFR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZnM4OGUFR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZnM4OGUFR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZnM4OGUFR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZnM4OGUFR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZnM4OGUFR .navbar {
    height: 70px;
  }
  .cid-uZnM4OGUFR .navbar.opened {
    height: auto;
  }
  .cid-uZnM4OGUFR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZyk5teXwc {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1440x958.webp");
}
.cid-uZyk5teXwc .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uZyk5teXwc .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
.cid-uZyk5teXwc .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uZyk5teXwc .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZyk5teXwc .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uZyk5teXwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZyk5teXwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZyk5teXwc .mbr-section-title {
  text-align: center;
}
.cid-uZnM4OGUFR {
  z-index: 1000;
  width: 100%;
}
.cid-uZnM4OGUFR .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZnM4OGUFR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uZnM4OGUFR .iconfont-wrapper {
  color: #00b15c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uZnM4OGUFR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uZnM4OGUFR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uZnM4OGUFR .container {
    padding: 0 1rem;
  }
}
.cid-uZnM4OGUFR .menu-tite {
  background: #c7cb05;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-uZnM4OGUFR .nav-link {
  position: relative;
}
.cid-uZnM4OGUFR .nav-link:hover {
  color: #c7cb05 !important;
}
.cid-uZnM4OGUFR nav.navbar {
  position: fixed;
}
.cid-uZnM4OGUFR .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 13, 13, 0.5);
}
.cid-uZnM4OGUFR .navbar.opened {
  transition: all 0.3s;
}
.cid-uZnM4OGUFR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZnM4OGUFR .navbar .navbar-logo img {
  width: auto;
}
.cid-uZnM4OGUFR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZnM4OGUFR .navbar.collapsed {
  justify-content: center;
}
.cid-uZnM4OGUFR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZnM4OGUFR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZnM4OGUFR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZnM4OGUFR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZnM4OGUFR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZnM4OGUFR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZnM4OGUFR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZnM4OGUFR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZnM4OGUFR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZnM4OGUFR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZnM4OGUFR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZnM4OGUFR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZnM4OGUFR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZnM4OGUFR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZnM4OGUFR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZnM4OGUFR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZnM4OGUFR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZnM4OGUFR .dropdown-item:hover,
.cid-uZnM4OGUFR .dropdown-item:focus {
  background: #c7cb05 !important;
  color: white !important;
}
.cid-uZnM4OGUFR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZnM4OGUFR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZnM4OGUFR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZnM4OGUFR .dropdown-menu,
.cid-uZnM4OGUFR .navbar.opened {
  background: #0d0d0d !important;
}
.cid-uZnM4OGUFR .nav-item:focus,
.cid-uZnM4OGUFR .nav-link:focus {
  outline: none;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZnM4OGUFR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZnM4OGUFR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZnM4OGUFR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZnM4OGUFR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZnM4OGUFR .dropdown-item.active,
.cid-uZnM4OGUFR .dropdown-item:active {
  background-color: transparent;
}
.cid-uZnM4OGUFR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZnM4OGUFR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d0d0d;
}
.cid-uZnM4OGUFR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZnM4OGUFR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZnM4OGUFR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZnM4OGUFR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZnM4OGUFR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZnM4OGUFR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZnM4OGUFR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZnM4OGUFR .navbar {
    height: 70px;
  }
  .cid-uZnM4OGUFR .navbar.opened {
    height: auto;
  }
  .cid-uZnM4OGUFR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZygvfMSqU {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1440x958.webp");
}
.cid-uZygvfMSqU .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uZygvfMSqU .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
.cid-uZygvfMSqU .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uZygvfMSqU .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZygvfMSqU .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uZygvfMSqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZygvfMSqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZygvfMSqU .mbr-section-title {
  text-align: center;
}
.cid-uZnM4OGUFR {
  z-index: 1000;
  width: 100%;
}
.cid-uZnM4OGUFR .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZnM4OGUFR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uZnM4OGUFR .iconfont-wrapper {
  color: #00b15c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uZnM4OGUFR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uZnM4OGUFR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uZnM4OGUFR .container {
    padding: 0 1rem;
  }
}
.cid-uZnM4OGUFR .menu-tite {
  background: #c7cb05;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-uZnM4OGUFR .nav-link {
  position: relative;
}
.cid-uZnM4OGUFR .nav-link:hover {
  color: #c7cb05 !important;
}
.cid-uZnM4OGUFR nav.navbar {
  position: fixed;
}
.cid-uZnM4OGUFR .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 13, 13, 0.5);
}
.cid-uZnM4OGUFR .navbar.opened {
  transition: all 0.3s;
}
.cid-uZnM4OGUFR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZnM4OGUFR .navbar .navbar-logo img {
  width: auto;
}
.cid-uZnM4OGUFR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZnM4OGUFR .navbar.collapsed {
  justify-content: center;
}
.cid-uZnM4OGUFR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZnM4OGUFR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZnM4OGUFR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZnM4OGUFR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZnM4OGUFR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZnM4OGUFR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZnM4OGUFR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZnM4OGUFR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZnM4OGUFR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZnM4OGUFR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZnM4OGUFR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZnM4OGUFR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZnM4OGUFR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZnM4OGUFR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZnM4OGUFR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZnM4OGUFR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZnM4OGUFR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZnM4OGUFR .dropdown-item:hover,
.cid-uZnM4OGUFR .dropdown-item:focus {
  background: #c7cb05 !important;
  color: white !important;
}
.cid-uZnM4OGUFR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZnM4OGUFR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZnM4OGUFR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZnM4OGUFR .dropdown-menu,
.cid-uZnM4OGUFR .navbar.opened {
  background: #0d0d0d !important;
}
.cid-uZnM4OGUFR .nav-item:focus,
.cid-uZnM4OGUFR .nav-link:focus {
  outline: none;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZnM4OGUFR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZnM4OGUFR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZnM4OGUFR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZnM4OGUFR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZnM4OGUFR .dropdown-item.active,
.cid-uZnM4OGUFR .dropdown-item:active {
  background-color: transparent;
}
.cid-uZnM4OGUFR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZnM4OGUFR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d0d0d;
}
.cid-uZnM4OGUFR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZnM4OGUFR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZnM4OGUFR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZnM4OGUFR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZnM4OGUFR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZnM4OGUFR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZnM4OGUFR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZnM4OGUFR .navbar {
    height: 70px;
  }
  .cid-uZnM4OGUFR .navbar.opened {
    height: auto;
  }
  .cid-uZnM4OGUFR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZyeWcxsdX {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1440x958.webp");
}
.cid-uZyeWcxsdX .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uZyeWcxsdX .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
.cid-uZyeWcxsdX .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-uZyeWcxsdX .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uZyeWcxsdX .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uZyeWcxsdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZyeWcxsdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZyeWcxsdX .mbr-section-title {
  text-align: center;
}
.cid-uZnM4OGUFR {
  z-index: 1000;
  width: 100%;
}
.cid-uZnM4OGUFR .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZnM4OGUFR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uZnM4OGUFR .iconfont-wrapper {
  color: #00b15c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uZnM4OGUFR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uZnM4OGUFR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uZnM4OGUFR .container {
    padding: 0 1rem;
  }
}
.cid-uZnM4OGUFR .menu-tite {
  background: #c7cb05;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-uZnM4OGUFR .nav-link {
  position: relative;
}
.cid-uZnM4OGUFR .nav-link:hover {
  color: #c7cb05 !important;
}
.cid-uZnM4OGUFR nav.navbar {
  position: fixed;
}
.cid-uZnM4OGUFR .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 13, 13, 0.5);
}
.cid-uZnM4OGUFR .navbar.opened {
  transition: all 0.3s;
}
.cid-uZnM4OGUFR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZnM4OGUFR .navbar .navbar-logo img {
  width: auto;
}
.cid-uZnM4OGUFR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZnM4OGUFR .navbar.collapsed {
  justify-content: center;
}
.cid-uZnM4OGUFR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZnM4OGUFR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZnM4OGUFR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZnM4OGUFR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZnM4OGUFR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZnM4OGUFR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZnM4OGUFR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZnM4OGUFR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZnM4OGUFR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZnM4OGUFR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZnM4OGUFR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZnM4OGUFR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZnM4OGUFR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZnM4OGUFR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZnM4OGUFR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZnM4OGUFR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZnM4OGUFR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZnM4OGUFR .dropdown-item:hover,
.cid-uZnM4OGUFR .dropdown-item:focus {
  background: #c7cb05 !important;
  color: white !important;
}
.cid-uZnM4OGUFR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZnM4OGUFR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZnM4OGUFR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZnM4OGUFR .dropdown-menu,
.cid-uZnM4OGUFR .navbar.opened {
  background: #0d0d0d !important;
}
.cid-uZnM4OGUFR .nav-item:focus,
.cid-uZnM4OGUFR .nav-link:focus {
  outline: none;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZnM4OGUFR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZnM4OGUFR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZnM4OGUFR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZnM4OGUFR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZnM4OGUFR .dropdown-item.active,
.cid-uZnM4OGUFR .dropdown-item:active {
  background-color: transparent;
}
.cid-uZnM4OGUFR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZnM4OGUFR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d0d0d;
}
.cid-uZnM4OGUFR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZnM4OGUFR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZnM4OGUFR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZnM4OGUFR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZnM4OGUFR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZnM4OGUFR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZnM4OGUFR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZnM4OGUFR .navbar {
    height: 70px;
  }
  .cid-uZnM4OGUFR .navbar.opened {
    height: auto;
  }
  .cid-uZnM4OGUFR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3R7L3dr9j {
  padding-top: 150px;
  padding-bottom: 0px;
  margin-bottom: -25px;
  background-image: url("../../../assets/images/mbr-1-1920x1065.webp");
}
.cid-v3R7L3dr9j H1 {
  color: #faff00;
  text-align: center;
}
.cid-v3R7L3dr9j h1 {
  background: linear-gradient(to left, #ffbc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v3R7L3dr9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3R7L3dr9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3R7L3dr9j .mbr-text {
  position: relative;
  top: -25px;
}
.cid-v3R7L3dr9j .mbr-text,
.cid-v3R7L3dr9j .mbr-section-btn {
  text-align: center;
}
.cid-v3R7L3dr9j H2 {
  text-align: center;
  padding-bottom: 25px;
  color: #ffffff;
}
.cid-v3R7L3dr9j .mbr-text,
.cid-v3R7L3dr9j .mbr-section-btn {
  text-align: center;
  color: #ffffff;
  position: relative;
  top: -50px;
}
.cid-v3R7L3dr9j a.btn-danger-outline:hover {
  color: red;
}
.cid-v3R7L3dr9j .image-wrapper {
  position: absolute;
  top: 80px;
  left: 200px;
  width: 500px;
  height: auto;
  transform: rotate(-50deg);
  animation: floatAnimation 3s ease-in-out infinite;
}
.cid-v3R7L3dr9j .for-tablet-portrait {
  position: absolute;
  top: 80px;
  left: -160px;
  width: 100px;
  height: auto;
  transform: rotate(-50deg);
  animation: floatAnimation 3s ease-in-out infinite;
}
@keyframes floatAnimation {
  0% {
    transform: rotate(-50deg) translateY(0);
  }
  50% {
    transform: rotate(-50deg) translateY(-20px);
  }
  100% {
    transform: rotate(-50deg) translateY(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3R7L3dr9j .for-tablet-portrait {
    left: -10px;
    top: 200px;
    width: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-v3R7L3dr9j .image-wrapper {
    left: 80px;
    top: 150px;
    width: 400px;
  }
}
.cid-v3R7L3dr9j .mbr-overlay {
  background-color: #0a0a20 !important;
  mix-blend-mode: multiply;
  opacity: 0.4 !important;
}
.cid-v3R7L3dr9j .btn {
  animation: marketingPulse 2s infinite;
}
@keyframes marketingPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(149, 229, 116, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0);
  }
}
.cid-v3R7L3dr9j .align-center {
  position: relative;
  top: -20px;
}
.cid-v3R8fo1zr1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  margin-top: -100px;
  background-color: #080813;
}
.cid-v3R8fo1zr1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3R8fo1zr1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3R8fo1zr1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3R8fo1zr1 .content-wrapper .mbr-section-title span {
  color: #c7cb05;
}
.cid-v3R8fo1zr1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3R8fo1zr1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v3R8fo1zr1 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #c7cb05, #292739);
}
@media (max-width: 992px) {
  .cid-v3R8fo1zr1 .border-wrap {
    margin-top: 32px;
  }
}
.cid-v3R8fo1zr1 .mbr-section-title {
  color: #ffffff;
}
.cid-v3R8fo1zr1 .mbr-text,
.cid-v3R8fo1zr1 .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-v3R8fo1zr1 .mbr-section-title,
.cid-v3R8fo1zr1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v3R8fo1zr1 .btn {
  animation: marketingPulse 2s infinite;
  font-size: 12px;
  padding: 8px 15px !important;
}
@keyframes marketingPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(149, 229, 116, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0);
  }
}
.cid-v3S9cd7Zs4 {
  padding-top: -60rem;
  padding-bottom: -30rem;
  margin-bottom: -130px;
  background-color: #080813;
}
.cid-v3S9cd7Zs4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3S9cd7Zs4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3S9cd7Zs4 .item-wrapper {
  overflow: hidden;
  background: #080813;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-v3S9cd7Zs4 .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3S9cd7Zs4 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v3S9cd7Zs4 .text-wrapper {
    padding-top: 1rem;
  }
}
.cid-v3S9cd7Zs4 .row {
  flex-direction: row-reverse;
}
.cid-v3S9cd7Zs4 .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3S9cd7Zs4 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v3S9cd7Zs4 .text-wrapper {
    padding: 1rem;
  }
}
.cid-v3S9cd7Zs4 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v3S9cd7Zs4 .image-wrapper {
  padding: 0 1rem;
}
.cid-v3S9cd7Zs4 img,
.cid-v3S9cd7Zs4 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3S9cd7Zs4 .image-wrapper {
    overflow: visible;
    height: calc(360px);
  }
  .cid-v3S9cd7Zs4 img {
    height: calc(360px);
    width: 100%;
    object-fit: contain;
    margin-top: -40px;
    margin-bottom: -40px;
  }
}
@media (max-width: 767px) {
  .cid-v3S9cd7Zs4 .item-wrapper {
    margin-bottom: -0.625rem;
  }
  .cid-v3S9cd7Zs4 .text-wrapper {
    position: relative;
    top: -100px;
    padding-top: 0;
  }
  .cid-v3S9cd7Zs4 img {
    max-height: 250px;
    object-fit: cover;
  }
}
.cid-v3S9cd7Zs4 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3S9cd7Zs4 .mbr-text {
  color: #000000;
}
.cid-v3S9cd7Zs4 .mbr-text,
.cid-v3S9cd7Zs4 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v3S9cd7Zs4 .price {
  color: #ffffff;
  text-align: right;
}
.cid-v3S9cd7Zs4 .content-head {
  max-width: 300px;
}
.cid-v3S9cd7Zs4 .mbr-section-maintitle {
  text-align: center;
  color: #ffffff;
}
.cid-v3S9cd7Zs4 .mbr-section-mainsubtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v3RrkxjJKI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #080813;
}
.cid-v3RrkxjJKI .mbr-section-title,
.cid-v3RrkxjJKI .mbr-section-subtitle {
  color: #000000;
}
.cid-v3RrkxjJKI .mbr-section-text {
  color: #232323;
}
.cid-v3RrkxjJKI .mbr-text,
.cid-v3RrkxjJKI .typed-text,
.cid-v3RrkxjJKI .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-v3RrkxjJKI .btn {
  margin-left: 4px !important;
}
.cid-v3RrkxjJKI .animated-element {
  color: #c7cb05;
}
.cid-v3RrkxjJKI .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #c7cb05;
}
.cid-v3RrkxjJKI .mbr-figure {
  position: relative;
  top: 10px;
  left: -60px;
  width: 580px;
  margig-left: -30px;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-v3RrkxjJKI .people-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-v3RrkxjJKI .people-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v3RrkxjJKI .images-wrapper {
  display: flex;
  margin-right: 16px;
}
.cid-v3RrkxjJKI .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #20002e;
  margin-left: -10px;
  object-fit: cover;
}
.cid-v3RrkxjJKI .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-v3RrkxjJKI .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v3RrkxjJKI .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
  color: black;
}
.cid-v3RrkxjJKI .mbr-rating:last-child {
  margin-right: 0;
}
.cid-v3RrkxjJKI .mbr-people {
  opacity: .8;
  margin-bottom: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-v3RrkxjJKI .mbr-figure {
    position: relative;
    left: -5px;
    width: 700px;
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3RrkxjJKI .mbr-section-text,
  .cid-v3RrkxjJKI .mbr-section-btn {
    text-align: center !important;
  }
  .cid-v3RrkxjJKI .people-wrap {
    justify-content: center;
  }
  .cid-v3RrkxjJKI .typed-text.align-left,
  .cid-v3RrkxjJKI .mbr-section-subtitle {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .cid-v3RrkxjJKI .typed-text,
  .cid-v3RrkxjJKI .mbr-section-subtitle,
  .cid-v3RrkxjJKI .mbr-section-text,
  .cid-v3RrkxjJKI .mbr-section-btn {
    text-align: center !important;
  }
  .cid-v3RrkxjJKI .people-wrap {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .cid-v3RrkxjJKI .typed-text {
    padding-bottom: 1.5rem !important;
  }
  .cid-v3RrkxjJKI .typed-text .mbr-section-subtitle {
    font-size: 3.5rem;
    line-height: 1.1;
  }
  .cid-v3RrkxjJKI .typed-text > span > .animated-element {
    font-size: 3.5rem;
    line-height: 1.1;
  }
}
@media (max-width: 991px) and (orientation: landscape) and (max-height: 500px) {
  .cid-v3RrkxjJKI .mbr-section-text,
  .cid-v3RrkxjJKI .mbr-section-btn {
    text-align: center !important;
  }
  .cid-v3RrkxjJKI .people-wrap {
    justify-content: center;
  }
  .cid-v3RrkxjJKI .typed-text,
  .cid-v3RrkxjJKI .mbr-section-subtitle {
    text-align: left !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-v3RrkxjJKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3RrkxjJKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3RrkxjJKI .mbr-section-subtitle,
.cid-v3RrkxjJKI .typed-text {
  color: #ffffff;
  text-align: left;
}
.cid-v3RrkxjJKI P {
  color: #37a20a;
  text-align: left;
}
.cid-v3RrkxjJKI .mbr-section-text,
.cid-v3RrkxjJKI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v3RrkxjJKI .mbr-fonts-style {
  color: white;
}
.cid-v1Sl3q4fnH {
  overflow: visible !important;
  position: relative;
  z-index: 1;
  padding-top: 165px;
  padding-bottom: 55px;
  background-image: url("../../../assets/images/mbr-1-1920x1065.webp");
}
.cid-v1Sl3q4fnH H1 {
  color: #c7cb05;
  text-align: right;
}
.cid-v1Sl3q4fnH h1 {
  background: linear-gradient(to left, #ffbc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v1Sl3q4fnH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Sl3q4fnH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Sl3q4fnH .mbr-text {
  position: relative;
  top: 25px;
}
.cid-v1Sl3q4fnH .mbr-text,
.cid-v1Sl3q4fnH .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-v1Sl3q4fnH H2 {
  text-align: right;
  padding-bottom: -20px;
  color: #ffffff;
}
.cid-v1Sl3q4fnH a.btn-danger-outline:hover {
  color: red;
}
.cid-v1Sl3q4fnH .mockup-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-v1Sl3q4fnH .phone-frame {
  position: relative;
  z-index: 20;
  display: block;
  pointer-events: none;
}
.cid-v1Sl3q4fnH .phone-link {
  position: relative;
  z-index: 21;
  display: block;
}
.cid-v1Sl3q4fnH .video-layer {
  position: absolute;
  z-index: 10;
  background: #000;
  overflow: hidden;
  border-radius: 17px;
}
.cid-v1Sl3q4fnH .video-layer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-v1Sl3q4fnH .image-wrapper {
  position: absolute;
  z-index: 2;
  animation: floatAnimation 3s ease-in-out infinite;
}
.cid-v1Sl3q4fnH .stop-anim {
  animation: none !important;
}
@keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-v1Sl3q4fnH .for-tablet-portrait {
  position: absolute;
  top: -40px;
  right: 50px;
  width: 280px;
  height: auto;
  animation: floatAnimation 3s ease-in-out infinite;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1Sl3q4fnH .image-wrapper {
    left: 20px !important;
    width: 800px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v1Sl3q4fnH .for-tablet-portrait {
    left: 0px;
    top: 20px;
    width: 300px;
  }
}
.cid-v1Sl3q4fnH .mbr-overlay {
  background-color: #0a0a20 !important;
  mix-blend-mode: multiply;
  opacity: 0.6 !important;
}
@media (min-width: 1023px) and (max-width: 1025px) and (min-height: 599px) and (max-height: 601px) {
  .cid-v1Sl3q4fnH .image-wrapper {
    left: -150px !important;
  }
}
@media (min-width: 1023px) and (max-width: 1025px) and (min-height: 1365px) and (max-height: 1367px) {
  .cid-v1Sl3q4fnH .image-wrapper {
    left: -110px !important;
  }
}
.cid-v1Sl3q4fnH .btn {
  animation: marketingPulse 2s infinite;
}
@keyframes marketingPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(149, 229, 116, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0);
  }
}
.cid-v0q65lHTmZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-v0q65lHTmZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0q65lHTmZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0q65lHTmZ .container {
    padding: 0 22px;
  }
}
.cid-v0q65lHTmZ .row {
  justify-content: center;
}
.cid-v0q65lHTmZ .content-wrapper .line-wrapper {
  position: relative;
  top: -10px;
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0q65lHTmZ .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0q65lHTmZ .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #000000;
}
.cid-v0q65lHTmZ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0q65lHTmZ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
  animation: rotate .3s linear infinite alternate;
  transform-origin: 50% 0;
  transition: .2s;
  cursor: pointer;
}
.cid-v0q65lHTmZ .content-wrapper .icon-wrapper .mbr-iconfont:hover {
  color: white;
  animation-duration: .15s;
}
.cid-v0q65lHTmZ .content-wrapper .icon-wrapper .mbr-text {
  margin-bottom: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
.cid-v0q65lHTmZ .mbr-section-title {
  color: #ffffff;
}
.cid-v0q65lHTmZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0q65lHTmZ .mbr-section-title,
.cid-v0q65lHTmZ .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v2tz4gDCMu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #080813;
}
.cid-v2tz4gDCMu a:link {
  text-decoration: none;
}
.cid-v2tz4gDCMu .for-desktop .icon-transition span {
  position: relative;
  z-index: 5;
  top: -200px;
  left: -240px;
  padding: 0.9rem 0.9rem;
  border-radius: 30%;
  color: white;
  display: block;
  height: 2.1em;
  line-height: 0.4em;
  width: 3.8em;
  background: #faff00 none repeat scroll 0 0;
  transition: all 0.3s ease-out 0s;
  font-size: 10px;
}
.cid-v2tz4gDCMu .for-desktop .icon-transition span:hover {
  background-color: #95e574;
}
.cid-v2tz4gDCMu .for-tablet-portrait .icon-transition span {
  position: relative;
  top: -380px;
  left: 200px;
  padding: 0.9rem 0.9rem;
  border-radius: 30%;
  color: white;
  display: block;
  height: 2.1em;
  line-height: 0.4em;
  width: 3.8em;
  background: #faff00 none repeat scroll 0 0;
  transition: all 0.3s ease-out 0s;
  font-size: 10px;
}
.cid-v2tz4gDCMu .for-tablet-portrait .icon-transition span:hover {
  background-color: #95e574;
}
.cid-v2tz4gDCMu .for-mobile .icon-transition span {
  position: relative;
  z-index: 5;
  top: -330px;
  left: 30px;
  padding: 0.9rem 0.9rem;
  border-radius: 30%;
  color: white;
  display: block;
  height: 2.1em;
  line-height: 0.4em;
  width: 3.8em;
  background: #faff00 none repeat scroll 0 0;
  transition: all 0.3s ease-out 0s;
  font-size: 10px;
}
.cid-v2tz4gDCMu .for-mobile .icon-transition span:hover {
  background-color: #95e574;
}
.cid-v2tz4gDCMu .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v2tz4gDCMu .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-v2tz4gDCMu .foot-menu {
  flex-direction: row;
  margin: 0;
  margin-bottom: -35px;
  padding: .6em 0;
}
.cid-v2tz4gDCMu .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-v2tz4gDCMu .foot-menu > li .rhombus {
  width: 0;
  height: 0px;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-v2tz4gDCMu .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-v2tz4gDCMu .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-v2tz4gDCMu .plan-title,
.cid-v2tz4gDCMu .text-letter {
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-v2tz4gDCMu .plan-title {
  color: white;
}
@media (max-width: 767px) {
  .cid-v2tz4gDCMu .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-v2tz4gDCMu .mbr-section-title span {
  color: #ffbc00;
}
.cid-v2tz4gDCMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2tz4gDCMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2tz4gDCMu .mbr-section-title {
  color: #00b15c;
  text-align: center;
}
.cid-v2tz4gDCMu .mbr-text {
  color: #efefef;
  text-align: right;
}
.cid-v2tz4gDCMu .btn {
  position: relative;
  top: -20px;
}
.cid-v2tz4gDCMu .footer-text {
  position: relative;
  top: -715px;
  left: 10px;
}
@media (min-width: 390px) and (max-width: 440px) {
  .cid-v2tz4gDCMu .for-mobile .icon-transition span {
    left: 90px;
    transform: scale(1);
  }
}
@media (min-width: 389px) and (max-width: 391px) {
  .cid-v2tz4gDCMu .for-mobile .icon-transition span {
    left: 70px;
  }
}
@media (min-width: 359px) and (max-width: 361px) {
  .cid-v2tz4gDCMu .for-mobile .icon-transition span {
    left: 70px;
  }
}
@media (min-width: 374px) and (max-width: 376px) and (max-height: 670px) {
  .cid-v2tz4gDCMu .for-mobile .icon-transition span {
    left: 70px;
  }
}
@media (min-width: 539px) and (max-width: 541px) and (max-height: 725px) {
  .cid-v2tz4gDCMu .for-mobile .icon-transition span {
    left: 129px;
  }
}
.cid-v3u2LZKuBR {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #080813;
}
.cid-v3u2LZKuBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3u2LZKuBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3u2LZKuBR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3u2LZKuBR .content-wrapper .mbr-section-title span {
  color: #c7cb05;
}
.cid-v3u2LZKuBR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3u2LZKuBR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v3u2LZKuBR .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #c7cb05, #292739);
}
@media (max-width: 992px) {
  .cid-v3u2LZKuBR .border-wrap {
    margin-top: 32px;
  }
}
.cid-v3u2LZKuBR .mbr-section-title {
  color: #ffffff;
}
.cid-v3u2LZKuBR .mbr-text,
.cid-v3u2LZKuBR .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-v3u2LZKuBR .mbr-section-title,
.cid-v3u2LZKuBR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v3u2LZKuBR .btn {
  animation: marketingPulse 2s infinite;
}
@keyframes marketingPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(149, 229, 116, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0);
  }
}
.cid-v3pNWTOMhC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3pNWTOMhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3pNWTOMhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3pNWTOMhC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3pNWTOMhC .content-wrapper .mbr-section-title span {
  color: #c7cb05;
}
.cid-v3pNWTOMhC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3pNWTOMhC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v3pNWTOMhC .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #c7cb05, #292739);
}
@media (max-width: 992px) {
  .cid-v3pNWTOMhC .border-wrap {
    margin-top: 32px;
  }
}
.cid-v3pNWTOMhC .mbr-section-title {
  color: #ffffff;
}
.cid-v3pNWTOMhC .mbr-text,
.cid-v3pNWTOMhC .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-v3pNWTOMhC .mbr-section-title,
.cid-v3pNWTOMhC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uZh78SCdhU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #080813;
}
.cid-uZh78SCdhU .mbr-section-title,
.cid-uZh78SCdhU .mbr-section-subtitle {
  color: #000000;
}
.cid-uZh78SCdhU .mbr-section-text {
  color: #232323;
}
.cid-uZh78SCdhU .mbr-text,
.cid-uZh78SCdhU .typed-text,
.cid-uZh78SCdhU .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uZh78SCdhU .btn {
  margin-left: 4px !important;
}
.cid-uZh78SCdhU .animated-element {
  color: #c7cb05;
}
.cid-uZh78SCdhU .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #c7cb05;
}
.cid-uZh78SCdhU .mbr-figure {
  position: relative;
  top: 10px;
  left: -60px;
  width: 580px;
  margig-left: -30px;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-uZh78SCdhU .people-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-uZh78SCdhU .people-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZh78SCdhU .images-wrapper {
  display: flex;
  margin-right: 16px;
}
.cid-uZh78SCdhU .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #20002e;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uZh78SCdhU .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uZh78SCdhU .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZh78SCdhU .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
  color: black;
}
.cid-uZh78SCdhU .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uZh78SCdhU .mbr-people {
  opacity: .8;
  margin-bottom: 0;
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uZh78SCdhU .mbr-figure {
    position: relative;
    left: -5px;
    width: 700px;
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZh78SCdhU .mbr-section-text,
  .cid-uZh78SCdhU .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uZh78SCdhU .people-wrap {
    justify-content: center;
  }
  .cid-uZh78SCdhU .typed-text.align-left,
  .cid-uZh78SCdhU .mbr-section-subtitle {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .cid-uZh78SCdhU .typed-text,
  .cid-uZh78SCdhU .mbr-section-subtitle,
  .cid-uZh78SCdhU .mbr-section-text,
  .cid-uZh78SCdhU .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uZh78SCdhU .people-wrap {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .cid-uZh78SCdhU .typed-text {
    padding-bottom: 1.5rem !important;
  }
  .cid-uZh78SCdhU .typed-text .mbr-section-subtitle {
    font-size: 3.5rem;
    line-height: 1.1;
  }
  .cid-uZh78SCdhU .typed-text > span > .animated-element {
    font-size: 3.5rem;
    line-height: 1.1;
  }
}
@media (max-width: 991px) and (orientation: landscape) and (max-height: 500px) {
  .cid-uZh78SCdhU .mbr-section-text,
  .cid-uZh78SCdhU .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uZh78SCdhU .people-wrap {
    justify-content: center;
  }
  .cid-uZh78SCdhU .typed-text,
  .cid-uZh78SCdhU .mbr-section-subtitle {
    text-align: left !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-uZh78SCdhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZh78SCdhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZh78SCdhU .mbr-section-subtitle,
.cid-uZh78SCdhU .typed-text {
  color: #ffffff;
  text-align: left;
}
.cid-uZh78SCdhU P {
  color: #37a20a;
  text-align: left;
}
.cid-uZh78SCdhU .mbr-section-text,
.cid-uZh78SCdhU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uZh78SCdhU .mbr-fonts-style {
  color: white;
}
.cid-v3lgBJ0i1P {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3lgBJ0i1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3lgBJ0i1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3lgBJ0i1P .row {
    padding: 0 13px;
  }
}
.cid-v3lgBJ0i1P .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3lgBJ0i1P .card-wrapper {
    margin-bottom: 55px;
  }
}
.cid-v3lgBJ0i1P .card-wrapper .icon-wrapper {
  margin-bottom: 18px;
}
.cid-v3lgBJ0i1P .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline;
  font-size: 82px;
  width: auto;
  color: #616161;
}
.cid-v3lgBJ0i1P .card-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-v3lgBJ0i1P .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3lgBJ0i1P .mbr-section-title {
  color: #ffffff;
}
.cid-v3lgBJ0i1P .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v3lgBJ0i1P .mbr-section-title,
.cid-v3lgBJ0i1P .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-v3eIcL5oyR {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #080813;
  position: relative;
}
.cid-v3eIcL5oyR .item:focus,
.cid-v3eIcL5oyR span:focus {
  outline: none;
}
.cid-v3eIcL5oyR .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v3eIcL5oyR .content-head {
  max-width: 800px;
}
.cid-v3eIcL5oyR .item {
  padding: 10px 0;
  color: #ffffff;
}
.cid-v3eIcL5oyR .gradient-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-v3eIcL5oyR .gradient-wrapper {
    height: 5px;
  }
}
.cid-v3eIcL5oyR .gradient_1 {
  top: 0;
  background-image: linear-gradient(90deg, #14011d, #ca45ff, #c7cb05);
}
.cid-v3eIcL5oyR .gradient_2 {
  bottom: 0;
  background-image: linear-gradient(90deg, #c7cb05, #ca45ff, #14011d);
}
.cid-uZZJsKQu2g {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-uZZJsKQu2g .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uZZJsKQu2g .video-block {
    width: 100% !important;
  }
  .cid-uZZJsKQu2g .btn {
    margin: 0.5rem 0.5rem;
  }
}
.cid-uZZJsKQu2g .underline {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.cid-uZZJsKQu2g .underline .line {
  width: 3rem;
  height: 2px;
  background: #080813;
  display: inline-block;
}
.cid-uZZJsKQu2g .row {
  margin-top: 1rem;
}
.cid-uZZJsKQu2g .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #080813;
  text-align: center;
}
.cid-uZZJsKQu2g .mbr-section-title,
.cid-uZZJsKQu2g .underline {
  color: #080813;
  text-align: center;
}
.cid-uZZJsKQu2g .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v0q05T7kWP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1134.webp");
}
.cid-v0q05T7kWP .row {
  align-items: center;
}
.cid-v0q05T7kWP .image-wrapper {
  padding: 1rem;
}
.cid-v0q05T7kWP .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-v0q05T7kWP .label-text {
  width: 100%;
  color: grey;
}
.cid-v0q05T7kWP .mbr-section-title {
  margin-bottom: 12px;
}
.cid-v0q05T7kWP .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 12px;
}
.cid-v0q05T7kWP .btn-container {
  width: 100%;
}
.cid-v0q05T7kWP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-v0q05T7kWP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v0q05T7kWP .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v0q05T7kWP .btn-black-outline {
  border: 1px solid currentColor;
}
.cid-v0q05T7kWP .btn-black-outline:hover {
  color: #ffffff !important;
  background: #111111 !important;
}
.cid-v0q05T7kWP .elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: rotate(180deg);
  line-height: 0;
  direction: ltr;
}
.cid-v0q05T7kWP .elementor-shape svg {
  fill: #ffffff;
}
.cid-v0q05T7kWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0q05T7kWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZHsIxhHc {
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-uZZHsIxhHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 10%;
  position: absolute;
  top: 0;
}
.cid-uZZHsIxhHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZHsIxhHc .round {
  display: none;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  background: #ffbc00;
  border-radius: 80%;
  padding: 1rem;
  margin: auto;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
  animation: marketingPulse 2s infinite;
}
@media (min-width: 1400px) {
  .cid-uZZHsIxhHc .round {
    position: absolute;
  }
}
.cid-uZZHsIxhHc .arrow {
  font-size: 3rem;
  color: #c7cb05;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uZZHsIxhHc .arrow-col {
  display: none;
  overflow: hidden;
  margin-top: 5rem;
  position: relative;
  z-index: 2;
}
.cid-uZZHsIxhHc .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uZZHsIxhHc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZZHsIxhHc .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-uZZHsIxhHc .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uZZHsIxhHc .mbr-text,
.cid-uZZHsIxhHc .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uZZHsIxhHc .mbr-roundtext {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uZZHsIxhHc {
    margin-top: -73px;
    margin-bottom: -250px;
  }
  .cid-uZZHsIxhHc .round {
    margin-top: 48px;
    transform: translateX(0px);
  }
  .cid-uZZHsIxhHc .arrow-col {
    margin-top: -200px;
    transform: translateX(0px);
  }
  .cid-uZZHsIxhHc .arrow-col {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-uZZHsIxhHc {
    margin-top: -38px;
    margin-bottom: -212px;
  }
  .cid-uZZHsIxhHc .round {
    margin-top: -200px;
    transform: translateX(225px) rotate(9deg);
  }
  .cid-uZZHsIxhHc .arrow-col {
    margin-top: -59px;
    transform: translateX(0px);
  }
}
@media (min-width: 1400px) {
  .cid-uZZHsIxhHc {
    margin-top: -79px;
    margin-bottom: -250px;
  }
  .cid-uZZHsIxhHc .round {
    top: -420px;
    left: 608px;
    transform: rotate(10deg);
  }
  .cid-uZZHsIxhHc .arrow-col {
    margin-top: -50px;
  }
  .cid-uZZHsIxhHc .round {
    display: flex;
  }
  .cid-uZZHsIxhHc .arrow-col {
    display: block;
  }
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uZZHsIxhHc .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
@keyframes marketingPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(149, 229, 116, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0);
  }
}
.cid-uZkt9Gb9qe {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #080813;
}
.cid-uZkt9Gb9qe .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uZkt9Gb9qe .video-block {
    width: 100% !important;
  }
  .cid-uZkt9Gb9qe .btn {
    margin: 0.5rem 0.5rem;
  }
}
.cid-uZkt9Gb9qe .underline {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.cid-uZkt9Gb9qe .underline .line {
  width: 3rem;
  height: 2px;
  background: #000000;
  display: inline-block;
}
.cid-uZkt9Gb9qe .row {
  margin-top: 1rem;
}
.cid-uZkt9Gb9qe .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
  text-align: center;
}
.cid-uZkt9Gb9qe .mbr-section-title,
.cid-uZkt9Gb9qe .underline {
  color: #000000;
  text-align: center;
}
.cid-uZnWcy0Clx .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uZnWcy0Clx .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uZnWcy0Clx .countdown-cont {
  margin: 0 auto;
}
.cid-uZnWcy0Clx .countdown-cont div:not(:last-child) {
  border-right: 2px solid lightgray;
}
.cid-uZnWcy0Clx .countdown-cont .row {
  -webkit-flex-wrap: nowrap;
}
.cid-uZnWcy0Clx .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #c7cb05;
}
.cid-uZnWcy0Clx .period {
  display: block;
  padding-top: 2px;
}
.cid-uZnWcy0Clx .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: none;
  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: #c7cb05;
}
.cid-uZnWcy0Clx .full-count-container {
  background: #080813;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZnWcy0Clx .dot {
    right: -1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZnWcy0Clx .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-uZnWcy0Clx .dot {
    display: none;
  }
  .cid-uZnWcy0Clx .number {
    white-space: nowrap;
  }
  .cid-uZnWcy0Clx .countdown-cont {
    margin: 0 auto;
  }
  .cid-uZnWcy0Clx .countdown-cont div:not(:last-child) {
    border-right: 0px solid lightgray;
  }
  .cid-uZnWcy0Clx .countdown-cont div {
    padding: 0;
    flex: 0 0 25% !important;
  }
  .cid-uZnWcy0Clx .col-sm-3 {
    padding: 0;
  }
}
@media (max-width: 550px) {
  .cid-uZnWcy0Clx .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 480px) {
  .cid-uZnWcy0Clx .number-wrap {
    min-width: 85px;
    padding: 5px 2px 10px 2px;
  }
  .cid-uZnWcy0Clx .number {
    font-size: 32px;
  }
  .cid-uZnWcy0Clx .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 440px) {
  .cid-uZnWcy0Clx .number-wrap {
    padding: 5px 5px 13px 5px;
  }
  .cid-uZnWcy0Clx .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uZnWcy0Clx .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-uZnWcy0Clx .number {
    font-size: 25px;
  }
  .cid-uZnWcy0Clx .period {
    font-size: 0.7rem;
  }
}
.cid-uZnWcy0Clx H2 {
  color: #000000;
}
.cid-v0yw3Gu3ER {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-v0yw3Gu3ER .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-v0yw3Gu3ER .mbr-text {
  width: 100%;
  height: auto;
}
.cid-v0yw3Gu3ER .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-v0yw3Gu3ER .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v0yw3Gu3ER .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-v0yw3Gu3ER .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0yw3Gu3ER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0yw3Gu3ER .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v0yw3Gu3ER .mbr-overlay {
  background-color: #0a0a20 !important;
  mix-blend-mode: multiply;
  opacity: 0.6 !important;
}
.cid-v2f0HVpIfn {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-v2f0HVpIfn .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-v2f0HVpIfn .mbr-text {
  width: 100%;
  height: auto;
}
.cid-v2f0HVpIfn .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-v2f0HVpIfn .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2f0HVpIfn .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-v2f0HVpIfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2f0HVpIfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2f0HVpIfn .mbr-section-title {
  color: #ffffff;
}
.cid-v2f0HVpIfn .mbr-overlay {
  background-color: #0a0a20 !important;
  mix-blend-mode: multiply;
  opacity: 0.6 !important;
}
.cid-v3eVVb3NXE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3eVVb3NXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3eVVb3NXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3eVVb3NXE .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v3eVVb3NXE .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v3eVVb3NXE .content-wrapper {
    width: 100%;
  }
}
.cid-v3eVVb3NXE .content-wrapper .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3eVVb3NXE .content-wrapper .title-wrapper {
    padding-bottom: 28px;
    display: block;
  }
}
.cid-v3eVVb3NXE .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, transparent, #c7cb05 50%, transparent);
}
.cid-v3eVVb3NXE .content-wrapper .title-wrapper .mbr-section-title {
  width: 40%;
  padding-right: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3eVVb3NXE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 22px;
  }
}
.cid-v3eVVb3NXE .content-wrapper .mbr-text {
  margin-top: 42px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3eVVb3NXE .content-wrapper .mbr-text {
    margin-top: 22px;
  }
}
.cid-v3eVVb3NXE .mbr-section-title {
  color: #ffffff;
}
.cid-v3eVVb3NXE .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v3eVVb3NXE .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3eVVb3NXE .mbr-section-btn {
    text-align: left;
  }
  .cid-v3eVVb3NXE .mbr-section-btn .btn:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3eVVb3NXE .mbr-section-title,
  .cid-v3eVVb3NXE .mbr-section-btn {
    text-align: center;
  }
}
.cid-v2a3d50XBa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #080813;
}
.cid-v2a3d50XBa .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-v2a3d50XBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a3d50XBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0qe3GOQDK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #080813;
}
.cid-v0qe3GOQDK .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-v0qe3GOQDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0qe3GOQDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kmerLSpz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #080813;
  position: relative;
}
.cid-v3kmerLSpz .item:focus,
.cid-v3kmerLSpz span:focus {
  outline: none;
}
.cid-v3kmerLSpz .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v3kmerLSpz .content-head {
  max-width: 800px;
}
.cid-v3kmerLSpz .item {
  padding: 10px 0;
  color: #ffffff;
}
.cid-v3kmerLSpz .gradient-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-v3kmerLSpz .gradient-wrapper {
    height: 5px;
  }
}
.cid-v3kmerLSpz .gradient_1 {
  top: 0;
  background-image: linear-gradient(90deg, #c7cb05, #ca45ff, #14011d);
}
.cid-v3kmerLSpz .gradient_2 {
  bottom: 0;
  background-image: linear-gradient(90deg, #14011d, #ca45ff, #c7cb05);
}
.cid-v28GXxyR6G {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v28GXxyR6G .link-wrap {
  width: 100%;
}
.cid-v28GXxyR6G .card-box,
.cid-v28GXxyR6G .img-wrapper {
  width: 50%;
}
.cid-v28GXxyR6G img {
  margin: auto;
  width: 80%;
}
.cid-v28GXxyR6G .link {
  display: inline-block;
}
.cid-v28GXxyR6G .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-v28GXxyR6G .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-v28GXxyR6G .link a:hover {
  text-decoration: underline;
}
.cid-v28GXxyR6G .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-v28GXxyR6G .card-wrapper {
  padding: 3rem;
  background: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v28GXxyR6G .link,
.cid-v28GXxyR6G .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v28GXxyR6G .card {
    margin-bottom: 2rem;
  }
  .cid-v28GXxyR6G img {
    width: 80%;
  }
  .cid-v28GXxyR6G .card-wrapper {
    flex-direction: column;
  }
  .cid-v28GXxyR6G .card-box,
  .cid-v28GXxyR6G .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-v28GXxyR6G .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-v28GXxyR6G .card-box,
  .cid-v28GXxyR6G .img-wrapper {
    width: 100%;
  }
}
.cid-v28GXxyR6G .card-subtitle {
  color: #1c1c25;
  text-align: center;
}
.cid-v28GXxyR6G .mbr-text,
.cid-v28GXxyR6G .link-wrap {
  color: #333333;
  text-align: left;
}
.cid-v28GXxyR6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28GXxyR6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v28GXxyR6G .card-title,
.cid-v28GXxyR6G .card-box {
  text-align: left;
}
.cid-v24FrvhllB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
  background-color: #ffffff;
}
.cid-v24FrvhllB blockquote {
  border-width: 2px;
  border-color: #1c1c25;
  padding: 0 0 0 20px;
}
.cid-v24FrvhllB .mbr-text,
.cid-v24FrvhllB .blockquote-quote {
  color: #000000;
}
.cid-v24FrvhllB footer {
  font-style: normal;
}
.cid-v3pHNwPLb2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
  background-color: #efefef;
}
.cid-v3pHNwPLb2 blockquote {
  border-width: 2px;
  border-color: #c7cb05;
  padding: 0 0 0 20px;
}
.cid-v3pHNwPLb2 .mbr-text,
.cid-v3pHNwPLb2 .blockquote-quote {
  color: #000000;
}
.cid-v3pHNwPLb2 footer {
  font-style: normal;
}
.cid-v3pHNwPLb2 .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v24KnRPuRR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v24KnRPuRR .link-wrap {
  width: 100%;
}
.cid-v24KnRPuRR .card-box,
.cid-v24KnRPuRR .img-wrapper {
  width: 50%;
}
.cid-v24KnRPuRR img {
  margin: auto;
  width: 80%;
}
.cid-v24KnRPuRR .link {
  display: inline-block;
}
.cid-v24KnRPuRR .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-v24KnRPuRR .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-v24KnRPuRR .link a:hover {
  text-decoration: underline;
}
.cid-v24KnRPuRR .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-v24KnRPuRR .card-wrapper {
  padding: 3rem;
  background: #080813;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v24KnRPuRR .link,
.cid-v24KnRPuRR .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v24KnRPuRR .card {
    margin-bottom: 2rem;
  }
  .cid-v24KnRPuRR img {
    width: 60%;
  }
  .cid-v24KnRPuRR .card-wrapper {
    flex-direction: column;
  }
  .cid-v24KnRPuRR .card-box,
  .cid-v24KnRPuRR .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-v24KnRPuRR .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-v24KnRPuRR .card-box,
  .cid-v24KnRPuRR .img-wrapper {
    width: 100%;
  }
}
.cid-v24KnRPuRR .card-subtitle {
  color: #c7cb05;
  text-align: center;
}
.cid-v24KnRPuRR .mbr-text,
.cid-v24KnRPuRR .link-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-v24KnRPuRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v24KnRPuRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v24KnRPuRR .card-title,
.cid-v24KnRPuRR .card-box {
  text-align: left;
}
.cid-v24KnRPuRR .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3iJ4sk62X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-v3iJ4sk62X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3iJ4sk62X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3iJ4sk62X .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v3iJ4sk62X .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v3iJ4sk62X .title-wrapper {
    width: 100%;
  }
}
.cid-v3iJ4sk62X .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #c7cb05, #fe881b 50%, #c7cb05);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3iJ4sk62X .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v3iJ4sk62X .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3iJ4sk62X .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v3iJ4sk62X .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v3iJ4sk62X .mbr-section-title {
  color: #ffffff;
}
.cid-v3iJ4sk62X .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v3iJ4sk62X .mbr-section-title,
.cid-v3iJ4sk62X .mbr-section-btn,
.cid-v3iJ4sk62X .subtitle-wrapper {
  text-align: center;
}
.cid-v3iJ4sk62X .mbr-section-title,
.cid-v3iJ4sk62X .subtitle-wrapper {
  text-align: center;
}
.cid-uZh7d4KmJi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-uZh7d4KmJi .text-wrapper {
  padding: 2rem;
  max-width: 650px;
}
@media (max-width: 991px) {
  .cid-uZh7d4KmJi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZh7d4KmJi img {
  width: 130%;
}
@media (max-width: 1400px) {
  .cid-uZh7d4KmJi img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uZh7d4KmJi img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uZh7d4KmJi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZh7d4KmJi .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uZh7d4KmJi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZh7d4KmJi .mbr-section-title {
  color: #c7cb05;
  text-align: center;
}
.cid-uZh7d4KmJi .mbr-section-title DIV {
  text-align: center;
}
.cid-v28K2wAnCG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-v28K2wAnCG .text-wrapper {
  padding: 2rem;
  max-width: 650px;
}
@media (max-width: 991px) {
  .cid-v28K2wAnCG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v28K2wAnCG img {
  width: 130%;
}
@media (max-width: 1400px) {
  .cid-v28K2wAnCG img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v28K2wAnCG img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-v28K2wAnCG .text-wrapper {
    padding: 2rem;
  }
}
.cid-v28K2wAnCG .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-v28K2wAnCG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v28K2wAnCG .mbr-section-title {
  color: #c7cb05;
  text-align: center;
}
.cid-v28K2wAnCG .mbr-section-title DIV {
  text-align: center;
}
.cid-v24qLrBWSu {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #080813;
}
.cid-v24qLrBWSu .images-container.container-fluid {
  padding: 0;
}
.cid-v24qLrBWSu .media-container-row {
  margin: 0 auto;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v24qLrBWSu .media-container-row .img-item {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-v24qLrBWSu .media-container-row .img-item img {
  width: 100%;
}
.cid-v24qLrBWSu .media-container-row .img-item .img-caption {
  background: #c7cb05;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.cid-v24qLrBWSu .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-v24qLrBWSu .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
.cid-v24qLrBWSu .media-container-row .img-item.item1 .img-caption {
  right: 2rem;
}
@media (max-width: 992px) {
  .cid-v24qLrBWSu .img-item {
    margin-bottom: 40px;
    width: 60% !important;
  }
  .cid-v24qLrBWSu .img-item.item1 {
    width: 100%;
    -webkit-flex-basis: initial !important;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
  .cid-v24qLrBWSu .img-item .img-caption {
    position: relative !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v24qLrBWSu .media-container-row .img-item {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.cid-v24qLrBWSu P {
  color: #000000;
  text-align: center;
}
.cid-v26squy06b {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #080813;
}
.cid-v26squy06b .images-container.container-fluid {
  padding: 0;
}
.cid-v26squy06b .media-container-row {
  margin: 0 auto;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v26squy06b .media-container-row .img-item {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-v26squy06b .media-container-row .img-item img {
  width: 100%;
}
.cid-v26squy06b .media-container-row .img-item .img-caption {
  background: #c7cb05;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.cid-v26squy06b .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-v26squy06b .media-container-row .img-item.item1 {
  padding: 0 0rem 0 0;
}
.cid-v26squy06b .media-container-row .img-item.item1 .img-caption {
  right: 2rem;
}
@media (max-width: 992px) {
  .cid-v26squy06b .img-item {
    margin-bottom: 30px;
    width: 100% !important;
  }
  .cid-v26squy06b .img-item.item1 {
    width: 100%;
    -webkit-flex-basis: initial !important;
    flex-basis: initial !important;
    padding: 1 0 2rem 0 !important;
  }
  .cid-v26squy06b .img-item .img-caption {
    position: relative !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v26squy06b .media-container-row .img-item {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.cid-v26squy06b P {
  color: #000000;
  text-align: center;
}
.cid-v3la7qirWG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #080813;
  position: relative;
}
.cid-v3la7qirWG .item:focus,
.cid-v3la7qirWG span:focus {
  outline: none;
}
.cid-v3la7qirWG .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v3la7qirWG .content-head {
  max-width: 800px;
}
.cid-v3la7qirWG .item {
  padding: 10px 0;
  color: #ffffff;
}
.cid-v3la7qirWG .gradient-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-v3la7qirWG .gradient-wrapper {
    height: 5px;
  }
}
.cid-v3la7qirWG .gradient_1 {
  top: 0;
  background-image: linear-gradient(90deg, #080813, #ca45ff, #c7cb05);
}
.cid-v3la7qirWG .gradient_2 {
  bottom: 0;
  background-image: linear-gradient(90deg, #c7cb05, #ca45ff, #080813);
}
.cid-uZh7bSDflF {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-uZh7bSDflF h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
@media (max-width: 992px) {
  .cid-uZh7bSDflF h1 {
    margin-bottom: 2rem;
  }
}
.cid-uZh7bSDflF h1 span {
  background-image: url("../../../assets/images/mbr-5-1342x339.webp");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uZh7bSDflF .icons-wrap {
  background: #dee307;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0);
}
@media (max-width: 991px) {
  .cid-uZh7bSDflF .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZh7bSDflF .icons-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
  }
}
.cid-uZh7bSDflF .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-uZh7bSDflF .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-uZh7bSDflF h2.icon-text {
  padding: 0;
  margin: 0;
  text-align: left;
  color: #000000;
}
.cid-uZh7bSDflF .mbr-section-title {
  text-align: center;
}
.cid-uZh7bSDflF .icon-text {
  color: #ffffff;
}
.cid-uZh7bSDflF .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-uZhanvmo7Y {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-uZhanvmo7Y .mbr-section-title {
  color: #06182d;
}
.cid-uZhanvmo7Y .mbr-section-title span {
  line-height: 1;
  border-radius: 40px !important;
  color: #1c1c25;
  padding: 0 6px 1px 5px;
  transform: skew(-5deg);
  background: #c7cb05;
  background: linear-gradient(#c7cb05 0%, #e6db56 69%, #c7cb05 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uZhanvmo7Y .mbr-section-subtitle {
  color: #030f1c;
}
.cid-uZhanvmo7Y .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uZhanvmo7Y .card:nth-child(even) {
  margin-top: 70px;
}
.cid-uZhanvmo7Y .card:nth-child(odd)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2-924x306.webp");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-uZhanvmo7Y .card:nth-child(2)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2-924x306.webp");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-uZhanvmo7Y .card .card-wrapper {
  height: 100%;
}
.cid-uZhanvmo7Y .card .card-wrapper .card-img {
  position: relative;
}
.cid-uZhanvmo7Y .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-uZhanvmo7Y .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZhanvmo7Y .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-uZhanvmo7Y .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-uZhanvmo7Y .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-uZhanvmo7Y .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-uZhanvmo7Y .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-uZhanvmo7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZhanvmo7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZhanvmo7Y .mbr-section-title,
.cid-uZhanvmo7Y .col {
  color: #030f1c;
}
.cid-uZhanvmo7Y .card .card-wrapper .card-box .mbr-text {
  color: #030f1c;
}
.cid-uZhanvmo7Y .card .card-wrapper .card-box .card-title {
  color: #030f1c;
}
.cid-uZhanvmo7Y .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3Cz2WENTz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-v3Cz2WENTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Cz2WENTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Cz2WENTz .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v3Cz2WENTz .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v3Cz2WENTz .title-wrapper {
    width: 100%;
  }
}
.cid-v3Cz2WENTz .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #c7cb05, #fe881b 50%, #c7cb05);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3Cz2WENTz .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v3Cz2WENTz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3Cz2WENTz .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v3Cz2WENTz .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v3Cz2WENTz .mbr-section-title {
  color: #ffffff;
}
.cid-v3Cz2WENTz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v3Cz2WENTz .mbr-section-title,
.cid-v3Cz2WENTz .mbr-section-btn,
.cid-v3Cz2WENTz .subtitle-wrapper {
  text-align: center;
}
.cid-v3Cz2WENTz .mbr-section-title,
.cid-v3Cz2WENTz .subtitle-wrapper {
  text-align: center;
}
.cid-v0qFMrdku5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #080813;
}
.cid-v0qFMrdku5 .mbr-section-title {
  margin: 0;
}
.cid-v0qFMrdku5 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-v0qFMrdku5 .underline .line {
  width: 3rem;
  height: 2px;
  background: #ffffff;
  display: inline-block;
}
.cid-v0qFMrdku5 .media-row {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v0qFMrdku5 .team-item {
  transition: all .2s;
  margin: 2rem 0;
}
.cid-v0qFMrdku5 .team-item .item-image {
  position: relative !important;
}
.cid-v0qFMrdku5 .team-item .item-image img {
  width: 80%;
}
.cid-v0qFMrdku5 .team-item .item-image::after {
  background: #000000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}
.cid-v0qFMrdku5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v0qFMrdku5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v0qFMrdku5 .team-item .item-caption {
  background: #dee307;
}
.cid-v0qFMrdku5 .item-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.cid-v0qFMrdku5 .item-social li {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-v0qFMrdku5 .item-social li a span {
  border-radius: 50%;
  background-color: #080813;
  color: white;
  font-size: 14px;
  width: 3em;
  margin: 2px;
  height: 3em;
  line-height: 3em;
  display: block;
  padding: 0.1rem 0.9rem;
}
.cid-v0qFMrdku5 .item-social li a span:hover {
  background-color: #080813;
  color: #ffffff;
}
.cid-v0qFMrdku5 .team-item:hover .item-social > li.social-1 {
  transition-delay: .1s;
  opacity: 1;
  visibility: visible;
}
.cid-v0qFMrdku5 .team-item:hover .item-social > li.social-2 {
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
}
.cid-v0qFMrdku5 .team-item:hover .item-social > li.social-3 {
  transition-delay: .3s;
  opacity: 1;
  visibility: visible;
}
.cid-v0qFMrdku5 .team-item:hover .item-social > li.social-4 {
  transition-delay: .4s;
  opacity: 1;
  visibility: visible;
}
.cid-v0qFMrdku5 .team-item:hover .item-social > li.social-5 {
  transition-delay: .5s;
  opacity: 1;
  visibility: visible;
}
.cid-v0qFMrdku5 .team-item:hover .item-social > li.social-6 {
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.cid-v0qFMrdku5 .team-item:hover .item-image::after {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.cid-v0qFMrdku5 .builderCard .item-image::after {
  border-bottom-left-radius: 5rem;
}
.cid-v0qFMrdku5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0qFMrdku5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0qFMrdku5 .mbr-section-title,
.cid-v0qFMrdku5 .underline {
  color: #ffffff;
}
.cid-v0qFMrdku5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3uusSU5WG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3uusSU5WG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3uusSU5WG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3uusSU5WG .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v3uusSU5WG .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v3uusSU5WG .content-wrapper {
    width: 100%;
  }
}
.cid-v3uusSU5WG .content-wrapper .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3uusSU5WG .content-wrapper .title-wrapper {
    padding-bottom: 28px;
    display: block;
  }
}
.cid-v3uusSU5WG .content-wrapper .title-wrapper .mbr-section-title {
  width: 40%;
  padding-right: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3uusSU5WG .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 22px;
  }
}
.cid-v3uusSU5WG .content-wrapper .mbr-text {
  margin-top: 42px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3uusSU5WG .content-wrapper .mbr-text {
    margin-top: 22px;
  }
}
.cid-v3uusSU5WG .mbr-section-title {
  color: #ffffff;
}
.cid-v3uusSU5WG .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v3uusSU5WG .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3uusSU5WG .mbr-section-btn {
    text-align: left;
  }
  .cid-v3uusSU5WG .mbr-section-btn .btn:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3uusSU5WG .mbr-section-title,
  .cid-v3uusSU5WG .mbr-section-btn {
    text-align: center;
  }
}
.cid-v3Bjt0ry06 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #080813;
  position: relative;
}
.cid-v3Bjt0ry06 .item:focus,
.cid-v3Bjt0ry06 span:focus {
  outline: none;
}
.cid-v3Bjt0ry06 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v3Bjt0ry06 .content-head {
  max-width: 800px;
}
.cid-v3Bjt0ry06 .item {
  padding: 10px 0;
  color: #ffffff;
}
.cid-v3Bjt0ry06 .gradient-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-v3Bjt0ry06 .gradient-wrapper {
    height: 5px;
  }
}
.cid-v3Bjt0ry06 .gradient_1 {
  top: 0;
  background-image: linear-gradient(90deg, #c7cb05, #ca45ff, #14011d);
}
.cid-v3Bjt0ry06 .gradient_2 {
  bottom: 0;
  background-image: linear-gradient(90deg, #14011d, #ca45ff, #c7cb05);
}
.cid-v3kbH91vBP {
  padding-top: 45px;
  padding-bottom: 30px;
  background: #fafafa;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3kbH91vBP .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-v3kbH91vBP .video-block {
    width: 100% !important;
  }
  .cid-v3kbH91vBP .btn {
    margin: 0.5rem 0.5rem;
  }
}
.cid-v3kbH91vBP .underline {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.cid-v3kbH91vBP .underline .line {
  width: 3rem;
  height: 2px;
  background: #080813;
  display: inline-block;
}
.cid-v3kbH91vBP .row {
  margin-top: 1rem;
}
.cid-v3kbH91vBP .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-v3kbH91vBP .mbr-section-title,
.cid-v3kbH91vBP .underline {
  text-align: center;
  color: #000000;
}
.cid-v3kbH91vBP .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3kbILqLDL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-v3kbILqLDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3kbILqLDL .container {
    padding: 0 16px;
  }
}
.cid-v3kbILqLDL .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v3kbILqLDL .title-wrapper {
    margin-bottom: 36px;
    display: block;
  }
}
.cid-v3kbILqLDL .title-wrapper .mbr-section-title {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.2vw;
  color: transparent;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3kbILqLDL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3kbILqLDL .title-wrapper .tags-wrapper {
  margin-bottom: 16px;
  width: 100%;
}
.cid-v3kbILqLDL .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v3kbILqLDL .title-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-v3kbILqLDL .title-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
@media (max-width: 992px) {
  .cid-v3kbILqLDL .title-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-v3kbILqLDL .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3kbILqLDL .item {
    margin-bottom: 24px;
  }
}
.cid-v3kbILqLDL .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-v3kbILqLDL .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3kbILqLDL .card-title {
  color: #c7cb05;
  text-align: left;
}
.cid-v3kbILqLDL .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-v3kbILqLDL .mbr-tag {
  color: #898989;
}
.cid-v3kbILqLDL .mbr-section-title {
  text-align: right;
}
.cid-v3kbNHkaZi {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3kbNHkaZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3kbNHkaZi .container {
    padding: 0 22px;
  }
}
.cid-v3kbNHkaZi .row {
  justify-content: center;
}
.cid-v3kbNHkaZi .content-wrapper .line-wrapper {
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3kbNHkaZi .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3kbNHkaZi .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 70px;
  background-color: #c1c1c1;
}
.cid-v3kbNHkaZi .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3kbNHkaZi .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v3kbNHkaZi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3kbNHkaZi .mbr-section-title {
  color: #ffffff;
}
.cid-v3kbNHkaZi .mbr-text {
  color: #444444;
  text-align: center;
}
.cid-v3kbNHkaZi .mbr-section-title,
.cid-v3kbNHkaZi .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v3kbQ2h5CQ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #080813;
}
.cid-v3kbQ2h5CQ .link-align {
  width: 100%;
}
.cid-v3kbQ2h5CQ .link-wrap {
  display: inline-block;
}
.cid-v3kbQ2h5CQ .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
  text-align: left;
}
.cid-v3kbQ2h5CQ .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-v3kbQ2h5CQ .wrap .mask {
  background: #080813;
  background: linear-gradient(#080813 0%, #1c1c25 69%, #080813 100%);
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 75%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-v3kbQ2h5CQ .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-v3kbQ2h5CQ .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-v3kbQ2h5CQ .wrap .price {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v3kbQ2h5CQ .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-v3kbQ2h5CQ .mbr-text {
    text-align: right;
  }
}
.cid-v3kbQ2h5CQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kbQ2h5CQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kbQ2h5CQ .wrap .mask .wrap-text .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v3kbQ2h5CQ .mbr-text,
.cid-v3kbQ2h5CQ .link-align {
  text-align: center;
}
.cid-v3kbQ2h5CQ .wrap .mask .wrap-text .price {
  color: #c7cb05;
  text-align: right;
}
.cid-v3kbQ2h5CQ H2 {
  text-align: left;
}
.cid-v3kc1gFVLh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
@media (max-width: 991px) {
  .cid-v3kc1gFVLh .mbr-section-title,
  .cid-v3kc1gFVLh .mbr-section-subtitle,
  .cid-v3kc1gFVLh .mbr-section-btn,
  .cid-v3kc1gFVLh .mbr-text {
    text-align: center;
  }
}
.cid-v3kc1gFVLh .mbr-section-title {
  color: #082c4e;
}
.cid-v3kc1gFVLh .mbr-text,
.cid-v3kc1gFVLh .mbr-section-btn {
  color: #121212;
  text-align: center;
}
.cid-v3kc1gFVLh .bottom {
  overflow: visible;
  position: relative;
}
.cid-v3kc1gFVLh .bottom:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #c7cb05;
  position: absolute;
  bottom: -1rem;
  right: 3rem;
  content: '';
}
.cid-v3kc1gFVLh .top {
  overflow: visible;
  position: relative;
}
.cid-v3kc1gFVLh .top:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #c7cb05;
  position: absolute;
  top: -1rem;
  left: 3rem;
  content: '';
}
.cid-v3kc1gFVLh .pb {
  margin-bottom: 3rem;
}
.cid-v3kc1gFVLh .card-wrapper {
  background: #c7cb05;
  padding: 1.5rem;
  height: 100%;
  border-radius: 16px;
  border-style: dashed;
  border-color: white;
}
.cid-v3kc1gFVLh .mbr-section-subtitle {
  color: #14011d;
  text-align: center;
}
.cid-v3kc1gFVLh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kc1gFVLh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kc2ZiDqV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3kc2ZiDqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kc2ZiDqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3kc2ZiDqV .container {
    padding: 0 22px;
  }
}
.cid-v3kc2ZiDqV .row {
  justify-content: center;
}
.cid-v3kc2ZiDqV .content-wrapper .line-wrapper {
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3kc2ZiDqV .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3kc2ZiDqV .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 70px;
  background-color: #c1c1c1;
}
.cid-v3kc2ZiDqV .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3kc2ZiDqV .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v3kc2ZiDqV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3kc2ZiDqV .mbr-section-title {
  color: #ffffff;
}
.cid-v3kc2ZiDqV .mbr-text {
  color: #444444;
  text-align: center;
}
.cid-v3kc2ZiDqV .mbr-section-title,
.cid-v3kc2ZiDqV .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v3kc8ibFVu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3kc8ibFVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kc8ibFVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3kc8ibFVu .container {
    padding: 0 16px;
  }
}
.cid-v3kc8ibFVu .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v3kc8ibFVu .title-wrapper {
    margin-bottom: 36px;
    display: block;
  }
}
.cid-v3kc8ibFVu .title-wrapper .mbr-section-title {
  -webkit-text-stroke-color: #080808;
  -webkit-text-stroke-width: 0.2vw;
  color: transparent;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3kc8ibFVu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v3kc8ibFVu .title-wrapper .tags-wrapper {
  margin-bottom: 16px;
  width: 100%;
}
.cid-v3kc8ibFVu .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v3kc8ibFVu .title-wrapper .tags-wrapper .tags-wrap {
    flex-direction: column;
  }
}
.cid-v3kc8ibFVu .title-wrapper .tags-wrapper .tags-wrap .mbr-tag {
  border: 4px solid #898989;
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 16px;
  border-radius: 100em;
}
@media (max-width: 992px) {
  .cid-v3kc8ibFVu .title-wrapper .tags-wrapper .tags-wrap .mbr-tag {
    margin: 0 0 16px 0;
  }
}
.cid-v3kc8ibFVu .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3kc8ibFVu .item {
    margin-bottom: 24px;
  }
}
.cid-v3kc8ibFVu .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-v3kc8ibFVu .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3kc8ibFVu .card-title {
  color: #c7cb05;
  text-align: left;
}
.cid-v3kc8ibFVu .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-v3kc8ibFVu .mbr-tag {
  color: #898989;
}
.cid-v3kc8ibFVu .mbr-section-title {
  text-align: right;
}
.cid-v3BjS6ttup {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #080813;
  position: relative;
}
.cid-v3BjS6ttup .item:focus,
.cid-v3BjS6ttup span:focus {
  outline: none;
}
.cid-v3BjS6ttup .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v3BjS6ttup .content-head {
  max-width: 800px;
}
.cid-v3BjS6ttup .item {
  padding: 10px 0;
  color: #ffffff;
}
.cid-v3BjS6ttup .gradient-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-v3BjS6ttup .gradient-wrapper {
    height: 5px;
  }
}
.cid-v3BjS6ttup .gradient_1 {
  top: 0;
  background-image: linear-gradient(90deg, #14011d, #ca45ff, #c7cb05);
}
.cid-v3BjS6ttup .gradient_2 {
  bottom: 0;
  background-image: linear-gradient(90deg, #c7cb05, #ca45ff, #14011d);
}
.cid-v3kccpcZRO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3kccpcZRO .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-v3kccpcZRO .item {
    margin-bottom: 4rem;
  }
}
.cid-v3kccpcZRO .item:last-child .icon-box:before {
  display: none;
}
.cid-v3kccpcZRO .item.last .icon-box:before {
  display: none;
}
.cid-v3kccpcZRO .step-number {
  padding-top: 6px;
}
.cid-v3kccpcZRO .icon-box {
  background: #efefef;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-v3kccpcZRO .icon-box {
    margin-right: 1rem;
  }
}
.cid-v3kccpcZRO span {
  font-size: 2rem;
  color: #707070;
}
@media (max-width: 991px) {
  .cid-v3kccpcZRO .card {
    margin-bottom: 2rem;
  }
  .cid-v3kccpcZRO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3kccpcZRO .card-title,
.cid-v3kccpcZRO .card-box {
  color: #000000;
}
.cid-v3kccpcZRO .icon-text {
  color: #000000;
  text-align: left;
}
.cid-v3kccpcZRO .icon-title {
  text-align: center;
}
.cid-v3kccpcZRO .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3kcfCWwxI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #080813;
}
.cid-v3kcfCWwxI .oldcost {
  text-decoration: line-through;
  color: #6592e6;
}
.cid-v3kcfCWwxI .bg {
  background: #ffffff;
}
.cid-v3kcfCWwxI .img-col {
  padding: 0;
}
.cid-v3kcfCWwxI .icon-col {
  padding: 2rem 0;
}
.cid-v3kcfCWwxI .icon-col:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  height: 9999px;
  width: 2px ;
  content: '';
}
.cid-v3kcfCWwxI .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #fe6571;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: all 0.4s;
  width: fit-content;
  justify-content: center;
  margin-bottom: 3rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 50%;
}
.cid-v3kcfCWwxI .row,
.cid-v3kcfCWwxI .icon-col {
  overflow: visible;
}
.cid-v3kcfCWwxI .currentcost {
  color: #232323;
}
.cid-v3kcfCWwxI .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v3kcfCWwxI img {
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.cid-v3kcfCWwxI .image-wrapper {
  overflow: hidden;
  z-index: 10;
}
.cid-v3kcfCWwxI .card-wrapper {
  overflow: visible;
  padding: 0 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-v3kcfCWwxI .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v3kcfCWwxI .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3kcfCWwxI .text-box {
    padding: 2rem 1rem;
  }
}
.cid-v3kcfCWwxI .image-wrapper img {
  width: 60%;
  object-fit: cover;
}
.cid-v3kcfCWwxI H5 {
  color: #3098f3;
}
.cid-v3kcfCWwxI .link,
.cid-v3kcfCWwxI .link-wrap {
  text-align: left;
}
.cid-v3kcfCWwxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kcfCWwxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kcfCWwxI .mbr-sub-title {
  color: #000000;
}
.cid-v3kcfCWwxI .mbr-title {
  color: #20002e;
}
.cid-v3kcfCWwxI .mbr-text {
  color: #20002e;
  text-align: left;
}
.cid-v3kchagidw {
  padding-top: -60rem;
  padding-bottom: -30rem;
  background-color: #080813;
}
.cid-v3kchagidw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kchagidw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 60%;
  height: 80%;
  position: absolute;
  top: 0;
}
.cid-v3kchagidw .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .cid-v3kchagidw .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3kchagidw .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3kchagidw .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v3kchagidw .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v3kchagidw .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v3kchagidw .image-wrapper {
  padding: 0 1rem;
}
.cid-v3kchagidw img,
.cid-v3kchagidw .image-wrapper {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v3kchagidw img,
  .cid-v3kchagidw .image-wrapper {
    max-height: 400px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3kchagidw img,
  .cid-v3kchagidw .image-wrapper {
    max-height: 375px;
    height: auto;
    width: 70%;
    object-fit: contain;
  }
}
@media (min-width: 992px) {
  .cid-v3kchagidw img,
  .cid-v3kchagidw .image-wrapper {
    width: 50%;
  }
}
.cid-v3kchagidw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3kchagidw .mbr-text {
  color: #000000;
}
.cid-v3kchagidw .mbr-text,
.cid-v3kchagidw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3kchagidw .price {
  color: #ffffff;
  text-align: right;
}
.cid-v3kchagidw .content-head {
  max-width: 300px;
}
.cid-v3kchagidw .mbr-section-maintitle {
  text-align: center;
  color: #ffffff;
}
.cid-v3kchagidw .mbr-section-mainsubtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v3uuX1Fy8O {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3uuX1Fy8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3uuX1Fy8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3uuX1Fy8O .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v3uuX1Fy8O .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v3uuX1Fy8O .content-wrapper {
    width: 100%;
  }
}
.cid-v3uuX1Fy8O .content-wrapper .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3uuX1Fy8O .content-wrapper .title-wrapper {
    padding-bottom: 28px;
    display: block;
  }
}
.cid-v3uuX1Fy8O .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, transparent, #c7cb05 50%, transparent);
}
.cid-v3uuX1Fy8O .content-wrapper .title-wrapper .mbr-section-title {
  width: 40%;
  padding-right: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3uuX1Fy8O .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 22px;
  }
}
.cid-v3uuX1Fy8O .content-wrapper .mbr-text {
  margin-top: 42px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3uuX1Fy8O .content-wrapper .mbr-text {
    margin-top: 22px;
  }
}
.cid-v3uuX1Fy8O .mbr-section-title {
  color: #ffffff;
}
.cid-v3uuX1Fy8O .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v3uuX1Fy8O .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3uuX1Fy8O .mbr-section-btn {
    text-align: left;
  }
  .cid-v3uuX1Fy8O .mbr-section-btn .btn:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3uuX1Fy8O .mbr-section-title,
  .cid-v3uuX1Fy8O .mbr-section-btn {
    text-align: center;
  }
}
.cid-v3kcqBdgnz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-v3kcqBdgnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kcqBdgnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kcqBdgnz .container {
  max-width: 1280px;
}
.cid-v3kcqBdgnz .content-wrapper {
  background: #080813;
  padding: 3rem;
  border-radius: 4.17rem;
}
@media (max-width: 767px) {
  .cid-v3kcqBdgnz .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v3kcqBdgnz .text-wrapper {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-v3kcqBdgnz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3kcqBdgnz .card-title {
  color: #FFDD65;
}
.cid-v3kcqBdgnz .img-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1.67rem;
}
@media (max-width: 767px) {
  .cid-v3kcqBdgnz .img-container {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}
.cid-v3kcqBdgnz .item-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 45%;
  margin-right: 0.83rem;
  margin-left: 0.83rem;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-v3kcqBdgnz .item-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v3kcqBdgnz .item-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 32px;
  }
}
.cid-v3kcqBdgnz .mbr-text {
  color: #c7cb05;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v3kcqBdgnz .mbr-text {
    margin-bottom: 1.67rem;
  }
}
@media (max-width: 767px) {
  .cid-v3kcqBdgnz .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-v3kcqBdgnz .image-wrapper {
  margin-top: auto;
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-v3kcqBdgnz .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v3kcqBdgnz .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v3kcqBdgnz .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v3kcqBdgnz .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
}
@media (max-width: 991px) {
  .cid-v3kcqBdgnz .number-container {
    column-gap: 24px;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .cid-v3kcqBdgnz .number-container {
    column-gap: 0;
    padding: 0;
    flex-wrap: wrap;
  }
}
.cid-v3kcqBdgnz .number-container .display-1 {
  font-size: 140px;
  line-height: 1;
}
.cid-v3kcqBdgnz .number {
  width: 35%;
  color: #c7cb05;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v3kcqBdgnz .number {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-v3kcqBdgnz .number {
    width: auto;
    margin-right: auto;
  }
}
.cid-v3kcqBdgnz .number-text {
  color: #c7cb05;
  width: 35%;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v3kcqBdgnz .number-text {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-v3kcqBdgnz .number-text {
    width: 100%;
  }
}
.cid-v3kcqBdgnz .card-title,
.cid-v3kcqBdgnz .mbr-section-btn {
  color: #ffffff;
}
.cid-v3kczDzqP2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3kczDzqP2 .row {
  flex-direction: row-reverse;
}
.cid-v3kczDzqP2 .mbr-text {
  color: #000000;
  text-align: left;
}
@media (min-width: 1400px) {
  .cid-v3kczDzqP2 .container {
    max-width: 1000px;
  }
}
.cid-v3kczDzqP2 .line {
  border-top: 2px dashed #20002e;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-v3kczDzqP2 .mbr-section-title {
  text-align: center;
  color: #c7cb05;
}
.cid-v3kczDzqP2 .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3kcAYArdZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #080813;
}
.cid-v3kcAYArdZ .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-v3kcAYArdZ .link a {
  font-weight: 700;
}
.cid-v3kcAYArdZ .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-v3kcAYArdZ .link:hover span {
  transform: translateX(9px);
}
.cid-v3kcAYArdZ .card__block {
  position: relative;
}
.cid-v3kcAYArdZ .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  z-index: 0;
  background-color: #ffffff;
  background-image: url("../../../assets/images/dots.svg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3kcAYArdZ .card__block:after {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  z-index: 1;
  background-color: #efefef;
  opacity: 0.5;
}
.cid-v3kcAYArdZ .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
  position: relative;
  z-index: 2;
}
.cid-v3kcAYArdZ .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-v3kcAYArdZ .card__content:hover {
  transform: scale(0.95);
}
.cid-v3kcAYArdZ .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-v3kcAYArdZ .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-v3kcAYArdZ .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
  padding-top: 28px;
}
.is-builder .cid-v3kcAYArdZ .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-v3kcAYArdZ .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-v3kcAYArdZ .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-v3kcAYArdZ .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-v3kcAYArdZ .title__block {
    margin-bottom: 74px;
  }
  .cid-v3kcAYArdZ .card__block:before,
  .cid-v3kcAYArdZ .card__block:after {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-v3kcAYArdZ .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v3kcAYArdZ .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-v3kcAYArdZ .card__content {
    height: 200px;
  }
  .cid-v3kcAYArdZ .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-v3kcAYArdZ .card__item {
    max-width: 274px;
  }
}
.cid-v3kcAYArdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kcAYArdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kcAYArdZ .mbr-section-title,
.cid-v3kcAYArdZ .link {
  text-align: left;
  position: relative;
  z-index: 2;
}
.cid-v3kcAYArdZ .card__content .card__title {
  text-align: center;
}
.cid-v3kcAYArdZ .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3kcCNGMV1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #080813;
}
.cid-v3kcCNGMV1 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-v3kcCNGMV1 .link a {
  font-weight: 700;
}
.cid-v3kcCNGMV1 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-v3kcCNGMV1 .link:hover span {
  transform: translateX(9px);
}
.cid-v3kcCNGMV1 .card__block {
  position: relative;
}
.cid-v3kcCNGMV1 .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  z-index: 0;
  background-color: #ffffff;
  background-image: url("../../../assets/images/dots.svg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3kcCNGMV1 .card__block:after {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  z-index: 1;
  background-color: #efefef;
  opacity: 0.5;
}
.cid-v3kcCNGMV1 .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
  position: relative;
  z-index: 2;
}
.cid-v3kcCNGMV1 .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-v3kcCNGMV1 .card__content:hover {
  transform: scale(0.95);
}
.cid-v3kcCNGMV1 .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-v3kcCNGMV1 .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-v3kcCNGMV1 .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
  padding-top: 28px;
}
.is-builder .cid-v3kcCNGMV1 .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-v3kcCNGMV1 .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-v3kcCNGMV1 .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-v3kcCNGMV1 .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-v3kcCNGMV1 .title__block {
    margin-bottom: 74px;
  }
  .cid-v3kcCNGMV1 .card__block:before,
  .cid-v3kcCNGMV1 .card__block:after {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-v3kcCNGMV1 .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v3kcCNGMV1 .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-v3kcCNGMV1 .card__content {
    height: 200px;
  }
  .cid-v3kcCNGMV1 .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-v3kcCNGMV1 .card__item {
    max-width: 274px;
  }
}
.cid-v3kcCNGMV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kcCNGMV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kcCNGMV1 .mbr-section-title,
.cid-v3kcCNGMV1 .link {
  text-align: left;
  position: relative;
  z-index: 2;
}
.cid-v3kcCNGMV1 .card__content .card__title {
  text-align: center;
}
.cid-v3kcCNGMV1 .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3uBVDVIIJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #080813;
}
.cid-v3uBVDVIIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3uBVDVIIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3uBVDVIIJ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v3uBVDVIIJ .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v3uBVDVIIJ .content-wrapper {
    width: 100%;
  }
}
.cid-v3uBVDVIIJ .content-wrapper .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3uBVDVIIJ .content-wrapper .title-wrapper {
    padding-bottom: 28px;
    display: block;
  }
}
.cid-v3uBVDVIIJ .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, transparent, #c7cb05 50%, transparent);
}
.cid-v3uBVDVIIJ .content-wrapper .title-wrapper .mbr-section-title {
  width: 40%;
  padding-right: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3uBVDVIIJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 22px;
  }
}
.cid-v3uBVDVIIJ .content-wrapper .mbr-text {
  margin-top: 42px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3uBVDVIIJ .content-wrapper .mbr-text {
    margin-top: 22px;
  }
}
.cid-v3uBVDVIIJ .mbr-section-title {
  color: #ffffff;
}
.cid-v3uBVDVIIJ .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v3uBVDVIIJ .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3uBVDVIIJ .mbr-section-btn {
    text-align: left;
  }
  .cid-v3uBVDVIIJ .mbr-section-btn .btn:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3uBVDVIIJ .mbr-section-title,
  .cid-v3uBVDVIIJ .mbr-section-btn {
    text-align: center;
  }
}
.cid-v3kcFIQz4j {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-v3kcFIQz4j .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-v3kcFIQz4j .item {
    margin-bottom: 4rem;
  }
}
.cid-v3kcFIQz4j .item:last-child .icon-box:before {
  display: none;
}
.cid-v3kcFIQz4j .item.last .icon-box:before {
  display: none;
}
.cid-v3kcFIQz4j .step-number {
  padding-top: 6px;
}
.cid-v3kcFIQz4j .icon-box {
  background: #dee307;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-v3kcFIQz4j .icon-box {
    margin-right: 1rem;
  }
}
.cid-v3kcFIQz4j .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 124%;
  color: #dee307;
  transform: translate(-50%, 0);
}
.cid-v3kcFIQz4j span {
  font-size: 2rem;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-v3kcFIQz4j .card {
    margin-bottom: 2rem;
  }
  .cid-v3kcFIQz4j .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v3kcFIQz4j .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-v3kcFIQz4j .icon-box::before {
    top: 114%;
  }
}
.cid-v3kcFIQz4j .card-title,
.cid-v3kcFIQz4j .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-v3kcFIQz4j .icon-text {
  color: #ffffff;
}
.cid-v3kcFIQz4j .icon-title {
  text-align: left;
}
.cid-v3kcFIQz4j .mbr-text,
.cid-v3kcFIQz4j .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v3kcKXdqM9 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #080813;
}
.cid-v3kcKXdqM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kcKXdqM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kcKXdqM9 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v3kcKXdqM9 .icon-box {
  background: #c7cb05;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3kcKXdqM9 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3kcKXdqM9 .card {
    margin-bottom: 2rem;
  }
  .cid-v3kcKXdqM9 .card-wrapper {
    margin-bottom: 2rem;
    padding-right: 4rem;
  }
  .cid-v3kcKXdqM9 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3kcKXdqM9 .card-title,
.cid-v3kcKXdqM9 .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-v3kcKXdqM9 .icon-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3kcKXdqM9 .mbr-text,
.cid-v3kcKXdqM9 .mbr-section-btn {
  text-align: left;
}
.cid-v3kcKXdqM9 .icon-text {
  color: #ffffff;
}
.cid-v3kcNEFP9a {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #080813;
}
.cid-v3kcNEFP9a .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-v3kcNEFP9a .video-block {
    width: 100% !important;
  }
  .cid-v3kcNEFP9a .btn {
    margin: 0.5rem 0.5rem;
  }
}
.cid-v3kcNEFP9a .underline {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.cid-v3kcNEFP9a .underline .line {
  width: 3rem;
  height: 2px;
  background: #000000;
  display: inline-block;
}
.cid-v3kcNEFP9a .row {
  margin-top: 1rem;
}
.cid-v3kcNEFP9a .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
  text-align: center;
}
.cid-v3kcNEFP9a .mbr-section-title,
.cid-v3kcNEFP9a .underline {
  text-align: center;
  color: #000000;
}
.cid-v3kcUeCTnJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-v3kcUeCTnJ .mbr-text {
  color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-v3kcUeCTnJ .container {
    max-width: 1000px;
  }
}
.cid-v3kcUeCTnJ .line {
  border-top: 2px dashed #ffffff;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-v3kcUeCTnJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v3kcWfLaLe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #080813;
}
.cid-v3kcWfLaLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kcWfLaLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kcWfLaLe .row {
  overflow: hidden;
}
.cid-v3kcWfLaLe .title-wrapper {
  margin-bottom: 40px;
}
.cid-v3kcWfLaLe .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v3kcWfLaLe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3kcWfLaLe .mbr-section-btn .btn {
  margin-top: 20px;
}
.cid-v3kcWfLaLe .mbr-section-btn .btn::after,
.cid-v3kcWfLaLe .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e50eaf 150%);
}
.cid-v3kcWfLaLe .mbr-section-btn .btn:hover,
.cid-v3kcWfLaLe .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v3kcWfLaLe .mbr-section-btn .btn:hover::after,
.cid-v3kcWfLaLe .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e50eaf 150%);
  opacity: 1;
}
.cid-v3kcWfLaLe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 500px;
  max-width: 500px;
}
@media (max-width: 767px) {
  .cid-v3kcWfLaLe .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3kcWfLaLe .embla__slide .slide-content {
  width: 100%;
}
.cid-v3kcWfLaLe .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3kcWfLaLe .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-v3kcWfLaLe .embla__slide .slide-content .item-wrapper .number-wrap {
  position: relative;
  z-index: 1;
}
.cid-v3kcWfLaLe .embla__slide .slide-content .item-wrapper .number-wrap .item-number {
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(-90deg, #386bb7, #e50eaf);
  margin-bottom: 0;
  margin-right: 40px;
  -webkit-text-fill-color: #121212;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-stroke-width: 4px;
  text-stroke: 2px transparent;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-v3kcWfLaLe .embla__slide .slide-content .item-wrapper .number-wrap .item-number {
    margin-bottom: 20px;
    writing-mode: inherit;
    transform: none;
    background-image: linear-gradient(90deg, #386bb7, #e50eaf);
  }
}
.cid-v3kcWfLaLe .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-v3kcWfLaLe .embla__slide .slide-content .item-wrapper .card-box {
    width: 100%;
  }
}
.cid-v3kcWfLaLe .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v3kcWfLaLe .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v3kcWfLaLe .arrows-wrapper {
  position: absolute;
  top: -5.5rem;
  right: 0;
  border-radius: 3rem;
  display: flex;
}
@media (max-width: 992px) {
  .cid-v3kcWfLaLe .arrows-wrapper {
    top: 0;
  }
}
.cid-v3kcWfLaLe .arrows-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit !important;
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  background-image: linear-gradient(90deg, #386bb7, #e50eaf);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.cid-v3kcWfLaLe .embla__button--next,
.cid-v3kcWfLaLe .embla__button--prev {
  display: flex;
}
.cid-v3kcWfLaLe .embla__button {
  width: 48px;
  height: 48px;
  margin-top: 0;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v3kcWfLaLe .embla__button:hover {
  color: #20002e !important;
}
.cid-v3kcWfLaLe .embla {
  position: relative;
  width: 100%;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-v3kcWfLaLe .embla {
    padding-top: 6rem;
  }
}
.cid-v3kcWfLaLe .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v3kcWfLaLe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3kcWfLaLe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3kcWfLaLe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3kcWfLaLe .btn-wrapper {
  margin-top: -10%;
}
.cid-v3kcWfLaLe .mbr-section-title {
  color: #ffffff;
}
.cid-v3kcWfLaLe .mbr-tag {
  color: #ffffff;
  text-align: center;
}
.cid-v3kcWfLaLe .item-title {
  color: #ffffff;
}
.cid-v3kcWfLaLe .item-text {
  color: #ffffff;
}
.cid-v3kcWfLaLe .mbr-section-title,
.cid-v3kcWfLaLe .main-btn {
  text-align: right;
}
.cid-v3kcWfLaLe .item-number,
.cid-v3kcWfLaLe .number-wrap {
  text-align: left;
}
.cid-v3kcWfLaLe .item-title,
.cid-v3kcWfLaLe .item-btn {
  color: #ffffff;
}
.cid-v3kcXUo8rg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #080813;
}
.cid-v3kcXUo8rg .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-v3kcXUo8rg .link a {
  font-weight: 700;
}
.cid-v3kcXUo8rg .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-v3kcXUo8rg .link:hover span {
  transform: translateX(9px);
}
.cid-v3kcXUo8rg .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-v3kcXUo8rg .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-v3kcXUo8rg .card__content:hover {
  transform: scale(0.95);
}
.cid-v3kcXUo8rg .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-v3kcXUo8rg .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-v3kcXUo8rg .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
  padding-top: 28px;
}
.is-builder .cid-v3kcXUo8rg .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-v3kcXUo8rg .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-v3kcXUo8rg .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-v3kcXUo8rg .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-v3kcXUo8rg .title__block {
    margin-bottom: 74px;
  }
  .cid-v3kcXUo8rg .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v3kcXUo8rg .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-v3kcXUo8rg .card__content {
    height: 200px;
  }
  .cid-v3kcXUo8rg .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-v3kcXUo8rg .card__item {
    max-width: 274px;
  }
}
.cid-v3kcXUo8rg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kcXUo8rg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kcXUo8rg .mbr-section-title,
.cid-v3kcXUo8rg .link {
  text-align: left;
}
.cid-v3kcXUo8rg .card__content .card__title {
  text-align: center;
}
.cid-v3kcZC2N0j .modal-body .close {
  background: #1b1b1b;
}
.cid-v3kcZC2N0j .modal-body .close span {
  font-style: normal;
}
.cid-v3kcZC2N0j .carousel-inner > .active,
.cid-v3kcZC2N0j .carousel-inner > .next,
.cid-v3kcZC2N0j .carousel-inner > .prev {
  display: flex;
}
.cid-v3kcZC2N0j .carousel-control .icon-next,
.cid-v3kcZC2N0j .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-v3kcZC2N0j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v3kcZC2N0j .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3kcZC2N0j .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-v3kcZC2N0j .boxed-slider > div {
  position: relative;
}
.cid-v3kcZC2N0j .container img {
  width: 100%;
}
.cid-v3kcZC2N0j .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-v3kcZC2N0j .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v3kcZC2N0j .mbr-table-cell {
  padding: 0;
}
.cid-v3kcZC2N0j .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v3kcZC2N0j .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-v3kcZC2N0j .mbr-overlay {
  z-index: 1;
}
.cid-v3kcZC2N0j .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v3kcZC2N0j .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-v3kcZC2N0j .carousel-item.active.right,
.cid-v3kcZC2N0j .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-v3kcZC2N0j .carousel-item.active.left,
.cid-v3kcZC2N0j .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-v3kcZC2N0j .carousel-item.active,
.cid-v3kcZC2N0j .carousel-item.next.left,
.cid-v3kcZC2N0j .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-v3kcZC2N0j .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-v3kcZC2N0j .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3kcZC2N0j .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3kcZC2N0j .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-v3kcZC2N0j .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3kcZC2N0j .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v3kcZC2N0j .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-v3kcZC2N0j .mbr-slider .carousel-indicators li.active,
.cid-v3kcZC2N0j .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-v3kcZC2N0j .mbr-slider .carousel-indicators li::after,
.cid-v3kcZC2N0j .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-v3kcZC2N0j .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-v3kcZC2N0j .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-v3kcZC2N0j .mbr-slider > .container img {
  width: 100%;
}
.cid-v3kcZC2N0j .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-v3kcZC2N0j .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-v3kcZC2N0j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3kcZC2N0j .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-v3kcZC2N0j .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-v3kcZC2N0j .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-v3kcZC2N0j .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-v3kcZC2N0j .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-v3kcZC2N0j .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-v3kcZC2N0j .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-v3kcZC2N0j .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-v3kcZC2N0j .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-v3kcZC2N0j .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-v3kcZC2N0j H2 {
  text-align: center;
  color: #c7cb05;
}
.cid-v3kcZC2N0j P {
  text-align: center;
}
.cid-v3kd3ky3z7 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #080813;
}
.cid-v3kd3ky3z7 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-v3kd3ky3z7 .video-block {
    width: 100% !important;
  }
  .cid-v3kd3ky3z7 .btn {
    margin: 0.5rem 0.5rem;
  }
}
.cid-v3kd3ky3z7 .underline {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.cid-v3kd3ky3z7 .underline .line {
  width: 3rem;
  height: 2px;
  background: #ffffff;
  display: inline-block;
}
.cid-v3kd3ky3z7 .row {
  margin-top: 1rem;
}
.cid-v3kd3ky3z7 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
  text-align: center;
}
.cid-v3kd3ky3z7 .mbr-section-title,
.cid-v3kd3ky3z7 .underline {
  color: #ffffff;
  text-align: center;
}
.cid-v3kd5lXPZl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-v3kd5lXPZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kd5lXPZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kd5lXPZl .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-v3kd5lXPZl .mbr-section-title {
  color: #181817;
}
.cid-v3kd5lXPZl .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-v3kd5lXPZl .card-row {
  align-items: stretch;
}
.cid-v3kd5lXPZl .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-v3kd5lXPZl .item {
    width: 25% !important;
  }
}
.cid-v3kd5lXPZl .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  border: 1px ;
  color: white;
  overflow: hidden;
  padding-top: 20px;
  min-height: 705px;
}
@media (max-width: 991px) {
  .cid-v3kd5lXPZl .item-wrapper {
    min-height: 540px;
  }
}
.cid-v3kd5lXPZl .item-wrapper:hover .card-box {
  opacity: 0;
}
.cid-v3kd5lXPZl .item-wrapper:hover .bg-overlay {
  display: flex;
}
.cid-v3kd5lXPZl .item-wrapper:hover .bg-overlay:hover .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-v3kd5lXPZl .item-wrapper:hover .bg-overlay-color {
  opacity: 0.8;
}
.cid-v3kd5lXPZl .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-v3kd5lXPZl .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v3kd5lXPZl .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-v3kd5lXPZl .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
  text-align: left;
}
.cid-v3kd5lXPZl .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-v3kd5lXPZl .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-v3kd5lXPZl .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-v3kd5lXPZl .iconfont-wrapper {
  margin-right: 18px;
}
.cid-v3kd5lXPZl .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #ffcd40;
  width: fit-content;
}
.cid-v3kd5lXPZl .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-v3kd5lXPZl .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-v3kd5lXPZl .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-v3kd5lXPZl .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-v3kd5lXPZl .mbr-section-btn {
    width: auto;
  }
  .cid-v3kd5lXPZl .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-v3Bks3i3Di {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #080813;
}
.cid-v3Bks3i3Di .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Bks3i3Di .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Bks3i3Di .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3Bks3i3Di .content-wrapper .mbr-section-title span {
  color: #c7cb05;
}
.cid-v3Bks3i3Di .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3Bks3i3Di .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v3Bks3i3Di .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #c7cb05, #292739);
}
@media (max-width: 992px) {
  .cid-v3Bks3i3Di .border-wrap {
    margin-top: 32px;
  }
}
.cid-v3Bks3i3Di .mbr-section-title {
  color: #ffffff;
}
.cid-v3Bks3i3Di .mbr-text,
.cid-v3Bks3i3Di .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-v3Bks3i3Di .mbr-section-title,
.cid-v3Bks3i3Di .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v3kd6wrxAq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3kd6wrxAq .mbr-text,
.cid-v3kd6wrxAq .mbr-section-subtitle {
  color: #767676;
}
.cid-v3kd6wrxAq .card-title {
  color: #66458e;
}
.cid-v3kd6wrxAq .card .card-img span {
  color: #bf9a30;
  font-size: 60px;
  background: linear-gradient(45deg, #bf9a30, #ffbc00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-v3kd6wrxAq .mbr-section-subtitle,
  .cid-v3kd6wrxAq .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v3kd6wrxAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kd6wrxAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kd6wrxAq .card-title,
.cid-v3kd6wrxAq .card-img {
  color: #000000;
}
.cid-v3kd6wrxAq .mbr-section-title {
  color: #000000;
}
.cid-v3kd6wrxAq .mbr-section-subtitle {
  color: #000000;
}
.cid-v3kd6wrxAq .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3kd6wrxAq .mbr-text {
  color: #000000;
}
.cid-v3kd8sv1ex {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-v3kd8sv1ex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kd8sv1ex .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-v3kd8sv1ex .container {
    padding: 0 24px;
  }
}
@media (min-width: 540px) and (max-width: 991px) {
  .cid-v3kd8sv1ex .row {
    flex-direction: column;
  }
}
.cid-v3kd8sv1ex .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v3kd8sv1ex .image-wrapper {
    position: relative;
    left: 38px;
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v3kd8sv1ex .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-v3kd8sv1ex .image-wrapper img {
    height: 350px;
  }
}
@media (min-width: 540px) and (max-width: 991px) {
  .cid-v3kd8sv1ex .image-wrapper img {
    height: 480px;
  }
}
.cid-v3kd8sv1ex .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v3kd8sv1ex .content-wrapper {
    padding: 0;
  }
}
.cid-v3kd8sv1ex .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v3kd8sv1ex .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v3kd8sv1ex .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3kd8sv1ex .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v3kd8sv1ex .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v3kd8sv1ex .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-v3kd8sv1ex .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  background-color: #c7cb05;
}
.cid-v3kd8sv1ex .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  background-color: #c7cb05;
}
.cid-v3kd8sv1ex .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-v3kd8sv1ex .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-v3kd8sv1ex .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-v3kd8sv1ex .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #000000;
  background-color: #c7cb05;
}
.cid-v3kd8sv1ex .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3kd8sv1ex .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3kd8sv1ex .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v3kd8sv1ex .card-text {
  color: #ffffff;
}
.cid-v3kdb8lTDe {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3kdb8lTDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kdb8lTDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kdb8lTDe .card1 {
  background: #ffffff;
}
.cid-v3kdb8lTDe .card2 {
  background: #efefef;
}
.cid-v3kdb8lTDe .card3 {
  background: #efefef;
}
.cid-v3kdb8lTDe .card4 {
  background: #efefef;
}
.cid-v3kdb8lTDe .mbr-section-subtitle {
  background: black;
  width: 33px;
  color: #ffffff;
  height: 33px;
  margin: 0;
  padding: 3px;
  border-radius: 50%;
  text-align: center;
}
.cid-v3kdb8lTDe .card {
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3kdb8lTDe .card {
    padding: 2rem 1rem;
  }
}
.cid-v3kdb8lTDe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3kdb8lTDe .mbr-text,
.cid-v3kdb8lTDe .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v3kdb8lTDe .mbr-title {
  color: #000000;
  text-align: center;
}
.cid-v3kdb8lTDe .mbr-section-title DIV {
  text-align: center;
}
.cid-v3kdb8lTDe .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3kddtmw6b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3kddtmw6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kddtmw6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kddtmw6b .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3kddtmw6b .content-wrapper {
    padding: 0;
  }
}
.cid-v3kddtmw6b .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-v3kddtmw6b .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-v3kddtmw6b .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #000000;
  margin-bottom: 0;
}
.cid-v3kddtmw6b .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3kddtmw6b .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-v3kddtmw6b .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v3kddtmw6b .list {
  color: #ffe66d;
  text-align: center;
}
.cid-v3kddtmw6b .mbr-text,
.cid-v3kddtmw6b .text-wrapper {
  color: #050f0f;
}
.cid-v3kddtmw6b .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v3kddtmw6b .mbr-text,
.cid-v3kddtmw6b .text-wrapper,
.cid-v3kddtmw6b .rating-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-v3kddtmw6b .list,
.cid-v3kddtmw6b .item-wrap {
  color: #ffbc00;
}
.cid-v3unQItUbR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #080813;
}
.cid-v3unQItUbR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3unQItUbR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3unQItUbR .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v3unQItUbR .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v3unQItUbR .content-wrapper {
    width: 100%;
  }
}
.cid-v3unQItUbR .content-wrapper .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3unQItUbR .content-wrapper .title-wrapper {
    padding-bottom: 28px;
    display: block;
  }
}
.cid-v3unQItUbR .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, transparent, #c7cb05 50%, transparent);
}
.cid-v3unQItUbR .content-wrapper .title-wrapper .mbr-section-title {
  width: 40%;
  padding-right: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3unQItUbR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 22px;
  }
}
.cid-v3unQItUbR .content-wrapper .mbr-text {
  margin-top: 42px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3unQItUbR .content-wrapper .mbr-text {
    margin-top: 22px;
  }
}
.cid-v3unQItUbR .mbr-section-title {
  color: #ffffff;
}
.cid-v3unQItUbR .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v3unQItUbR .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3unQItUbR .mbr-section-btn {
    text-align: left;
  }
  .cid-v3unQItUbR .mbr-section-btn .btn:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3unQItUbR .mbr-section-title,
  .cid-v3unQItUbR .mbr-section-btn {
    text-align: center;
  }
}
.cid-v3kveQtS4m {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #080813;
}
.cid-v3kveQtS4m .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-v3kveQtS4m .video-block {
    width: 100% !important;
  }
  .cid-v3kveQtS4m .btn {
    margin: 0.5rem 0.5rem;
  }
}
.cid-v3kveQtS4m .underline {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.cid-v3kveQtS4m .underline .line {
  width: 3rem;
  height: 2px;
  background: #ffffff;
  display: inline-block;
}
.cid-v3kveQtS4m .row {
  margin-top: 1rem;
}
.cid-v3kveQtS4m .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-v3kveQtS4m .mbr-section-title,
.cid-v3kveQtS4m .underline {
  color: #ffffff;
}
.cid-v3kvkNeQZE {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #080813;
}
.cid-v3kvkNeQZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kvkNeQZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kvkNeQZE .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-v3kvkNeQZE .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-v3kvkNeQZE .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-v3kvkNeQZE .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-v3kvkNeQZE .col-img {
  width: 52%;
}
@media (max-width: 1199px) {
  .cid-v3kvkNeQZE .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-v3kvkNeQZE .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-v3kvkNeQZE .image-wrapper {
    border-radius: 12px;
  }
}
.cid-v3kvkNeQZE .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-v3kvkNeQZE .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-v3kvkNeQZE .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-v3kvkNeQZE .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-v3kvkNeQZE .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-v3kvkNeQZE .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-v3kvkNeQZE .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-v3kvkNeQZE .mbr-text {
    margin-top: 12px;
  }
}
.cid-v3kvkNeQZE .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-v3kvkNeQZE .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-v3kvkNeQZE .mbr-text,
.cid-v3kvkNeQZE .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v3kvnq1VDl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3kvnq1VDl .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-v3kvnq1VDl .video-block {
    width: 100% !important;
  }
  .cid-v3kvnq1VDl .btn {
    margin: 0.5rem 0.5rem;
  }
}
.cid-v3kvnq1VDl .underline {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.cid-v3kvnq1VDl .underline .line {
  width: 3rem;
  height: 2px;
  background: #080813;
  display: inline-block;
}
.cid-v3kvnq1VDl .row {
  margin-top: 1rem;
}
.cid-v3kvnq1VDl .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-v3kvnq1VDl .mbr-section-title,
.cid-v3kvnq1VDl .underline {
  color: #000000;
}
.cid-v3kvnq1VDl .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3r7pdJSWW {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dots.svg");
  position: relative;
  overflow: hidden;
}
.cid-v3r7pdJSWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3r7pdJSWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3r7pdJSWW .col-title {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .cid-v3r7pdJSWW .col-title {
    margin-bottom: 32px;
  }
}
.cid-v3r7pdJSWW .mbr-section-title {
  color: #ffffff;
}
.cid-v3r7pdJSWW .mbr-section-subtitle {
  color: #000000;
  margin-top: 1.5rem;
  text-align: center;
}
.cid-v3r7pdJSWW .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 991px) {
  .cid-v3r7pdJSWW .cards-container {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3r7pdJSWW .cards-container {
    max-width: 482px;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1rem;
  }
}
.cid-v3r7pdJSWW .image-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-v3r7pdJSWW .image-wrapper {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3r7pdJSWW .image-wrapper {
    justify-content: center;
  }
}
.cid-v3r7pdJSWW .image-wrapper img {
  width: 100%;
  max-width: 300px;
  height: 300px;
  object-fit: contain;
}
.cid-v3r7pdJSWW .card-title-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .cid-v3r7pdJSWW .card-title-container {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .cid-v3r7pdJSWW .card-title-container {
    justify-content: center;
  }
}
.cid-v3r7pdJSWW .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0.75rem;
  font-size: 20px;
  background-color: #080813;
  color: #ffffff;
  flex-shrink: 0;
}
.cid-v3r7pdJSWW .card-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-v3r7pdJSWW .card-text {
  color: #1F1D1A;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-v3r7pdJSWW .card-text {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-v3r7pdJSWW .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v3r7pdJSWW .bg-img {
  position: absolute;
  width: 100%;
  background-color: #320b4d;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
@media (max-width: 991px) {
  .cid-v3r7pdJSWW .bg-img {
    transform: translateY(100%);
  }
}
@media (max-width: 767px) {
  .cid-v3r7pdJSWW .bg-img {
    transform: translateY(100%);
  }
}
@media (max-width: 991px) {
  .cid-v3r7pdJSWW .col-title {
    margin-bottom: 32px;
  }
  .cid-v3r7pdJSWW .image-wrapper {
    margin-bottom: 0.5rem;
  }
  .cid-v3r7pdJSWW .card-title-container {
    margin-bottom: 4px;
  }
  .cid-v3r7pdJSWW .cards-container {
    gap: 2rem;
  }
}
.cid-v3r7pdJSWW .card-text,
.cid-v3r7pdJSWW .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v3r7pdJSWW .mbr-overlay {
  background-color: #ffffff !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v095mI5VHs {
  background-color: #ffffff;
}
.cid-v095mI5VHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 10%;
  position: absolute;
  top: 0;
}
.cid-v095mI5VHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v095mI5VHs .round {
  display: none;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background: #ffbc00;
  border-radius: 80%;
  padding: 1rem;
  margin: auto;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
  animation: marketingPulse 2s infinite;
}
@media (min-width: 1400px) {
  .cid-v095mI5VHs .round {
    position: absolute;
  }
}
.cid-v095mI5VHs .arrow {
  font-size: 3rem;
  color: #ffcd40;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-v095mI5VHs .arrow-col {
  display: none;
  overflow: hidden;
  margin-top: 5rem;
  position: relative;
  z-index: 2;
}
.cid-v095mI5VHs .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v095mI5VHs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v095mI5VHs .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-v095mI5VHs .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v095mI5VHs .mbr-text,
.cid-v095mI5VHs .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v095mI5VHs .mbr-roundtext {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v095mI5VHs {
    margin-top: 0px;
    margin-bottom: -250px;
  }
  .cid-v095mI5VHs .round {
    margin-top: 48px;
    transform: translateX(0px);
  }
  .cid-v095mI5VHs .arrow-col {
    margin-top: 80px;
    transform: translateX(0px);
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-v095mI5VHs {
    margin-top: -31px;
    margin-bottom: -250px;
  }
  .cid-v095mI5VHs .round {
    margin-top: -101px;
    transform: translateX(-412px) rotate(-12deg);
  }
  .cid-v095mI5VHs .arrow-col {
    margin-top: -59px;
    transform: translateX(0px);
  }
  .cid-v095mI5VHs .round {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .cid-v095mI5VHs {
    margin-top: 51px;
    margin-bottom: -250px;
  }
  .cid-v095mI5VHs .round {
    top: -220px;
    left: 589px;
    transform: rotate(10deg);
  }
  .cid-v095mI5VHs .arrow-col {
    margin-top: -42px;
  }
  .cid-v095mI5VHs .round {
    display: flex;
  }
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
@keyframes marketingPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(149, 229, 116, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0);
  }
}
.cid-v092BQn684 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v092BQn684 h3,
.cid-v092BQn684 h4,
.cid-v092BQn684 h5,
.cid-v092BQn684 p {
  margin: 0;
}
.cid-v092BQn684 .section-head {
  margin-bottom: 2.5rem;
}
.cid-v092BQn684 .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-v092BQn684 .card {
  background-color: #efefef;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
  border-width: 1px;
  border-style: dashed;
  border-color: #242424;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-v092BQn684 .card {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-v092BQn684 .card {
    flex-direction: column;
  }
}
.cid-v092BQn684 .card-title {
  margin-bottom: 25px;
  text-align: left;
}
.cid-v092BQn684 .card-subtitle {
  color: #33d5ad;
}
.cid-v092BQn684 .list {
  list-style-type: circle;
  list-style-position: inside;
  margin-bottom: 0;
  padding-left: 1rem;
  text-align: left;
}
.cid-v092BQn684 .list li {
  margin-bottom: 0.3rem;
}
.cid-v092BQn684 .price {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 2rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-v092BQn684 .price {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v092BQn684 .price {
    margin-top: 2rem;
  }
}
@media (max-width: 350px) {
  .cid-v092BQn684 .price {
    margin-left: 0;
    align-items: center;
  }
}
.cid-v092BQn684 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.cid-v092BQn684 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-v092BQn684 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-v092BQn684 .mbr-price-number {
  color: #000000;
  margin-bottom: 0;
}
.cid-v092BQn684 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-v092BQn684 .mbr-amount-number {
  color: #000000;
  margin-bottom: 0;
}
.cid-v3kvMFD5Kn {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3kvMFD5Kn h3,
.cid-v3kvMFD5Kn h4,
.cid-v3kvMFD5Kn h5,
.cid-v3kvMFD5Kn h6,
.cid-v3kvMFD5Kn p {
  margin: 0;
}
.cid-v3kvMFD5Kn .section-head {
  margin-bottom: 2.5rem;
}
.cid-v3kvMFD5Kn .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-v3kvMFD5Kn .card {
  background-color: #fafafa;
  border-radius: 25px;
  border-style: dashed;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
  border-width: 1px;
  border-color: #c7cb05;
  background: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-v3kvMFD5Kn .card {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-v3kvMFD5Kn .card {
    flex-direction: column;
  }
}
.cid-v3kvMFD5Kn .card-title {
  margin-bottom: 25px;
  text-align: center;
  color: #ffffff;
}
.cid-v3kvMFD5Kn .card-subtitle {
  color: #33d5ad;
  text-align: left;
}
.cid-v3kvMFD5Kn .mbr-text {
  margin-bottom: 25px;
}
.cid-v3kvMFD5Kn .list {
  list-style-type: circle;
  list-style-position: inside;
  margin-bottom: 0;
  padding-left: 1rem;
  text-align: left;
  color: #ffffff;
}
.cid-v3kvMFD5Kn .list li {
  margin-bottom: 0.3rem;
}
.cid-v3kvMFD5Kn .price {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 2rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-v3kvMFD5Kn .price {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3kvMFD5Kn .price {
    margin-top: 2rem;
  }
}
@media (max-width: 350px) {
  .cid-v3kvMFD5Kn .price {
    margin-left: 0;
    align-items: center;
  }
}
.cid-v3kvMFD5Kn .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.cid-v3kvMFD5Kn .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #c7cb05;
  opacity: 0.5;
}
.cid-v3kvMFD5Kn .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v3kvMFD5Kn .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v3kvMFD5Kn .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-v3kvMFD5Kn .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v3kvMFD5Kn .btn {
  animation: marketingPulse 2s infinite;
}
@keyframes marketingPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(149, 229, 116, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0);
  }
}
.cid-v3kvOCoqhW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3kvOCoqhW h3,
.cid-v3kvOCoqhW h4,
.cid-v3kvOCoqhW h5,
.cid-v3kvOCoqhW p {
  margin: 0;
}
.cid-v3kvOCoqhW .section-head {
  margin-bottom: 2.5rem;
}
.cid-v3kvOCoqhW .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-v3kvOCoqhW .card {
  background-color: #efefef;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
  border-width: 1px;
  border-style: dashed;
  border-color: #242424;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-v3kvOCoqhW .card {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-v3kvOCoqhW .card {
    flex-direction: column;
  }
}
.cid-v3kvOCoqhW .card-title {
  margin-bottom: 25px;
  text-align: left;
}
.cid-v3kvOCoqhW .card-subtitle {
  color: #33d5ad;
}
.cid-v3kvOCoqhW .list {
  list-style-type: circle;
  list-style-position: inside;
  margin-bottom: 0;
  padding-left: 1rem;
}
.cid-v3kvOCoqhW .list li {
  margin-bottom: 0.3rem;
}
.cid-v3kvOCoqhW .price {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 2rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-v3kvOCoqhW .price {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3kvOCoqhW .price {
    margin-top: 2rem;
  }
}
@media (max-width: 350px) {
  .cid-v3kvOCoqhW .price {
    margin-left: 0;
    align-items: center;
  }
}
.cid-v3kvOCoqhW .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.cid-v3kvOCoqhW .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-v3kvOCoqhW .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-v3kvOCoqhW .mbr-price-number {
  color: #000000;
  margin-bottom: 0;
}
.cid-v3kvOCoqhW .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
  text-align: center;
}
.cid-v3kvOCoqhW .mbr-amount-number {
  color: #000000;
  margin-bottom: 0;
}
.cid-v3kvOCoqhW .btn {
  animation: marketingPulse 2s infinite;
}
@keyframes marketingPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(149, 229, 116, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0);
  }
}
.cid-v3kvOCoqhW .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3kvQx3wl8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-v3kvQx3wl8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3kvQx3wl8 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v3kvQx3wl8 .item-content {
  border-top: 1px solid #efefef;
  margin-top: 2rem;
  padding: 0.25rem 2.25rem 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3kvQx3wl8 .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3kvQx3wl8 .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-v3kvQx3wl8 h5,
.cid-v3kvQx3wl8 h4,
.cid-v3kvQx3wl8 h6,
.cid-v3kvQx3wl8 p,
.cid-v3kvQx3wl8 li,
.cid-v3kvQx3wl8 li:before {
  transition: all 0.3s;
}
.cid-v3kvQx3wl8 .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  border: 2px dotted #c7cb05;
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3kvQx3wl8 .item-wrapper:hover {
  background: #14011d;
}
.cid-v3kvQx3wl8 .item-wrapper:hover h5,
.cid-v3kvQx3wl8 .item-wrapper:hover h4,
.cid-v3kvQx3wl8 .item-wrapper:hover h6,
.cid-v3kvQx3wl8 .item-wrapper:hover p,
.cid-v3kvQx3wl8 .item-wrapper:hover li,
.cid-v3kvQx3wl8 .item-wrapper:hover li:before {
  color: #ffffff;
}
.cid-v3kvQx3wl8 .btn {
  width: -webkit-fill-available;
  animation: marketingPulse 2s infinite;
}
.cid-v3kvQx3wl8 .item:focus,
.cid-v3kvQx3wl8 span:focus {
  outline: none;
}
.cid-v3kvQx3wl8 .mbr-section-btn {
  padding: 0 1rem;
  width: 100%;
}
.cid-v3kvQx3wl8 .mbr-section-btn .btn {
  width: 100%;
}
.cid-v3kvQx3wl8 .mbr-section-title {
  color: #c1c1c1;
}
.cid-v3kvQx3wl8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3kvQx3wl8 .mbr-text,
.cid-v3kvQx3wl8 .mbr-section-btn {
  text-align: center;
}
.cid-v3kvQx3wl8 .item-title {
  text-align: center;
  color: #000000;
}
.cid-v3kvQx3wl8 .item-subtitle {
  text-align: center;
  color: #c7cb05;
}
.cid-v3kvQx3wl8 .content-head {
  max-width: 800px;
}
.cid-v3kvQx3wl8 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v3kvQx3wl8 .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-v3kvQx3wl8 .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #090f10;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-v3kvQx3wl8 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-v3kvQx3wl8 .mbr-text UL {
  text-align: left;
}
.cid-v3kvQx3wl8 .item-maintitle {
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .cid-v3kvQx3wl8 .row {
    display: flex;
    justify-content: center;
  }
  .cid-v3kvQx3wl8 .item.features-without-image {
    margin-top: 1rem;
    max-width: 50%;
    flex: 0 0 auto;
  }
}
.cid-v3kvQx3wl8 P {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v3kvQx3wl8 .item.active .item-wrapper {
    background: #14011d;
  }
  .cid-v3kvQx3wl8 .item.active .item-wrapper h5,
  .cid-v3kvQx3wl8 .item.active .item-wrapper h4,
  .cid-v3kvQx3wl8 .item.active .item-wrapper h6,
  .cid-v3kvQx3wl8 .item.active .item-wrapper p,
  .cid-v3kvQx3wl8 .item.active .item-wrapper li,
  .cid-v3kvQx3wl8 .item.active .item-wrapper li:before {
    color: #ffffff;
  }
}
@keyframes marketingPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(149, 229, 116, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0);
  }
}
.cid-v3kvQx3wl8 .mbr-overlay {
  background-color: #ffffff !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3kvQx3wl8 .vat1 {
  font-size: 20px;
}
.cid-v3kvQx3wl8 .vat2 {
  font-size: 20px;
}
.cid-v3kvQx3wl8 .vat3 {
  font-size: 20px;
}
.cid-v3kwBGtKRH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #080813;
}
.cid-v3kwBGtKRH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-v3kwBGtKRH .video-block {
    width: 100% !important;
  }
  .cid-v3kwBGtKRH .btn {
    margin: 0.5rem 0.5rem;
  }
}
.cid-v3kwBGtKRH .underline {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.cid-v3kwBGtKRH .underline .line {
  width: 3rem;
  height: 2px;
  background: #ffffff;
  display: inline-block;
}
.cid-v3kwBGtKRH .row {
  margin-top: 1rem;
}
.cid-v3kwBGtKRH .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-v3kwBGtKRH .mbr-section-title,
.cid-v3kwBGtKRH .underline {
  color: #ffffff;
}
.cid-v3kwDwcJJG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #080813;
}
@media (min-width: 992px) {
  .cid-v3kwDwcJJG .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-v3kwDwcJJG .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-v3kwDwcJJG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3kwDwcJJG .title {
  font-weight: 700;
  color: #ffffff;
}
.cid-v3kwDwcJJG .subtitle {
  padding-top: 11px;
  font-weight: 500;
}
.cid-v3kwDwcJJG .top {
  padding-top: 55px;
}
.cid-v3kwDwcJJG .number-left {
  padding-top: 4px;
  text-align: left;
  font-weight: 700;
  color: #c7cb05;
}
.cid-v3kwDwcJJG .number-right {
  padding-top: 4px;
  text-align: right;
  font-weight: 700;
  color: #c7cb05;
}
.cid-v3kwDwcJJG .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-v3kwDwcJJG .title-left {
  text-align: left;
  color: #ffffff;
}
.cid-v3kwDwcJJG .subtitle-left {
  text-align: left;
  color: #ffffff;
}
.cid-v3kwDwcJJG .subtitle-right {
  color: #ffffff;
}
.cid-v3kwDwcJJG .title-right {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 770px) {
  .cid-v3kwDwcJJG .bottom {
    margin-bottom: 55px;
  }
  .cid-v3kwDwcJJG .image-wrapper img {
    width: 80%;
  }
}
.cid-v3kwFfcXBn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #080813;
}
.cid-v3kwFfcXBn h3 {
  color: #999999;
}
.cid-v3kwFfcXBn h4 {
  color: #ffffff;
}
.cid-v3kwFfcXBn .mbr-text,
.cid-v3kwFfcXBn .mbr-section-btn {
  color: #999999;
}
.cid-v3kwFfcXBn img {
  width: 120px;
  border-radius: 100%;
  object-fit: cover;
  height: 120px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-v3kwFfcXBn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v3kwFfcXBn .display-5 {
  line-height: 1.8;
}
.cid-v3kwFfcXBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kwFfcXBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kwFfcXBn H3 {
  color: #ffffff;
}
.cid-v3kwGD7699 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3kwGD7699 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kwGD7699 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kwGD7699 .end {
  justify-content: flex-end;
}
.cid-v3kwGD7699 .title .num {
  width: 100%;
  display: block;
}
.cid-v3kwGD7699 .title .card-title {
  z-index: 1;
}
.cid-v3kwGD7699 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v3kwGD7699 .num {
  color: #c7cb05;
}
.cid-v3kwGD7699 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3kwGD7699 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3kwGD7699 * {
    text-align: center !important;
  }
  .cid-v3kwGD7699 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v3kwGD7699 .mbr-section-title,
.cid-v3kwGD7699 .card-box {
  text-align: center;
  color: #000000;
}
.cid-v3kwGD7699 .mbr-text,
.cid-v3kwGD7699 .mbr-section-btn {
  color: #ffffff;
}
.cid-v3kwGD7699 .card-title,
.cid-v3kwGD7699 .card-img {
  color: #ffffff;
  text-align: left;
}
.cid-v3kwGD7699 .mbr-maintext,
.cid-v3kwGD7699 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v3kwGD7699 .card-text {
  color: #ffffff;
}
.cid-v3kwJzijmk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-v3kwJzijmk img {
  width: 150px;
  margin: auto;
  margin-top: 5rem;
  filter: invert(1) brightness(5) blur(0.5px);
}
.cid-v3kwJzijmk .container-fluid {
  padding: 0 1rem;
}
.cid-v3kwJzijmk .card {
  transition: all 0.3s;
  height: auto;
  padding: 3rem 1rem;
  opacity: 1;
  border-radius: 0;
}
.cid-v3kwJzijmk .card1 {
  background-color: #f16f52;
}
.cid-v3kwJzijmk .card2 {
  background-color: #27b7eb;
}
.cid-v3kwJzijmk .card3 {
  background-color: #c7cb05;
}
.cid-v3kwJzijmk .card4 {
  background-color: #59bb93;
}
.cid-v3kwJzijmk .card-title {
  color: #ffffff;
}
.cid-v3kwKMv2fD {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #080813;
}
.cid-v3kwKMv2fD .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-v3kwKMv2fD .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v3kwKMv2fD .mbr-section-btn {
  margin-top: 20px;
}
.cid-v3kwMCHwhz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #080813;
}
.cid-v3kwMCHwhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kwMCHwhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3kwMCHwhz .container {
    padding: 0 16px;
  }
}
.cid-v3kwMCHwhz .card {
  justify-content: center;
}
.cid-v3kwMCHwhz .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v3kwMCHwhz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3kwMCHwhz .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v3kwMCHwhz .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3kwMCHwhz .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-v3kwMCHwhz .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v3kwMCHwhz .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #080813;
}
.cid-v3kwMCHwhz .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-v3kwMCHwhz .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-v3kwMCHwhz .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-v3kwMCHwhz .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-v3kwMCHwhz .mbr-section-title {
  color: #ffffff;
}
.cid-v3kwMCHwhz .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v3kwMCHwhz .mbr-section-title,
.cid-v3kwMCHwhz .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v3uDHUQQC9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #080813;
}
.cid-v3uDHUQQC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3uDHUQQC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3uDHUQQC9 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v3uDHUQQC9 .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v3uDHUQQC9 .content-wrapper {
    width: 100%;
  }
}
.cid-v3uDHUQQC9 .content-wrapper .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3uDHUQQC9 .content-wrapper .title-wrapper {
    padding-bottom: 28px;
    display: block;
  }
}
.cid-v3uDHUQQC9 .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, transparent, #c7cb05 50%, transparent);
}
.cid-v3uDHUQQC9 .content-wrapper .title-wrapper .mbr-section-title {
  width: 40%;
  padding-right: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3uDHUQQC9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 22px;
  }
}
.cid-v3uDHUQQC9 .content-wrapper .mbr-text {
  margin-top: 42px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3uDHUQQC9 .content-wrapper .mbr-text {
    margin-top: 22px;
  }
}
.cid-v3uDHUQQC9 .mbr-section-title {
  color: #ffffff;
}
.cid-v3uDHUQQC9 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v3uDHUQQC9 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3uDHUQQC9 .mbr-section-btn {
    text-align: left;
  }
  .cid-v3uDHUQQC9 .mbr-section-btn .btn:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3uDHUQQC9 .mbr-section-title,
  .cid-v3uDHUQQC9 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v3kwO2QEno {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #080813;
}
.cid-v3kwO2QEno .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kwO2QEno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3kwO2QEno .container {
    padding: 0 16px;
  }
}
.cid-v3kwO2QEno .row-content {
  margin: 0 -24px;
}
.cid-v3kwO2QEno .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3kwO2QEno .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-v3kwO2QEno .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-v3kwO2QEno .item {
    margin-bottom: 24px;
  }
}
.cid-v3kwO2QEno .item:nth-child(2n) .item-wrapper {
  margin-top: 80px;
}
.cid-v3kwO2QEno .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #ff5600;
}
.cid-v3kwO2QEno .item:nth-child(3n) .item-wrapper {
  margin-top: 144px;
}
.cid-v3kwO2QEno .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  color: #7179ef;
}
.cid-v3kwO2QEno .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 36px;
}
.cid-v3kwO2QEno .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #00d372;
  display: inline-flex;
}
.cid-v3kwO2QEno .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
.cid-v3kwO2QEno .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 32px;
}
.cid-v3kwO2QEno .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3kwO2QEno .card-title {
  color: #080808;
}
.cid-v3kwO2QEno .card-text {
  color: #ffffff;
  text-align: left;
}
.cid-v3kwO2QEno .card-title,
.cid-v3kwO2QEno .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3kwPINtgo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #080813;
}
.cid-v3kwPINtgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3kwPINtgo .container {
    padding: 0 22px;
  }
}
.cid-v3kwPINtgo .row {
  justify-content: center;
}
.cid-v3kwPINtgo .content-wrapper .line-wrapper {
  position: relative;
  top: 0px;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3kwPINtgo .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3kwPINtgo .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #c1c1c1;
}
.cid-v3kwPINtgo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3kwPINtgo .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #efefef;
}
.cid-v3kwPINtgo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3kwPINtgo .mbr-section-title {
  color: #ffffff;
}
.cid-v3kwPINtgo .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v3kwPINtgo .mbr-section-title,
.cid-v3kwPINtgo .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v3kwR5ZYwt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-31-1800x1000.webp");
}
.cid-v3kwR5ZYwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kwR5ZYwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3kwR5ZYwt .container {
    padding: 0 16px;
  }
}
.cid-v3kwR5ZYwt .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3kwR5ZYwt .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v3kwR5ZYwt .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #b9b9b9;
  border-radius: 3rem !important;
  width: 190px;
  height: 390px;
  display: flex;
  justify-content: center;
  background-color: #b9b9b9;
  box-shadow: 25px 32px 60px #1c1c1c;
}
.cid-v3kwR5ZYwt .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-v3kwR5ZYwt .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-v3kwR5ZYwt .image-wrapper .image-wrap {
    width: 190px;
    height: 390px;
  }
}
.cid-v3kwR5ZYwt .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-v3kwR5ZYwt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3kwR5ZYwt .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v3kwR5ZYwt .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3kwR5ZYwt .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-v3kwR5ZYwt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3kwR5ZYwt .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-v3kwR5ZYwt .mbr-section-title {
  color: #1c1c1c;
}
.cid-v3kwR5ZYwt .mbr-desc {
  color: #1c1c1c;
}
.cid-v3kwR5ZYwt .mbr-text {
  color: #1c1c1c;
}
.cid-v3kwST4XXA {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #efefef, #efefef);
}
.cid-v3kwST4XXA .carousel-item {
  justify-content: flex-start;
  text-align: center;
}
.cid-v3kwST4XXA .carousel-item .mbr-section-subtitle {
  color: #232332;
}
.cid-v3kwST4XXA .carousel-item .btn {
  margin: 0.4rem !important;
  justify-content: space-between;
}
.cid-v3kwST4XXA .carousel-item .btn.btn-sm {
  padding: 9px 41px;
}
.cid-v3kwST4XXA .carousel-item img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 2rem;
}
.cid-v3kwST4XXA .carousel-item.active,
.cid-v3kwST4XXA .carousel-item-next,
.cid-v3kwST4XXA .carousel-item-prev {
  display: flex;
}
.cid-v3kwST4XXA .carousel-controls a {
  transition: opacity .5s;
  width: 5%;
}
.cid-v3kwST4XXA .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 40px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
}
.cid-v3kwST4XXA .carousel-controls a:hover span {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-v3kwST4XXA .carousel-controls {
    display: none;
  }
}
.cid-v3kwST4XXA .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  position: relative;
}
.cid-v3kwST4XXA .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #b7ba01;
}
.cid-v3kwST4XXA .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #b7ba01;
  font-size: 2rem;
  opacity: .5;
  border: 1px solid #dddfe0;
}
.cid-v3kwST4XXA .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3kwST4XXA * {
    text-align: center;
  }
}
.cid-v3kwST4XXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kwST4XXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kwVGRSnS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3kwVGRSnS .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
@media (max-width: 991px) {
  .cid-v3kwVGRSnS .second {
    margin-bottom: 2rem;
  }
}
.cid-v3kwVGRSnS .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v3kwVGRSnS .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v3kwVGRSnS .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-v3kwVGRSnS .mbr-text {
  line-height: 2;
  letter-spacing: 0;
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-v3kwVGRSnS .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v3kwVGRSnS img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-v3kwVGRSnS .mbr-form {
  max-width: 550px;
}
.cid-v3kwVGRSnS .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
.cid-v3kwVGRSnS textarea {
  min-height: 150px;
}
.cid-v3kwVGRSnS .mbr-form .btn {
  -webkit-box-pack: center;
  justify-content: center;
  border-width: 2px;
  border-radius: 30px;
  border-color: #c7cb05;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-v3kwVGRSnS .mbr-form .btn:hover {
  color: #ffffff;
}
.cid-v3kwVGRSnS .second {
  height: fit-content;
}
.cid-v3kwVGRSnS .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-v3kwVGRSnS .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #c7cb05;
}
.cid-v3kwVGRSnS .second .inbox .inbox-box .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v3kwVGRSnS .second .inbox .inbox-box .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 22px;
  background-color: #ffffff;
  font-size: 3.45rem;
  color: #130947;
  margin-right: 15px;
}
.cid-v3kwVGRSnS .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-v3kwVGRSnS .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-v3kwVGRSnS .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-v3kwVGRSnS .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 2px;
}
.cid-v3kwVGRSnS .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-v3kwVGRSnS .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-v3kwVGRSnS .mbr-section-title {
    text-align: left;
  }
  .cid-v3kwVGRSnS .second {
    margin-top: 30px;
  }
  .cid-v3kwVGRSnS .mbr-section-btn {
    text-align: center;
  }
}
.cid-v3kwVGRSnS .widget-text {
  text-align: left;
  color: #000000;
}
.cid-v3kwVGRSnS .widget-title,
.cid-v3kwVGRSnS .widget-icon {
  text-align: left;
  color: #121212;
}
.cid-v3kwVGRSnS H3 {
  color: #444444;
  text-align: left;
}
.cid-v3kwVGRSnS LABEL {
  color: #000000;
}
.cid-v3kwVGRSnS H2 {
  color: #03426a;
  text-align: left;
}
.cid-v3kwVGRSnS .btn {
  animation: marketingPulse 2s infinite;
}
@keyframes marketingPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(149, 229, 116, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0);
  }
}
.cid-v3kwXxNa5B {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-v3kwXxNa5B .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-v3kwXxNa5B .video-block {
    width: 100% !important;
  }
  .cid-v3kwXxNa5B .btn {
    margin: 0.5rem 0.5rem;
  }
}
.cid-v3kwXxNa5B .underline {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.cid-v3kwXxNa5B .underline .line {
  width: 3rem;
  height: 2px;
  background: #000000;
  display: inline-block;
}
.cid-v3kwXxNa5B .row {
  margin-top: 1rem;
}
.cid-v3kwXxNa5B .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-v3kwXxNa5B .mbr-section-title,
.cid-v3kwXxNa5B .underline {
  color: #121212;
  text-align: center;
}
.cid-v3kwXxNa5B .mbr-overlay {
  background-color: #ffffff !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3kwYRptEy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-v3kwYRptEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kwYRptEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kwYRptEy .section-border-item {
  background-color: #c7cb05;
}
.cid-v3kwYRptEy .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cid-v3kwYRptEy .testimonial-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3kwYRptEy .testimonial-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-v3kwYRptEy .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3kwYRptEy .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
  margin: 0 0.2rem;
}
.cid-v3kwYRptEy .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3kwYRptEy .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-v3kwYRptEy .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-v3kwYRptEy .card-bottom-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-v3kwYRptEy .card-bottom-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.cid-v3kwYRptEy .card-name-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-right: 20px;
  border-right: 1px solid #c7cb05;
}
@media (max-width: 767px) {
  .cid-v3kwYRptEy .card-name-wrap {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    border-right: none;
  }
}
.cid-v3kwYRptEy .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
  border: 1px solid #121212;
}
@media (max-width: 767px) {
  .cid-v3kwYRptEy .card-name-image-wrap {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-v3kwYRptEy .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v3kwYRptEy .card-name-text-wrap {
  flex-grow: 1;
}
.cid-v3kwYRptEy .card-name {
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v3kwYRptEy .card-name {
    text-align: center;
  }
}
.cid-v3kwYRptEy .card-prof {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v3kwYRptEy .card-prof {
    text-align: center;
  }
}
.cid-v3kwYRptEy .logo-wrap {
  width: 100%;
  max-width: 108px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .cid-v3kwYRptEy .logo-wrap {
    margin-top: 16px;
    margin-left: 0;
  }
}
.cid-v3kwYRptEy .logo-wrap img {
  width: 100%;
  object-fit: contain;
}
.cid-v3kx0rva0Z {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3kx0rva0Z .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #c7cb05;
  margin-left: 1rem;
}
.cid-v3kx0rva0Z .panel-group {
  border: none;
}
.cid-v3kx0rva0Z .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v3kx0rva0Z .panel-body {
  padding: 1rem 2rem;
}
.cid-v3kx0rva0Z .header-wrapper {
  position: relative;
}
.cid-v3kx0rva0Z .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-v3kx0rva0Z span {
  transition: all 0.3s;
  color: #ffffff !important;
}
.cid-v3kx0rva0Z .card {
  overflow: visible;
}
.cid-v3kx0rva0Z .card:hover .card-header {
  border-color: #ffffff;
}
.cid-v3kx0rva0Z .card:hover .hover-bg {
  background: #c7cb05;
  right: -8px;
  top: 8px;
}
.cid-v3kx0rva0Z .card:hover span {
  transform: rotate(-90deg);
}
.cid-v3kx0rva0Z .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #080813;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v3kx0rva0Z .panel-body {
    padding: 1rem 0rem;
  }
  .cid-v3kx0rva0Z .card-header {
    padding: 1rem 1rem;
  }
}
.cid-v3kx0rva0Z H4 {
  color: #777d74;
}
.cid-v3kx0rva0Z .panel-title-edit {
  color: #ffffff;
}
.cid-v3kx0rva0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kx0rva0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kx0rva0Z .panel-text {
  color: #000000;
}
.cid-v3kx1ujaCq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #080813;
}
.cid-v3kx1ujaCq .link-wrap {
  width: 100%;
}
.cid-v3kx1ujaCq .link {
  display: inline-block;
}
.cid-v3kx1ujaCq .card {
  margin: auto;
}
.cid-v3kx1ujaCq .item {
  position: relative;
  padding: 1rem 0;
  padding-left: 2rem;
  border-bottom: 1px solid #efefef;
  width: 100%;
  font-weight: 600;
}
.cid-v3kx1ujaCq .item:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #c7cb05;
  font-size: 0.8rem;
}
.cid-v3kx1ujaCq .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-v3kx1ujaCq .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #c7cb05;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3kx1ujaCq .link a:hover {
  text-decoration: underline;
}
.cid-v3kx1ujaCq .link,
.cid-v3kx1ujaCq .link-wrap {
  color: #0077ff;
}
.cid-v3kx1ujaCq .mbr-text,
.cid-v3kx1ujaCq .mbr-section-btn {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-v3kx1ujaCq {
    padding-top: 10px;
  }
  .cid-v3kx1ujaCq .card-wrapper {
    padding: 2rem 0rem;
  }
}
.cid-v3kx1ujaCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kx1ujaCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kx1ujaCq .mbr-text,
.cid-v3kx1ujaCq .link-wrap {
  color: #ffffff;
}
.cid-v3kx1ujaCq .item,
.cid-v3kx1ujaCq .item-wrap {
  color: #ffffff;
}
.cid-v3kx1ujaCq .card-title,
.cid-v3kx1ujaCq .card-box {
  color: #ffffff;
}
.cid-v3kx1ujaCq .btn {
  animation: marketingPulse 2s infinite;
}
@keyframes marketingPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(149, 229, 116, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0);
  }
}
.cid-v3kx4hphCs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #080813;
}
@media (max-width: 767px) {
  .cid-v3kx4hphCs .content {
    text-align: center;
  }
  .cid-v3kx4hphCs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v3kx4hphCs .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-v3kx4hphCs .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-v3kx4hphCs textarea.form-control {
  resize: none;
}
.cid-v3kx4hphCs .input-group-btn {
  display: inline-block;
}
.cid-v3kx4hphCs .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-v3kx4hphCs .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3kx4hphCs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3kx4hphCs .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v3kx4hphCs .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v3kx4hphCs .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v3kx4hphCs .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v3kx4hphCs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v3kx4hphCs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v3kx4hphCs .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-v3kx4hphCs .form-control,
.cid-v3kx4hphCs .input-group-btn .btn {
  border-radius: 1px;
}
.cid-v3kx4hphCs .copyright > p {
  text-align: center;
}
.cid-v3kx4hphCs .foot-title,
.cid-v3kx4hphCs .img-logo {
  text-align: center;
}
.cid-v3kx4hphCs P {
  text-align: center;
  color: #ffffff;
}
.cid-v3kx4hphCs .btn {
  animation: marketingPulse 2s infinite;
}
@keyframes marketingPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(149, 229, 116, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0);
  }
}
.cid-v2DRBBuBXr.popup-builder {
  background-color: #ffffff;
}
.cid-v2DRBBuBXr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v2DRBBuBXr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v2DRBBuBXr .modal-content,
.cid-v2DRBBuBXr .modal-dialog {
  height: auto;
}
.cid-v2DRBBuBXr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v2DRBBuBXr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v2DRBBuBXr .form-wrapper .mbr-form .form-group,
  .cid-v2DRBBuBXr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v2DRBBuBXr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v2DRBBuBXr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2DRBBuBXr .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v2DRBBuBXr .pt-0 {
  padding-top: 0 !important;
}
.cid-v2DRBBuBXr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v2DRBBuBXr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v2DRBBuBXr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v2DRBBuBXr .modal-open {
  overflow: hidden;
}
.cid-v2DRBBuBXr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v2DRBBuBXr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v2DRBBuBXr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v2DRBBuBXr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v2DRBBuBXr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v2DRBBuBXr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v2DRBBuBXr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v2DRBBuBXr .modal-content {
  background: #080813;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v2DRBBuBXr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v2DRBBuBXr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v2DRBBuBXr .modal-backdrop.fade {
  opacity: 0;
}
.cid-v2DRBBuBXr .modal-backdrop.show {
  opacity: .5;
}
.cid-v2DRBBuBXr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v2DRBBuBXr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2DRBBuBXr .modal-header {
    padding: 1rem;
  }
}
.cid-v2DRBBuBXr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v2DRBBuBXr .modal-header .close svg {
  fill: #353535;
}
.cid-v2DRBBuBXr .modal-header .close:hover {
  opacity: 1;
}
.cid-v2DRBBuBXr .modal-header .close:focus {
  outline: none;
}
.cid-v2DRBBuBXr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-v2DRBBuBXr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v2DRBBuBXr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2DRBBuBXr .modal-body {
    padding: 1rem;
  }
}
.cid-v2DRBBuBXr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v2DRBBuBXr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2DRBBuBXr .modal-footer {
    padding: 1rem;
  }
}
.cid-v2DRBBuBXr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v2DRBBuBXr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v2DRBBuBXr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v2DRBBuBXr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v2DRBBuBXr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v2DRBBuBXr .modal-lg,
  .cid-v2DRBBuBXr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v2DRBBuBXr .modal-xl {
    max-width: 1140px;
  }
}
.cid-v2DRBBuBXr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v2DRBBuBXr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v2DRBBuBXr .form-group {
  margin-bottom: 1rem;
}
.cid-v2DRBBuBXr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v2DRBBuBXr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v2DRBBuBXr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v2DRBBuBXr .mbr-section-btn {
  margin: 0;
}
.cid-v2DRBBuBXr .mbr-section-btn .btn {
  margin: 0;
}
.cid-v2DRCJzAUT.popup-builder {
  background-color: #ffffff;
}
.cid-v2DRCJzAUT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v2DRCJzAUT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v2DRCJzAUT .modal-content,
.cid-v2DRCJzAUT .modal-dialog {
  height: auto;
}
.cid-v2DRCJzAUT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v2DRCJzAUT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v2DRCJzAUT .form-wrapper .mbr-form .form-group,
  .cid-v2DRCJzAUT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v2DRCJzAUT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v2DRCJzAUT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2DRCJzAUT .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-v2DRCJzAUT .pt-0 {
  padding-top: 0 !important;
}
.cid-v2DRCJzAUT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v2DRCJzAUT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v2DRCJzAUT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v2DRCJzAUT .modal-open {
  overflow: hidden;
}
.cid-v2DRCJzAUT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v2DRCJzAUT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v2DRCJzAUT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v2DRCJzAUT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v2DRCJzAUT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v2DRCJzAUT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v2DRCJzAUT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v2DRCJzAUT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v2DRCJzAUT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v2DRCJzAUT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v2DRCJzAUT .modal-backdrop.fade {
  opacity: 0;
}
.cid-v2DRCJzAUT .modal-backdrop.show {
  opacity: .5;
}
.cid-v2DRCJzAUT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v2DRCJzAUT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2DRCJzAUT .modal-header {
    padding: 1rem;
  }
}
.cid-v2DRCJzAUT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v2DRCJzAUT .modal-header .close svg {
  fill: #353535;
}
.cid-v2DRCJzAUT .modal-header .close:hover {
  opacity: 1;
}
.cid-v2DRCJzAUT .modal-header .close:focus {
  outline: none;
}
.cid-v2DRCJzAUT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-v2DRCJzAUT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v2DRCJzAUT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2DRCJzAUT .modal-body {
    padding: 1rem;
  }
}
.cid-v2DRCJzAUT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v2DRCJzAUT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2DRCJzAUT .modal-footer {
    padding: 1rem;
  }
}
.cid-v2DRCJzAUT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v2DRCJzAUT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v2DRCJzAUT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v2DRCJzAUT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v2DRCJzAUT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v2DRCJzAUT .modal-lg,
  .cid-v2DRCJzAUT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v2DRCJzAUT .modal-xl {
    max-width: 1140px;
  }
}
.cid-v2DRCJzAUT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v2DRCJzAUT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v2DRCJzAUT .form-group {
  margin-bottom: 1rem;
}
.cid-v2DRCJzAUT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v2DRCJzAUT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v2DRCJzAUT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v2DRCJzAUT .mbr-section-btn {
  margin: 0;
}
.cid-v2DRCJzAUT .mbr-section-btn .btn {
  margin: 0;
}
.cid-v0iqs6ayvi {
  z-index: 1000;
  width: 100%;
}
.cid-v0iqs6ayvi .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v0iqs6ayvi .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-v0iqs6ayvi .iconfont-wrapper {
  color: #00b15c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v0iqs6ayvi .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-v0iqs6ayvi .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-v0iqs6ayvi .container {
    padding: 0 1rem;
  }
}
.cid-v0iqs6ayvi .menu-tite {
  background: #c7cb05;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-v0iqs6ayvi .nav-link {
  position: relative;
}
.cid-v0iqs6ayvi .nav-link:hover {
  color: #c7cb05 !important;
}
.cid-v0iqs6ayvi nav.navbar {
  position: fixed;
}
.cid-v0iqs6ayvi .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 13, 13, 0.5);
}
.cid-v0iqs6ayvi .navbar.opened {
  transition: all 0.3s;
}
.cid-v0iqs6ayvi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0iqs6ayvi .navbar .navbar-logo img {
  width: auto;
}
.cid-v0iqs6ayvi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0iqs6ayvi .navbar.collapsed {
  justify-content: center;
}
.cid-v0iqs6ayvi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0iqs6ayvi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0iqs6ayvi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-v0iqs6ayvi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0iqs6ayvi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0iqs6ayvi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0iqs6ayvi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0iqs6ayvi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0iqs6ayvi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0iqs6ayvi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0iqs6ayvi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0iqs6ayvi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0iqs6ayvi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0iqs6ayvi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0iqs6ayvi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0iqs6ayvi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0iqs6ayvi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0iqs6ayvi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0iqs6ayvi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0iqs6ayvi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0iqs6ayvi .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0iqs6ayvi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0iqs6ayvi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0iqs6ayvi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0iqs6ayvi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0iqs6ayvi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0iqs6ayvi .dropdown-item:hover,
.cid-v0iqs6ayvi .dropdown-item:focus {
  background: #c7cb05 !important;
  color: white !important;
}
.cid-v0iqs6ayvi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0iqs6ayvi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0iqs6ayvi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-v0iqs6ayvi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0iqs6ayvi .dropdown-menu,
.cid-v0iqs6ayvi .navbar.opened {
  background: #0d0d0d !important;
}
.cid-v0iqs6ayvi .nav-item:focus,
.cid-v0iqs6ayvi .nav-link:focus {
  outline: none;
}
.cid-v0iqs6ayvi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0iqs6ayvi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0iqs6ayvi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0iqs6ayvi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0iqs6ayvi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0iqs6ayvi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0iqs6ayvi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0iqs6ayvi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0iqs6ayvi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0iqs6ayvi .dropdown-item.active,
.cid-v0iqs6ayvi .dropdown-item:active {
  background-color: transparent;
}
.cid-v0iqs6ayvi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0iqs6ayvi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0iqs6ayvi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0iqs6ayvi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d0d0d;
}
.cid-v0iqs6ayvi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0iqs6ayvi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0iqs6ayvi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0iqs6ayvi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0iqs6ayvi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0iqs6ayvi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0iqs6ayvi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0iqs6ayvi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0iqs6ayvi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0iqs6ayvi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0iqs6ayvi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0iqs6ayvi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0iqs6ayvi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0iqs6ayvi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0iqs6ayvi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0iqs6ayvi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0iqs6ayvi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0iqs6ayvi .navbar {
    height: 70px;
  }
  .cid-v0iqs6ayvi .navbar.opened {
    height: auto;
  }
  .cid-v0iqs6ayvi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3wF50SDAy {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #080813;
  background-image: radial-gradient(circle farthest-side at 160% 170%, #c17339, #ffffff 40%, rgba(238, 189, 146, 0));
}
@media (max-width: 991px) {
  .cid-v3wF50SDAy .col-form {
    padding-top: 2rem;
  }
  .cid-v3wF50SDAy .col-form .dragArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 29rem;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .cid-v3wF50SDAy .col-form {
    padding-right: 5.75rem;
  }
}
.cid-v3wF50SDAy .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3wF50SDAy .col-img {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3wF50SDAy .col-img {
    padding-left: 5.75rem;
  }
}
.cid-v3wF50SDAy .mbr-text,
.cid-v3wF50SDAy .mbr-section-btn {
  color: #232323;
}
.cid-v3wF50SDAy .mbr-text,
.cid-v3wF50SDAy .mbr-section-title {
  color: #002549;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v3wF50SDAy .mbr-text,
  .cid-v3wF50SDAy .mbr-section-title {
    text-align: center;
  }
}
.cid-v3wF50SDAy .text-container {
  margin-bottom: 2rem;
}
.cid-v3wF50SDAy .form-container {
  max-width: 20rem;
}
.cid-v3wF50SDAy .form-group {
  padding: 0 !important;
}
.cid-v3wF50SDAy .form-group input {
  color: #002549;
}
.cid-v3wF50SDAy .form-group input::placeholder {
  color: #C3AFAD;
}
.cid-v3wF50SDAy .form-group input::-moz-placeholder {
  color: #C3AFAD;
}
.cid-v3wF50SDAy .form-group input:-moz-placeholder {
  color: #C3AFAD;
}
.cid-v3wF50SDAy .form-group input:-ms-input-placeholder {
  color: #C3AFAD;
}
.cid-v3wF50SDAy .form-control {
  font-size: 1.2rem !important;
  padding: 0.5rem 1rem !important;
  border: 1px solid transparent;
  border-radius: 1.25rem;
  background-color: #fff;
  text-align: center;
}
.cid-v3wF50SDAy .mbr-section-btn {
  padding: 0 !important;
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-v3wF50SDAy .mbr-section-btn .btn {
  width: 100%;
  border-radius: 1.25rem;
}
.cid-v3wF50SDAy a.btn {
  height: 100%;
  margin: 0;
  border-radius: 1.25rem;
  padding: 14px 40px;
}
.cid-v3wF50SDAy .book-page1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #ffffff;
  background-image: linear-gradient(135deg, #f0edeb, #ffffff);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  transition: 0.5s all;
  transform-style: preserve-3d;
}
.cid-v3wF50SDAy .book-page2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #ffffff;
  background-image: linear-gradient(315deg, #d4c5c0, #ffffff);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  transition: 0.5s all;
  transform-style: preserve-3d;
}
.cid-v3wF50SDAy .image-wrapper {
  justify-content: center;
  display: flex;
  transition: 0.5s all;
  transform-style: preserve-3d;
  position: relative;
  z-index: 5;
  width: 80%;
}
.cid-v3wF50SDAy .image-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 4;
  transition: 0.5s all;
  transform-style: preserve-3d;
}
.cid-v3wF50SDAy .image-wrapper:hover {
  transform: rotateZ(-4deg);
}
.cid-v3wF50SDAy .image-wrapper:hover img {
  transform: rotateZ(0);
}
.cid-v3wF50SDAy .image-wrapper:hover .book-page1 {
  transform: rotateZ(4deg);
}
.cid-v3wF50SDAy .image-wrapper:hover .book-page2 {
  transform: rotateZ(1.8deg);
}
@media (max-width: 991px) {
  .cid-v3wF50SDAy .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v3wF50SDAy .justify-content-center {
  align-items: center;
}
.cid-v3wF50SDAy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3wF50SDAy H1 {
  text-align: center;
  color: #b8bc10;
}
.cid-v3wF6iSBnP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #080813;
}
.cid-v3wF6iSBnP .item:focus,
.cid-v3wF6iSBnP span:focus {
  outline: none;
}
.cid-v3wF6iSBnP .item-wrapper {
  position: relative;
}
.cid-v3wF6iSBnP .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v3wF6iSBnP .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-v3wF6iSBnP .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-v3wF6iSBnP .mbr-text,
.cid-v3wF6iSBnP .mbr-section-btn {
  text-align: left;
}
.cid-v3wF6iSBnP .item-title {
  text-align: left;
}
.cid-v3wF6iSBnP .item-subtitle {
  text-align: left;
}
.cid-v3wF6iSBnP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 37%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v3wF6iSBnP .embla__slide {
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .cid-v3wF6iSBnP .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-v3wF6iSBnP .embla__slide {
    min-width: 375px;
  }
}
.cid-v3wF6iSBnP .embla__button--next,
.cid-v3wF6iSBnP .embla__button--prev {
  display: flex;
}
.cid-v3wF6iSBnP .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 74px;
  height: 74px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3wF6iSBnP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3wF6iSBnP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3wF6iSBnP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3wF6iSBnP .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v3wF6iSBnP .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v3wF6iSBnP .embla {
  position: relative;
  width: 100%;
}
.cid-v3wF6iSBnP .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cid-v3wF6iSBnP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3wF6iSBnP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3wF6iSBnP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3wF6iSBnP .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-v3wF6iSBnP .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v3wF6iSBnP .wrap-img {
  overflow: hidden;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-v3wF6iSBnP img {
  width: 100%;
  object-fit: cover;
}
.cid-v3wF6iSBnP .card-title {
  margin-bottom: 16px;
  color: #ffffff;
  transition: 0.35s;
  text-align: left !important;
  padding: 124px 0 0;
}
.cid-v3wF6iSBnP .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-v3wF6iSBnP H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-v3wF6iSBnP .card-wrapper {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 280px;
  transition: all 1s;
}
.cid-v3wF6iSBnP .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-v3wF6iSBnP .card-wrapper:hover .card-box,
.cid-v3wF6iSBnP .card-wrapper:focus-within .card-box {
  opacity: 1;
}
.cid-v3wF6iSBnP .card-wrapper:hover:before,
.cid-v3wF6iSBnP .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-v3wF6iSBnP .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-v3wF6iSBnP .link-title {
  display: inline-block;
}
.cid-v3wF6iSBnP .margin {
  margin-right: 14px;
}
.cid-v3wF6iSBnP .article {
  display: contents;
}
.cid-v3wF6iSBnP .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-v3wF6iSBnP .link-row {
  align-items: center;
}
.cid-v3wF6iSBnP .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-v3wF6iSBnP .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-v3wF6iSBnP .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v3wF6iSBnP .btn {
  margin-top: 20px;
}
.cid-v3wF6iSBnP .card-title,
.cid-v3wF6iSBnP .iconfont-wrapper {
  text-align: center;
}
.cid-v3wF6iSBnP a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3wF6iSBnP .card-box {
  position: absolute;
  padding-right: 30px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.cid-v3wF6iSBnP .card-box:focus-within {
  opacity: 1;
}
.cid-v3wF6iSBnP .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 280px;
}
.cid-v3wF6iSBnP .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-v3wF6iSBnP .card-box1 {
  opacity: 1;
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 32px;
}
.cid-v3wF6iSBnP .card-title1 {
  padding: 21px 0;
  z-index: 3;
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-v3wF6iSBnP .card-wrapper:hover .card-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.cid-v3wF6iSBnP .card-wrapper:hover .card-title1:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.cid-v3wF6iSBnP .card-title1:after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
.cid-v3wF6iSBnP .card1 {
  background-image: url("../../../assets/images/kompleksowo-content-i-social-media-1170x780.webp");
  background-size: cover;
  background-position: center;
}
.cid-v3wF6iSBnP .card2 {
  background-image: url("../../../assets/images/efektywne-strony-internetowe-1170x780.webp");
  background-size: cover;
  background-position: center;
}
.cid-v3wF6iSBnP .card3 {
  background-image: url("../../../assets/images/automatyzacja-e-mail-marketingu-400x300.webp");
  background-size: cover;
  background-position: center;
}
.cid-v3wF6iSBnP .card4 {
  background-image: url("../../../assets/images/kompleksowo-content-i-social-media-1170x780.webp");
  background-size: cover;
  background-position: center;
}
.cid-v3wF6iSBnP .card5 {
  background-image: url("../../../assets/images/kompleksowo-content-i-social-media-1170x780.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-v3wF6iSBnP .embla__slide {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-v3wF6iSBnP .embla__slide:last-child {
    margin-bottom: 0px;
  }
  .cid-v3wF6iSBnP .embla__container {
    flex-direction: column;
    transform: initial !important;
  }
  .cid-v3wF6iSBnP .embla__button {
    display: none;
  }
}
.cid-v3wF8pE3aI {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #080813;
}
.cid-v3wF8pE3aI .back {
  background: linear-gradient(45deg, #c7cb05, #080813);
}
.cid-v3wF8pE3aI .plan:first-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-v3wF8pE3aI .plan:first-child {
    padding-top: 0px;
  }
}
.cid-v3wF8pE3aI .plan:first-child .plan-header {
  border-radius: 4px 0 0 0;
}
.cid-v3wF8pE3aI .plan:first-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-v3wF8pE3aI .plan:last-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-v3wF8pE3aI .plan:last-child {
    padding-top: 0px;
  }
}
.cid-v3wF8pE3aI .plan:last-child .plan-header {
  border-radius: 0 4px 0 0;
}
.cid-v3wF8pE3aI .plan:last-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-v3wF8pE3aI .plan:nth-child(2) .plan-header {
  border-radius: 4px 4px 0 0;
}
.cid-v3wF8pE3aI .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #c7cb05;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-v3wF8pE3aI .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-v3wF8pE3aI .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: #c7cb05;
}
.cid-v3wF8pE3aI .mbr-section-subtitle {
  color: #000000;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-v3wF8pE3aI .main-title {
  margin-bottom: 36px;
  color: #ffffff;
  text-align: center;
}
.cid-v3wF8pE3aI .main-title.display-2 {
  line-height: 1.375;
}
.cid-v3wF8pE3aI .main-text {
  color: #ffffff;
  text-align: center;
}
.cid-v3wF8pE3aI .main-text.display-4 {
  line-height: 1.75;
}
.cid-v3wF8pE3aI .plan {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.cid-v3wF8pE3aI .plan .plan-header,
.cid-v3wF8pE3aI .plan .plan-body {
  background-color: #080813;
}
.cid-v3wF8pE3aI .plan .plan-header {
  padding-top: 60px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3wF8pE3aI .plan .plan-header .plan-title {
  color: #000000;
}
.cid-v3wF8pE3aI .plan .plan-header .plan-price .price-figure {
  color: #404040;
}
.cid-v3wF8pE3aI .plan .plan-header .plan-price .price-figure .price-currency {
  display: inline-block;
}
.cid-v3wF8pE3aI .plan .plan-header .plan-price .price-figure .price-currency.display-7 {
  font-size: 18px;
  line-height: 1;
}
.cid-v3wF8pE3aI .plan .plan-header .plan-price .price-figure .price-value {
  display: inline-block;
}
.cid-v3wF8pE3aI .plan .plan-header .plan-price .price-figure .price-value.display-1 {
  font-size: 60px;
  line-height: 1;
}
.cid-v3wF8pE3aI .plan .plan-header .plan-price .price-figure .price-duration {
  display: inline-block;
}
.cid-v3wF8pE3aI .plan .plan-header .plan-price .price-figure .price-duration.display-4 {
  font-size: 16px;
  line-height: 1;
}
.cid-v3wF8pE3aI .plan .plan-body {
  padding-bottom: 2rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-v3wF8pE3aI .plan .plan-body .plan-list .list-group .list-group-item {
  background-color: #080813;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  color: #606060;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-v3wF8pE3aI .plan .plan-body .plan-list .list-group .list-group-item span {
  font-weight: 600;
}
.cid-v3wF8pE3aI .plan .plan-body .plan-list .list-group.display-4 {
  line-height: 1;
}
.cid-v3wF8pE3aI .plan .plan-body .mbr-section-btn {
  padding-top: 45px;
  text-align: center;
}
.cid-v3wF8pE3aI .plan .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-v3wF8pE3aI .plan .plan-body .mbr-section-btn .btn {
  padding: 18px 26px 16px;
}
.cid-v3wF8pE3aI .plan .plan-body .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-v3wF8pE3aI .plan .plan-body .mbr-section-btn .btn-primary:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
}
@media (max-width: 550px) {
  .cid-v3wF8pE3aI .price-figure {
    font-size: 4.25rem;
  }
}
.cid-v3wF8pE3aI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wF8pE3aI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wFasXlKn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #080813;
  position: relative;
}
.cid-v3wFasXlKn .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-v3wFasXlKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wFasXlKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wFasXlKn .text-wrapper {
  width: 100%;
}
.cid-v3wFasXlKn .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v3wFasXlKn .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v3wFasXlKn .mbr-text {
  color: #FFFFFF;
  margin-right: auto;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-v3wFasXlKn .mbr-text {
    text-align: center !important;
  }
}
.cid-v3wFasXlKn .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-v3wFasXlKn .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v3wFasXlKn .custom-section-btn .btn {
  padding: 2.5vw 5vw;
}
@media (max-width: 991px) {
  .cid-v3wFasXlKn .custom-section-btn .btn {
    padding: 24px 42px;
  }
}
.cid-v3wFasXlKn .custom-section-btn .btn-primary {
  border: 1px solid #FFFFFF !important;
}
.cid-v3wFasXlKn .custom-section-btn .btn-primary:hover {
  border: 1px solid #FFFFFF !important;
}
.cid-v3wFasXlKn .mbr-text,
.cid-v3wFasXlKn .mbr-section-btn {
  text-align: center;
  color: #333333;
}
.cid-v3wFc191w8 {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-v3wFc191w8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-v3wFc191w8 .video-block {
    width: 100% !important;
  }
  .cid-v3wFc191w8 .btn {
    margin: 0.5rem 0.5rem;
  }
}
.cid-v3wFc191w8 .underline {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.cid-v3wFc191w8 .underline .line {
  width: 3rem;
  height: 2px;
  background: #000000;
  display: inline-block;
}
.cid-v3wFc191w8 .row {
  margin-top: 1rem;
}
.cid-v3wFc191w8 .mbr-section-subtitle {
  margin-bottom: 1rem;
}
.cid-v3wFc191w8 .mbr-section-title,
.cid-v3wFc191w8 .underline {
  text-align: center;
}
.cid-v3wFe1fy3B {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3wFe1fy3B .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-v3wFe1fy3B .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v3wFe1fy3B .container {
    padding: 0 20px;
  }
}
.cid-v3wFe1fy3B .content-wrapper {
  padding: 60px 60px 40px;
  background-color: #080813;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-v3wFe1fy3B .content-wrapper {
    padding: 60px 20px 40px;
  }
}
.cid-v3wFe1fy3B .content-wrapper .content-wrap {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-v3wFe1fy3B .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-v3wFe1fy3B .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3wFe1fy3B .content-wrapper .content-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-v3wFe1fy3B .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3wFe1fy3B .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v3wFe1fy3B .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v3wFe1fy3B .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v3wFe1fy3B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 672px;
  max-width: 672px;
}
@media (max-width: 767px) {
  .cid-v3wFe1fy3B .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v3wFe1fy3B .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #f2f2f4;
  overflow: hidden;
}
.cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #999c9f;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap {
    margin-bottom: 20px;
  }
}
.cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
}
.cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper {
  display: flex;
}
.cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  border: 1px solid #080813;
}
.cid-v3wFe1fy3B .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 1px solid #dcdde0;
  color: #080813;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-v3wFe1fy3B .embla__button--next,
.cid-v3wFe1fy3B .embla__button--prev {
  display: flex;
}
.cid-v3wFe1fy3B .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #c7cb05 !important;
  border: 2px solid #c7cb05 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-v3wFe1fy3B .embla__button {
    top: 2.5rem;
  }
}
.cid-v3wFe1fy3B .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3wFe1fy3B .embla__button:hover {
  opacity: 1 !important;
}
.cid-v3wFe1fy3B .embla__button.embla__button--prev {
  left: 30px;
}
.cid-v3wFe1fy3B .embla__button.embla__button--next {
  right: 30px;
}
.cid-v3wFe1fy3B .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-v3wFe1fy3B .embla {
    padding-top: 100px;
  }
}
.cid-v3wFe1fy3B .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v3wFe1fy3B .embla__viewport {
    overflow: hidden;
  }
}
.cid-v3wFe1fy3B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3wFe1fy3B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3wFe1fy3B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3wFe1fy3B .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v3wFe1fy3B .mbr-section-title {
  color: #ffffff;
}
.cid-v3wFe1fy3B .mbr-text,
.cid-v3wFe1fy3B .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3wFe1fy3B .item-name {
  color: #000000;
  text-align: left;
}
.cid-v3wFe1fy3B .item-role {
  color: #000000;
}
.cid-v3wFe1fy3B .list {
  color: #000000;
}
.cid-v3wFe1fy3B .mbr-section-title,
.cid-v3wFe1fy3B .mbr-section-btn {
  text-align: center;
}
.cid-v3wFitc3AA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3wFitc3AA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wFitc3AA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3wFitc3AA .container {
    padding: 0 22px;
  }
}
.cid-v3wFitc3AA .row {
  justify-content: center;
}
.cid-v3wFitc3AA .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3wFitc3AA .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3wFitc3AA .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #cccccc;
}
.cid-v3wFitc3AA .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3wFitc3AA .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v3wFitc3AA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3wFitc3AA .mbr-section-title {
  color: #ffffff;
}
.cid-v3wFitc3AA .mbr-text {
  color: #444444;
  text-align: center;
}
.cid-v3wFitc3AA .mbr-section-title,
.cid-v3wFitc3AA .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v3wFl2mbG9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3wFl2mbG9 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v3wFl2mbG9 .photo-split {
  padding: 0;
}
.cid-v3wFl2mbG9 .photo-split img {
  width: 100%;
  border-radius: 4%;
}
.cid-v3wFl2mbG9 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-v3wFl2mbG9 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v3wFl2mbG9 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-v3wFl2mbG9 .wrap-block {
  padding: 3rem 3rem;
}
.cid-v3wFl2mbG9 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v3wFl2mbG9 .wrap-block ul li {
  display: inline-block;
}
.cid-v3wFl2mbG9 .wrap-block ul li span {
  text-align: center;
}
.cid-v3wFl2mbG9 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-v3wFl2mbG9 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v3wFl2mbG9 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-v3wFl2mbG9 .mbr-list,
.cid-v3wFl2mbG9 .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-v3wFl2mbG9 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3wFl2mbG9 .mbr-section-title,
  .cid-v3wFl2mbG9 .mbr-section-subtitle,
  .cid-v3wFl2mbG9 .mbr-text {
    text-align: center !important;
  }
  .cid-v3wFl2mbG9 .social-list {
    text-align: center !important;
  }
}
.cid-v3wFl2mbG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wFl2mbG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wFl2mbG9 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-v3wFl2mbG9 .mbr-section-title {
  text-align: left;
  color: #efefef;
}
.cid-v3wFl2mbG9 .mbr-section-subtitle {
  text-align: left;
}
.cid-v3wGhdSqG7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3wGhdSqG7 .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3wGhdSqG7 .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3wGhdSqG7 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-v3wGhdSqG7 .underline .line {
  width: 3rem;
  height: 2px;
  background: #000000;
  display: inline-block;
}
.cid-v3wGhdSqG7 .process-icon,
.cid-v3wGhdSqG7 .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-v3wGhdSqG7 .wrapper,
.cid-v3wGhdSqG7 .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-v3wGhdSqG7 .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #080813;
  opacity: .4;
}
.cid-v3wGhdSqG7 .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-v3wGhdSqG7 .icon-container a {
  display: inherit;
}
.cid-v3wGhdSqG7 .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #d2d600 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-v3wGhdSqG7 .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-v3wGhdSqG7 .icon-main:hover .icon-wrapper {
  background-color: #d2d600 !important;
}
.cid-v3wGhdSqG7 .icon-main:hover .icon-number {
  background-color: #080813 !important;
  color: #ffffff !important;
}
.cid-v3wGhdSqG7 .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-v3wGhdSqG7 .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-v3wGhdSqG7 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-v3wGhdSqG7 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-v3wGhdSqG7 .mbr-section-title {
  margin: 0;
}
.cid-v3wGhdSqG7 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-v3wGhdSqG7 .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3Dk4G3Gb2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
}
.cid-v3Dk4G3Gb2 .item:focus,
.cid-v3Dk4G3Gb2 span:focus {
  outline: none;
}
.cid-v3Dk4G3Gb2 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v3Dk4G3Gb2 .content-head {
  max-width: 800px;
}
.cid-v3Dk4G3Gb2 .item {
  padding: 10px 0;
  color: #ffffff;
}
.cid-v3Dk4G3Gb2 .gradient-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-v3Dk4G3Gb2 .gradient-wrapper {
    height: 5px;
  }
}
.cid-v3Dk4G3Gb2 .gradient_1 {
  top: 0;
  background-image: linear-gradient(90deg, #07070f, #ca45ff, #c7cb05);
}
.cid-v3Dk4G3Gb2 .gradient_2 {
  bottom: 0;
  background-image: linear-gradient(90deg, #c7cb05, #ca45ff, #07070f);
}
.cid-v3wGBzVhfo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dots.svg");
}
.cid-v3wGBzVhfo .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-v3wGBzVhfo .video-block {
    width: 100% !important;
  }
  .cid-v3wGBzVhfo .btn {
    margin: 0.5rem 0.5rem;
  }
}
.cid-v3wGBzVhfo .underline {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.cid-v3wGBzVhfo .underline .line {
  width: 3rem;
  height: 2px;
  background: #ffffff;
  display: inline-block;
}
.cid-v3wGBzVhfo .row {
  margin-top: 1rem;
}
.cid-v3wGBzVhfo .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-v3wGBzVhfo .mbr-section-title,
.cid-v3wGBzVhfo .underline {
  color: #ffffff;
}
.cid-v3wGGErXgl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1055.webp");
}
.cid-v3wGGErXgl .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-v3wGGErXgl .block2 {
  background-image: url("../../../assets/images/vncnb-1-256x331.webp");
}
.cid-v3wGGErXgl .block2:hover .block2-over {
  opacity: 0;
}
.cid-v3wGGErXgl .block1 {
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-v3wGGErXgl .block1:hover .block1-over {
  opacity: 0;
}
.cid-v3wGGErXgl .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #080813;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-v3wGGErXgl .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #080813;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-v3wGGErXgl .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-1-1920x1478.webp");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-v3wGGErXgl .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #ffffff;
}
.cid-v3wGGErXgl .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-v3wGGErXgl .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-v3wGGErXgl .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-v3wGGErXgl .wrap:hover .box-title2,
.cid-v3wGGErXgl .wrap:hover .box-text2 {
  color: #fcf5e6;
  transition-delay: 0.3s;
}
.cid-v3wGGErXgl .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-v3wGGErXgl .box-title2,
.cid-v3wGGErXgl .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-v3wGGErXgl .box-content {
  transition: all 0.3s;
  background: #ffffff;
  width: 50%;
}
.cid-v3wGGErXgl .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
.cid-v3wGGErXgl .lolo-box {
  padding: 4rem 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-v3wGGErXgl .img-content {
    opacity: 1;
  }
  .cid-v3wGGErXgl .box-title2,
  .cid-v3wGGErXgl .box-text2 {
    color: #fcf5e6 !important;
  }
  .cid-v3wGGErXgl .content-block,
  .cid-v3wGGErXgl .content1 {
    padding: 3rem 1rem;
  }
  .cid-v3wGGErXgl .wrap {
    min-height: 300px;
  }
  .cid-v3wGGErXgl .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-v3wGGErXgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wGGErXgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wGGErXgl .box-text2 {
  text-align: right;
  color: #232323;
}
.cid-v3wGGErXgl .block1-text,
.cid-v3wGGErXgl .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v3wGGErXgl .block2-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3wGGErXgl .block2-text,
.cid-v3wGGErXgl .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
.cid-v3wGGErXgl .box-title2 {
  color: #333333;
}
.cid-v3wGI7X4fl {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #080813;
}
.cid-v3wGI7X4fl .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-v3wGI7X4fl .video-block {
    width: 100% !important;
  }
  .cid-v3wGI7X4fl .btn {
    margin: 0.5rem 0.5rem;
  }
}
.cid-v3wGI7X4fl .underline {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.cid-v3wGI7X4fl .underline .line {
  width: 3rem;
  height: 2px;
  background: #ffffff;
  display: inline-block;
}
.cid-v3wGI7X4fl .row {
  margin-top: 1rem;
}
.cid-v3wGI7X4fl .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-v3wGI7X4fl .mbr-section-title,
.cid-v3wGI7X4fl .underline {
  color: #080813;
}
.cid-v3wGMtyngi {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #080813;
  position: relative;
}
.cid-v3wGMtyngi .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-v3wGMtyngi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wGMtyngi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wGMtyngi .text-wrapper {
  width: 100%;
}
.cid-v3wGMtyngi .mbr-section-title {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v3wGMtyngi .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v3wGMtyngi .mbr-text {
  color: #FFFFFF;
  margin-right: auto;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-v3wGMtyngi .mbr-text {
    text-align: left !important;
  }
}
.cid-v3wGMtyngi .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-v3wGMtyngi .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-v3wGMtyngi .custom-section-btn .btn {
  padding: 2.5vw 5vw;
}
@media (max-width: 991px) {
  .cid-v3wGMtyngi .custom-section-btn .btn {
    padding: 24px 42px;
  }
}
.cid-v3wGMtyngi .custom-section-btn .btn-primary {
  border: 1px solid #FFFFFF !important;
}
.cid-v3wGMtyngi .custom-section-btn .btn-primary:hover {
  border: 1px solid #FFFFFF !important;
}
.cid-v3wGPGF5Wa {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3wGPGF5Wa .card {
  background: #080813;
  border-radius: 10px;
}
.cid-v3wGPGF5Wa img {
  width: 100%;
  border-radius: 10px;
}
.cid-v3wGPGF5Wa .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-v3wGPGF5Wa .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3wGPGF5Wa .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-v3wGPGF5Wa img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-v3wGPGF5Wa .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-v3wGPGF5Wa img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-v3wGPGF5Wa img {
    width: 70%;
  }
}
.cid-v3wGPGF5Wa .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-v3wGPGF5Wa .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3wGPGF5Wa .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #efefef;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-v3wGPGF5Wa .mbr-text {
  color: #464646;
  text-align: left;
}
.cid-v3wGPGF5Wa .mbr-section-btn {
  text-align: right;
}
.cid-v3wGPGF5Wa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v3wGPGF5Wa .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v3wGPGF5Wa .mbr-list UL {
  text-align: left;
}
.cid-v3wGPGF5Wa .mbr-text,
.cid-v3wGPGF5Wa .mbr-section-btn {
  color: #ffffff;
}
.cid-v3wGPGF5Wa .mbr-list {
  color: #ffffff;
}
.cid-v3wGPGF5Wa .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3wH8ykGAk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3wH8ykGAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wH8ykGAk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wH8ykGAk .card-wrapper {
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v3wH8ykGAk .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3wH8ykGAk .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v3wH8ykGAk .card-wrapper {
    padding: 4rem;
  }
}
.cid-v3wH8ykGAk .mbr-text,
.cid-v3wH8ykGAk .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v3wH8ykGAk .card-title,
.cid-v3wH8ykGAk .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-v3wHawD61b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3wHawD61b .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-v3wHawD61b .mbr-section-title {
  margin: 0;
}
.cid-v3wHawD61b .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-v3wHawD61b .underline .line {
  width: 3rem;
  height: 2px;
  background: #000000;
  display: inline-block;
}
.cid-v3wHawD61b .card-img {
  text-align: left;
}
.cid-v3wHawD61b .row-item {
  padding-bottom: 2rem;
}
.cid-v3wHawD61b .row-item:hover .card-img .mbr-iconfont {
  color: #b8bc10 !important;
}
@media (max-width: 767px) {
  .cid-v3wHawD61b .card-img,
  .cid-v3wHawD61b .mbr-text,
  .cid-v3wHawD61b .mbr-card-title,
  .cid-v3wHawD61b .mbr-section-subtitle,
  .cid-v3wHawD61b .mbr-section-title,
  .cid-v3wHawD61b .underline {
    text-align: center !important;
  }
}
.cid-v3wHawD61b .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3wHbha7xu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1078.webp");
}
.cid-v3wHbha7xu .main_header {
  margin-bottom: 2.5rem;
}
.cid-v3wHbha7xu .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  text-align: center;
}
.cid-v3wHbha7xu .mbr-section-title {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
}
.cid-v3wHbha7xu .mbr-text {
  letter-spacing: -0.025rem;
}
.cid-v3wHbha7xu .card {
  border-radius: 0;
}
.cid-v3wHbha7xu .card .card-box {
  border-top: 1px dotted rgba(199, 203, 5, 0.5);
}
.cid-v3wHbha7xu .card .card-box:last-child .card-box {
  border-bottom: 1px dotted rgba(199, 203, 5, 0.5);
}
@media (min-width: 992px) {
  .cid-v3wHbha7xu .card:nth-child(1) .card-wrapper {
    padding-left: 0;
  }
  .cid-v3wHbha7xu .card:nth-child(2) .card-wrapper {
    padding-left: 8rem;
  }
  .cid-v3wHbha7xu .card:nth-child(3) .card-wrapper {
    padding-left: 4rem;
  }
  .cid-v3wHbha7xu .card:nth-child(4) .card-wrapper {
    padding-left: 0;
  }
}
.cid-v3wHbha7xu .card:nth-child(1) .circle_fill {
  background-color: #ffbc00;
}
.cid-v3wHbha7xu .card:nth-child(2) .circle_fill {
  background-color: #ffffff;
}
.cid-v3wHbha7xu .card:nth-child(3) .circle_fill {
  background-color: #c7cb05;
}
.cid-v3wHbha7xu .card:nth-child(4) .circle_fill {
  background-color: #ffbc00;
}
.cid-v3wHbha7xu .card-box {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  height: 100%;
  display: flex;
}
.cid-v3wHbha7xu .content_box {
  display: flex;
}
.cid-v3wHbha7xu .content_title {
  min-width: 350px;
  max-width: 30%;
  padding-right: 6rem;
}
.cid-v3wHbha7xu .content_text {
  max-width: 45%;
}
.cid-v3wHbha7xu .card-text {
  margin-bottom: .5rem;
}
.cid-v3wHbha7xu .circle_animation {
  display: inline-flex;
  position: relative;
  padding-right: 3rem;
  margin-bottom: 1.25rem;
  width: 195px;
}
.cid-v3wHbha7xu .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-v3wHbha7xu .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-v3wHbha7xu .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #c7cb05;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 991px) {
  .cid-v3wHbha7xu .content_title {
    padding-right: 2rem;
    min-width: 160px;
  }
  .cid-v3wHbha7xu .content_text {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .cid-v3wHbha7xu .main_header {
    margin-bottom: 1.5rem;
  }
  .cid-v3wHbha7xu .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-v3wHbha7xu .mbr-section-title {
    margin-bottom: .75rem;
  }
  .cid-v3wHbha7xu .card .card-box:last-child {
    border-bottom: none;
  }
  .cid-v3wHbha7xu .content_box {
    flex-direction: column;
  }
  .cid-v3wHbha7xu .content_title {
    min-width: none;
    max-width: none;
    padding-right: 0;
  }
  .cid-v3wHbha7xu .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-v3wHbha7xu .card-text {
    margin-bottom: 1rem;
  }
  .cid-v3wHbha7xu .circle_animation {
    padding-right: 1rem;
    margin-bottom: 0;
  }
  .cid-v3wHbha7xu .circle_animation .circle {
    width: 40px;
    height: 40px;
  }
  .cid-v3wHbha7xu .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-v3wHbha7xu .card-text,
.cid-v3wHbha7xu .linkBtn {
  text-align: left;
  color: #ffffff;
}
.cid-v3wHbha7xu .card-title {
  color: #ffffff;
}
.cid-v3wHbha7xu .mbr-overlay {
  background-color: #0a0a20 !important;
  mix-blend-mode: multiply;
  opacity: 0.6 !important;
}
.cid-v3wMp3eInA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v3wMp3eInA .row-element,
.cid-v3wMp3eInA .image-element {
  padding: 0;
}
.cid-v3wMp3eInA .image-element {
  display: flex;
  justify-content: center;
}
.cid-v3wMp3eInA .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-v3wMp3eInA .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-v3wMp3eInA .text-content {
    padding: 2rem 1rem;
  }
  .cid-v3wMp3eInA .mbr-title,
  .cid-v3wMp3eInA .mbr-text,
  .cid-v3wMp3eInA .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v3wMp3eInA .mbr-text,
.cid-v3wMp3eInA .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v3wMp3eInA .mbr-title {
  color: #270528;
}
.cid-v3wMp3eInA .mbr-section-subtitle {
  text-align: left;
}
.cid-v3wMp3eInA .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3DkrGWdx4 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
}
.cid-v3DkrGWdx4 .item:focus,
.cid-v3DkrGWdx4 span:focus {
  outline: none;
}
.cid-v3DkrGWdx4 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v3DkrGWdx4 .content-head {
  max-width: 800px;
}
.cid-v3DkrGWdx4 .item {
  padding: 10px 0;
  color: #ffffff;
}
.cid-v3DkrGWdx4 .gradient-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-v3DkrGWdx4 .gradient-wrapper {
    height: 5px;
  }
}
.cid-v3DkrGWdx4 .gradient_1 {
  top: 0;
  background-image: linear-gradient(90deg, #c7cb05, #ca45ff, #14011d);
}
.cid-v3DkrGWdx4 .gradient_2 {
  bottom: 0;
  background-image: linear-gradient(90deg, #14011d, #ca45ff, #c7cb05);
}
.cid-v3wMqA4nJZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
.cid-v3wMqA4nJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wMqA4nJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3wMqA4nJZ .container {
    padding: 0 22px;
  }
}
.cid-v3wMqA4nJZ .row {
  justify-content: center;
}
.cid-v3wMqA4nJZ .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3wMqA4nJZ .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3wMqA4nJZ .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #cccccc;
}
.cid-v3wMqA4nJZ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3wMqA4nJZ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v3wMqA4nJZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3wMqA4nJZ .mbr-section-title {
  color: #ffffff;
}
.cid-v3wMqA4nJZ .mbr-text {
  color: #444444;
  text-align: center;
}
.cid-v3wMqA4nJZ .mbr-section-title,
.cid-v3wMqA4nJZ .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v3wMrtT9Dj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
}
@media (min-width: 1500px) {
  .cid-v3wMrtT9Dj .container {
    max-width: 1400px;
  }
}
.cid-v3wMrtT9Dj .mbr-section-subtitle {
  color: #080813;
  font-weight: 600;
  margin-bottom: 21px;
  text-align: right;
}
.cid-v3wMrtT9Dj .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-v3wMrtT9Dj .main-title {
  margin-bottom: 56px;
  color: #ffffff;
  text-align: center;
}
.cid-v3wMrtT9Dj .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #14011d;
  background-color: rgba(242, 242, 244, 0.15);
  margin-bottom: 26px;
}
.cid-v3wMrtT9Dj .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
  position: absolute;
}
.cid-v3wMrtT9Dj img {
  width: 100%;
}
.cid-v3wMrtT9Dj .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-v3wMrtT9Dj .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-v3wMrtT9Dj .card-wrapper .card-count .icon-count {
  background-color: rgba(242, 242, 244, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #f2f2f4;
}
.cid-v3wMrtT9Dj .card-wrapper .card-box {
  height: 100%;
}
.cid-v3wMrtT9Dj .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v3wMrtT9Dj .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-v3wMrtT9Dj .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-v3wMrtT9Dj .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-v3wMrtT9Dj .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-v3wMrtT9Dj .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-v3wMrtT9Dj .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-v3wMrtT9Dj .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-v3wMrtT9Dj .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
@media (max-width: 767px) {
  .cid-v3wMrtT9Dj .card-box {
    padding: 1rem;
  }
}
.cid-v3wMrtT9Dj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wMrtT9Dj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wMrtT9Dj SPAN {
  color: #ffffff;
  text-align: left;
}
.cid-v3wMrtT9Dj .round {
  position: absolute;
  bottom: -1430px;
  left: -20%;
  width: 140%;
  height: 1770px;
  border-top-left-radius: 180%;
  border-top-right-radius: 180%;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-v3wMrtT9Dj .round {
    bottom: -1300px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-v3wMrtT9Dj .round {
    height: 600px;
    bottom: -500px;
  }
}
.cid-v3wMrtT9Dj .image-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v3wMrtT9Dj .image-wrapper {
    justify-content: center;
  }
}
.cid-v3wMrtT9Dj .image-wrapper img {
  width: 100%;
  max-width: 300px;
  height: 300px;
  object-fit: contain;
}
.cid-v3wMrtT9Dj .bg-img {
  position: absolute;
  width: 100%;
  background-color: #030e1b;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
@media (max-width: 991px) {
  .cid-v3wMrtT9Dj .bg-img {
    transform: translateY(100%);
  }
}
@media (max-width: 767px) {
  .cid-v3wMrtT9Dj .bg-img {
    transform: translateY(100%);
  }
}
.cid-v3wMrtT9Dj .card .card-wrapper .card-box .mbr-text,
.cid-v3wMrtT9Dj .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-v3wMrtT9Dj .card .card-wrapper .card-box .card-title,
.cid-v3wMrtT9Dj .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-v3wMrtT9Dj .badge,
.cid-v3wMrtT9Dj .badge_wrap {
  text-align: center;
  color: #ffffff;
}
.cid-v3wMsXVttp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v3wMsXVttp .main {
  flex-direction: row-reverse;
}
.cid-v3wMsXVttp .row-element,
.cid-v3wMsXVttp .image-element {
  padding: 0;
}
.cid-v3wMsXVttp .image-element {
  display: flex;
  justify-content: center;
}
.cid-v3wMsXVttp .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-v3wMsXVttp .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-v3wMsXVttp .text-content {
    padding: 2rem 1rem;
  }
  .cid-v3wMsXVttp .mbr-title,
  .cid-v3wMsXVttp .underline,
  .cid-v3wMsXVttp .mbr-text,
  .cid-v3wMsXVttp .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v3wMsXVttp .mbr-text,
.cid-v3wMsXVttp .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-v3wMsXVttp .mbr-title {
  color: #270528;
}
.cid-v3wMsXVttp .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v3wMsXVttp .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v404jl7JjU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
}
.cid-v404jl7JjU .item:focus,
.cid-v404jl7JjU span:focus {
  outline: none;
}
.cid-v404jl7JjU .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v404jl7JjU .content-head {
  max-width: 800px;
}
.cid-v404jl7JjU .item {
  padding: 10px 0;
  color: #ffffff;
}
.cid-v404jl7JjU .gradient-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-v404jl7JjU .gradient-wrapper {
    height: 5px;
  }
}
.cid-v404jl7JjU .gradient_1 {
  top: 0;
  background-image: linear-gradient(90deg, #14011d, #ca45ff, #c7cb05);
}
.cid-v404jl7JjU .gradient_2 {
  bottom: 0;
  background-image: linear-gradient(90deg, #c7cb05, #ca45ff, #14011d);
}
.cid-v3wMutsYAU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3-1-1900x1200.webp");
}
.cid-v3wMutsYAU .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 1500px) {
  .cid-v3wMutsYAU .container {
    max-width: 1400px;
  }
}
.cid-v3wMutsYAU .mbr-section-subtitle {
  color: #470266;
  font-weight: 600;
  margin-bottom: 21px;
  text-align: left;
}
.cid-v3wMutsYAU .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-v3wMutsYAU .main-title {
  margin-bottom: 56px;
  color: #ffffff;
  text-align: center;
}
.cid-v3wMutsYAU .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #c7cb05;
  background-color: rgba(250, 250, 250, 0.15);
  margin-bottom: 26px;
}
.cid-v3wMutsYAU .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
  position: absolute;
}
.cid-v3wMutsYAU img {
  width: 85%;
}
.cid-v3wMutsYAU .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-v3wMutsYAU .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-v3wMutsYAU .card-wrapper .card-count .icon-count {
  background-color: rgba(255, 255, 255, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ffffff;
}
.cid-v3wMutsYAU .card-wrapper .card-box {
  height: 100%;
}
.cid-v3wMutsYAU .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-v3wMutsYAU .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-v3wMutsYAU .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-v3wMutsYAU .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-v3wMutsYAU .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-v3wMutsYAU .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-v3wMutsYAU .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-v3wMutsYAU .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-v3wMutsYAU .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
@media (max-width: 767px) {
  .cid-v3wMutsYAU .card-box {
    padding: 1rem;
  }
}
.cid-v3wMutsYAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wMutsYAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wMutsYAU SPAN {
  color: #0c1112;
}
.cid-v3wMutsYAU .round {
  position: absolute;
  bottom: -1430px;
  left: -20%;
  width: 140%;
  height: 1770px;
  border-top-left-radius: 180%;
  border-top-right-radius: 180%;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-v3wMutsYAU .round {
    bottom: -1300px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-v3wMutsYAU .round {
    height: 600px;
    bottom: -500px;
  }
}
.cid-v3wMutsYAU .image-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v3wMutsYAU .image-wrapper {
    justify-content: center;
  }
}
.cid-v3wMutsYAU .image-wrapper img {
  width: 100%;
  max-width: 300px;
  height: 300px;
  object-fit: contain;
}
.cid-v3wMutsYAU .bg-img {
  position: absolute;
  width: 100%;
  background-color: #520b49;
  aspect-ratio: 1;
  border-radius: 9999px;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
@media (max-width: 991px) {
  .cid-v3wMutsYAU .bg-img {
    transform: translateY(100%);
  }
}
@media (max-width: 767px) {
  .cid-v3wMutsYAU .bg-img {
    transform: translateY(100%);
  }
}
.cid-v3wMutsYAU .card .card-wrapper .card-box .mbr-text,
.cid-v3wMutsYAU .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-v3wMutsYAU .card .card-wrapper .card-box .card-title,
.cid-v3wMutsYAU .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-v3wMutsYAU .badge,
.cid-v3wMutsYAU .badge_wrap {
  text-align: center;
  color: #ffffff;
}
.cid-v3wHvQknlq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v3wHvQknlq .row-element,
.cid-v3wHvQknlq .image-element {
  padding: 0;
}
.cid-v3wHvQknlq .image-element {
  display: flex;
  justify-content: center;
}
.cid-v3wHvQknlq .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-v3wHvQknlq .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-v3wHvQknlq .text-content {
    padding: 2rem 1rem;
  }
  .cid-v3wHvQknlq .mbr-title,
  .cid-v3wHvQknlq .underline,
  .cid-v3wHvQknlq .mbr-text,
  .cid-v3wHvQknlq .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v3wHvQknlq .mbr-text,
.cid-v3wHvQknlq .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-v3wHvQknlq .mbr-title {
  color: #270528;
}
.cid-v3wHvQknlq .mbr-section-subtitle {
  color: #000000;
}
.cid-v3wHE6DguC {
  padding-top: 3rem;
  padding-bottom: 0rem;
}
.cid-v3wHE6DguC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3wHE6DguC .row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .cid-v3wHE6DguC .card-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3wHE6DguC .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3wHE6DguC .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 540px) and (max-width: 991px) {
  .cid-v3wHE6DguC .image-wrapper {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-v3wHE6DguC .image-wrapper img {
  border-radius: 0.8rem;
  width: 100%;
  object-fit: cover;
}
.cid-v3wHE6DguC .card-title {
  color: #000000;
  text-align: left;
}
.cid-v3wHE6DguC .mbr-text,
.cid-v3wHE6DguC .mbr-section-btn {
  color: #000000;
}
.cid-v3wHHnX3j7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3wHHnX3j7 img {
  width: 85%;
}
.cid-v3wHHnX3j7 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #c7cb05;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-v3wHHnX3j7 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-v3wHHnX3j7 .main-title {
  color: #ffffff;
}
.cid-v3wHHnX3j7 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-v3wHHnX3j7 .mbr-text {
  color: #606060;
}
.cid-v3wHHnX3j7 .cards .card {
  margin-bottom: 34px;
}
.cid-v3wHHnX3j7 .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-v3wHHnX3j7 .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-v3wHHnX3j7 .card {
    text-align: left;
  }
  .cid-v3wHHnX3j7 .card .card-title {
    text-align: left;
  }
}
.cid-v3wHHnX3j7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wHHnX3j7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wHHnX3j7 .cards .card .card-title {
  color: #000000;
  text-align: left;
}
.cid-v3wHHnX3j7 .cards .card .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v3wHHnX3j7 .badge,
.cid-v3wHHnX3j7 .badge_wrap {
  color: #000000;
}
.cid-v3wHHnX3j7 .mbr-section-btn {
  text-align: right;
}
.cid-v3wHHnX3j7 .cards .card .mbr-text,
.cid-v3wHHnX3j7 .mbr-section-btn {
  color: #000000;
}
.cid-v3wHHnX3j7 .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3wHKfAsND {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3wHKfAsND .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-v3wHKfAsND .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-v3wHKfAsND .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v3wHKfAsND .container {
    padding: 0 16px;
  }
}
.cid-v3wHKfAsND .row {
  justify-content: space-between;
}
.cid-v3wHKfAsND .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: fit-content;
  max-width: fit-content;
}
@media (max-width: 767px) {
  .cid-v3wHKfAsND .embla__slide {
    min-width: fit-content;
    max-width: fit-content;
  }
}
.cid-v3wHKfAsND .embla__slide .slide-content {
  width: 100%;
}
.cid-v3wHKfAsND .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-v3wHKfAsND .embla__button--next,
.cid-v3wHKfAsND .embla__button--prev {
  display: flex;
}
.cid-v3wHKfAsND .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 26px;
  background-color: transparent !important;
  color: #e048ad !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v3wHKfAsND .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3wHKfAsND .embla__button:hover {
  color: #ffffff !important;
}
.cid-v3wHKfAsND .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-v3wHKfAsND .embla__button.embla__button--next {
  right: 0;
}
.cid-v3wHKfAsND .embla {
  position: relative;
  width: 100%;
}
.cid-v3wHKfAsND .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-v3wHKfAsND .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3wHKfAsND .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3wHKfAsND .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3wHKfAsND .card-title {
  color: #000000;
}
.cid-v3wHKfAsND .mbr-title {
  color: #f0f0f0;
}
.cid-v3wHLcui9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3wHLcui9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wHLcui9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wHLcui9F .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-v3wHLcui9F .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-v3wHLcui9F .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v3wHLcui9F .container {
    padding: 0 22px;
  }
}
.cid-v3wHLcui9F .row {
  justify-content: center;
}
.cid-v3wHLcui9F .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3wHLcui9F .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3wHLcui9F .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #cccccc;
}
@media (max-width: 992px) {
  .cid-v3wHLcui9F .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v3wHLcui9F .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v3wHLcui9F .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #000000;
}
.cid-v3wHLcui9F .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3wHLcui9F .mbr-section-title {
  color: #ffffff;
}
.cid-v3wHLcui9F .mbr-text {
  color: #000000;
}
.cid-v3wHLcui9F .mbr-section-title,
.cid-v3wHLcui9F .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v3wHOuFlgB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v3wHOuFlgB .row {
  flex-direction: row-reverse;
}
.cid-v3wHOuFlgB .text-wrap {
  margin-top: 32px;
}
.cid-v3wHOuFlgB .content-right-wrapper {
  background-color: #080813;
  padding: 32px;
}
.cid-v3wHOuFlgB .content-right-wrapper .mbr-list {
  color: #ffffff;
}
.cid-v3wHOuFlgB .content-right-wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-v3wHOuFlgB .content-right-wrapper .mbr-list .list {
    text-align: left;
  }
}
.cid-v3wHOuFlgB .content-right-wrapper .mbr-list .list li {
  line-height: 1.8;
}
.cid-v3wHOuFlgB .content-right-wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #510872;
  display: inline-block;
  font-size: 9px;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background-color: #c7cb05;
}
.cid-v3wHOuFlgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wHOuFlgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wHOuFlgB .content-left-wrapper .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3wHOuFlgB .content-left-wrapper .subtitle {
  text-align: center;
}
.cid-v3wHOuFlgB .content-right-wrapper .mbr-text {
  text-align: center;
}
.cid-v3wHOuFlgB .content-right-wrapper .text-wrap .mbr-list UL {
  text-align: left;
}
.cid-v3wHOuFlgB .content-left-wrapper .text-wrap .textBlockTitle {
  text-align: left;
  color: #000000;
}
.cid-v3wHOuFlgB .content-left-wrapper .text-wrap .textBlock {
  text-align: left;
  color: #000000;
}
.cid-v3wHQk12EA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3wHQk12EA .row {
  align-items: center;
  width: 100%;
}
.cid-v3wHQk12EA .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #080813;
}
@media (max-width: 767px) {
  .cid-v3wHQk12EA .content-container {
    flex-direction: column-reverse;
  }
}
.cid-v3wHQk12EA .col-text {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 55%;
}
@media (max-width: 767px) {
  .cid-v3wHQk12EA .col-text {
    max-width: 100%;
  }
}
.cid-v3wHQk12EA .text-container {
  padding: 40px;
}
@media (max-width: 991px) {
  .cid-v3wHQk12EA .text-container {
    padding: 24px;
  }
}
.cid-v3wHQk12EA .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-v3wHQk12EA .label-text {
  width: 100%;
  margin-bottom: 0;
  color: #1B1F0A;
  opacity: 0.4;
}
.cid-v3wHQk12EA .mbr-section-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 8px;
}
.cid-v3wHQk12EA .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-v3wHQk12EA .btn-container {
  width: 100%;
}
.cid-v3wHQk12EA .mbr-section-btn {
  margin-top: 22px;
}
.cid-v3wHQk12EA .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-v3wHQk12EA .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-v3wHQk12EA .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v3wHQk12EA .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v3wHQk12EA .col-img {
  width: 100%;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-v3wHQk12EA .col-img {
    max-width: 100%;
  }
}
.cid-v3wHQk12EA .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.cid-v3wHQk12EA .img-container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.cid-v3wHUuX8rr {
  background-color: #f5f5f7;
}
.cid-v3wHUuX8rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wHUuX8rr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3wHUuX8rr .container {
    padding: 10px 8px;
  }
}
.cid-v3wHUuX8rr .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v3wHUuX8rr .row {
    padding: 50px 10px;
  }
}
.cid-v3wHUuX8rr .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v3wHUuX8rr .mbr-section-title {
  margin-bottom: 80px;
  color: #250126;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3wHUuX8rr .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v3wHUuX8rr .mbr-section-title span {
  opacity: .5;
}
.cid-v3wHUuX8rr .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-v3wHUuX8rr .items-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-v3wHUuX8rr .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-v3wHUuX8rr .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #080813;
}
.cid-v3wHUuX8rr .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #080813;
}
.cid-v3wHUuX8rr .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #efeeee;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v3wHUuX8rr .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v3wHUuX8rr .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v3wHUuX8rr .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #080813;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v3wHUuX8rr .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v3wHUuX8rr .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3wHUuX8rr .image-wrapper {
  margin-left: 20px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-v3wHUuX8rr .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3wHUuX8rr .image-wrapper {
    margin: 0;
  }
}
.cid-v3wHUuX8rr .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v3wHUuX8rr .image-wrapper img {
    height: 300px;
  }
}
.cid-v3wHUuX8rr .card-title {
  color: #222222;
  text-align: center;
}
.cid-v3wHUuX8rr .card-text {
  color: #222222;
  text-align: center;
}
.cid-v3wHWzxOvg {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/grafika-formularza-2-1920x1571.webp");
}
.cid-v3wHWzxOvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3wHWzxOvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3wHWzxOvg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v3wHWzxOvg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3wHWzxOvg .container {
    padding: 0 30px;
  }
}
.cid-v3wHWzxOvg .card-wrapper {
  background-color: #ffffff;
  padding: 16px 50px;
  border-radius: 1.5em;
}
@media (max-width: 992px) {
  .cid-v3wHWzxOvg .card-wrapper {
    padding: 16px 30px;
  }
}
.cid-v3wHWzxOvg .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3wHWzxOvg .card-wrapper form {
  padding: 20px 30px;
  border: 2px solid #000000;
  border-radius: 1em;
}
@media (max-width: 425px) {
  .cid-v3wHWzxOvg .card-wrapper form {
    padding: 20px 10px;
  }
}
.cid-v3wHWzxOvg .card-wrapper form .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
.cid-v3wHWzxOvg .card-wrapper form .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  box-shadow: none;
  border: 2px dashed #000000 !important;
  border-radius: 1em;
  background-color: transparent;
}
.cid-v3wHWzxOvg .card-wrapper form .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-v3wHWzxOvg .card-wrapper form .dragArea.row .form-group .form-control:hover,
.cid-v3wHWzxOvg .card-wrapper form .dragArea.row .form-group .form-control:focus {
  border: 2px dashed #000000 !important;
  box-shadow: none;
}
.cid-v3wHWzxOvg .card-wrapper form .dragArea.row .form-group .form-control-label label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-v3wHWzxOvg .card-wrapper form .dragArea.row .form-group .form-check {
  padding-left: 2em;
}
.cid-v3wHWzxOvg .card-wrapper form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-v3wHWzxOvg .card-wrapper form .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v3wHWzxOvg .card-wrapper form .dragArea.row .mbr-section-btn {
  margin-top: 50px;
}
.cid-v3wHWzxOvg .mbr-text {
  color: #ffffff;
}
.cid-v3wHWzxOvg label {
  color: #4E4E4E;
}
.cid-v3wHWzxOvg LABEL {
  color: #191f23;
}
.cid-v3wHWzxOvg .btn {
  animation: marketingPulse 2s infinite;
}
@keyframes marketingPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(149, 229, 116, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0);
  }
}
.cid-v2AH495Elh {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-v2AH495Elh .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-v2AH495Elh .video-block {
    width: 100% !important;
  }
  .cid-v2AH495Elh .btn {
    margin: 0.5rem 0.5rem;
  }
}
.cid-v2AH495Elh .underline {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.cid-v2AH495Elh .underline .line {
  width: 3rem;
  height: 2px;
  background: #000000;
  display: inline-block;
}
.cid-v2AH495Elh .row {
  margin-top: 1rem;
}
.cid-v2AH495Elh .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-v2AH495Elh .mbr-section-title,
.cid-v2AH495Elh .underline {
  color: #121212;
  text-align: center;
}
.cid-v2AH9jxMsK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-v2AH9jxMsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2AH9jxMsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2AH9jxMsK .section-border-item {
  background-color: #c7cb05;
}
.cid-v2AH9jxMsK .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cid-v2AH9jxMsK .testimonial-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2AH9jxMsK .testimonial-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-v2AH9jxMsK .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2AH9jxMsK .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #000000;
  margin: 0 0.2rem;
}
.cid-v2AH9jxMsK .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2AH9jxMsK .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-v2AH9jxMsK .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2AH9jxMsK .card-bottom-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-v2AH9jxMsK .card-bottom-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.cid-v2AH9jxMsK .card-name-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-right: 20px;
  border-right: 1px solid #c7cb05;
}
@media (max-width: 767px) {
  .cid-v2AH9jxMsK .card-name-wrap {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    border-right: none;
  }
}
.cid-v2AH9jxMsK .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
  border: 1px solid #121212;
}
@media (max-width: 767px) {
  .cid-v2AH9jxMsK .card-name-image-wrap {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-v2AH9jxMsK .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v2AH9jxMsK .card-name-text-wrap {
  flex-grow: 1;
}
.cid-v2AH9jxMsK .card-name {
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v2AH9jxMsK .card-name {
    text-align: center;
  }
}
.cid-v2AH9jxMsK .card-prof {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2AH9jxMsK .card-prof {
    text-align: center;
  }
}
.cid-v2AH9jxMsK .logo-wrap {
  width: 100%;
  max-width: 108px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .cid-v2AH9jxMsK .logo-wrap {
    margin-top: 16px;
    margin-left: 0;
  }
}
.cid-v2AH9jxMsK .logo-wrap img {
  width: 100%;
  object-fit: contain;
}
.cid-v2AHaw1xld {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2AHaw1xld .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #c7cb05;
  margin-left: 1rem;
}
.cid-v2AHaw1xld .panel-group {
  border: none;
}
.cid-v2AHaw1xld .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2AHaw1xld .panel-body {
  padding: 1rem 2rem;
}
.cid-v2AHaw1xld .header-wrapper {
  position: relative;
}
.cid-v2AHaw1xld .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-v2AHaw1xld span {
  transition: all 0.3s;
  color: #ffffff !important;
}
.cid-v2AHaw1xld .card {
  overflow: visible;
}
.cid-v2AHaw1xld .card:hover .card-header {
  border-color: #ffffff;
}
.cid-v2AHaw1xld .card:hover .hover-bg {
  background: #c7cb05;
  right: -8px;
  top: 8px;
}
.cid-v2AHaw1xld .card:hover span {
  transform: rotate(-90deg);
}
.cid-v2AHaw1xld .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #080813;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-v2AHaw1xld .panel-body {
    padding: 1rem 0rem;
  }
  .cid-v2AHaw1xld .card-header {
    padding: 1rem 1rem;
  }
}
.cid-v2AHaw1xld H4 {
  color: #777d74;
}
.cid-v2AHaw1xld .panel-title-edit {
  color: #ffffff;
}
.cid-v2AHaw1xld .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2AHaw1xld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2AHaw1xld .panel-text {
  color: #ffffff;
}
.cid-v2AHcbAmBm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #080813;
}
.cid-v2AHcbAmBm .link-wrap {
  width: 100%;
}
.cid-v2AHcbAmBm .link {
  display: inline-block;
}
.cid-v2AHcbAmBm .card {
  margin: auto;
}
.cid-v2AHcbAmBm .item {
  position: relative;
  padding: 1rem 0;
  padding-left: 2rem;
  border-bottom: 1px solid #efefef;
  width: 100%;
  font-weight: 600;
}
.cid-v2AHcbAmBm .item:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #c7cb05;
  font-size: 0.8rem;
}
.cid-v2AHcbAmBm .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-v2AHcbAmBm .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #c7cb05;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2AHcbAmBm .link a:hover {
  text-decoration: underline;
}
.cid-v2AHcbAmBm .link,
.cid-v2AHcbAmBm .link-wrap {
  color: #0077ff;
}
.cid-v2AHcbAmBm .mbr-text,
.cid-v2AHcbAmBm .mbr-section-btn {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-v2AHcbAmBm {
    padding-top: 10px;
  }
  .cid-v2AHcbAmBm .card-wrapper {
    padding: 2rem 0rem;
  }
}
.cid-v2AHcbAmBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2AHcbAmBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2AHcbAmBm .mbr-text,
.cid-v2AHcbAmBm .link-wrap {
  color: #ffffff;
}
.cid-v2AHcbAmBm .item,
.cid-v2AHcbAmBm .item-wrap {
  color: #ffffff;
}
.cid-v2AHcbAmBm .card-title,
.cid-v2AHcbAmBm .card-box {
  color: #ffffff;
}
.cid-v2AHdq2jMR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #080813;
}
@media (max-width: 767px) {
  .cid-v2AHdq2jMR .content {
    text-align: center;
  }
  .cid-v2AHdq2jMR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v2AHdq2jMR .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-v2AHdq2jMR .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
}
.cid-v2AHdq2jMR textarea.form-control {
  resize: none;
}
.cid-v2AHdq2jMR .input-group-btn {
  display: inline-block;
}
.cid-v2AHdq2jMR .input-group-btn .btn {
  margin: 0 !important;
  padding: .75rem 1.5625rem !important;
  text-transform: none;
}
.cid-v2AHdq2jMR .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2AHdq2jMR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v2AHdq2jMR .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v2AHdq2jMR .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v2AHdq2jMR .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v2AHdq2jMR .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v2AHdq2jMR .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-v2AHdq2jMR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v2AHdq2jMR .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-v2AHdq2jMR .form-control,
.cid-v2AHdq2jMR .input-group-btn .btn {
  border-radius: 1px;
}
.cid-v2AHdq2jMR .copyright > p {
  text-align: center;
}
.cid-v2AHdq2jMR .foot-title,
.cid-v2AHdq2jMR .img-logo {
  text-align: center;
}
.cid-v2AHdq2jMR P {
  text-align: center;
  color: #ffffff;
}
.cid-v2AHdq2jMR .btn {
  animation: marketingPulse 2s infinite;
}
@keyframes marketingPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(149, 229, 116, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(149, 229, 116, 0);
  }
}
.cid-uZnM4OGUFR {
  z-index: 1000;
  width: 100%;
}
.cid-uZnM4OGUFR .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZnM4OGUFR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uZnM4OGUFR .iconfont-wrapper {
  color: #00b15c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uZnM4OGUFR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uZnM4OGUFR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uZnM4OGUFR .container {
    padding: 0 1rem;
  }
}
.cid-uZnM4OGUFR .menu-tite {
  background: #c7cb05;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-uZnM4OGUFR .nav-link {
  position: relative;
}
.cid-uZnM4OGUFR .nav-link:hover {
  color: #c7cb05 !important;
}
.cid-uZnM4OGUFR nav.navbar {
  position: fixed;
}
.cid-uZnM4OGUFR .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 13, 13, 0.5);
}
.cid-uZnM4OGUFR .navbar.opened {
  transition: all 0.3s;
}
.cid-uZnM4OGUFR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZnM4OGUFR .navbar .navbar-logo img {
  width: auto;
}
.cid-uZnM4OGUFR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZnM4OGUFR .navbar.collapsed {
  justify-content: center;
}
.cid-uZnM4OGUFR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZnM4OGUFR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZnM4OGUFR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZnM4OGUFR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZnM4OGUFR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZnM4OGUFR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZnM4OGUFR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZnM4OGUFR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZnM4OGUFR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZnM4OGUFR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZnM4OGUFR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZnM4OGUFR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZnM4OGUFR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZnM4OGUFR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZnM4OGUFR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZnM4OGUFR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZnM4OGUFR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZnM4OGUFR .dropdown-item:hover,
.cid-uZnM4OGUFR .dropdown-item:focus {
  background: #c7cb05 !important;
  color: white !important;
}
.cid-uZnM4OGUFR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZnM4OGUFR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZnM4OGUFR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZnM4OGUFR .dropdown-menu,
.cid-uZnM4OGUFR .navbar.opened {
  background: #0d0d0d !important;
}
.cid-uZnM4OGUFR .nav-item:focus,
.cid-uZnM4OGUFR .nav-link:focus {
  outline: none;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZnM4OGUFR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZnM4OGUFR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZnM4OGUFR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZnM4OGUFR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZnM4OGUFR .dropdown-item.active,
.cid-uZnM4OGUFR .dropdown-item:active {
  background-color: transparent;
}
.cid-uZnM4OGUFR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZnM4OGUFR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d0d0d;
}
.cid-uZnM4OGUFR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZnM4OGUFR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZnM4OGUFR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZnM4OGUFR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZnM4OGUFR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZnM4OGUFR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZnM4OGUFR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZnM4OGUFR .navbar {
    height: 70px;
  }
  .cid-uZnM4OGUFR .navbar.opened {
    height: auto;
  }
  .cid-uZnM4OGUFR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3r2OqBhSz {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background4-4-1920x1112.webp");
}
.cid-v3r2OqBhSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3r2OqBhSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3r2OqBhSz .container {
    padding: 0 30px;
  }
}
.cid-v3r2OqBhSz .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3r2OqBhSz .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-v3r2OqBhSz .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-v3r2OqBhSz .image-wrapper img {
    height: 500px;
  }
}
.cid-v3r2OqBhSz .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v3r2OqBhSz .text-wrapper {
    margin: 0;
  }
}
.cid-v3r2OqBhSz .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v3r2OqBhSz .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v3r2OqBhSz .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v3r2OqBhSz .mbr-section-title {
  color: #ffffff;
}
.cid-v3r2OqBhSz .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v3r2OqBhSz .mbr-section-title,
.cid-v3r2OqBhSz .mbr-section-btn {
  text-align: left;
}
.cid-v3r2OqBhSz .mbr-overlay {
  background-color: #0a0a20 !important;
  mix-blend-mode: multiply;
  opacity: 0.6 !important;
}
.cid-v3DArImaDU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3DArImaDU .timeline-element {
  position: relative;
}
.cid-v3DArImaDU .timelines-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column-reverse;
}
.cid-v3DArImaDU .timelines-container .timeline-element .nth-order {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 768px) {
  .cid-v3DArImaDU .timelines-container .timeline-element .nth-order {
    align-items: flex-start;
  }
}
.cid-v3DArImaDU .timelines-container .timeline-element:nth-child(2n) .nth-order {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cid-v3DArImaDU .timelines-container .timeline-element:nth-child(2n) .nth-order {
    order: 2;
  }
}
.cid-v3DArImaDU .mbr-section-title,
.cid-v3DArImaDU .mbr-section-subtitle,
.cid-v3DArImaDU .timeline-date {
  text-align: center;
}
.cid-v3DArImaDU .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #c7cb05;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-v3DArImaDU .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-v3DArImaDU .iconBackground {
    left: 50%;
  }
}
.cid-v3DArImaDU .row:after {
  content: "";
  position: absolute;
  background-color: #c7cb05;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-v3DArImaDU .row:after {
    height: calc(100% + 30px);
    top: 20px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-v3DArImaDU .row:after {
    height: calc(100% - 20px);
    top: 20px;
    left: 50%;
  }
}
.cid-v3DArImaDU .timeline-content {
  background: #efefef;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-v3DArImaDU .timeline-content {
    padding: 1rem;
  }
  .cid-v3DArImaDU .timeline-date-wrapper,
  .cid-v3DArImaDU .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-v3DArImaDU .nth-order {
    margin: 4rem 0 1rem 0;
  }
  .cid-v3DArImaDU .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-v3DArImaDU .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v3DArImaDU .timeline-content {
    padding: 1rem;
  }
  .cid-v3DArImaDU .timeline-date-wrapper,
  .cid-v3DArImaDU .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3DArImaDU .timeline-content {
    padding: 2rem;
  }
  .cid-v3DArImaDU .timeline-date-wrapper,
  .cid-v3DArImaDU .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-v3DArImaDU .mbr-section-title {
  color: #000000;
}
.cid-v3DArImaDU .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3COa6QDG1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #080813;
}
.cid-v3COa6QDG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3COa6QDG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3COa6QDG1 .container {
    padding: 0 16px;
  }
}
.cid-v3COa6QDG1 .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-v3COa6QDG1 .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-v3COa6QDG1 .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #2c192f;
}
.cid-v3COa6QDG1 .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #ffbc00;
}
.cid-v3COa6QDG1 .item .item-wrapper {
  height: 100%;
}
.cid-v3COa6QDG1 .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #c7cb05;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-v3COa6QDG1 .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-v3COa6QDG1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-v3COa6QDG1 .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v3COa6QDG1 .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-v3COa6QDG1 .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3COa6QDG1 .item-title {
  color: #000000;
}
.cid-v3COa6QDG1 .list {
  color: #000000;
}
.cid-v3COa6QDG1 .item-title,
.cid-v3COa6QDG1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v3COa6QDG1 .list,
.cid-v3COa6QDG1 .item-wrap,
.cid-v3COa6QDG1 .list-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-v3r2QLA3TD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3r2QLA3TD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3r2QLA3TD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3r2QLA3TD .container {
    padding: 0 30px;
  }
}
.cid-v3r2QLA3TD .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3r2QLA3TD .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-v3r2QLA3TD .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-v3r2QLA3TD .image-wrapper img {
    height: 300px;
  }
}
.cid-v3r2QLA3TD .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v3r2QLA3TD .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3r2QLA3TD .text-wrapper {
    margin: 0;
  }
}
.cid-v3r2QLA3TD .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v3r2QLA3TD .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v3r2QLA3TD .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v3r2QLA3TD .mbr-section-title {
  color: #ffffff;
}
.cid-v3r2QLA3TD .mbr-text {
  color: #000000;
}
.cid-v3r2QLA3TD .mbr-section-title,
.cid-v3r2QLA3TD .mbr-section-btn {
  color: #080813;
}
.cid-v3r2QLA3TD .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3r2STdiSY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-v3r2STdiSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3r2STdiSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3r2STdiSY .container {
    padding: 0 20px;
  }
}
.cid-v3r2STdiSY .row {
  margin: 0;
  justify-content: center;
  padding: 60px;
  background-color: #07070f;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-v3r2STdiSY .row {
    padding: 46px 10px 46px;
  }
}
.cid-v3r2STdiSY .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v3r2STdiSY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3r2STdiSY .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v3r2STdiSY .item:first-child {
  margin-bottom: 0;
}
.cid-v3r2STdiSY .item:last-child {
  margin-bottom: 0;
}
.cid-v3r2STdiSY .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 32px 20px;
}
@media (max-width: 992px) {
  .cid-v3r2STdiSY .item .item-wrapper .item-img {
    position: relative;
    left: 140px;
    width: 350px;
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  .cid-v3r2STdiSY .item .item-wrapper .item-img {
    position: relative;
    left: 20px;
    width: 280px;
    min-height: 700px;
  }
}
.cid-v3r2STdiSY .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-v3r2STdiSY .item .item-wrapper .item-img .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  pointer-events: none;
}
.cid-v3r2STdiSY .item .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-v3r2STdiSY .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 20px;
}
.cid-v3r2STdiSY .item .item-wrapper .item-img .item-content .card-name {
  margin-bottom: 5px;
}
.cid-v3r2STdiSY .item .item-wrapper .item-img .item-content .card-role {
  margin-bottom: 0;
}
.cid-v3r2STdiSY .item .item-wrapper .item-img .item-content .icon-wrapper {
  display: block;
  margin-top: 20px;
}
.cid-v3r2STdiSY .item .item-wrapper .item-img .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-v3r2STdiSY .item .item-wrapper .item-img .item-content .icon-wrapper:focus .mbr-iconfont {
  color: #06182d;
  background-color: #232323;
}
.cid-v3r2STdiSY .item .item-wrapper .item-img .item-content .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #232323;
  background-color: #06182d;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-v3r2STdiSY .mbr-section-btn {
  margin-top: 40px;
}
.cid-v3r2STdiSY .mbr-section-title {
  color: #ffffff;
}
.cid-v3r2STdiSY .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v3r2STdiSY .card-title {
  color: #ffffff;
}
.cid-v3r2STdiSY .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-v3r2STdiSY .card-role {
  color: #ffffff;
  text-align: center;
}
.cid-v3r2STdiSY .mbr-section-title,
.cid-v3r2STdiSY .mbr-section-btn {
  text-align: center;
}
.cid-v3r2STdiSY .card-title,
.cid-v3r2STdiSY .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-v3DfndTepe {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #07070f;
  position: relative;
}
.cid-v3DfndTepe .item:focus,
.cid-v3DfndTepe span:focus {
  outline: none;
}
.cid-v3DfndTepe .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v3DfndTepe .content-head {
  max-width: 800px;
}
.cid-v3DfndTepe .item {
  padding: 10px 0;
  color: #ffffff;
}
.cid-v3DfndTepe .gradient-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-v3DfndTepe .gradient-wrapper {
    height: 5px;
  }
}
.cid-v3DfndTepe .gradient_1 {
  top: 0;
  background-image: linear-gradient(90deg, #c7cb05, #ca45ff, #14011d);
}
.cid-v3DfndTepe .gradient_2 {
  bottom: 0;
  background-image: linear-gradient(90deg, #14011d, #ca45ff, #c7cb05);
}
.cid-v3r3eb7B4Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
.cid-v3r3eb7B4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3r3eb7B4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3r3eb7B4Y .container {
    padding: 0 30px;
  }
}
.cid-v3r3eb7B4Y .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v3r3eb7B4Y .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-v3r3eb7B4Y .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-v3r3eb7B4Y .image-wrapper img {
    height: 300px;
  }
}
.cid-v3r3eb7B4Y .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-v3r3eb7B4Y .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-v3r3eb7B4Y .text-wrapper {
    margin: 0;
  }
}
.cid-v3r3eb7B4Y .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v3r3eb7B4Y .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v3r3eb7B4Y .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v3r3eb7B4Y .mbr-section-title {
  color: #ffffff;
}
.cid-v3r3eb7B4Y .mbr-text {
  color: #000000;
}
.cid-v3r3eb7B4Y .mbr-section-title,
.cid-v3r3eb7B4Y .mbr-section-btn {
  color: #000000;
}
.cid-v3r3eb7B4Y .mbr-overlay {
  background-color: white !important;
  opacity: 0.50 !important;
  mix-blend-mode: screen;
}
.cid-v3r2UMEdRU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #080813;
}
.cid-v3r2UMEdRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3r2UMEdRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3r2UMEdRU .container {
    padding: 0 20px;
  }
}
.cid-v3r2UMEdRU .row {
  margin: 0;
  justify-content: center;
  padding: 60px;
  background-color: #07070f;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-v3r2UMEdRU .row {
    padding: 46px 10px 46px;
  }
}
.cid-v3r2UMEdRU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v3r2UMEdRU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v3r2UMEdRU .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v3r2UMEdRU .item:first-child {
  margin-bottom: 0;
}
.cid-v3r2UMEdRU .item:last-child {
  margin-bottom: 0;
}
.cid-v3r2UMEdRU .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 32px 20px;
}
@media (max-width: 992px) {
  .cid-v3r2UMEdRU .item .item-wrapper .item-img {
    min-height: 400px;
    position: relative;
    left: 140px;
    width: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v3r2UMEdRU .item .item-wrapper .item-img {
    position: relative;
    left: 20px;
    width: 280px;
    min-height: 700px;
  }
}
.cid-v3r2UMEdRU .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-v3r2UMEdRU .item .item-wrapper .item-img .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  pointer-events: none;
}
.cid-v3r2UMEdRU .item .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-v3r2UMEdRU .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 20px;
}
.cid-v3r2UMEdRU .item .item-wrapper .item-img .item-content .card-name {
  margin-bottom: 5px;
}
.cid-v3r2UMEdRU .item .item-wrapper .item-img .item-content .card-role {
  margin-bottom: 0;
}
.cid-v3r2UMEdRU .item .item-wrapper .item-img .item-content .icon-wrapper {
  display: block;
  margin-top: 20px;
}
.cid-v3r2UMEdRU .item .item-wrapper .item-img .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-v3r2UMEdRU .item .item-wrapper .item-img .item-content .icon-wrapper:focus .mbr-iconfont {
  color: #06182d;
  background-color: #232323;
}
.cid-v3r2UMEdRU .item .item-wrapper .item-img .item-content .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #232323;
  background-color: #06182d;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-v3r2UMEdRU .mbr-section-btn {
  margin-top: 40px;
}
.cid-v3r2UMEdRU .mbr-section-title {
  color: #ffffff;
}
.cid-v3r2UMEdRU .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v3r2UMEdRU .card-title {
  color: #ffffff;
}
.cid-v3r2UMEdRU .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-v3r2UMEdRU .card-role {
  color: #ffffff;
  text-align: center;
}
.cid-v3r2UMEdRU .mbr-section-title,
.cid-v3r2UMEdRU .mbr-section-btn {
  text-align: center;
}
.cid-v3r2UMEdRU .card-title,
.cid-v3r2UMEdRU .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-v3D7vfp2mO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v3D7vfp2mO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3D7vfp2mO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3D7vfp2mO .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3D7vfp2mO .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v3D7vfp2mO .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3D7vfp2mO .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v3D7vfp2mO .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v3D7vfp2mO .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v3D7vfp2mO .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v3D7vfp2mO .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-v3D7vfp2mO .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v3D7vfp2mO .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3D7vfp2mO .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v3D7vfp2mO .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v3D7vfp2mO .items-wrapper .card {
  padding: 0 32px;
}
.cid-v3D7vfp2mO .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3D7vfp2mO .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3D7vfp2mO .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v3D7vfp2mO .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v3D7vfp2mO .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v3D7vfp2mO .list-wrapper .list .item-wrap:hover,
.cid-v3D7vfp2mO .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v3D7vfp2mO .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3D7vfp2mO .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3D7vfp2mO .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3D7vfp2mO .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v3D7vfp2mO .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v3D7vfp2mO .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-v3D7vfp2mO .mbr-desc {
  color: #ffffff;
}
.cid-v3D7vfp2mO .mbr-text,
.cid-v3D7vfp2mO .text-wrapper {
  color: #9aa0a6;
}
.cid-v3D7vfp2mO .list {
  color: #9aa0a6;
}
.cid-v3D7vfp2mO .mbr-desc,
.cid-v3D7vfp2mO .content-wrapper {
  text-align: center;
}
.cid-v3D7vfp2mO .mbr-text,
.cid-v3D7vfp2mO .mbr-section-btn {
  text-align: center;
}
.cid-v3ZPYcupvS.popup-builder {
  background-color: #ffffff;
}
.cid-v3ZPYcupvS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v3ZPYcupvS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v3ZPYcupvS .modal-content,
.cid-v3ZPYcupvS .modal-dialog {
  height: auto;
}
.cid-v3ZPYcupvS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v3ZPYcupvS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v3ZPYcupvS .form-wrapper .mbr-form .form-group,
  .cid-v3ZPYcupvS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v3ZPYcupvS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v3ZPYcupvS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3ZPYcupvS .mbr-text {
  text-align: center;
}
.cid-v3ZPYcupvS .pt-0 {
  padding-top: 0 !important;
}
.cid-v3ZPYcupvS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v3ZPYcupvS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v3ZPYcupvS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v3ZPYcupvS .modal-open {
  overflow: hidden;
}
.cid-v3ZPYcupvS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v3ZPYcupvS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v3ZPYcupvS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v3ZPYcupvS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v3ZPYcupvS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v3ZPYcupvS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v3ZPYcupvS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v3ZPYcupvS .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v3ZPYcupvS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v3ZPYcupvS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v3ZPYcupvS .modal-backdrop.fade {
  opacity: 0;
}
.cid-v3ZPYcupvS .modal-backdrop.show {
  opacity: .5;
}
.cid-v3ZPYcupvS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v3ZPYcupvS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3ZPYcupvS .modal-header {
    padding: 1rem;
  }
}
.cid-v3ZPYcupvS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v3ZPYcupvS .modal-header .close svg {
  fill: #353535;
}
.cid-v3ZPYcupvS .modal-header .close:hover {
  opacity: 1;
}
.cid-v3ZPYcupvS .modal-header .close:focus {
  outline: none;
}
.cid-v3ZPYcupvS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v3ZPYcupvS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v3ZPYcupvS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3ZPYcupvS .modal-body {
    padding: 1rem;
  }
}
.cid-v3ZPYcupvS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v3ZPYcupvS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3ZPYcupvS .modal-footer {
    padding: 1rem;
  }
}
.cid-v3ZPYcupvS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v3ZPYcupvS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v3ZPYcupvS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v3ZPYcupvS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v3ZPYcupvS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v3ZPYcupvS .modal-lg,
  .cid-v3ZPYcupvS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v3ZPYcupvS .modal-xl {
    max-width: 1140px;
  }
}
.cid-v3ZPYcupvS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v3ZPYcupvS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v3ZPYcupvS .form-group {
  margin-bottom: 1rem;
}
.cid-v3ZPYcupvS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v3ZPYcupvS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v3ZPYcupvS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v3ZPYcupvS .mbr-section-btn {
  margin: 0;
}
.cid-v3ZPYcupvS .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZnM4OGUFR {
  z-index: 1000;
  width: 100%;
}
.cid-uZnM4OGUFR .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZnM4OGUFR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uZnM4OGUFR .iconfont-wrapper {
  color: #00b15c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uZnM4OGUFR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uZnM4OGUFR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uZnM4OGUFR .container {
    padding: 0 1rem;
  }
}
.cid-uZnM4OGUFR .menu-tite {
  background: #c7cb05;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #232323;
}
.cid-uZnM4OGUFR .nav-link {
  position: relative;
}
.cid-uZnM4OGUFR .nav-link:hover {
  color: #c7cb05 !important;
}
.cid-uZnM4OGUFR nav.navbar {
  position: fixed;
}
.cid-uZnM4OGUFR .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(13, 13, 13, 0.5);
}
.cid-uZnM4OGUFR .navbar.opened {
  transition: all 0.3s;
}
.cid-uZnM4OGUFR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZnM4OGUFR .navbar .navbar-logo img {
  width: auto;
}
.cid-uZnM4OGUFR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZnM4OGUFR .navbar.collapsed {
  justify-content: center;
}
.cid-uZnM4OGUFR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZnM4OGUFR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZnM4OGUFR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZnM4OGUFR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZnM4OGUFR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZnM4OGUFR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZnM4OGUFR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZnM4OGUFR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZnM4OGUFR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZnM4OGUFR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZnM4OGUFR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZnM4OGUFR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZnM4OGUFR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZnM4OGUFR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZnM4OGUFR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZnM4OGUFR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZnM4OGUFR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZnM4OGUFR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZnM4OGUFR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZnM4OGUFR .dropdown-item:hover,
.cid-uZnM4OGUFR .dropdown-item:focus {
  background: #c7cb05 !important;
  color: white !important;
}
.cid-uZnM4OGUFR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZnM4OGUFR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZnM4OGUFR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZnM4OGUFR .dropdown-menu,
.cid-uZnM4OGUFR .navbar.opened {
  background: #0d0d0d !important;
}
.cid-uZnM4OGUFR .nav-item:focus,
.cid-uZnM4OGUFR .nav-link:focus {
  outline: none;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZnM4OGUFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZnM4OGUFR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZnM4OGUFR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZnM4OGUFR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZnM4OGUFR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZnM4OGUFR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZnM4OGUFR .dropdown-item.active,
.cid-uZnM4OGUFR .dropdown-item:active {
  background-color: transparent;
}
.cid-uZnM4OGUFR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZnM4OGUFR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZnM4OGUFR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d0d0d;
}
.cid-uZnM4OGUFR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZnM4OGUFR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZnM4OGUFR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZnM4OGUFR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZnM4OGUFR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZnM4OGUFR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZnM4OGUFR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZnM4OGUFR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZnM4OGUFR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZnM4OGUFR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZnM4OGUFR .navbar {
    height: 70px;
  }
  .cid-uZnM4OGUFR .navbar.opened {
    height: auto;
  }
  .cid-uZnM4OGUFR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v41TAWFtLr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-44.webp");
}
.cid-v41TAWFtLr .mbr-text,
.cid-v41TAWFtLr .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v41TAWFtLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v41TAWFtLr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v41TAWFtLr .mbr-section-title {
  text-align: left;
}
.cid-v41TBzPM5j {
  background-image: url("../../../assets/images/background1-16.webp");
}
.cid-v41TBzPM5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v41TBzPM5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v41TBzPM5j .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v41TBzPM5j .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v41TCCHcjC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v41TCCHcjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v41TCCHcjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v41TCCHcjC .timeline-element {
  position: relative;
}
.cid-v41TCCHcjC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v41TCCHcjC .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #353535;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-v41TCCHcjC .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-v41TCCHcjC .iconBackground {
    left: 50%;
  }
}
.cid-v41TCCHcjC .row:after {
  content: "";
  position: absolute;
  background-color: #353535;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-v41TCCHcjC .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-v41TCCHcjC .row:after {
    left: 50%;
  }
}
.cid-v41TCCHcjC .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v41TCCHcjC .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-v41TCCHcjC .timeline-date-wrapper,
  .cid-v41TCCHcjC .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-v41TCCHcjC .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v41TCCHcjC .timeline-date-wrapper,
  .cid-v41TCCHcjC .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v41TCCHcjC .timeline-date-wrapper,
  .cid-v41TCCHcjC .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-v41TCCHcjC .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-v41TDNsHG3 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v41TDNsHG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v41TDNsHG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v41TDNsHG3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v41TDNsHG3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v41TDNsHG3 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c7cb05;
}
.cid-v41TDNsHG3 .panel-body,
.cid-v41TDNsHG3 .card-header {
  padding: 1rem 0;
}
.cid-v41TDNsHG3 .panel-title-edit {
  color: #000000;
}
