body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Electrolize', sans-serif;
  font-size: 4.8rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Electrolize', sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Electrolize', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Electrolize', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.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: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #e1201d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b19980 !important;
  border-color: #b19980 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b19980 !important;
  border-color: #b19980 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #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 {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #a78c70;
  color: #a78c70;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #cebfaf;
  border-color: #cebfaf;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  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;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #cebfaf !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #e1201d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a78c70 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e1201d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #e1201d;
}
.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: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9d2d1;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* 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;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e1201d !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: #cebfaf !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%;
  width: 100%;
  height: auto;
}
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='%23e1201d' %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;
}
hr {
  border: none;
  background-color: #e1201d;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #e1201d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #e1201d;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #e1201d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #e1201d !important;
}
.btn-danger:hover {
  color: #e1201d !important;
}
.btn-warning:hover {
  color: #879a9f !important;
}
.btn-success:hover {
  color: #f7ed4a !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #cebfaf !important;
}
.btn-primary:hover {
  color: #e1201d !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #e1201d !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #e1201d;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #cebfaf !important;
}
.btn-success-outline:hover::before {
  background-color: #f7ed4a !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #e1201d !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.btn-danger-outline:hover::before {
  background-color: #e1201d !important;
}
.cid-su089xY9oA {
  background-image: url("../../../assets/images/topofull-8-1920x874.jpg");
}
.cid-su089xY9oA .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-su089xY9oA .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-su089xY9oA .align-center {
    text-align: center;
  }
}
.cid-su089xY9oA h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-su089xY9oA .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-su089xY9oA .row {
    margin: 0;
  }
}
.cid-su089xY9oA .btn {
  margin-left: 0rem;
}
.cid-su5yCRkBwj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e4e4e4;
}
.cid-su5yCRkBwj .mbr-text {
  color: #767676;
}
.cid-su5yCRkBwj .mbr-iconfont {
  color: #82786e;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-su5yCRkBwj .link {
  margin: 0;
}
.cid-su5yCRkBwj .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-su5yCRkBwj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-su5yCRkBwj .card {
    margin-bottom: 3rem;
  }
}
.cid-su5yCRkBwj .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-su5yCRkBwj .row {
    padding: 0 1rem;
  }
}
.cid-su5yCRkBwj .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(206, 191, 175, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-su5yCRkBwj .card-title {
  transition: 0.3s;
}
.cid-su5yCRkBwj .card:hover .card-inner {
  border-bottom: 3px solid #cebfaf;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-su5yCRkBwj .card:hover .card-title {
  color: #e1201d;
}
.cid-su5yCRkBwj .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-su5yCRkBwj .row {
    margin: 0;
  }
}
.cid-su6xR83CQJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-su6xR83CQJ h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-su6xR83CQJ .container {
    position: relative;
  }
  .cid-su6xR83CQJ .row {
    margin: 0;
  }
  .cid-su6xR83CQJ h2 {
    margin: 0;
  }
}
.cid-su6xR83CQJ .mbr-section-subtitle {
  color: #e9204f;
}
.cid-su6xR83CQJ .mbr-text {
  margin-top: 1.4rem;
}
.cid-rRBLekSVJV {
  padding-top: 150px;
  padding-bottom: 120px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #f3f3f3);
}
.cid-rRBLekSVJV h1 {
  margin-bottom: 0.2rem;
}
.cid-rRBLekSVJV .container-fluid {
  padding: 0;
}
.cid-rRBLekSVJV img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-rRBLekSVJV .mbr-figure {
  height: 100%;
}
.cid-rRBLekSVJV .col-lg-6 {
  padding: 0;
}
.cid-rRBLekSVJV .mbr-text {
  color: #747474;
}
.cid-rRBLekSVJV hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-rRBLekSVJV .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-rRBLekSVJV .mbr-section-subtitle-1 {
  color: #82786e;
}
.cid-rRBLekSVJV .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
  color: #ffffff;
}
.cid-rRBLekSVJV .mbr-figure::after {
  content: "";
  background-color: #e1201d;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (min-width: 767px) {
  .cid-rRBLekSVJV .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-rRBLekSVJV .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-rRBLekSVJV .left-block {
    margin-top: 4.5rem;
  }
}
.cid-rRBLekSVJV .btn {
  color: #101010 !important;
}
.cid-rRBLekSVJV .btn:hover {
  color: #ffffff !important;
}
.cid-rRBLekSVJV .media-content,
.cid-rRBLekSVJV .mbr-section-title,
.cid-rRBLekSVJV .line-title {
  color: #272727;
}
.cid-rRBLekSVJV .mbr-text,
.cid-rRBLekSVJV .mbr-section-btn {
  color: #101010;
}
.cid-su5zxDn2tw {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-su5zxDn2tw h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-su5zxDn2tw .container {
    position: relative;
  }
  .cid-su5zxDn2tw .row {
    margin: 0;
  }
  .cid-su5zxDn2tw h2 {
    margin: 0;
  }
}
.cid-su5zxDn2tw .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-su5zxDn2tw .mbr-section-subtitle {
  color: #82786e;
}
.cid-su5zxDn2tw .line-title {
  width: 40px;
  height: 2px;
  background-color: #e1201d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-su5zxDn2tw .vertical-line:before {
  content: '';
  background-color: #e1201d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-su5zxDn2tw .container-column,
.cid-su5zxDn2tw h2 {
  text-align: left;
}
.cid-su5BZACYCG {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f3f3f3;
}
.cid-su5BZACYCG .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-su5BZACYCG .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-su5BZACYCG .text-content {
  padding-right: 1.5rem;
}
.cid-su5BZACYCG .mbr-text,
.cid-su5BZACYCG .mbr-section-btn {
  color: #767676;
}
.cid-su5BZACYCG .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-su5BZACYCG .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-su5BZACYCG .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-su5BZACYCG .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-su5BZACYCG .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #cebfaf;
}
@media (max-width: 991px) {
  .cid-su5BZACYCG .main-row {
    margin: 0;
  }
  .cid-su5BZACYCG .mbr-section-title,
  .cid-su5BZACYCG .mbr-text,
  .cid-su5BZACYCG .list,
  .cid-su5BZACYCG .mbr-section-btn {
    text-align: center !important;
  }
  .cid-su5BZACYCG .text-content {
    padding: 0;
  }
}
.cid-su5BZACYCG .mbr-section-title {
  color: #272727;
}
.cid-su1AVXkjDz {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1920.png");
}
.cid-su1AVXkjDz .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-su1AVXkjDz .align-center {
    text-align: center;
  }
}
.cid-su1rNKcnRy {
  padding-top: 135px;
  padding-bottom: 135px;
  background: #e4e4e4;
}
.cid-su1rNKcnRy .mbr-iconfont-social {
  font-size: 1rem;
  color: #272727;
  margin-right: 0.6rem;
}
.cid-su1rNKcnRy .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #e1201d;
  transition: all 0.3s;
}
.cid-su1rNKcnRy .mbr-iconfont-social:hover {
  color: #e1201d;
}
.cid-su1rNKcnRy .mbr-section-title,
.cid-su1rNKcnRy .social-list {
  display: flex;
  align-items: center;
  color: #101010;
  text-align: center;
}
.cid-su1rNKcnRy .social-list a {
  transition: 0.3s;
}
.cid-su1rNKcnRy .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-su1rNKcnRy .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-su1rNKcnRy .social-list {
    margin-bottom: 2rem;
  }
  .cid-su1rNKcnRy .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-su1rNKcnRy .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-su1rNKcnRy .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-su1rNKcnRy .row {
    padding: 0 1rem;
  }
}
.cid-su1rNKcnRy .vertical-line:before {
  content: '';
  background-color: #e1201d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-rRBLG9qwdJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rRBLG9qwdJ .media-container-row {
  align-items: center;
}
.cid-rRBLG9qwdJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rRBLG9qwdJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rRBLG9qwdJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rRBLG9qwdJ .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rRBLG9qwdJ .foot-menu-item {
  transform: 0.2s;
}
.cid-rRBLG9qwdJ .foot-menu-item:hover a {
  color: #e1201d !important;
}
.cid-rRBLG9qwdJ .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRBLG9qwdJ .foot-menu-item:hover::before {
  width: 60px;
  background-color: #e1201d;
}
.cid-rRBLG9qwdJ .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-rRBLG9qwdJ .foot-menu {
    justify-content: center;
  }
  .cid-rRBLG9qwdJ .mbr-text {
    text-align: center;
  }
  .cid-rRBLG9qwdJ .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rRBLG9qwdJ .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rRBLG9qwdJ .link:hover {
  color: #ffffff;
}
.cid-tWVqtlIDFF {
  z-index: 1000;
  width: 100%;
}
.cid-tWVqtlIDFF nav.navbar {
  position: fixed;
}
.cid-tWVqtlIDFF .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-tWVqtlIDFF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWVqtlIDFF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWVqtlIDFF .dropdown-item:hover,
.cid-tWVqtlIDFF .dropdown-item:focus {
  background: #e1201d !important;
  color: white !important;
}
.cid-tWVqtlIDFF .dropdown-item:hover span {
  color: white;
}
.cid-tWVqtlIDFF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWVqtlIDFF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWVqtlIDFF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWVqtlIDFF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWVqtlIDFF .nav-link {
  position: relative;
}
.cid-tWVqtlIDFF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWVqtlIDFF .container {
    flex-wrap: nowrap;
  }
}
.cid-tWVqtlIDFF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-tWVqtlIDFF .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-tWVqtlIDFF .iconfont-wrapper:hover .mbr-iconfont {
  color: #e1201d;
}
.cid-tWVqtlIDFF .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-tWVqtlIDFF .navbar-nav .nav-item:hover {
  color: #e1201d !important;
}
.cid-tWVqtlIDFF .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-tWVqtlIDFF .navbar-nav .nav-link:hover {
  color: #e1201d !important;
}
.cid-tWVqtlIDFF .dropdown-menu,
.cid-tWVqtlIDFF .navbar.opened {
  background: #313131 !important;
}
.cid-tWVqtlIDFF .nav-item:focus,
.cid-tWVqtlIDFF .nav-link:focus {
  outline: none;
}
.cid-tWVqtlIDFF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWVqtlIDFF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWVqtlIDFF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWVqtlIDFF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWVqtlIDFF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWVqtlIDFF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWVqtlIDFF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #313131 0%, rgba(49, 49, 49, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-tWVqtlIDFF .navbar.opened {
  transition: all 0.3s;
}
.cid-tWVqtlIDFF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWVqtlIDFF .navbar .navbar-logo img {
  width: auto;
}
.cid-tWVqtlIDFF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWVqtlIDFF .navbar.collapsed {
  justify-content: center;
}
.cid-tWVqtlIDFF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWVqtlIDFF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWVqtlIDFF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tWVqtlIDFF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWVqtlIDFF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWVqtlIDFF .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-tWVqtlIDFF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWVqtlIDFF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWVqtlIDFF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWVqtlIDFF .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-tWVqtlIDFF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWVqtlIDFF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWVqtlIDFF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWVqtlIDFF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWVqtlIDFF .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-tWVqtlIDFF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWVqtlIDFF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWVqtlIDFF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWVqtlIDFF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWVqtlIDFF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWVqtlIDFF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWVqtlIDFF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWVqtlIDFF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWVqtlIDFF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWVqtlIDFF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tWVqtlIDFF .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-tWVqtlIDFF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWVqtlIDFF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWVqtlIDFF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWVqtlIDFF .dropdown-item.active,
.cid-tWVqtlIDFF .dropdown-item:active {
  background-color: transparent;
}
.cid-tWVqtlIDFF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWVqtlIDFF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWVqtlIDFF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWVqtlIDFF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-tWVqtlIDFF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWVqtlIDFF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWVqtlIDFF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWVqtlIDFF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWVqtlIDFF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWVqtlIDFF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWVqtlIDFF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWVqtlIDFF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWVqtlIDFF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWVqtlIDFF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWVqtlIDFF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWVqtlIDFF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWVqtlIDFF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWVqtlIDFF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWVqtlIDFF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWVqtlIDFF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWVqtlIDFF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tWVqtlIDFF .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWVqtlIDFF .navbar {
    height: 70px;
  }
  .cid-tWVqtlIDFF .navbar.opened {
    height: auto;
  }
  .cid-tWVqtlIDFF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-tWVqtlIDFF .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tWVqtlIDFF .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-tWVqtlIDFF .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-tWVqtlIDFF .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tWVqtlIDFF .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-tWVqtlIDFF .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-tWVqtlIDFF .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-tWVqtlIDFF .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-tWVqtlIDFF .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-tWVqtlIDFF .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-u26lbqWhiy {
  z-index: 1000;
  width: 100%;
}
.cid-u26lbqWhiy nav.navbar {
  position: fixed;
}
.cid-u26lbqWhiy .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-u26lbqWhiy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u26lbqWhiy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u26lbqWhiy .dropdown-item:hover,
.cid-u26lbqWhiy .dropdown-item:focus {
  background: #e1201d !important;
  color: white !important;
}
.cid-u26lbqWhiy .dropdown-item:hover span {
  color: white;
}
.cid-u26lbqWhiy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u26lbqWhiy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u26lbqWhiy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u26lbqWhiy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u26lbqWhiy .nav-link {
  position: relative;
}
.cid-u26lbqWhiy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u26lbqWhiy .container {
    flex-wrap: nowrap;
  }
}
.cid-u26lbqWhiy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-u26lbqWhiy .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-u26lbqWhiy .iconfont-wrapper:hover .mbr-iconfont {
  color: #e1201d;
}
.cid-u26lbqWhiy .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-u26lbqWhiy .navbar-nav .nav-item:hover {
  color: #e1201d !important;
}
.cid-u26lbqWhiy .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-u26lbqWhiy .navbar-nav .nav-link:hover {
  color: #e1201d !important;
}
.cid-u26lbqWhiy .dropdown-menu,
.cid-u26lbqWhiy .navbar.opened {
  background: #313131 !important;
}
.cid-u26lbqWhiy .nav-item:focus,
.cid-u26lbqWhiy .nav-link:focus {
  outline: none;
}
.cid-u26lbqWhiy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u26lbqWhiy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u26lbqWhiy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u26lbqWhiy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u26lbqWhiy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u26lbqWhiy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u26lbqWhiy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #313131 0%, rgba(49, 49, 49, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-u26lbqWhiy .navbar.opened {
  transition: all 0.3s;
}
.cid-u26lbqWhiy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u26lbqWhiy .navbar .navbar-logo img {
  width: auto;
}
.cid-u26lbqWhiy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u26lbqWhiy .navbar.collapsed {
  justify-content: center;
}
.cid-u26lbqWhiy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u26lbqWhiy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u26lbqWhiy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u26lbqWhiy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u26lbqWhiy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u26lbqWhiy .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-u26lbqWhiy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u26lbqWhiy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u26lbqWhiy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u26lbqWhiy .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-u26lbqWhiy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u26lbqWhiy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u26lbqWhiy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u26lbqWhiy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u26lbqWhiy .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-u26lbqWhiy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u26lbqWhiy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u26lbqWhiy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u26lbqWhiy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u26lbqWhiy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u26lbqWhiy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u26lbqWhiy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u26lbqWhiy .navbar.navbar-short {
  min-height: 60px;
}
.cid-u26lbqWhiy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u26lbqWhiy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-u26lbqWhiy .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-u26lbqWhiy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u26lbqWhiy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u26lbqWhiy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u26lbqWhiy .dropdown-item.active,
.cid-u26lbqWhiy .dropdown-item:active {
  background-color: transparent;
}
.cid-u26lbqWhiy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u26lbqWhiy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u26lbqWhiy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u26lbqWhiy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-u26lbqWhiy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u26lbqWhiy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u26lbqWhiy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u26lbqWhiy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u26lbqWhiy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u26lbqWhiy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u26lbqWhiy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u26lbqWhiy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u26lbqWhiy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u26lbqWhiy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u26lbqWhiy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u26lbqWhiy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u26lbqWhiy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u26lbqWhiy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u26lbqWhiy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u26lbqWhiy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u26lbqWhiy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u26lbqWhiy .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u26lbqWhiy .navbar {
    height: 70px;
  }
  .cid-u26lbqWhiy .navbar.opened {
    height: auto;
  }
  .cid-u26lbqWhiy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-u26lbqWhiy .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-u26lbqWhiy .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-u26lbqWhiy .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-u26lbqWhiy .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u26lbqWhiy .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-u26lbqWhiy .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-u26lbqWhiy .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-u26lbqWhiy .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-u26lbqWhiy .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-u26lbqWhiy .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-u26lbrmPOc {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/topo-site-4-1920x1234.png");
}
.cid-u26lbrmPOc H1 {
  color: #ff0207;
}
.cid-u26lbrmPOc h1 {
  background: linear-gradient(to left, #cebfaf, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-u26lbrmPOc img {
  width: 100%;
}
.cid-u26lbrmPOc .mbr-text,
.cid-u26lbrmPOc .mbr-section-btn {
  color: #ffffff;
}
.cid-u26lbrmPOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u26lbrmPOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u26lbrBQse {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-u26lbrBQse .stats-item {
  padding: 80px 10px;
  background-color: #272727;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-u26lbrBQse .stats-item:first-child {
  border-radius: 10px 0 0 10px;
}
.cid-u26lbrBQse .stats-item:last-child {
  border-radius: 0 10px 10px 0;
}
.cid-u26lbrBQse .stats-item > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cid-u26lbrBQse .mbr-iconfont {
  font-size: 60px;
  align-self: center;
  margin-right: 20px;
}
.cid-u26lbrBQse .heading {
  color: #ffffff;
  font-weight: 400;
}
.cid-u26lbrBQse .heading.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.23;
}
.cid-u26lbrBQse .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.cid-u26lbrBQse .counter {
  text-align: left;
  color: #ffffff;
  font-weight: 900;
}
.cid-u26lbrBQse .counter.display-2 {
  letter-spacing: -0.5px;
  margin-bottom: 0;
  line-height: 1.15;
}
.cid-u26lbrBQse .mbr-card-title,
.cid-u26lbrBQse .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-u26lbrBQse .stats-item {
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 30px 25px;
  }
  .cid-u26lbrBQse .stats-item:first-child {
    border-radius: 0;
  }
  .cid-u26lbrBQse .stats-item:last-child {
    border-radius: 0;
  }
}
.cid-u26lbrBQse .mbr-card-title,
.cid-u26lbrBQse .mbr-iconfont {
  color: #f3f3f3;
  text-align: left;
}
.cid-u26lbsbQoM {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-u26lbsbQoM .video-wrapper iframe {
  width: 100%;
}
.cid-u26lbsbQoM .mbr-section-title,
.cid-u26lbsbQoM .mbr-section-subtitle,
.cid-u26lbsbQoM .mbr-text {
  text-align: center;
}
.cid-u26lbsbQoM .mbr-section-title {
  color: #ffffff;
}
.cid-u26lbsriFv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u26lbsriFv .video-wrapper iframe {
  width: 100%;
}
.cid-u26lbsriFv .mbr-section-title,
.cid-u26lbsriFv .mbr-section-subtitle,
.cid-u26lbsriFv .mbr-text {
  text-align: center;
}
.cid-u26lbsriFv .mbr-section-title {
  color: #040402;
}
.cid-u26lbsFUMU {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #101010;
}
.cid-u26lbsFUMU .video-wrapper iframe {
  width: 100%;
}
.cid-u26lbsFUMU .mbr-section-title,
.cid-u26lbsFUMU .mbr-section-subtitle,
.cid-u26lbsFUMU .mbr-text {
  text-align: center;
}
.cid-u26lbsFUMU .mbr-section-title {
  color: #040402;
}
.cid-u26lbsUG6Z {
  padding-top: 105px;
  padding-bottom: 135px;
  background-color: #040402;
  background: linear-gradient(45deg, #040402, #101010);
}
.cid-u26lbsUG6Z h1 {
  margin-bottom: 0.2rem;
}
.cid-u26lbsUG6Z .container-fluid {
  padding: 0;
}
.cid-u26lbsUG6Z img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-u26lbsUG6Z .mbr-figure {
  height: 100%;
}
.cid-u26lbsUG6Z .col-lg-6 {
  padding: 0;
}
.cid-u26lbsUG6Z .mbr-text {
  color: #747474;
}
.cid-u26lbsUG6Z hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-u26lbsUG6Z .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-u26lbsUG6Z .mbr-section-subtitle-1 {
  color: #e1201d;
}
.cid-u26lbsUG6Z .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
  color: #ffffff;
}
.cid-u26lbsUG6Z .mbr-figure::after {
  content: "";
  background-color: #e1201d;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (min-width: 767px) {
  .cid-u26lbsUG6Z .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-u26lbsUG6Z .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-u26lbsUG6Z .left-block {
    margin-top: 4.5rem;
  }
}
.cid-u26lbsUG6Z .btn {
  color: #101010 !important;
}
.cid-u26lbsUG6Z .btn:hover {
  color: #ffffff !important;
}
.cid-u26lbsUG6Z .media-content,
.cid-u26lbsUG6Z .mbr-section-title,
.cid-u26lbsUG6Z .line-title {
  color: #ffffff;
}
.cid-u26lbsUG6Z .mbr-text,
.cid-u26lbsUG6Z .mbr-section-btn {
  color: #ffffff;
}
.cid-u26lbt8ils {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #101010;
}
@media (max-width: 767px) {
  .cid-u26lbt8ils h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u26lbt8ils .container {
    position: relative;
  }
  .cid-u26lbt8ils .row {
    margin: 0;
  }
  .cid-u26lbt8ils h2 {
    margin: 0;
  }
}
.cid-u26lbt8ils .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-u26lbt8ils .mbr-section-subtitle {
  color: #e1201d;
}
.cid-u26lbt8ils .line-title {
  width: 40px;
  height: 2px;
  background-color: #e1201d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-u26lbt8ils .vertical-line:before {
  content: '';
  background-color: #e1201d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u26lbt8ils .container-column,
.cid-u26lbt8ils h2 {
  text-align: left;
  color: #ffffff;
}
.cid-u26lbt8ils .mbr-text {
  color: #f3f3f3;
}
.cid-u26lbtyoWh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #272727;
}
@media (max-width: 1000px) {
  .cid-u26lbtyoWh {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u26lbtyoWh {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-u26lbtyoWh .f-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cid-u26lbtyoWh .f-row {
    flex-direction: column;
  }
}
.cid-u26lbtyoWh .f-item {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  .cid-u26lbtyoWh .f-item {
    flex: 1 1 100%;
  }
}
.cid-u26lbtyoWh .text-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1000px) {
  .cid-u26lbtyoWh .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u26lbtyoWh .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u26lbtyoWh .image-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .cid-u26lbtyoWh .image-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cid-u26lbtyoWh .image-circle {
    width: 220px;
    height: 220px;
  }
}
.cid-u26lbtyoWh .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u26lbtyoWh .f-row {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .cid-u26lbtyoWh .f-row {
    flex-direction: column;
  }
}
.cid-u26lbtyoWh .mbr-text,
.cid-u26lbtyoWh .mbr-section-btn {
  text-align: right;
  color: #f3f3f3;
}
.cid-u26lbtyoWh .card-title {
  text-align: right;
  color: #e1201d;
}
.cid-u26lbtK1Ak {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u26lbtK1Ak .item {
  padding-bottom: 2rem;
}
.cid-u26lbtK1Ak .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u26lbtK1Ak .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u26lbtK1Ak .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u26lbtK1Ak .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u26lbtK1Ak .carousel-control,
.cid-u26lbtK1Ak .close {
  background: #1b1b1b;
}
.cid-u26lbtK1Ak .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u26lbtK1Ak .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u26lbtK1Ak .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u26lbtK1Ak .carousel-control-next span {
  margin-left: 5px;
}
.cid-u26lbtK1Ak .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u26lbtK1Ak .close::before {
  content: '\e91a';
}
.cid-u26lbtK1Ak .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u26lbtK1Ak .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u26lbtK1Ak .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u26lbtK1Ak .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u26lbtK1Ak .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u26lbtK1Ak .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u26lbtK1Ak .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u26lbtK1Ak .carousel-indicators li.active,
.cid-u26lbtK1Ak .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u26lbtK1Ak .carousel-indicators li::after,
.cid-u26lbtK1Ak .carousel-indicators li::before {
  content: none;
}
.cid-u26lbtK1Ak .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u26lbtK1Ak .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u26lbtK1Ak .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u26lbtK1Ak .carousel-indicators {
    display: none;
  }
}
.cid-u26lbtK1Ak .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u26lbtK1Ak .carousel-inner > .active {
  display: block;
}
.cid-u26lbtK1Ak .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u26lbtK1Ak .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u26lbtK1Ak .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u26lbtK1Ak .carousel-control,
  .cid-u26lbtK1Ak .carousel-indicators,
  .cid-u26lbtK1Ak .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u26lbtK1Ak .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u26lbtK1Ak .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u26lbtK1Ak .carousel-indicators .active,
.cid-u26lbtK1Ak .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u26lbtK1Ak .carousel-indicators .active {
  background: #fff;
}
.cid-u26lbtK1Ak .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u26lbtK1Ak .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u26lbtK1Ak .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u26lbtK1Ak .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u26lbtK1Ak .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u26lbtK1Ak .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u26lbtK1Ak .carousel {
  width: 100%;
}
.cid-u26lbtK1Ak .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u26lbtK1Ak .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u26lbtK1Ak .modal.fade .modal-dialog,
.cid-u26lbtK1Ak .modal.in .modal-dialog {
  transform: none;
}
.cid-u26lbtK1Ak .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u26lbtK1Ak H6 {
  text-align: center;
}
.cid-u26lbtK1Ak H3 {
  color: #ffffff;
}
.cid-u26lbuCn74 {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #101010;
}
.cid-u26lbuCn74 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u26lbuCn74 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-u26lbuCn74 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u26lbuCn74 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u26lbuCn74 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u26lbuCn74 .map-placeholder {
  display: none;
}
.cid-u26lbuCn74 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u26lbuCn74 .card {
  padding: 3rem 8rem;
}
.cid-u26lbuCn74 .card .mbr-text {
  color: #06182d;
}
.cid-u26lbuCn74 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-u26lbuCn74 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u26lbuCn74 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-u26lbuCn74 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-u26lbuCn74 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-u26lbuCn74 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-u26lbuCn74 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-u26lbuCn74 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-u26lbuCn74 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u26lbuCn74 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-u26lbuCn74 .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u26lbuCn74 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-u26lbuCn74 .card .form-group {
  padding-right: 0;
}
.cid-u26lbuCn74 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u26lbuCn74 .card .btn-primary {
  border: 1px solid #e1201d !important;
}
.cid-u26lbuCn74 .card .btn-primary:hover {
  border: 1px solid #e1201d !important;
}
@media (max-width: 1200px) {
  .cid-u26lbuCn74 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-u26lbuCn74 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u26lbuCn74 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-u26lbuCn74 * {
    text-align: center !important;
  }
  .cid-u26lbuCn74 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-u26lbuCn74 .form-group {
    max-width: 180px;
  }
  .cid-u26lbuCn74 .card {
    padding: 2rem 1rem;
  }
}
.cid-u26lbuCn74 .card .mbr-section-title {
  color: #e1201d;
}
.cid-u26lbuCn74 .card .group-title {
  color: #ffffff;
}
.cid-u26lbuCn74 .card .items .list-item .text2,
.cid-u26lbuCn74 .card .items .list-item {
  color: #ffffff;
}
.cid-u26lbv1koT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1920.png");
}
.cid-u26lbv1koT .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-u26lbv1koT .align-center {
    text-align: center;
  }
}
.cid-u26lbvjRgl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u26lbvjRgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u26lbvjRgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u26lbvjRgl .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-u26lbvjRgl .plan-body {
  padding-bottom: 2rem;
}
.cid-u26lbvjRgl .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u26lbvjRgl .price {
  color: #2b8011;
}
.cid-u26lbvjRgl .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-u26lbvjRgl .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-u26lbvjRgl .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-u26lbvjRgl .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-u26lbvjRgl .plan {
    margin-bottom: 2rem;
  }
}
.cid-u26lbvEnBv {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #272727;
}
@media (max-width: 767px) {
  .cid-u26lbvEnBv h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u26lbvEnBv .container {
    position: relative;
  }
  .cid-u26lbvEnBv .row {
    margin: 0;
  }
  .cid-u26lbvEnBv h2 {
    margin: 0;
  }
}
.cid-u26lbvEnBv .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u26lbvEnBv .mbr-text {
  margin-top: 1.4rem;
  color: #e1201d;
}
.cid-u26lbvEnBv h2 {
  color: #ffffff;
}
.cid-u26lbvRiMt {
  padding-top: 135px;
  padding-bottom: 135px;
  background: #101010;
}
.cid-u26lbvRiMt .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-u26lbvRiMt .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #e1201d;
  transition: all 0.3s;
}
.cid-u26lbvRiMt .mbr-iconfont-social:hover {
  color: #e1201d;
}
.cid-u26lbvRiMt .mbr-section-title,
.cid-u26lbvRiMt .social-list {
  display: flex;
  align-items: center;
  color: #e1201d;
  text-align: center;
}
.cid-u26lbvRiMt .social-list a {
  transition: 0.3s;
}
.cid-u26lbvRiMt .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-u26lbvRiMt .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-u26lbvRiMt .social-list {
    margin-bottom: 2rem;
  }
  .cid-u26lbvRiMt .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u26lbvRiMt .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-u26lbvRiMt .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-u26lbvRiMt .row {
    padding: 0 1rem;
  }
}
.cid-u26lbvRiMt .vertical-line:before {
  content: '';
  background-color: #e1201d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u26lbw7f2H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u26lbw7f2H .media-container-row {
  align-items: center;
}
.cid-u26lbw7f2H .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u26lbw7f2H .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u26lbw7f2H .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u26lbw7f2H .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u26lbw7f2H .foot-menu-item {
  transform: 0.2s;
}
.cid-u26lbw7f2H .foot-menu-item:hover a {
  color: #e1201d !important;
}
.cid-u26lbw7f2H .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-u26lbw7f2H .foot-menu-item:hover::before {
  width: 60px;
  background-color: #e1201d;
}
.cid-u26lbw7f2H .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-u26lbw7f2H .foot-menu {
    justify-content: center;
  }
  .cid-u26lbw7f2H .mbr-text {
    text-align: center;
  }
  .cid-u26lbw7f2H .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u26lbw7f2H .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u26lbw7f2H .link:hover {
  color: #ffffff;
}
.cid-u26nmuCBgR {
  padding-top: 210px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dark-night-blue-background-with-neon-rays-lines-abstract-scene-menor-2000x1153.jpg");
}
.cid-u26nmuCBgR .row {
  flex-direction: row-reverse;
}
.cid-u26nmuCBgR .head_info {
  text-align: left;
  margin-bottom: 61px;
}
.cid-u26nmuCBgR .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #e1201d;
}
.cid-u26nmuCBgR .head_info .mbr-subtitle {
  color: #cebfaf;
  margin-bottom: 10px;
}
.cid-u26nmuCBgR .head_info .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #82786e;
}
.cid-u26nmuCBgR .head_info .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-u26nmuCBgR .head_info .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-u26nmuCBgR .head_info .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-u26nmuCBgR .head_info .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-u26nmuCBgR .head_info .mbr-section-btn .btn-primary:hover {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #ffffff !important;
}
.cid-u26nmuCBgR .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-u26nmuCBgR .plan .plan-title {
  color: #e1201d;
  margin-bottom: 32px;
}
.cid-u26nmuCBgR .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-u26nmuCBgR .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #cebfaf;
}
.cid-u26nmuCBgR .plan .plan-price .mbr-text {
  color: #e1201d;
  margin-bottom: 0;
}
.cid-u26nmuCBgR .plan .plan-list {
  margin-bottom: 15px;
}
.cid-u26nmuCBgR .plan .plan-list .list-group {
  color: #82786e;
}
.cid-u26nmuCBgR .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-u26nmuCBgR .plan .plan-list .list-group-item:before {
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-u26nmuCBgR .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-u26nmuCBgR .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-u26nmuCBgR .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-u26nmuCBgR .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-u26nmuCBgR .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-u26nmuCBgR .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #f7ed4a !important;
}
.cid-u26nmuCBgR .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  .cid-u26nmuCBgR * {
    text-align: center;
  }
}
.cid-u26nmuCBgR .plan .plan-title {
  text-align: center;
  color: #272727;
}
.cid-u26nmuCBgR .head_info .mbr-section-title {
  color: #ffffff;
}
.cid-u26nmuCBgR .head_info .mbr-text {
  color: #ffffff;
}
.cid-u26nmuCBgR .plan .plan-list .list-group,
.cid-u26nmuCBgR .plan .mbr-section-btn {
  text-align: center;
}
.cid-u26nmuCBgR .plan .plan-price .mbr-text {
  color: #073b4c;
}
.cid-u26nmuCBgR .head_info .mbr-subtitle {
  color: #cebfaf;
}
.cid-u26nmv2ARs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u26nmv2ARs .media-container-row {
  align-items: center;
}
.cid-u26nmv2ARs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u26nmv2ARs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u26nmv2ARs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u26nmv2ARs .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u26nmv2ARs .foot-menu-item {
  transform: 0.2s;
}
.cid-u26nmv2ARs .foot-menu-item:hover a {
  color: #e1201d !important;
}
.cid-u26nmv2ARs .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-u26nmv2ARs .foot-menu-item:hover::before {
  width: 60px;
  background-color: #e1201d;
}
.cid-u26nmv2ARs .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-u26nmv2ARs .foot-menu {
    justify-content: center;
  }
  .cid-u26nmv2ARs .mbr-text {
    text-align: center;
  }
  .cid-u26nmv2ARs .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u26nmv2ARs .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u26nmv2ARs .link:hover {
  color: #ffffff;
}
.cid-u26nmveygk {
  z-index: 1000;
  width: 100%;
}
.cid-u26nmveygk nav.navbar {
  position: fixed;
}
.cid-u26nmveygk .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-u26nmveygk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u26nmveygk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u26nmveygk .dropdown-item:hover,
.cid-u26nmveygk .dropdown-item:focus {
  background: #e1201d !important;
  color: white !important;
}
.cid-u26nmveygk .dropdown-item:hover span {
  color: white;
}
.cid-u26nmveygk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u26nmveygk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u26nmveygk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u26nmveygk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u26nmveygk .nav-link {
  position: relative;
}
.cid-u26nmveygk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u26nmveygk .container {
    flex-wrap: nowrap;
  }
}
.cid-u26nmveygk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-u26nmveygk .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-u26nmveygk .iconfont-wrapper:hover .mbr-iconfont {
  color: #e1201d;
}
.cid-u26nmveygk .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-u26nmveygk .navbar-nav .nav-item:hover {
  color: #e1201d !important;
}
.cid-u26nmveygk .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-u26nmveygk .navbar-nav .nav-link:hover {
  color: #e1201d !important;
}
.cid-u26nmveygk .dropdown-menu,
.cid-u26nmveygk .navbar.opened {
  background: #313131 !important;
}
.cid-u26nmveygk .nav-item:focus,
.cid-u26nmveygk .nav-link:focus {
  outline: none;
}
.cid-u26nmveygk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u26nmveygk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u26nmveygk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u26nmveygk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u26nmveygk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u26nmveygk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u26nmveygk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #313131 0%, rgba(49, 49, 49, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-u26nmveygk .navbar.opened {
  transition: all 0.3s;
}
.cid-u26nmveygk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u26nmveygk .navbar .navbar-logo img {
  width: auto;
}
.cid-u26nmveygk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u26nmveygk .navbar.collapsed {
  justify-content: center;
}
.cid-u26nmveygk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u26nmveygk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u26nmveygk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u26nmveygk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u26nmveygk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u26nmveygk .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-u26nmveygk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u26nmveygk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u26nmveygk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u26nmveygk .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-u26nmveygk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u26nmveygk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u26nmveygk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u26nmveygk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u26nmveygk .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-u26nmveygk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u26nmveygk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u26nmveygk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u26nmveygk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u26nmveygk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u26nmveygk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u26nmveygk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u26nmveygk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u26nmveygk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u26nmveygk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-u26nmveygk .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-u26nmveygk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u26nmveygk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u26nmveygk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u26nmveygk .dropdown-item.active,
.cid-u26nmveygk .dropdown-item:active {
  background-color: transparent;
}
.cid-u26nmveygk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u26nmveygk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u26nmveygk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u26nmveygk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-u26nmveygk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u26nmveygk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u26nmveygk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u26nmveygk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u26nmveygk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u26nmveygk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u26nmveygk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u26nmveygk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u26nmveygk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u26nmveygk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u26nmveygk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u26nmveygk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u26nmveygk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u26nmveygk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u26nmveygk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u26nmveygk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u26nmveygk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u26nmveygk .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u26nmveygk .navbar {
    height: 70px;
  }
  .cid-u26nmveygk .navbar.opened {
    height: auto;
  }
  .cid-u26nmveygk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-u26nmveygk .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-u26nmveygk .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-u26nmveygk .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-u26nmveygk .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u26nmveygk .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-u26nmveygk .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-u26nmveygk .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-u26nmveygk .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-u26nmveygk .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-u26nmveygk .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-u5omYXBD4P {
  padding-top: 210px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dark-night-blue-background-with-neon-rays-lines-abstract-scene-menor-2000x1153.jpg");
}
.cid-u5omYXBD4P .row {
  flex-direction: row-reverse;
}
.cid-u5omYXBD4P .head_info {
  text-align: left;
  margin-bottom: 61px;
}
.cid-u5omYXBD4P .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #e1201d;
}
.cid-u5omYXBD4P .head_info .mbr-subtitle {
  color: #cebfaf;
  margin-bottom: 10px;
}
.cid-u5omYXBD4P .head_info .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #82786e;
}
.cid-u5omYXBD4P .head_info .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-u5omYXBD4P .head_info .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-u5omYXBD4P .head_info .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-u5omYXBD4P .head_info .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-u5omYXBD4P .head_info .mbr-section-btn .btn-primary:hover {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #ffffff !important;
}
.cid-u5omYXBD4P .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-u5omYXBD4P .plan .plan-title {
  color: #e1201d;
  margin-bottom: 32px;
}
.cid-u5omYXBD4P .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-u5omYXBD4P .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #cebfaf;
}
.cid-u5omYXBD4P .plan .plan-price .mbr-text {
  color: #e1201d;
  margin-bottom: 0;
}
.cid-u5omYXBD4P .plan .plan-list {
  margin-bottom: 15px;
}
.cid-u5omYXBD4P .plan .plan-list .list-group {
  color: #82786e;
}
.cid-u5omYXBD4P .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-u5omYXBD4P .plan .plan-list .list-group-item:before {
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-u5omYXBD4P .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-u5omYXBD4P .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-u5omYXBD4P .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-u5omYXBD4P .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-u5omYXBD4P .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-u5omYXBD4P .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #f7ed4a !important;
}
.cid-u5omYXBD4P .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  .cid-u5omYXBD4P * {
    text-align: center;
  }
}
.cid-u5omYXBD4P .plan .plan-title {
  text-align: center;
  color: #272727;
}
.cid-u5omYXBD4P .head_info .mbr-section-title {
  color: #ffffff;
}
.cid-u5omYXBD4P .head_info .mbr-text {
  color: #ffffff;
}
.cid-u5omYXBD4P .plan .plan-list .list-group,
.cid-u5omYXBD4P .plan .mbr-section-btn {
  text-align: center;
}
.cid-u5omYXBD4P .plan .plan-price .mbr-text {
  color: #073b4c;
}
.cid-u5omYXBD4P .head_info .mbr-subtitle {
  color: #cebfaf;
}
.cid-u5omYXTqIA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u5omYXTqIA .media-container-row {
  align-items: center;
}
.cid-u5omYXTqIA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5omYXTqIA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5omYXTqIA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5omYXTqIA .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u5omYXTqIA .foot-menu-item {
  transform: 0.2s;
}
.cid-u5omYXTqIA .foot-menu-item:hover a {
  color: #e1201d !important;
}
.cid-u5omYXTqIA .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-u5omYXTqIA .foot-menu-item:hover::before {
  width: 60px;
  background-color: #e1201d;
}
.cid-u5omYXTqIA .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-u5omYXTqIA .foot-menu {
    justify-content: center;
  }
  .cid-u5omYXTqIA .mbr-text {
    text-align: center;
  }
  .cid-u5omYXTqIA .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u5omYXTqIA .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u5omYXTqIA .link:hover {
  color: #ffffff;
}
.cid-u5omYY2VYZ {
  z-index: 1000;
  width: 100%;
}
.cid-u5omYY2VYZ nav.navbar {
  position: fixed;
}
.cid-u5omYY2VYZ .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-u5omYY2VYZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5omYY2VYZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5omYY2VYZ .dropdown-item:hover,
.cid-u5omYY2VYZ .dropdown-item:focus {
  background: #e1201d !important;
  color: white !important;
}
.cid-u5omYY2VYZ .dropdown-item:hover span {
  color: white;
}
.cid-u5omYY2VYZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5omYY2VYZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5omYY2VYZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5omYY2VYZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5omYY2VYZ .nav-link {
  position: relative;
}
.cid-u5omYY2VYZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5omYY2VYZ .container {
    flex-wrap: nowrap;
  }
}
.cid-u5omYY2VYZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-u5omYY2VYZ .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-u5omYY2VYZ .iconfont-wrapper:hover .mbr-iconfont {
  color: #e1201d;
}
.cid-u5omYY2VYZ .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-u5omYY2VYZ .navbar-nav .nav-item:hover {
  color: #e1201d !important;
}
.cid-u5omYY2VYZ .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-u5omYY2VYZ .navbar-nav .nav-link:hover {
  color: #e1201d !important;
}
.cid-u5omYY2VYZ .dropdown-menu,
.cid-u5omYY2VYZ .navbar.opened {
  background: #313131 !important;
}
.cid-u5omYY2VYZ .nav-item:focus,
.cid-u5omYY2VYZ .nav-link:focus {
  outline: none;
}
.cid-u5omYY2VYZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5omYY2VYZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5omYY2VYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5omYY2VYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5omYY2VYZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5omYY2VYZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5omYY2VYZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #313131 0%, rgba(49, 49, 49, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-u5omYY2VYZ .navbar.opened {
  transition: all 0.3s;
}
.cid-u5omYY2VYZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5omYY2VYZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u5omYY2VYZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5omYY2VYZ .navbar.collapsed {
  justify-content: center;
}
.cid-u5omYY2VYZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5omYY2VYZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5omYY2VYZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u5omYY2VYZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5omYY2VYZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5omYY2VYZ .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-u5omYY2VYZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5omYY2VYZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5omYY2VYZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5omYY2VYZ .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-u5omYY2VYZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5omYY2VYZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5omYY2VYZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5omYY2VYZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5omYY2VYZ .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-u5omYY2VYZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5omYY2VYZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5omYY2VYZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5omYY2VYZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5omYY2VYZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5omYY2VYZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5omYY2VYZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5omYY2VYZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5omYY2VYZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5omYY2VYZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-u5omYY2VYZ .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-u5omYY2VYZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5omYY2VYZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5omYY2VYZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5omYY2VYZ .dropdown-item.active,
.cid-u5omYY2VYZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u5omYY2VYZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5omYY2VYZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5omYY2VYZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5omYY2VYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-u5omYY2VYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5omYY2VYZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5omYY2VYZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5omYY2VYZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5omYY2VYZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5omYY2VYZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5omYY2VYZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5omYY2VYZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5omYY2VYZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5omYY2VYZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5omYY2VYZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5omYY2VYZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5omYY2VYZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5omYY2VYZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5omYY2VYZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5omYY2VYZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5omYY2VYZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u5omYY2VYZ .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5omYY2VYZ .navbar {
    height: 70px;
  }
  .cid-u5omYY2VYZ .navbar.opened {
    height: auto;
  }
  .cid-u5omYY2VYZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-u5omYY2VYZ .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-u5omYY2VYZ .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-u5omYY2VYZ .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-u5omYY2VYZ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u5omYY2VYZ .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-u5omYY2VYZ .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-u5omYY2VYZ .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-u5omYY2VYZ .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-u5omYY2VYZ .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-u5omYY2VYZ .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-u5omQqkfTv {
  z-index: 1000;
  width: 100%;
}
.cid-u5omQqkfTv nav.navbar {
  position: fixed;
}
.cid-u5omQqkfTv .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-u5omQqkfTv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5omQqkfTv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5omQqkfTv .dropdown-item:hover,
.cid-u5omQqkfTv .dropdown-item:focus {
  background: #e1201d !important;
  color: white !important;
}
.cid-u5omQqkfTv .dropdown-item:hover span {
  color: white;
}
.cid-u5omQqkfTv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5omQqkfTv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5omQqkfTv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5omQqkfTv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5omQqkfTv .nav-link {
  position: relative;
}
.cid-u5omQqkfTv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5omQqkfTv .container {
    flex-wrap: nowrap;
  }
}
.cid-u5omQqkfTv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-u5omQqkfTv .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-u5omQqkfTv .iconfont-wrapper:hover .mbr-iconfont {
  color: #e1201d;
}
.cid-u5omQqkfTv .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-u5omQqkfTv .navbar-nav .nav-item:hover {
  color: #e1201d !important;
}
.cid-u5omQqkfTv .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-u5omQqkfTv .navbar-nav .nav-link:hover {
  color: #e1201d !important;
}
.cid-u5omQqkfTv .dropdown-menu,
.cid-u5omQqkfTv .navbar.opened {
  background: #313131 !important;
}
.cid-u5omQqkfTv .nav-item:focus,
.cid-u5omQqkfTv .nav-link:focus {
  outline: none;
}
.cid-u5omQqkfTv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5omQqkfTv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5omQqkfTv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5omQqkfTv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5omQqkfTv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5omQqkfTv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5omQqkfTv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #313131 0%, rgba(49, 49, 49, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-u5omQqkfTv .navbar.opened {
  transition: all 0.3s;
}
.cid-u5omQqkfTv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5omQqkfTv .navbar .navbar-logo img {
  width: auto;
}
.cid-u5omQqkfTv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5omQqkfTv .navbar.collapsed {
  justify-content: center;
}
.cid-u5omQqkfTv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5omQqkfTv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5omQqkfTv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u5omQqkfTv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5omQqkfTv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5omQqkfTv .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-u5omQqkfTv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5omQqkfTv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5omQqkfTv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5omQqkfTv .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-u5omQqkfTv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5omQqkfTv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5omQqkfTv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5omQqkfTv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5omQqkfTv .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-u5omQqkfTv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5omQqkfTv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5omQqkfTv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5omQqkfTv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5omQqkfTv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5omQqkfTv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5omQqkfTv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5omQqkfTv .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5omQqkfTv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5omQqkfTv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-u5omQqkfTv .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-u5omQqkfTv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5omQqkfTv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5omQqkfTv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5omQqkfTv .dropdown-item.active,
.cid-u5omQqkfTv .dropdown-item:active {
  background-color: transparent;
}
.cid-u5omQqkfTv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5omQqkfTv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5omQqkfTv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5omQqkfTv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-u5omQqkfTv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5omQqkfTv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5omQqkfTv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5omQqkfTv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5omQqkfTv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5omQqkfTv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5omQqkfTv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5omQqkfTv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5omQqkfTv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5omQqkfTv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5omQqkfTv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5omQqkfTv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5omQqkfTv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5omQqkfTv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5omQqkfTv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5omQqkfTv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5omQqkfTv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u5omQqkfTv .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5omQqkfTv .navbar {
    height: 70px;
  }
  .cid-u5omQqkfTv .navbar.opened {
    height: auto;
  }
  .cid-u5omQqkfTv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-u5omQqkfTv .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-u5omQqkfTv .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-u5omQqkfTv .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-u5omQqkfTv .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u5omQqkfTv .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-u5omQqkfTv .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-u5omQqkfTv .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-u5omQqkfTv .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-u5omQqkfTv .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-u5omQqkfTv .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-u5omQqFajv {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/topo-site-4-1920x1234.png");
}
.cid-u5omQqFajv H1 {
  color: #ff0207;
}
.cid-u5omQqFajv h1 {
  background: linear-gradient(to left, #cebfaf, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-u5omQqFajv img {
  width: 100%;
}
.cid-u5omQqFajv .mbr-text,
.cid-u5omQqFajv .mbr-section-btn {
  color: #ffffff;
}
.cid-u5omQqFajv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5omQqFajv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5omQqQ9wF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-u5omQqQ9wF .stats-item {
  padding: 80px 10px;
  background-color: #272727;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-u5omQqQ9wF .stats-item:first-child {
  border-radius: 10px 0 0 10px;
}
.cid-u5omQqQ9wF .stats-item:last-child {
  border-radius: 0 10px 10px 0;
}
.cid-u5omQqQ9wF .stats-item > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cid-u5omQqQ9wF .mbr-iconfont {
  font-size: 60px;
  align-self: center;
  margin-right: 20px;
}
.cid-u5omQqQ9wF .heading {
  color: #ffffff;
  font-weight: 400;
}
.cid-u5omQqQ9wF .heading.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.23;
}
.cid-u5omQqQ9wF .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.cid-u5omQqQ9wF .counter {
  text-align: left;
  color: #ffffff;
  font-weight: 900;
}
.cid-u5omQqQ9wF .counter.display-2 {
  letter-spacing: -0.5px;
  margin-bottom: 0;
  line-height: 1.15;
}
.cid-u5omQqQ9wF .mbr-card-title,
.cid-u5omQqQ9wF .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-u5omQqQ9wF .stats-item {
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 30px 25px;
  }
  .cid-u5omQqQ9wF .stats-item:first-child {
    border-radius: 0;
  }
  .cid-u5omQqQ9wF .stats-item:last-child {
    border-radius: 0;
  }
}
.cid-u5omQqQ9wF .mbr-card-title,
.cid-u5omQqQ9wF .mbr-iconfont {
  color: #f3f3f3;
  text-align: left;
}
.cid-u5omQrkVwC {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-u5omQrkVwC .video-wrapper iframe {
  width: 100%;
}
.cid-u5omQrkVwC .mbr-section-title,
.cid-u5omQrkVwC .mbr-section-subtitle,
.cid-u5omQrkVwC .mbr-text {
  text-align: center;
}
.cid-u5omQrkVwC .mbr-section-title {
  color: #ffffff;
}
.cid-u5omQrxWP3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5omQrxWP3 .video-wrapper iframe {
  width: 100%;
}
.cid-u5omQrxWP3 .mbr-section-title,
.cid-u5omQrxWP3 .mbr-section-subtitle,
.cid-u5omQrxWP3 .mbr-text {
  text-align: center;
}
.cid-u5omQrxWP3 .mbr-section-title {
  color: #040402;
}
.cid-u5omQrJdWE {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #101010;
}
.cid-u5omQrJdWE .video-wrapper iframe {
  width: 100%;
}
.cid-u5omQrJdWE .mbr-section-title,
.cid-u5omQrJdWE .mbr-section-subtitle,
.cid-u5omQrJdWE .mbr-text {
  text-align: center;
}
.cid-u5omQrJdWE .mbr-section-title {
  color: #040402;
}
.cid-u5omQrU42i {
  padding-top: 165px;
  padding-bottom: 135px;
  background-color: #040402;
  background: linear-gradient(45deg, #040402, #101010);
}
.cid-u5omQrU42i h1 {
  margin-bottom: 0.2rem;
}
.cid-u5omQrU42i .container-fluid {
  padding: 0;
}
.cid-u5omQrU42i img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-u5omQrU42i .mbr-figure {
  height: 100%;
}
.cid-u5omQrU42i .col-lg-6 {
  padding: 0;
}
.cid-u5omQrU42i .mbr-text {
  color: #747474;
}
.cid-u5omQrU42i hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-u5omQrU42i .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-u5omQrU42i .mbr-section-subtitle-1 {
  color: #e1201d;
}
.cid-u5omQrU42i .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
  color: #ffffff;
}
.cid-u5omQrU42i .mbr-figure::after {
  content: "";
  background-color: #e1201d;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (min-width: 767px) {
  .cid-u5omQrU42i .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-u5omQrU42i .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-u5omQrU42i .left-block {
    margin-top: 4.5rem;
  }
}
.cid-u5omQrU42i .btn {
  color: #101010 !important;
}
.cid-u5omQrU42i .btn:hover {
  color: #ffffff !important;
}
.cid-u5omQrU42i .media-content,
.cid-u5omQrU42i .mbr-section-title,
.cid-u5omQrU42i .line-title {
  color: #ffffff;
}
.cid-u5omQrU42i .mbr-text,
.cid-u5omQrU42i .mbr-section-btn {
  color: #ffffff;
}
.cid-u5omQs70si {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #101010;
}
@media (max-width: 767px) {
  .cid-u5omQs70si h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u5omQs70si .container {
    position: relative;
  }
  .cid-u5omQs70si .row {
    margin: 0;
  }
  .cid-u5omQs70si h2 {
    margin: 0;
  }
}
.cid-u5omQs70si .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-u5omQs70si .mbr-section-subtitle {
  color: #e1201d;
}
.cid-u5omQs70si .line-title {
  width: 40px;
  height: 2px;
  background-color: #e1201d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-u5omQs70si .vertical-line:before {
  content: '';
  background-color: #e1201d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u5omQs70si .container-column,
.cid-u5omQs70si h2 {
  text-align: left;
  color: #ffffff;
}
.cid-u5omQs70si .mbr-text {
  color: #f3f3f3;
}
.cid-u5omQswJGc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #272727;
}
@media (max-width: 1000px) {
  .cid-u5omQswJGc {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u5omQswJGc {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-u5omQswJGc .f-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cid-u5omQswJGc .f-row {
    flex-direction: column;
  }
}
.cid-u5omQswJGc .f-item {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  .cid-u5omQswJGc .f-item {
    flex: 1 1 100%;
  }
}
.cid-u5omQswJGc .text-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1000px) {
  .cid-u5omQswJGc .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u5omQswJGc .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u5omQswJGc .image-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .cid-u5omQswJGc .image-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cid-u5omQswJGc .image-circle {
    width: 220px;
    height: 220px;
  }
}
.cid-u5omQswJGc .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5omQswJGc .f-row {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .cid-u5omQswJGc .f-row {
    flex-direction: column;
  }
}
.cid-u5omQswJGc .mbr-text,
.cid-u5omQswJGc .mbr-section-btn {
  text-align: right;
  color: #f3f3f3;
}
.cid-u5omQswJGc .card-title {
  text-align: right;
  color: #e1201d;
}
.cid-u5omQsLHlg {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u5omQsLHlg .item {
  padding-bottom: 2rem;
}
.cid-u5omQsLHlg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u5omQsLHlg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u5omQsLHlg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u5omQsLHlg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u5omQsLHlg .carousel-control,
.cid-u5omQsLHlg .close {
  background: #1b1b1b;
}
.cid-u5omQsLHlg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u5omQsLHlg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u5omQsLHlg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u5omQsLHlg .carousel-control-next span {
  margin-left: 5px;
}
.cid-u5omQsLHlg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u5omQsLHlg .close::before {
  content: '\e91a';
}
.cid-u5omQsLHlg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u5omQsLHlg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u5omQsLHlg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5omQsLHlg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u5omQsLHlg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u5omQsLHlg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u5omQsLHlg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u5omQsLHlg .carousel-indicators li.active,
.cid-u5omQsLHlg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u5omQsLHlg .carousel-indicators li::after,
.cid-u5omQsLHlg .carousel-indicators li::before {
  content: none;
}
.cid-u5omQsLHlg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u5omQsLHlg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u5omQsLHlg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u5omQsLHlg .carousel-indicators {
    display: none;
  }
}
.cid-u5omQsLHlg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u5omQsLHlg .carousel-inner > .active {
  display: block;
}
.cid-u5omQsLHlg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5omQsLHlg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5omQsLHlg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u5omQsLHlg .carousel-control,
  .cid-u5omQsLHlg .carousel-indicators,
  .cid-u5omQsLHlg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u5omQsLHlg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u5omQsLHlg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u5omQsLHlg .carousel-indicators .active,
.cid-u5omQsLHlg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u5omQsLHlg .carousel-indicators .active {
  background: #fff;
}
.cid-u5omQsLHlg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u5omQsLHlg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u5omQsLHlg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u5omQsLHlg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u5omQsLHlg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u5omQsLHlg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u5omQsLHlg .carousel {
  width: 100%;
}
.cid-u5omQsLHlg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u5omQsLHlg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u5omQsLHlg .modal.fade .modal-dialog,
.cid-u5omQsLHlg .modal.in .modal-dialog {
  transform: none;
}
.cid-u5omQsLHlg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u5omQsLHlg H6 {
  text-align: center;
}
.cid-u5omQsLHlg H3 {
  color: #ffffff;
}
.cid-u5omQtkO0r {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #101010;
}
.cid-u5omQtkO0r .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u5omQtkO0r .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-u5omQtkO0r .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u5omQtkO0r .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u5omQtkO0r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u5omQtkO0r .map-placeholder {
  display: none;
}
.cid-u5omQtkO0r .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u5omQtkO0r .card {
  padding: 3rem 8rem;
}
.cid-u5omQtkO0r .card .mbr-text {
  color: #06182d;
}
.cid-u5omQtkO0r .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-u5omQtkO0r .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u5omQtkO0r .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-u5omQtkO0r .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-u5omQtkO0r .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-u5omQtkO0r .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-u5omQtkO0r .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-u5omQtkO0r .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-u5omQtkO0r .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u5omQtkO0r .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-u5omQtkO0r .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5omQtkO0r .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-u5omQtkO0r .card .form-group {
  padding-right: 0;
}
.cid-u5omQtkO0r .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u5omQtkO0r .card .btn-primary {
  border: 1px solid #e1201d !important;
}
.cid-u5omQtkO0r .card .btn-primary:hover {
  border: 1px solid #e1201d !important;
}
@media (max-width: 1200px) {
  .cid-u5omQtkO0r .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-u5omQtkO0r .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u5omQtkO0r h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-u5omQtkO0r * {
    text-align: center !important;
  }
  .cid-u5omQtkO0r .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-u5omQtkO0r .form-group {
    max-width: 180px;
  }
  .cid-u5omQtkO0r .card {
    padding: 2rem 1rem;
  }
}
.cid-u5omQtkO0r .card .mbr-section-title {
  color: #e1201d;
}
.cid-u5omQtkO0r .card .group-title {
  color: #ffffff;
}
.cid-u5omQtkO0r .card .items .list-item .text2,
.cid-u5omQtkO0r .card .items .list-item {
  color: #ffffff;
}
.cid-u5omQtI01Q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1920.png");
}
.cid-u5omQtI01Q .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-u5omQtI01Q .align-center {
    text-align: center;
  }
}
.cid-u5omQtVIuz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u5omQtVIuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5omQtVIuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5omQtVIuz .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-u5omQtVIuz .plan-body {
  padding-bottom: 2rem;
}
.cid-u5omQtVIuz .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u5omQtVIuz .price {
  color: #2b8011;
}
.cid-u5omQtVIuz .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-u5omQtVIuz .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-u5omQtVIuz .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-u5omQtVIuz .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-u5omQtVIuz .plan {
    margin-bottom: 2rem;
  }
}
.cid-u5omQutv7n {
  padding-top: 135px;
  padding-bottom: 135px;
  background: #101010;
}
.cid-u5omQutv7n .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-u5omQutv7n .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #e1201d;
  transition: all 0.3s;
}
.cid-u5omQutv7n .mbr-iconfont-social:hover {
  color: #e1201d;
}
.cid-u5omQutv7n .mbr-section-title,
.cid-u5omQutv7n .social-list {
  display: flex;
  align-items: center;
  color: #e1201d;
  text-align: center;
}
.cid-u5omQutv7n .social-list a {
  transition: 0.3s;
}
.cid-u5omQutv7n .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-u5omQutv7n .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-u5omQutv7n .social-list {
    margin-bottom: 2rem;
  }
  .cid-u5omQutv7n .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5omQutv7n .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-u5omQutv7n .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-u5omQutv7n .row {
    padding: 0 1rem;
  }
}
.cid-u5omQutv7n .vertical-line:before {
  content: '';
  background-color: #e1201d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-u5omQuJf9Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u5omQuJf9Z .media-container-row {
  align-items: center;
}
.cid-u5omQuJf9Z .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5omQuJf9Z .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5omQuJf9Z .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5omQuJf9Z .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-u5omQuJf9Z .foot-menu-item {
  transform: 0.2s;
}
.cid-u5omQuJf9Z .foot-menu-item:hover a {
  color: #e1201d !important;
}
.cid-u5omQuJf9Z .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-u5omQuJf9Z .foot-menu-item:hover::before {
  width: 60px;
  background-color: #e1201d;
}
.cid-u5omQuJf9Z .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-u5omQuJf9Z .foot-menu {
    justify-content: center;
  }
  .cid-u5omQuJf9Z .mbr-text {
    text-align: center;
  }
  .cid-u5omQuJf9Z .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u5omQuJf9Z .foot-menu {
    justify-content: flex-end;
  }
}
.cid-u5omQuJf9Z .link:hover {
  color: #ffffff;
}
.cid-umEGarUN7f {
  z-index: 1000;
  width: 100%;
}
.cid-umEGarUN7f nav.navbar {
  position: fixed;
}
.cid-umEGarUN7f .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-umEGarUN7f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umEGarUN7f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umEGarUN7f .dropdown-item:hover,
.cid-umEGarUN7f .dropdown-item:focus {
  background: #e1201d !important;
  color: white !important;
}
.cid-umEGarUN7f .dropdown-item:hover span {
  color: white;
}
.cid-umEGarUN7f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umEGarUN7f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umEGarUN7f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umEGarUN7f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umEGarUN7f .nav-link {
  position: relative;
}
.cid-umEGarUN7f .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umEGarUN7f .container {
    flex-wrap: nowrap;
  }
}
.cid-umEGarUN7f .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-umEGarUN7f .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-umEGarUN7f .iconfont-wrapper:hover .mbr-iconfont {
  color: #e1201d;
}
.cid-umEGarUN7f .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-umEGarUN7f .navbar-nav .nav-item:hover {
  color: #e1201d !important;
}
.cid-umEGarUN7f .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-umEGarUN7f .navbar-nav .nav-link:hover {
  color: #e1201d !important;
}
.cid-umEGarUN7f .dropdown-menu,
.cid-umEGarUN7f .navbar.opened {
  background: #313131 !important;
}
.cid-umEGarUN7f .nav-item:focus,
.cid-umEGarUN7f .nav-link:focus {
  outline: none;
}
.cid-umEGarUN7f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umEGarUN7f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umEGarUN7f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umEGarUN7f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umEGarUN7f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umEGarUN7f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umEGarUN7f .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #313131 0%, rgba(49, 49, 49, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-umEGarUN7f .navbar.opened {
  transition: all 0.3s;
}
.cid-umEGarUN7f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umEGarUN7f .navbar .navbar-logo img {
  width: auto;
}
.cid-umEGarUN7f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umEGarUN7f .navbar.collapsed {
  justify-content: center;
}
.cid-umEGarUN7f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umEGarUN7f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umEGarUN7f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-umEGarUN7f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umEGarUN7f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umEGarUN7f .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-umEGarUN7f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umEGarUN7f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umEGarUN7f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umEGarUN7f .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-umEGarUN7f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umEGarUN7f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umEGarUN7f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umEGarUN7f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umEGarUN7f .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-umEGarUN7f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umEGarUN7f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umEGarUN7f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umEGarUN7f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umEGarUN7f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umEGarUN7f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umEGarUN7f .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umEGarUN7f .navbar.navbar-short {
  min-height: 60px;
}
.cid-umEGarUN7f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umEGarUN7f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-umEGarUN7f .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-umEGarUN7f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umEGarUN7f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umEGarUN7f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umEGarUN7f .dropdown-item.active,
.cid-umEGarUN7f .dropdown-item:active {
  background-color: transparent;
}
.cid-umEGarUN7f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umEGarUN7f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umEGarUN7f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umEGarUN7f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-umEGarUN7f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umEGarUN7f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umEGarUN7f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umEGarUN7f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umEGarUN7f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umEGarUN7f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umEGarUN7f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umEGarUN7f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umEGarUN7f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umEGarUN7f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umEGarUN7f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umEGarUN7f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umEGarUN7f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umEGarUN7f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umEGarUN7f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umEGarUN7f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umEGarUN7f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-umEGarUN7f .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umEGarUN7f .navbar {
    height: 70px;
  }
  .cid-umEGarUN7f .navbar.opened {
    height: auto;
  }
  .cid-umEGarUN7f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-umEGarUN7f .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-umEGarUN7f .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-umEGarUN7f .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-umEGarUN7f .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-umEGarUN7f .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-umEGarUN7f .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-umEGarUN7f .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-umEGarUN7f .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-umEGarUN7f .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-umEGarUN7f .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-umGbV0W3gv {
  padding-top: 165px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/topo-site-4-1920x1234.png");
}
.cid-umGbV0W3gv .img-wrap {
  position: relative;
}
.cid-umGbV0W3gv .img-wrap img {
  width: 100%;
}
.cid-umGbV0W3gv .mbr-section-subtitle {
  color: #cebfaf;
  margin-bottom: 14px;
}
.cid-umGbV0W3gv .mbr-section-title {
  color: #e1201d;
}
.cid-umGbV0W3gv .mbr-text {
  color: #82786e;
}
.cid-umGbV0W3gv .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-umGbV0W3gv .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-umGbV0W3gv .cards-wrap {
  margin-top: 30px;
}
.cid-umGbV0W3gv .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-umGbV0W3gv .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-umGbV0W3gv .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-umGbV0W3gv .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #cebfaf;
  position: relative;
  display: block;
}
.cid-umGbV0W3gv .wrapper .icon1 {
  background-color: #ff0207;
}
.cid-umGbV0W3gv .wrapper .icon1 .mbr-iconfont {
  color: #e1201d;
}
.cid-umGbV0W3gv .wrapper .icon2 {
  background-color: #ff0207;
}
.cid-umGbV0W3gv .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-umGbV0W3gv .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-umGbV0W3gv .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-umGbV0W3gv .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-umGbV0W3gv .wrapper .mbr-card-title {
  color: #e1201d;
  margin-bottom: 17px;
}
.cid-umGbV0W3gv .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #82786e;
}
@media (max-width: 768px) {
  .cid-umGbV0W3gv .mbr-section-btn {
    justify-content: center;
  }
  .cid-umGbV0W3gv * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-umGbV0W3gv .mbr-fallback-image.disabled {
  display: none;
}
.cid-umGbV0W3gv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umGbV0W3gv .mbr-section-title,
.cid-umGbV0W3gv .separator,
.cid-umGbV0W3gv .sep-holder {
  text-align: left;
}
.cid-umGbV0W3gv .mbr-section-subtitle,
.cid-umGbV0W3gv .mbr-section-title .accent-word {
  text-align: left;
}
.cid-umGbV0W3gv .wrapper .mbr-card-title,
.cid-umGbV0W3gv .img {
  color: #ffffff;
}
.cid-umGbV0W3gv .mbr-text,
.cid-umGbV0W3gv .mbr-section-btn {
  color: #f3f3f3;
}
.cid-umQp8T3IPi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #272727;
}
.cid-umQp8T3IPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQp8T3IPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQp8T3IPi .col-title {
  margin-bottom: 32px;
}
.cid-umQp8T3IPi .mbr-section-title {
  color: #24262b;
}
.cid-umQp8T3IPi .mbr-section-subtitle {
  color: #24262b;
}
.cid-umQp8T3IPi .cards-row {
  row-gap: 32px;
}
.cid-umQp8T3IPi .card {
  border-radius: 0;
}
.cid-umQp8T3IPi .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-umQp8T3IPi .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #e1201d;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-umQp8T3IPi .text-wrap {
  flex-grow: 1;
}
.cid-umQp8T3IPi .card-title {
  color: #ff0207;
}
.cid-umQp8T3IPi .card-text {
  color: #ffffff;
}
.cid-umEGasRSh4 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-umEGasRSh4 .video-wrapper iframe {
  width: 100%;
}
.cid-umEGasRSh4 .mbr-section-title,
.cid-umEGasRSh4 .mbr-section-subtitle,
.cid-umEGasRSh4 .mbr-text {
  text-align: center;
}
.cid-umEGasRSh4 .mbr-section-title {
  color: #ffffff;
}
.cid-umEGat5xTi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-umEGat5xTi .video-wrapper iframe {
  width: 100%;
}
.cid-umEGat5xTi .mbr-section-title,
.cid-umEGat5xTi .mbr-section-subtitle,
.cid-umEGat5xTi .mbr-text {
  text-align: center;
}
.cid-umEGat5xTi .mbr-section-title {
  color: #040402;
}
.cid-umEGatgkpO {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.cid-umEGatgkpO .video-wrapper iframe {
  width: 100%;
}
.cid-umEGatgkpO .mbr-section-title,
.cid-umEGatgkpO .mbr-section-subtitle,
.cid-umEGatgkpO .mbr-text {
  text-align: center;
}
.cid-umEGatgkpO .mbr-section-title {
  color: #040402;
}
.cid-umEGatsImD {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #040402;
  background: linear-gradient(45deg, #040402, #101010);
}
.cid-umEGatsImD h1 {
  margin-bottom: 0.2rem;
}
.cid-umEGatsImD .container-fluid {
  padding: 0;
}
.cid-umEGatsImD img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-umEGatsImD .mbr-figure {
  height: 100%;
}
.cid-umEGatsImD .col-lg-6 {
  padding: 0;
}
.cid-umEGatsImD .mbr-text {
  color: #747474;
}
.cid-umEGatsImD hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-umEGatsImD .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-umEGatsImD .mbr-section-subtitle-1 {
  color: #e1201d;
}
.cid-umEGatsImD .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
  color: #ffffff;
}
.cid-umEGatsImD .mbr-figure::after {
  content: "";
  background-color: #e1201d;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (min-width: 767px) {
  .cid-umEGatsImD .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-umEGatsImD .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-umEGatsImD .left-block {
    margin-top: 4.5rem;
  }
}
.cid-umEGatsImD .btn {
  color: #101010 !important;
}
.cid-umEGatsImD .btn:hover {
  color: #ffffff !important;
}
.cid-umEGatsImD .media-content,
.cid-umEGatsImD .mbr-section-title,
.cid-umEGatsImD .line-title {
  color: #ffffff;
}
.cid-umEGatsImD .mbr-text,
.cid-umEGatsImD .mbr-section-btn {
  color: #ffffff;
}
.cid-umEGatETaq {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #101010;
}
@media (max-width: 767px) {
  .cid-umEGatETaq h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-umEGatETaq .container {
    position: relative;
  }
  .cid-umEGatETaq .row {
    margin: 0;
  }
  .cid-umEGatETaq h2 {
    margin: 0;
  }
}
.cid-umEGatETaq .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-umEGatETaq .mbr-section-subtitle {
  color: #e1201d;
}
.cid-umEGatETaq .line-title {
  width: 40px;
  height: 2px;
  background-color: #e1201d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-umEGatETaq .vertical-line:before {
  content: '';
  background-color: #e1201d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-umEGatETaq .container-column,
.cid-umEGatETaq h2 {
  text-align: left;
  color: #ffffff;
}
.cid-umEGatETaq .mbr-text {
  color: #f3f3f3;
}
.cid-umEGatOsrf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #272727;
}
@media (max-width: 1000px) {
  .cid-umEGatOsrf {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-umEGatOsrf {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-umEGatOsrf .f-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cid-umEGatOsrf .f-row {
    flex-direction: column;
  }
}
.cid-umEGatOsrf .f-item {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  .cid-umEGatOsrf .f-item {
    flex: 1 1 100%;
  }
}
.cid-umEGatOsrf .text-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1000px) {
  .cid-umEGatOsrf .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-umEGatOsrf .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umEGatOsrf .image-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .cid-umEGatOsrf .image-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cid-umEGatOsrf .image-circle {
    width: 220px;
    height: 220px;
  }
}
.cid-umEGatOsrf .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-umEGatOsrf .f-row {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .cid-umEGatOsrf .f-row {
    flex-direction: column;
  }
}
.cid-umEGatOsrf .mbr-text,
.cid-umEGatOsrf .mbr-section-btn {
  text-align: right;
  color: #f3f3f3;
}
.cid-umEGatOsrf .card-title {
  text-align: right;
  color: #e1201d;
}
.cid-umEGatY9PP {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-umEGatY9PP .item {
  padding-bottom: 2rem;
}
.cid-umEGatY9PP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-umEGatY9PP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-umEGatY9PP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-umEGatY9PP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-umEGatY9PP .carousel-control,
.cid-umEGatY9PP .close {
  background: #1b1b1b;
}
.cid-umEGatY9PP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-umEGatY9PP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-umEGatY9PP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-umEGatY9PP .carousel-control-next span {
  margin-left: 5px;
}
.cid-umEGatY9PP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umEGatY9PP .close::before {
  content: '\e91a';
}
.cid-umEGatY9PP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umEGatY9PP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-umEGatY9PP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umEGatY9PP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umEGatY9PP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-umEGatY9PP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-umEGatY9PP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-umEGatY9PP .carousel-indicators li.active,
.cid-umEGatY9PP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-umEGatY9PP .carousel-indicators li::after,
.cid-umEGatY9PP .carousel-indicators li::before {
  content: none;
}
.cid-umEGatY9PP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-umEGatY9PP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-umEGatY9PP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umEGatY9PP .carousel-indicators {
    display: none;
  }
}
.cid-umEGatY9PP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-umEGatY9PP .carousel-inner > .active {
  display: block;
}
.cid-umEGatY9PP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umEGatY9PP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umEGatY9PP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-umEGatY9PP .carousel-control,
  .cid-umEGatY9PP .carousel-indicators,
  .cid-umEGatY9PP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-umEGatY9PP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-umEGatY9PP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umEGatY9PP .carousel-indicators .active,
.cid-umEGatY9PP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-umEGatY9PP .carousel-indicators .active {
  background: #fff;
}
.cid-umEGatY9PP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-umEGatY9PP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-umEGatY9PP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umEGatY9PP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-umEGatY9PP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-umEGatY9PP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-umEGatY9PP .carousel {
  width: 100%;
}
.cid-umEGatY9PP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-umEGatY9PP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-umEGatY9PP .modal.fade .modal-dialog,
.cid-umEGatY9PP .modal.in .modal-dialog {
  transform: none;
}
.cid-umEGatY9PP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-umEGatY9PP H6 {
  text-align: center;
}
.cid-umEGatY9PP H3 {
  color: #ffffff;
}
.cid-umEGaus2ul {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #101010;
}
.cid-umEGaus2ul .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-umEGaus2ul .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-umEGaus2ul .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-umEGaus2ul .google-map[data-state] {
  background: #e9e5dc;
}
.cid-umEGaus2ul .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-umEGaus2ul .map-placeholder {
  display: none;
}
.cid-umEGaus2ul .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-umEGaus2ul .card {
  padding: 3rem 8rem;
}
.cid-umEGaus2ul .card .mbr-text {
  color: #06182d;
}
.cid-umEGaus2ul .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-umEGaus2ul .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-umEGaus2ul .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-umEGaus2ul .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-umEGaus2ul .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-umEGaus2ul .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-umEGaus2ul .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-umEGaus2ul .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-umEGaus2ul .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-umEGaus2ul .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-umEGaus2ul .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umEGaus2ul .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-umEGaus2ul .card .form-group {
  padding-right: 0;
}
.cid-umEGaus2ul .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-umEGaus2ul .card .btn-primary {
  border: 1px solid #e1201d !important;
}
.cid-umEGaus2ul .card .btn-primary:hover {
  border: 1px solid #e1201d !important;
}
@media (max-width: 1200px) {
  .cid-umEGaus2ul .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-umEGaus2ul .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-umEGaus2ul h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-umEGaus2ul * {
    text-align: center !important;
  }
  .cid-umEGaus2ul .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-umEGaus2ul .form-group {
    max-width: 180px;
  }
  .cid-umEGaus2ul .card {
    padding: 2rem 1rem;
  }
}
.cid-umEGaus2ul .card .mbr-section-title {
  color: #e1201d;
}
.cid-umEGaus2ul .card .group-title {
  color: #ffffff;
}
.cid-umEGaus2ul .card .items .list-item .text2,
.cid-umEGaus2ul .card .items .list-item {
  color: #ffffff;
}
.cid-umEGauPxzr {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1920.png");
}
.cid-umEGauPxzr .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-umEGauPxzr .align-center {
    text-align: center;
  }
}
.cid-umEGav1lsw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-umEGav1lsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-umEGav1lsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umEGav1lsw .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-umEGav1lsw .plan-body {
  padding-bottom: 2rem;
}
.cid-umEGav1lsw .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umEGav1lsw .price {
  color: #2b8011;
}
.cid-umEGav1lsw .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-umEGav1lsw .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-umEGav1lsw .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-umEGav1lsw .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-umEGav1lsw .plan {
    margin-bottom: 2rem;
  }
}
.cid-umEGavmSfY {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #272727;
}
@media (max-width: 767px) {
  .cid-umEGavmSfY h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-umEGavmSfY .container {
    position: relative;
  }
  .cid-umEGavmSfY .row {
    margin: 0;
  }
  .cid-umEGavmSfY h2 {
    margin: 0;
  }
}
.cid-umEGavmSfY .mbr-section-subtitle {
  color: #e9204f;
}
.cid-umEGavmSfY .mbr-text {
  margin-top: 1.4rem;
  color: #e1201d;
}
.cid-umEGavmSfY h2 {
  color: #ffffff;
}
.cid-umEGavyFmI {
  padding-top: 135px;
  padding-bottom: 135px;
  background: #101010;
}
.cid-umEGavyFmI .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-umEGavyFmI .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #e1201d;
  transition: all 0.3s;
}
.cid-umEGavyFmI .mbr-iconfont-social:hover {
  color: #e1201d;
}
.cid-umEGavyFmI .mbr-section-title,
.cid-umEGavyFmI .social-list {
  display: flex;
  align-items: center;
  color: #e1201d;
  text-align: center;
}
.cid-umEGavyFmI .social-list a {
  transition: 0.3s;
}
.cid-umEGavyFmI .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-umEGavyFmI .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-umEGavyFmI .social-list {
    margin-bottom: 2rem;
  }
  .cid-umEGavyFmI .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umEGavyFmI .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-umEGavyFmI .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-umEGavyFmI .row {
    padding: 0 1rem;
  }
}
.cid-umEGavyFmI .vertical-line:before {
  content: '';
  background-color: #e1201d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-umEGavNGUK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-umEGavNGUK .media-container-row {
  align-items: center;
}
.cid-umEGavNGUK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-umEGavNGUK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-umEGavNGUK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-umEGavNGUK .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-umEGavNGUK .foot-menu-item {
  transform: 0.2s;
}
.cid-umEGavNGUK .foot-menu-item:hover a {
  color: #e1201d !important;
}
.cid-umEGavNGUK .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-umEGavNGUK .foot-menu-item:hover::before {
  width: 60px;
  background-color: #e1201d;
}
.cid-umEGavNGUK .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-umEGavNGUK .foot-menu {
    justify-content: center;
  }
  .cid-umEGavNGUK .mbr-text {
    text-align: center;
  }
  .cid-umEGavNGUK .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-umEGavNGUK .foot-menu {
    justify-content: flex-end;
  }
}
.cid-umEGavNGUK .link:hover {
  color: #ffffff;
}
.cid-umQvSAsjVH {
  padding-top: 210px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dark-night-blue-background-with-neon-rays-lines-abstract-scene-menor-2000x1153.jpg");
}
.cid-umQvSAsjVH .row {
  flex-direction: row-reverse;
}
.cid-umQvSAsjVH .head_info {
  text-align: left;
  margin-bottom: 61px;
}
.cid-umQvSAsjVH .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #e1201d;
}
.cid-umQvSAsjVH .head_info .mbr-subtitle {
  color: #cebfaf;
  margin-bottom: 10px;
}
.cid-umQvSAsjVH .head_info .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #82786e;
}
.cid-umQvSAsjVH .head_info .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-umQvSAsjVH .head_info .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-umQvSAsjVH .head_info .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-umQvSAsjVH .head_info .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-umQvSAsjVH .head_info .mbr-section-btn .btn-primary:hover {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #ffffff !important;
}
.cid-umQvSAsjVH .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-umQvSAsjVH .plan .plan-title {
  color: #e1201d;
  margin-bottom: 32px;
}
.cid-umQvSAsjVH .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-umQvSAsjVH .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #cebfaf;
}
.cid-umQvSAsjVH .plan .plan-price .mbr-text {
  color: #e1201d;
  margin-bottom: 0;
}
.cid-umQvSAsjVH .plan .plan-list {
  margin-bottom: 15px;
}
.cid-umQvSAsjVH .plan .plan-list .list-group {
  color: #82786e;
}
.cid-umQvSAsjVH .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-umQvSAsjVH .plan .plan-list .list-group-item:before {
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-umQvSAsjVH .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-umQvSAsjVH .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-umQvSAsjVH .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-umQvSAsjVH .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-umQvSAsjVH .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-umQvSAsjVH .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #f7ed4a !important;
}
.cid-umQvSAsjVH .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  .cid-umQvSAsjVH * {
    text-align: center;
  }
}
.cid-umQvSAsjVH .plan .plan-title {
  text-align: center;
  color: #272727;
}
.cid-umQvSAsjVH .head_info .mbr-section-title {
  color: #ffffff;
}
.cid-umQvSAsjVH .head_info .mbr-text {
  color: #ffffff;
}
.cid-umQvSAsjVH .plan .plan-list .list-group,
.cid-umQvSAsjVH .plan .mbr-section-btn {
  text-align: center;
}
.cid-umQvSAsjVH .plan .plan-price .mbr-text {
  color: #073b4c;
}
.cid-umQvSAsjVH .head_info .mbr-subtitle {
  color: #cebfaf;
}
.cid-umQvSB7AT2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-umQvSB7AT2 .media-container-row {
  align-items: center;
}
.cid-umQvSB7AT2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-umQvSB7AT2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-umQvSB7AT2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-umQvSB7AT2 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-umQvSB7AT2 .foot-menu-item {
  transform: 0.2s;
}
.cid-umQvSB7AT2 .foot-menu-item:hover a {
  color: #e1201d !important;
}
.cid-umQvSB7AT2 .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-umQvSB7AT2 .foot-menu-item:hover::before {
  width: 60px;
  background-color: #e1201d;
}
.cid-umQvSB7AT2 .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-umQvSB7AT2 .foot-menu {
    justify-content: center;
  }
  .cid-umQvSB7AT2 .mbr-text {
    text-align: center;
  }
  .cid-umQvSB7AT2 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-umQvSB7AT2 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-umQvSB7AT2 .link:hover {
  color: #ffffff;
}
.cid-umQvSBzpbR {
  z-index: 1000;
  width: 100%;
}
.cid-umQvSBzpbR nav.navbar {
  position: fixed;
}
.cid-umQvSBzpbR .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-umQvSBzpbR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umQvSBzpbR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umQvSBzpbR .dropdown-item:hover,
.cid-umQvSBzpbR .dropdown-item:focus {
  background: #e1201d !important;
  color: white !important;
}
.cid-umQvSBzpbR .dropdown-item:hover span {
  color: white;
}
.cid-umQvSBzpbR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umQvSBzpbR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umQvSBzpbR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umQvSBzpbR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umQvSBzpbR .nav-link {
  position: relative;
}
.cid-umQvSBzpbR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umQvSBzpbR .container {
    flex-wrap: nowrap;
  }
}
.cid-umQvSBzpbR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-umQvSBzpbR .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-umQvSBzpbR .iconfont-wrapper:hover .mbr-iconfont {
  color: #e1201d;
}
.cid-umQvSBzpbR .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-umQvSBzpbR .navbar-nav .nav-item:hover {
  color: #e1201d !important;
}
.cid-umQvSBzpbR .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-umQvSBzpbR .navbar-nav .nav-link:hover {
  color: #e1201d !important;
}
.cid-umQvSBzpbR .dropdown-menu,
.cid-umQvSBzpbR .navbar.opened {
  background: #313131 !important;
}
.cid-umQvSBzpbR .nav-item:focus,
.cid-umQvSBzpbR .nav-link:focus {
  outline: none;
}
.cid-umQvSBzpbR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umQvSBzpbR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umQvSBzpbR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umQvSBzpbR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umQvSBzpbR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umQvSBzpbR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umQvSBzpbR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #313131 0%, rgba(49, 49, 49, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-umQvSBzpbR .navbar.opened {
  transition: all 0.3s;
}
.cid-umQvSBzpbR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umQvSBzpbR .navbar .navbar-logo img {
  width: auto;
}
.cid-umQvSBzpbR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umQvSBzpbR .navbar.collapsed {
  justify-content: center;
}
.cid-umQvSBzpbR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umQvSBzpbR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umQvSBzpbR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-umQvSBzpbR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umQvSBzpbR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umQvSBzpbR .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-umQvSBzpbR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umQvSBzpbR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umQvSBzpbR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umQvSBzpbR .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-umQvSBzpbR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umQvSBzpbR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umQvSBzpbR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umQvSBzpbR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umQvSBzpbR .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-umQvSBzpbR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umQvSBzpbR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umQvSBzpbR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umQvSBzpbR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umQvSBzpbR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umQvSBzpbR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umQvSBzpbR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umQvSBzpbR .navbar.navbar-short {
  min-height: 60px;
}
.cid-umQvSBzpbR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umQvSBzpbR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-umQvSBzpbR .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-umQvSBzpbR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umQvSBzpbR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umQvSBzpbR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umQvSBzpbR .dropdown-item.active,
.cid-umQvSBzpbR .dropdown-item:active {
  background-color: transparent;
}
.cid-umQvSBzpbR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umQvSBzpbR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umQvSBzpbR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umQvSBzpbR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-umQvSBzpbR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umQvSBzpbR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umQvSBzpbR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umQvSBzpbR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umQvSBzpbR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umQvSBzpbR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umQvSBzpbR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umQvSBzpbR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umQvSBzpbR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umQvSBzpbR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umQvSBzpbR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umQvSBzpbR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umQvSBzpbR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umQvSBzpbR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umQvSBzpbR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umQvSBzpbR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umQvSBzpbR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-umQvSBzpbR .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umQvSBzpbR .navbar {
    height: 70px;
  }
  .cid-umQvSBzpbR .navbar.opened {
    height: auto;
  }
  .cid-umQvSBzpbR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-umQvSBzpbR .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-umQvSBzpbR .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-umQvSBzpbR .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-umQvSBzpbR .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-umQvSBzpbR .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-umQvSBzpbR .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-umQvSBzpbR .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-umQvSBzpbR .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-umQvSBzpbR .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-umQvSBzpbR .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uArJuooCNu {
  z-index: 1000;
  width: 100%;
}
.cid-uArJuooCNu nav.navbar {
  position: fixed;
}
.cid-uArJuooCNu .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-uArJuooCNu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uArJuooCNu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uArJuooCNu .dropdown-item:hover,
.cid-uArJuooCNu .dropdown-item:focus {
  background: #e1201d !important;
  color: white !important;
}
.cid-uArJuooCNu .dropdown-item:hover span {
  color: white;
}
.cid-uArJuooCNu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uArJuooCNu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uArJuooCNu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uArJuooCNu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uArJuooCNu .nav-link {
  position: relative;
}
.cid-uArJuooCNu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uArJuooCNu .container {
    flex-wrap: nowrap;
  }
}
.cid-uArJuooCNu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uArJuooCNu .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uArJuooCNu .iconfont-wrapper:hover .mbr-iconfont {
  color: #e1201d;
}
.cid-uArJuooCNu .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uArJuooCNu .navbar-nav .nav-item:hover {
  color: #e1201d !important;
}
.cid-uArJuooCNu .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uArJuooCNu .navbar-nav .nav-link:hover {
  color: #e1201d !important;
}
.cid-uArJuooCNu .dropdown-menu,
.cid-uArJuooCNu .navbar.opened {
  background: #313131 !important;
}
.cid-uArJuooCNu .nav-item:focus,
.cid-uArJuooCNu .nav-link:focus {
  outline: none;
}
.cid-uArJuooCNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uArJuooCNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uArJuooCNu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uArJuooCNu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uArJuooCNu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uArJuooCNu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uArJuooCNu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #313131 0%, rgba(49, 49, 49, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uArJuooCNu .navbar.opened {
  transition: all 0.3s;
}
.cid-uArJuooCNu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uArJuooCNu .navbar .navbar-logo img {
  width: auto;
}
.cid-uArJuooCNu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uArJuooCNu .navbar.collapsed {
  justify-content: center;
}
.cid-uArJuooCNu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uArJuooCNu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uArJuooCNu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uArJuooCNu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uArJuooCNu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uArJuooCNu .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-uArJuooCNu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uArJuooCNu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uArJuooCNu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uArJuooCNu .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uArJuooCNu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uArJuooCNu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uArJuooCNu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uArJuooCNu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uArJuooCNu .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-uArJuooCNu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uArJuooCNu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uArJuooCNu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uArJuooCNu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uArJuooCNu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uArJuooCNu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uArJuooCNu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uArJuooCNu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uArJuooCNu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uArJuooCNu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uArJuooCNu .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uArJuooCNu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uArJuooCNu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uArJuooCNu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uArJuooCNu .dropdown-item.active,
.cid-uArJuooCNu .dropdown-item:active {
  background-color: transparent;
}
.cid-uArJuooCNu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uArJuooCNu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uArJuooCNu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uArJuooCNu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-uArJuooCNu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uArJuooCNu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uArJuooCNu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uArJuooCNu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uArJuooCNu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uArJuooCNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uArJuooCNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uArJuooCNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uArJuooCNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uArJuooCNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uArJuooCNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uArJuooCNu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uArJuooCNu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uArJuooCNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uArJuooCNu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uArJuooCNu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uArJuooCNu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uArJuooCNu .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uArJuooCNu .navbar {
    height: 70px;
  }
  .cid-uArJuooCNu .navbar.opened {
    height: auto;
  }
  .cid-uArJuooCNu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uArJuooCNu .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uArJuooCNu .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uArJuooCNu .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uArJuooCNu .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uArJuooCNu .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uArJuooCNu .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uArJuooCNu .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uArJuooCNu .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uArJuooCNu .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uArJuooCNu .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uArJuoOzvh {
  padding-top: 180px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
}
.cid-uArJuoOzvh .img-wrap {
  position: relative;
}
.cid-uArJuoOzvh .img-wrap img {
  width: 100%;
}
.cid-uArJuoOzvh .mbr-section-subtitle {
  color: #cebfaf;
  margin-bottom: 14px;
}
.cid-uArJuoOzvh .mbr-section-title {
  color: #e1201d;
}
.cid-uArJuoOzvh .mbr-text {
  color: #82786e;
}
.cid-uArJuoOzvh .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uArJuoOzvh .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uArJuoOzvh .cards-wrap {
  margin-top: 30px;
}
.cid-uArJuoOzvh .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uArJuoOzvh .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uArJuoOzvh .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uArJuoOzvh .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #cebfaf;
  position: relative;
  display: block;
}
.cid-uArJuoOzvh .wrapper .icon1 {
  background-color: #ff0207;
}
.cid-uArJuoOzvh .wrapper .icon1 .mbr-iconfont {
  color: #e1201d;
}
.cid-uArJuoOzvh .wrapper .icon2 {
  background-color: #ff0207;
}
.cid-uArJuoOzvh .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uArJuoOzvh .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-uArJuoOzvh .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uArJuoOzvh .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-uArJuoOzvh .wrapper .mbr-card-title {
  color: #e1201d;
  margin-bottom: 17px;
}
.cid-uArJuoOzvh .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #82786e;
}
@media (max-width: 768px) {
  .cid-uArJuoOzvh .mbr-section-btn {
    justify-content: center;
  }
  .cid-uArJuoOzvh * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uArJuoOzvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uArJuoOzvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uArJuoOzvh .mbr-section-title,
.cid-uArJuoOzvh .separator,
.cid-uArJuoOzvh .sep-holder {
  text-align: left;
  color: #f3f3f3;
}
.cid-uArJuoOzvh .mbr-section-subtitle,
.cid-uArJuoOzvh .mbr-section-title .accent-word {
  text-align: left;
  color: #ff0207;
}
.cid-uArJuoOzvh .wrapper .mbr-card-title,
.cid-uArJuoOzvh .img {
  color: #ffffff;
}
.cid-uArJuoOzvh .mbr-text,
.cid-uArJuoOzvh .mbr-section-btn {
  color: #f3f3f3;
  text-align: left;
}
.cid-uArJuoOzvh .wrapper .mbr-text,
.cid-uArJuoOzvh .img {
  text-align: left;
  color: #e1201d;
}
.cid-uArJupfkWu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #272727;
}
.cid-uArJupfkWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uArJupfkWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uArJupfkWu .col-title {
  margin-bottom: 32px;
}
.cid-uArJupfkWu .mbr-section-title {
  color: #24262b;
}
.cid-uArJupfkWu .mbr-section-subtitle {
  color: #24262b;
}
.cid-uArJupfkWu .cards-row {
  row-gap: 32px;
}
.cid-uArJupfkWu .card {
  border-radius: 0;
}
.cid-uArJupfkWu .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uArJupfkWu .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #e1201d;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uArJupfkWu .text-wrap {
  flex-grow: 1;
}
.cid-uArJupfkWu .card-title {
  color: #ff0207;
}
.cid-uArJupfkWu .card-text {
  color: #ffffff;
}
.cid-uArJupzIrz {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-uArJupzIrz .video-wrapper iframe {
  width: 100%;
}
.cid-uArJupzIrz .mbr-section-title,
.cid-uArJupzIrz .mbr-section-subtitle,
.cid-uArJupzIrz .mbr-text {
  text-align: center;
}
.cid-uArJupzIrz .mbr-section-title {
  color: #ffffff;
}
.cid-uArJupOCZy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uArJupOCZy .video-wrapper iframe {
  width: 100%;
}
.cid-uArJupOCZy .mbr-section-title,
.cid-uArJupOCZy .mbr-section-subtitle,
.cid-uArJupOCZy .mbr-text {
  text-align: center;
}
.cid-uArJupOCZy .mbr-section-title {
  color: #040402;
}
.cid-uArJuq0eq2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.cid-uArJuq0eq2 .video-wrapper iframe {
  width: 100%;
}
.cid-uArJuq0eq2 .mbr-section-title,
.cid-uArJuq0eq2 .mbr-section-subtitle,
.cid-uArJuq0eq2 .mbr-text {
  text-align: center;
}
.cid-uArJuq0eq2 .mbr-section-title {
  color: #040402;
}
.cid-uArJuqfYMW {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #040402;
  background: linear-gradient(45deg, #040402, #101010);
}
.cid-uArJuqfYMW h1 {
  margin-bottom: 0.2rem;
}
.cid-uArJuqfYMW .container-fluid {
  padding: 0;
}
.cid-uArJuqfYMW img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-uArJuqfYMW .mbr-figure {
  height: 100%;
}
.cid-uArJuqfYMW .col-lg-6 {
  padding: 0;
}
.cid-uArJuqfYMW .mbr-text {
  color: #747474;
}
.cid-uArJuqfYMW hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-uArJuqfYMW .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-uArJuqfYMW .mbr-section-subtitle-1 {
  color: #e1201d;
}
.cid-uArJuqfYMW .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
  color: #ffffff;
}
.cid-uArJuqfYMW .mbr-figure::after {
  content: "";
  background-color: #e1201d;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (min-width: 767px) {
  .cid-uArJuqfYMW .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-uArJuqfYMW .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-uArJuqfYMW .left-block {
    margin-top: 4.5rem;
  }
}
.cid-uArJuqfYMW .btn {
  color: #101010 !important;
}
.cid-uArJuqfYMW .btn:hover {
  color: #ffffff !important;
}
.cid-uArJuqfYMW .media-content,
.cid-uArJuqfYMW .mbr-section-title,
.cid-uArJuqfYMW .line-title {
  color: #ffffff;
}
.cid-uArJuqfYMW .mbr-text,
.cid-uArJuqfYMW .mbr-section-btn {
  color: #ffffff;
}
.cid-uArJuqwoqC {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #101010;
}
@media (max-width: 767px) {
  .cid-uArJuqwoqC h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uArJuqwoqC .container {
    position: relative;
  }
  .cid-uArJuqwoqC .row {
    margin: 0;
  }
  .cid-uArJuqwoqC h2 {
    margin: 0;
  }
}
.cid-uArJuqwoqC .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-uArJuqwoqC .mbr-section-subtitle {
  color: #e1201d;
}
.cid-uArJuqwoqC .line-title {
  width: 40px;
  height: 2px;
  background-color: #e1201d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uArJuqwoqC .vertical-line:before {
  content: '';
  background-color: #e1201d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uArJuqwoqC .container-column,
.cid-uArJuqwoqC h2 {
  text-align: left;
  color: #ffffff;
}
.cid-uArJuqwoqC .mbr-text {
  color: #f3f3f3;
}
.cid-uArJuqHEJh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #272727;
}
@media (max-width: 1000px) {
  .cid-uArJuqHEJh {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uArJuqHEJh {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uArJuqHEJh .f-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cid-uArJuqHEJh .f-row {
    flex-direction: column;
  }
}
.cid-uArJuqHEJh .f-item {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  .cid-uArJuqHEJh .f-item {
    flex: 1 1 100%;
  }
}
.cid-uArJuqHEJh .text-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1000px) {
  .cid-uArJuqHEJh .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uArJuqHEJh .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uArJuqHEJh .image-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .cid-uArJuqHEJh .image-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cid-uArJuqHEJh .image-circle {
    width: 220px;
    height: 220px;
  }
}
.cid-uArJuqHEJh .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uArJuqHEJh .f-row {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .cid-uArJuqHEJh .f-row {
    flex-direction: column;
  }
}
.cid-uArJuqHEJh .mbr-text,
.cid-uArJuqHEJh .mbr-section-btn {
  text-align: right;
  color: #f3f3f3;
}
.cid-uArJuqHEJh .card-title {
  text-align: right;
  color: #e1201d;
}
.cid-uArJuqUQDJ {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uArJuqUQDJ .item {
  padding-bottom: 2rem;
}
.cid-uArJuqUQDJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uArJuqUQDJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uArJuqUQDJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uArJuqUQDJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uArJuqUQDJ .carousel-control,
.cid-uArJuqUQDJ .close {
  background: #1b1b1b;
}
.cid-uArJuqUQDJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uArJuqUQDJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uArJuqUQDJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uArJuqUQDJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uArJuqUQDJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uArJuqUQDJ .close::before {
  content: '\e91a';
}
.cid-uArJuqUQDJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uArJuqUQDJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uArJuqUQDJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uArJuqUQDJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uArJuqUQDJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uArJuqUQDJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uArJuqUQDJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uArJuqUQDJ .carousel-indicators li.active,
.cid-uArJuqUQDJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uArJuqUQDJ .carousel-indicators li::after,
.cid-uArJuqUQDJ .carousel-indicators li::before {
  content: none;
}
.cid-uArJuqUQDJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uArJuqUQDJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uArJuqUQDJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uArJuqUQDJ .carousel-indicators {
    display: none;
  }
}
.cid-uArJuqUQDJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uArJuqUQDJ .carousel-inner > .active {
  display: block;
}
.cid-uArJuqUQDJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uArJuqUQDJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uArJuqUQDJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uArJuqUQDJ .carousel-control,
  .cid-uArJuqUQDJ .carousel-indicators,
  .cid-uArJuqUQDJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uArJuqUQDJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uArJuqUQDJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uArJuqUQDJ .carousel-indicators .active,
.cid-uArJuqUQDJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uArJuqUQDJ .carousel-indicators .active {
  background: #fff;
}
.cid-uArJuqUQDJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uArJuqUQDJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uArJuqUQDJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uArJuqUQDJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uArJuqUQDJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uArJuqUQDJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uArJuqUQDJ .carousel {
  width: 100%;
}
.cid-uArJuqUQDJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uArJuqUQDJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uArJuqUQDJ .modal.fade .modal-dialog,
.cid-uArJuqUQDJ .modal.in .modal-dialog {
  transform: none;
}
.cid-uArJuqUQDJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uArJuqUQDJ H6 {
  text-align: center;
}
.cid-uArJuqUQDJ H3 {
  color: #ffffff;
}
.cid-uArJurqbmM {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #101010;
}
.cid-uArJurqbmM .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-uArJurqbmM .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-uArJurqbmM .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uArJurqbmM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uArJurqbmM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uArJurqbmM .map-placeholder {
  display: none;
}
.cid-uArJurqbmM .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uArJurqbmM .card {
  padding: 3rem 8rem;
}
.cid-uArJurqbmM .card .mbr-text {
  color: #06182d;
}
.cid-uArJurqbmM .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-uArJurqbmM .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uArJurqbmM .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uArJurqbmM .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-uArJurqbmM .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-uArJurqbmM .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-uArJurqbmM .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-uArJurqbmM .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uArJurqbmM .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uArJurqbmM .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-uArJurqbmM .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uArJurqbmM .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-uArJurqbmM .card .form-group {
  padding-right: 0;
}
.cid-uArJurqbmM .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uArJurqbmM .card .btn-primary {
  border: 1px solid #e1201d !important;
}
.cid-uArJurqbmM .card .btn-primary:hover {
  border: 1px solid #e1201d !important;
}
@media (max-width: 1200px) {
  .cid-uArJurqbmM .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uArJurqbmM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uArJurqbmM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uArJurqbmM * {
    text-align: center !important;
  }
  .cid-uArJurqbmM .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-uArJurqbmM .form-group {
    max-width: 180px;
  }
  .cid-uArJurqbmM .card {
    padding: 2rem 1rem;
  }
}
.cid-uArJurqbmM .card .mbr-section-title {
  color: #e1201d;
}
.cid-uArJurqbmM .card .group-title {
  color: #ffffff;
}
.cid-uArJurqbmM .card .items .list-item .text2,
.cid-uArJurqbmM .card .items .list-item {
  color: #ffffff;
}
.cid-uArJurRfHG {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1920.png");
}
.cid-uArJurRfHG .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-uArJurRfHG .align-center {
    text-align: center;
  }
}
.cid-uArJus4nAV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uArJus4nAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uArJus4nAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uArJus4nAV .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uArJus4nAV .plan-body {
  padding-bottom: 2rem;
}
.cid-uArJus4nAV .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uArJus4nAV .price {
  color: #2b8011;
}
.cid-uArJus4nAV .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uArJus4nAV .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uArJus4nAV .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uArJus4nAV .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uArJus4nAV .plan {
    margin-bottom: 2rem;
  }
}
.cid-uArJusq69b {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #272727;
}
@media (max-width: 767px) {
  .cid-uArJusq69b h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uArJusq69b .container {
    position: relative;
  }
  .cid-uArJusq69b .row {
    margin: 0;
  }
  .cid-uArJusq69b h2 {
    margin: 0;
  }
}
.cid-uArJusq69b .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uArJusq69b .mbr-text {
  margin-top: 1.4rem;
  color: #e1201d;
}
.cid-uArJusq69b h2 {
  color: #ffffff;
}
.cid-uArJusCF8p {
  padding-top: 135px;
  padding-bottom: 135px;
  background: #101010;
}
.cid-uArJusCF8p .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-uArJusCF8p .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #e1201d;
  transition: all 0.3s;
}
.cid-uArJusCF8p .mbr-iconfont-social:hover {
  color: #e1201d;
}
.cid-uArJusCF8p .mbr-section-title,
.cid-uArJusCF8p .social-list {
  display: flex;
  align-items: center;
  color: #e1201d;
  text-align: center;
}
.cid-uArJusCF8p .social-list a {
  transition: 0.3s;
}
.cid-uArJusCF8p .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-uArJusCF8p .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-uArJusCF8p .social-list {
    margin-bottom: 2rem;
  }
  .cid-uArJusCF8p .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uArJusCF8p .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-uArJusCF8p .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-uArJusCF8p .row {
    padding: 0 1rem;
  }
}
.cid-uArJusCF8p .vertical-line:before {
  content: '';
  background-color: #e1201d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uArJusSEhq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uArJusSEhq .media-container-row {
  align-items: center;
}
.cid-uArJusSEhq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uArJusSEhq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uArJusSEhq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uArJusSEhq .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uArJusSEhq .foot-menu-item {
  transform: 0.2s;
}
.cid-uArJusSEhq .foot-menu-item:hover a {
  color: #e1201d !important;
}
.cid-uArJusSEhq .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uArJusSEhq .foot-menu-item:hover::before {
  width: 60px;
  background-color: #e1201d;
}
.cid-uArJusSEhq .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-uArJusSEhq .foot-menu {
    justify-content: center;
  }
  .cid-uArJusSEhq .mbr-text {
    text-align: center;
  }
  .cid-uArJusSEhq .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uArJusSEhq .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uArJusSEhq .link:hover {
  color: #ffffff;
}
.cid-uArL5ahtca {
  padding-top: 210px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dark-night-blue-background-with-neon-rays-lines-abstract-scene-menor-2000x1153.jpg");
}
.cid-uArL5ahtca .row {
  flex-direction: row-reverse;
}
.cid-uArL5ahtca .head_info {
  text-align: left;
  margin-bottom: 61px;
}
.cid-uArL5ahtca .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #e1201d;
}
.cid-uArL5ahtca .head_info .mbr-subtitle {
  color: #cebfaf;
  margin-bottom: 10px;
}
.cid-uArL5ahtca .head_info .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #82786e;
}
.cid-uArL5ahtca .head_info .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-uArL5ahtca .head_info .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-uArL5ahtca .head_info .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uArL5ahtca .head_info .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uArL5ahtca .head_info .mbr-section-btn .btn-primary:hover {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #ffffff !important;
}
.cid-uArL5ahtca .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-uArL5ahtca .plan .plan-title {
  color: #e1201d;
  margin-bottom: 32px;
}
.cid-uArL5ahtca .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-uArL5ahtca .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #cebfaf;
}
.cid-uArL5ahtca .plan .plan-price .mbr-text {
  color: #e1201d;
  margin-bottom: 0;
}
.cid-uArL5ahtca .plan .plan-list {
  margin-bottom: 15px;
}
.cid-uArL5ahtca .plan .plan-list .list-group {
  color: #82786e;
}
.cid-uArL5ahtca .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-uArL5ahtca .plan .plan-list .list-group-item:before {
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-uArL5ahtca .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-uArL5ahtca .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-uArL5ahtca .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-uArL5ahtca .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uArL5ahtca .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uArL5ahtca .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #f7ed4a !important;
}
.cid-uArL5ahtca .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  .cid-uArL5ahtca * {
    text-align: center;
  }
}
.cid-uArL5ahtca .plan .plan-title {
  text-align: center;
  color: #272727;
}
.cid-uArL5ahtca .head_info .mbr-section-title {
  color: #ffffff;
}
.cid-uArL5ahtca .head_info .mbr-text {
  color: #ffffff;
}
.cid-uArL5ahtca .plan .plan-list .list-group,
.cid-uArL5ahtca .plan .mbr-section-btn {
  text-align: center;
}
.cid-uArL5ahtca .plan .plan-price .mbr-text {
  color: #073b4c;
}
.cid-uArL5ahtca .head_info .mbr-subtitle {
  color: #cebfaf;
}
.cid-uArL5aFd3s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uArL5aFd3s .media-container-row {
  align-items: center;
}
.cid-uArL5aFd3s .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uArL5aFd3s .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uArL5aFd3s .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uArL5aFd3s .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uArL5aFd3s .foot-menu-item {
  transform: 0.2s;
}
.cid-uArL5aFd3s .foot-menu-item:hover a {
  color: #e1201d !important;
}
.cid-uArL5aFd3s .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uArL5aFd3s .foot-menu-item:hover::before {
  width: 60px;
  background-color: #e1201d;
}
.cid-uArL5aFd3s .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-uArL5aFd3s .foot-menu {
    justify-content: center;
  }
  .cid-uArL5aFd3s .mbr-text {
    text-align: center;
  }
  .cid-uArL5aFd3s .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uArL5aFd3s .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uArL5aFd3s .link:hover {
  color: #ffffff;
}
.cid-uArL5aQWlI {
  z-index: 1000;
  width: 100%;
}
.cid-uArL5aQWlI nav.navbar {
  position: fixed;
}
.cid-uArL5aQWlI .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-uArL5aQWlI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uArL5aQWlI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uArL5aQWlI .dropdown-item:hover,
.cid-uArL5aQWlI .dropdown-item:focus {
  background: #e1201d !important;
  color: white !important;
}
.cid-uArL5aQWlI .dropdown-item:hover span {
  color: white;
}
.cid-uArL5aQWlI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uArL5aQWlI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uArL5aQWlI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uArL5aQWlI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uArL5aQWlI .nav-link {
  position: relative;
}
.cid-uArL5aQWlI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uArL5aQWlI .container {
    flex-wrap: nowrap;
  }
}
.cid-uArL5aQWlI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uArL5aQWlI .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uArL5aQWlI .iconfont-wrapper:hover .mbr-iconfont {
  color: #e1201d;
}
.cid-uArL5aQWlI .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uArL5aQWlI .navbar-nav .nav-item:hover {
  color: #e1201d !important;
}
.cid-uArL5aQWlI .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uArL5aQWlI .navbar-nav .nav-link:hover {
  color: #e1201d !important;
}
.cid-uArL5aQWlI .dropdown-menu,
.cid-uArL5aQWlI .navbar.opened {
  background: #313131 !important;
}
.cid-uArL5aQWlI .nav-item:focus,
.cid-uArL5aQWlI .nav-link:focus {
  outline: none;
}
.cid-uArL5aQWlI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uArL5aQWlI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uArL5aQWlI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uArL5aQWlI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uArL5aQWlI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uArL5aQWlI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uArL5aQWlI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #313131 0%, rgba(49, 49, 49, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uArL5aQWlI .navbar.opened {
  transition: all 0.3s;
}
.cid-uArL5aQWlI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uArL5aQWlI .navbar .navbar-logo img {
  width: auto;
}
.cid-uArL5aQWlI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uArL5aQWlI .navbar.collapsed {
  justify-content: center;
}
.cid-uArL5aQWlI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uArL5aQWlI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uArL5aQWlI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uArL5aQWlI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uArL5aQWlI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uArL5aQWlI .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-uArL5aQWlI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uArL5aQWlI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uArL5aQWlI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uArL5aQWlI .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uArL5aQWlI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uArL5aQWlI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uArL5aQWlI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uArL5aQWlI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uArL5aQWlI .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-uArL5aQWlI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uArL5aQWlI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uArL5aQWlI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uArL5aQWlI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uArL5aQWlI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uArL5aQWlI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uArL5aQWlI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uArL5aQWlI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uArL5aQWlI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uArL5aQWlI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uArL5aQWlI .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uArL5aQWlI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uArL5aQWlI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uArL5aQWlI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uArL5aQWlI .dropdown-item.active,
.cid-uArL5aQWlI .dropdown-item:active {
  background-color: transparent;
}
.cid-uArL5aQWlI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uArL5aQWlI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uArL5aQWlI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uArL5aQWlI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-uArL5aQWlI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uArL5aQWlI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uArL5aQWlI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uArL5aQWlI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uArL5aQWlI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uArL5aQWlI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uArL5aQWlI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uArL5aQWlI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uArL5aQWlI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uArL5aQWlI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uArL5aQWlI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uArL5aQWlI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uArL5aQWlI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uArL5aQWlI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uArL5aQWlI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uArL5aQWlI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uArL5aQWlI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uArL5aQWlI .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uArL5aQWlI .navbar {
    height: 70px;
  }
  .cid-uArL5aQWlI .navbar.opened {
    height: auto;
  }
  .cid-uArL5aQWlI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uArL5aQWlI .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uArL5aQWlI .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uArL5aQWlI .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uArL5aQWlI .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uArL5aQWlI .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uArL5aQWlI .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uArL5aQWlI .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uArL5aQWlI .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uArL5aQWlI .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uArL5aQWlI .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uMjm4DxQnn {
  z-index: 1000;
  width: 100%;
}
.cid-uMjm4DxQnn nav.navbar {
  position: fixed;
}
.cid-uMjm4DxQnn .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-uMjm4DxQnn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMjm4DxQnn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMjm4DxQnn .dropdown-item:hover,
.cid-uMjm4DxQnn .dropdown-item:focus {
  background: #e1201d !important;
  color: white !important;
}
.cid-uMjm4DxQnn .dropdown-item:hover span {
  color: white;
}
.cid-uMjm4DxQnn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMjm4DxQnn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMjm4DxQnn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMjm4DxQnn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMjm4DxQnn .nav-link {
  position: relative;
}
.cid-uMjm4DxQnn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMjm4DxQnn .container {
    flex-wrap: nowrap;
  }
}
.cid-uMjm4DxQnn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uMjm4DxQnn .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uMjm4DxQnn .iconfont-wrapper:hover .mbr-iconfont {
  color: #e1201d;
}
.cid-uMjm4DxQnn .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uMjm4DxQnn .navbar-nav .nav-item:hover {
  color: #e1201d !important;
}
.cid-uMjm4DxQnn .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uMjm4DxQnn .navbar-nav .nav-link:hover {
  color: #e1201d !important;
}
.cid-uMjm4DxQnn .dropdown-menu,
.cid-uMjm4DxQnn .navbar.opened {
  background: #313131 !important;
}
.cid-uMjm4DxQnn .nav-item:focus,
.cid-uMjm4DxQnn .nav-link:focus {
  outline: none;
}
.cid-uMjm4DxQnn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMjm4DxQnn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMjm4DxQnn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMjm4DxQnn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMjm4DxQnn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMjm4DxQnn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMjm4DxQnn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #313131 0%, rgba(49, 49, 49, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uMjm4DxQnn .navbar.opened {
  transition: all 0.3s;
}
.cid-uMjm4DxQnn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMjm4DxQnn .navbar .navbar-logo img {
  width: auto;
}
.cid-uMjm4DxQnn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMjm4DxQnn .navbar.collapsed {
  justify-content: center;
}
.cid-uMjm4DxQnn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMjm4DxQnn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMjm4DxQnn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uMjm4DxQnn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMjm4DxQnn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMjm4DxQnn .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-uMjm4DxQnn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMjm4DxQnn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMjm4DxQnn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMjm4DxQnn .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uMjm4DxQnn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMjm4DxQnn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMjm4DxQnn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMjm4DxQnn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMjm4DxQnn .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-uMjm4DxQnn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMjm4DxQnn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMjm4DxQnn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMjm4DxQnn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMjm4DxQnn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMjm4DxQnn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMjm4DxQnn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uMjm4DxQnn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMjm4DxQnn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMjm4DxQnn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uMjm4DxQnn .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uMjm4DxQnn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMjm4DxQnn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMjm4DxQnn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMjm4DxQnn .dropdown-item.active,
.cid-uMjm4DxQnn .dropdown-item:active {
  background-color: transparent;
}
.cid-uMjm4DxQnn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMjm4DxQnn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMjm4DxQnn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMjm4DxQnn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-uMjm4DxQnn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMjm4DxQnn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMjm4DxQnn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMjm4DxQnn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMjm4DxQnn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMjm4DxQnn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMjm4DxQnn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMjm4DxQnn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMjm4DxQnn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMjm4DxQnn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMjm4DxQnn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMjm4DxQnn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMjm4DxQnn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMjm4DxQnn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMjm4DxQnn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMjm4DxQnn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMjm4DxQnn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMjm4DxQnn .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMjm4DxQnn .navbar {
    height: 70px;
  }
  .cid-uMjm4DxQnn .navbar.opened {
    height: auto;
  }
  .cid-uMjm4DxQnn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uMjm4DxQnn .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uMjm4DxQnn .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uMjm4DxQnn .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uMjm4DxQnn .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uMjm4DxQnn .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uMjm4DxQnn .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uMjm4DxQnn .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uMjm4DxQnn .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uMjm4DxQnn .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uMjm4DxQnn .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uMjm4E0mQ0 {
  padding-top: 180px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/sem-ttulo-1-1920x1080.png");
}
.cid-uMjm4E0mQ0 .img-wrap {
  position: relative;
}
.cid-uMjm4E0mQ0 .img-wrap img {
  width: 100%;
}
.cid-uMjm4E0mQ0 .mbr-section-subtitle {
  color: #cebfaf;
  margin-bottom: 14px;
}
.cid-uMjm4E0mQ0 .mbr-section-title {
  color: #e1201d;
}
.cid-uMjm4E0mQ0 .mbr-text {
  color: #82786e;
}
.cid-uMjm4E0mQ0 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uMjm4E0mQ0 .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uMjm4E0mQ0 .cards-wrap {
  margin-top: 30px;
}
.cid-uMjm4E0mQ0 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uMjm4E0mQ0 .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uMjm4E0mQ0 .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uMjm4E0mQ0 .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #cebfaf;
  position: relative;
  display: block;
}
.cid-uMjm4E0mQ0 .wrapper .icon1 {
  background-color: #ff0207;
}
.cid-uMjm4E0mQ0 .wrapper .icon1 .mbr-iconfont {
  color: #e1201d;
}
.cid-uMjm4E0mQ0 .wrapper .icon2 {
  background-color: #ff0207;
}
.cid-uMjm4E0mQ0 .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uMjm4E0mQ0 .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-uMjm4E0mQ0 .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uMjm4E0mQ0 .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-uMjm4E0mQ0 .wrapper .mbr-card-title {
  color: #e1201d;
  margin-bottom: 17px;
}
.cid-uMjm4E0mQ0 .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #82786e;
}
@media (max-width: 768px) {
  .cid-uMjm4E0mQ0 .mbr-section-btn {
    justify-content: center;
  }
  .cid-uMjm4E0mQ0 * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uMjm4E0mQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjm4E0mQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjm4E0mQ0 .mbr-section-title,
.cid-uMjm4E0mQ0 .separator,
.cid-uMjm4E0mQ0 .sep-holder {
  text-align: left;
  color: #f3f3f3;
}
.cid-uMjm4E0mQ0 .mbr-section-subtitle,
.cid-uMjm4E0mQ0 .mbr-section-title .accent-word {
  text-align: left;
  color: #ff0207;
}
.cid-uMjm4E0mQ0 .wrapper .mbr-card-title,
.cid-uMjm4E0mQ0 .img {
  color: #ffffff;
}
.cid-uMjm4E0mQ0 .mbr-text,
.cid-uMjm4E0mQ0 .mbr-section-btn {
  color: #f3f3f3;
  text-align: left;
}
.cid-uMjm4E0mQ0 .wrapper .mbr-text,
.cid-uMjm4E0mQ0 .img {
  text-align: left;
  color: #e1201d;
}
.cid-uMjm4EtcjL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #272727;
}
.cid-uMjm4EtcjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjm4EtcjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjm4EtcjL .col-title {
  margin-bottom: 32px;
}
.cid-uMjm4EtcjL .mbr-section-title {
  color: #24262b;
}
.cid-uMjm4EtcjL .mbr-section-subtitle {
  color: #24262b;
}
.cid-uMjm4EtcjL .cards-row {
  row-gap: 32px;
}
.cid-uMjm4EtcjL .card {
  border-radius: 0;
}
.cid-uMjm4EtcjL .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uMjm4EtcjL .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #e1201d;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uMjm4EtcjL .text-wrap {
  flex-grow: 1;
}
.cid-uMjm4EtcjL .card-title {
  color: #ff0207;
}
.cid-uMjm4EtcjL .card-text {
  color: #ffffff;
}
.cid-uMjm4ETwn9 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #101010;
}
.cid-uMjm4ETwn9 .video-wrapper iframe {
  width: 100%;
}
.cid-uMjm4ETwn9 .mbr-section-title,
.cid-uMjm4ETwn9 .mbr-section-subtitle,
.cid-uMjm4ETwn9 .mbr-text {
  text-align: center;
}
.cid-uMjm4ETwn9 .mbr-section-title {
  color: #ffffff;
}
.cid-uMjm4Fd0Tr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uMjm4Fd0Tr .video-wrapper iframe {
  width: 100%;
}
.cid-uMjm4Fd0Tr .mbr-section-title,
.cid-uMjm4Fd0Tr .mbr-section-subtitle,
.cid-uMjm4Fd0Tr .mbr-text {
  text-align: center;
}
.cid-uMjm4Fd0Tr .mbr-section-title {
  color: #040402;
}
.cid-uMjm4Fvo46 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.cid-uMjm4Fvo46 .video-wrapper iframe {
  width: 100%;
}
.cid-uMjm4Fvo46 .mbr-section-title,
.cid-uMjm4Fvo46 .mbr-section-subtitle,
.cid-uMjm4Fvo46 .mbr-text {
  text-align: center;
}
.cid-uMjm4Fvo46 .mbr-section-title {
  color: #040402;
}
.cid-uMjm4FNc1U {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #040402;
  background: linear-gradient(45deg, #040402, #101010);
}
.cid-uMjm4FNc1U h1 {
  margin-bottom: 0.2rem;
}
.cid-uMjm4FNc1U .container-fluid {
  padding: 0;
}
.cid-uMjm4FNc1U img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-uMjm4FNc1U .mbr-figure {
  height: 100%;
}
.cid-uMjm4FNc1U .col-lg-6 {
  padding: 0;
}
.cid-uMjm4FNc1U .mbr-text {
  color: #747474;
}
.cid-uMjm4FNc1U hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-uMjm4FNc1U .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-uMjm4FNc1U .mbr-section-subtitle-1 {
  color: #e1201d;
}
.cid-uMjm4FNc1U .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
  color: #ffffff;
}
.cid-uMjm4FNc1U .mbr-figure::after {
  content: "";
  background-color: #e1201d;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (min-width: 767px) {
  .cid-uMjm4FNc1U .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-uMjm4FNc1U .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-uMjm4FNc1U .left-block {
    margin-top: 4.5rem;
  }
}
.cid-uMjm4FNc1U .btn {
  color: #101010 !important;
}
.cid-uMjm4FNc1U .btn:hover {
  color: #ffffff !important;
}
.cid-uMjm4FNc1U .media-content,
.cid-uMjm4FNc1U .mbr-section-title,
.cid-uMjm4FNc1U .line-title {
  color: #ffffff;
}
.cid-uMjm4FNc1U .mbr-text,
.cid-uMjm4FNc1U .mbr-section-btn {
  color: #ffffff;
}
.cid-uMjm4G8oyU {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #101010;
}
@media (max-width: 767px) {
  .cid-uMjm4G8oyU h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uMjm4G8oyU .container {
    position: relative;
  }
  .cid-uMjm4G8oyU .row {
    margin: 0;
  }
  .cid-uMjm4G8oyU h2 {
    margin: 0;
  }
}
.cid-uMjm4G8oyU .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-uMjm4G8oyU .mbr-section-subtitle {
  color: #e1201d;
}
.cid-uMjm4G8oyU .line-title {
  width: 40px;
  height: 2px;
  background-color: #e1201d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uMjm4G8oyU .vertical-line:before {
  content: '';
  background-color: #e1201d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uMjm4G8oyU .container-column,
.cid-uMjm4G8oyU h2 {
  text-align: left;
  color: #ffffff;
}
.cid-uMjm4G8oyU .mbr-text {
  color: #f3f3f3;
}
.cid-uMjm4GuCu9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #272727;
}
@media (max-width: 1000px) {
  .cid-uMjm4GuCu9 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uMjm4GuCu9 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-uMjm4GuCu9 .f-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cid-uMjm4GuCu9 .f-row {
    flex-direction: column;
  }
}
.cid-uMjm4GuCu9 .f-item {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  .cid-uMjm4GuCu9 .f-item {
    flex: 1 1 100%;
  }
}
.cid-uMjm4GuCu9 .text-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1000px) {
  .cid-uMjm4GuCu9 .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uMjm4GuCu9 .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMjm4GuCu9 .image-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .cid-uMjm4GuCu9 .image-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cid-uMjm4GuCu9 .image-circle {
    width: 220px;
    height: 220px;
  }
}
.cid-uMjm4GuCu9 .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMjm4GuCu9 .f-row {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .cid-uMjm4GuCu9 .f-row {
    flex-direction: column;
  }
}
.cid-uMjm4GuCu9 .mbr-text,
.cid-uMjm4GuCu9 .mbr-section-btn {
  text-align: right;
  color: #f3f3f3;
}
.cid-uMjm4GuCu9 .card-title {
  text-align: right;
  color: #e1201d;
}
.cid-uMjm4GMAOS {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uMjm4GMAOS .item {
  padding-bottom: 2rem;
}
.cid-uMjm4GMAOS .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uMjm4GMAOS .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uMjm4GMAOS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uMjm4GMAOS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uMjm4GMAOS .carousel-control,
.cid-uMjm4GMAOS .close {
  background: #1b1b1b;
}
.cid-uMjm4GMAOS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uMjm4GMAOS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uMjm4GMAOS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uMjm4GMAOS .carousel-control-next span {
  margin-left: 5px;
}
.cid-uMjm4GMAOS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uMjm4GMAOS .close::before {
  content: '\e91a';
}
.cid-uMjm4GMAOS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uMjm4GMAOS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uMjm4GMAOS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMjm4GMAOS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMjm4GMAOS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMjm4GMAOS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uMjm4GMAOS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uMjm4GMAOS .carousel-indicators li.active,
.cid-uMjm4GMAOS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uMjm4GMAOS .carousel-indicators li::after,
.cid-uMjm4GMAOS .carousel-indicators li::before {
  content: none;
}
.cid-uMjm4GMAOS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uMjm4GMAOS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uMjm4GMAOS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMjm4GMAOS .carousel-indicators {
    display: none;
  }
}
.cid-uMjm4GMAOS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMjm4GMAOS .carousel-inner > .active {
  display: block;
}
.cid-uMjm4GMAOS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMjm4GMAOS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMjm4GMAOS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uMjm4GMAOS .carousel-control,
  .cid-uMjm4GMAOS .carousel-indicators,
  .cid-uMjm4GMAOS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uMjm4GMAOS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uMjm4GMAOS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMjm4GMAOS .carousel-indicators .active,
.cid-uMjm4GMAOS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uMjm4GMAOS .carousel-indicators .active {
  background: #fff;
}
.cid-uMjm4GMAOS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uMjm4GMAOS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uMjm4GMAOS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uMjm4GMAOS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uMjm4GMAOS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uMjm4GMAOS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uMjm4GMAOS .carousel {
  width: 100%;
}
.cid-uMjm4GMAOS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uMjm4GMAOS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uMjm4GMAOS .modal.fade .modal-dialog,
.cid-uMjm4GMAOS .modal.in .modal-dialog {
  transform: none;
}
.cid-uMjm4GMAOS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uMjm4GMAOS H6 {
  text-align: center;
}
.cid-uMjm4GMAOS H3 {
  color: #ffffff;
}
.cid-uMjm4HoNLl {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #101010;
}
.cid-uMjm4HoNLl .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-uMjm4HoNLl .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-uMjm4HoNLl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMjm4HoNLl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMjm4HoNLl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMjm4HoNLl .map-placeholder {
  display: none;
}
.cid-uMjm4HoNLl .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uMjm4HoNLl .card {
  padding: 3rem 8rem;
}
.cid-uMjm4HoNLl .card .mbr-text {
  color: #06182d;
}
.cid-uMjm4HoNLl .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-uMjm4HoNLl .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uMjm4HoNLl .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-uMjm4HoNLl .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-uMjm4HoNLl .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-uMjm4HoNLl .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-uMjm4HoNLl .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-uMjm4HoNLl .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uMjm4HoNLl .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMjm4HoNLl .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-uMjm4HoNLl .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMjm4HoNLl .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-uMjm4HoNLl .card .form-group {
  padding-right: 0;
}
.cid-uMjm4HoNLl .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMjm4HoNLl .card .btn-primary {
  border: 1px solid #e1201d !important;
}
.cid-uMjm4HoNLl .card .btn-primary:hover {
  border: 1px solid #e1201d !important;
}
@media (max-width: 1200px) {
  .cid-uMjm4HoNLl .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uMjm4HoNLl .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMjm4HoNLl h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uMjm4HoNLl * {
    text-align: center !important;
  }
  .cid-uMjm4HoNLl .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-uMjm4HoNLl .form-group {
    max-width: 180px;
  }
  .cid-uMjm4HoNLl .card {
    padding: 2rem 1rem;
  }
}
.cid-uMjm4HoNLl .card .mbr-section-title {
  color: #e1201d;
}
.cid-uMjm4HoNLl .card .group-title {
  color: #ffffff;
}
.cid-uMjm4HoNLl .card .items .list-item .text2,
.cid-uMjm4HoNLl .card .items .list-item {
  color: #ffffff;
}
.cid-uMjm4HWqxS {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1920.png");
}
.cid-uMjm4HWqxS .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-uMjm4HWqxS .align-center {
    text-align: center;
  }
}
.cid-uMjm4IeRIi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uMjm4IeRIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjm4IeRIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjm4IeRIi .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uMjm4IeRIi .plan-body {
  padding-bottom: 2rem;
}
.cid-uMjm4IeRIi .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uMjm4IeRIi .price {
  color: #2b8011;
}
.cid-uMjm4IeRIi .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uMjm4IeRIi .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uMjm4IeRIi .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uMjm4IeRIi .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uMjm4IeRIi .plan {
    margin-bottom: 2rem;
  }
}
.cid-uMjm4IMHpi {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #272727;
}
@media (max-width: 767px) {
  .cid-uMjm4IMHpi h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uMjm4IMHpi .container {
    position: relative;
  }
  .cid-uMjm4IMHpi .row {
    margin: 0;
  }
  .cid-uMjm4IMHpi h2 {
    margin: 0;
  }
}
.cid-uMjm4IMHpi .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uMjm4IMHpi .mbr-text {
  margin-top: 1.4rem;
  color: #e1201d;
}
.cid-uMjm4IMHpi h2 {
  color: #ffffff;
}
.cid-uMjm4J4KmB {
  padding-top: 135px;
  padding-bottom: 135px;
  background: #101010;
}
.cid-uMjm4J4KmB .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-uMjm4J4KmB .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #e1201d;
  transition: all 0.3s;
}
.cid-uMjm4J4KmB .mbr-iconfont-social:hover {
  color: #e1201d;
}
.cid-uMjm4J4KmB .mbr-section-title,
.cid-uMjm4J4KmB .social-list {
  display: flex;
  align-items: center;
  color: #e1201d;
  text-align: center;
}
.cid-uMjm4J4KmB .social-list a {
  transition: 0.3s;
}
.cid-uMjm4J4KmB .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-uMjm4J4KmB .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-uMjm4J4KmB .social-list {
    margin-bottom: 2rem;
  }
  .cid-uMjm4J4KmB .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMjm4J4KmB .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-uMjm4J4KmB .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-uMjm4J4KmB .row {
    padding: 0 1rem;
  }
}
.cid-uMjm4J4KmB .vertical-line:before {
  content: '';
  background-color: #e1201d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uMjm4JrtGK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uMjm4JrtGK .media-container-row {
  align-items: center;
}
.cid-uMjm4JrtGK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uMjm4JrtGK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uMjm4JrtGK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uMjm4JrtGK .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uMjm4JrtGK .foot-menu-item {
  transform: 0.2s;
}
.cid-uMjm4JrtGK .foot-menu-item:hover a {
  color: #e1201d !important;
}
.cid-uMjm4JrtGK .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uMjm4JrtGK .foot-menu-item:hover::before {
  width: 60px;
  background-color: #e1201d;
}
.cid-uMjm4JrtGK .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-uMjm4JrtGK .foot-menu {
    justify-content: center;
  }
  .cid-uMjm4JrtGK .mbr-text {
    text-align: center;
  }
  .cid-uMjm4JrtGK .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uMjm4JrtGK .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uMjm4JrtGK .link:hover {
  color: #ffffff;
}
.cid-uMjvQvZI2Y {
  padding-top: 210px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dark-night-blue-background-with-neon-rays-lines-abstract-scene-menor-2000x1153.jpg");
}
.cid-uMjvQvZI2Y .row {
  flex-direction: row-reverse;
}
.cid-uMjvQvZI2Y .head_info {
  text-align: left;
  margin-bottom: 61px;
}
.cid-uMjvQvZI2Y .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #e1201d;
}
.cid-uMjvQvZI2Y .head_info .mbr-subtitle {
  color: #cebfaf;
  margin-bottom: 10px;
}
.cid-uMjvQvZI2Y .head_info .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #82786e;
}
.cid-uMjvQvZI2Y .head_info .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-uMjvQvZI2Y .head_info .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-uMjvQvZI2Y .head_info .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uMjvQvZI2Y .head_info .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uMjvQvZI2Y .head_info .mbr-section-btn .btn-primary:hover {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #ffffff !important;
}
.cid-uMjvQvZI2Y .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-uMjvQvZI2Y .plan .plan-title {
  color: #e1201d;
  margin-bottom: 32px;
}
.cid-uMjvQvZI2Y .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-uMjvQvZI2Y .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #cebfaf;
}
.cid-uMjvQvZI2Y .plan .plan-price .mbr-text {
  color: #e1201d;
  margin-bottom: 0;
}
.cid-uMjvQvZI2Y .plan .plan-list {
  margin-bottom: 15px;
}
.cid-uMjvQvZI2Y .plan .plan-list .list-group {
  color: #82786e;
}
.cid-uMjvQvZI2Y .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-uMjvQvZI2Y .plan .plan-list .list-group-item:before {
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-uMjvQvZI2Y .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-uMjvQvZI2Y .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-uMjvQvZI2Y .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-uMjvQvZI2Y .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uMjvQvZI2Y .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uMjvQvZI2Y .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #f7ed4a !important;
}
.cid-uMjvQvZI2Y .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  .cid-uMjvQvZI2Y * {
    text-align: center;
  }
}
.cid-uMjvQvZI2Y .plan .plan-title {
  text-align: center;
  color: #272727;
}
.cid-uMjvQvZI2Y .head_info .mbr-section-title {
  color: #ffffff;
}
.cid-uMjvQvZI2Y .head_info .mbr-text {
  color: #ffffff;
}
.cid-uMjvQvZI2Y .plan .plan-list .list-group,
.cid-uMjvQvZI2Y .plan .mbr-section-btn {
  text-align: center;
}
.cid-uMjvQvZI2Y .plan .plan-price .mbr-text {
  color: #073b4c;
}
.cid-uMjvQvZI2Y .head_info .mbr-subtitle {
  color: #cebfaf;
}
.cid-uMjvQwq2K9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uMjvQwq2K9 .media-container-row {
  align-items: center;
}
.cid-uMjvQwq2K9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uMjvQwq2K9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uMjvQwq2K9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uMjvQwq2K9 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uMjvQwq2K9 .foot-menu-item {
  transform: 0.2s;
}
.cid-uMjvQwq2K9 .foot-menu-item:hover a {
  color: #e1201d !important;
}
.cid-uMjvQwq2K9 .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uMjvQwq2K9 .foot-menu-item:hover::before {
  width: 60px;
  background-color: #e1201d;
}
.cid-uMjvQwq2K9 .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-uMjvQwq2K9 .foot-menu {
    justify-content: center;
  }
  .cid-uMjvQwq2K9 .mbr-text {
    text-align: center;
  }
  .cid-uMjvQwq2K9 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uMjvQwq2K9 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uMjvQwq2K9 .link:hover {
  color: #ffffff;
}
.cid-uMjvQwDoUA {
  z-index: 1000;
  width: 100%;
}
.cid-uMjvQwDoUA nav.navbar {
  position: fixed;
}
.cid-uMjvQwDoUA .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-uMjvQwDoUA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMjvQwDoUA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMjvQwDoUA .dropdown-item:hover,
.cid-uMjvQwDoUA .dropdown-item:focus {
  background: #e1201d !important;
  color: white !important;
}
.cid-uMjvQwDoUA .dropdown-item:hover span {
  color: white;
}
.cid-uMjvQwDoUA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMjvQwDoUA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMjvQwDoUA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMjvQwDoUA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMjvQwDoUA .nav-link {
  position: relative;
}
.cid-uMjvQwDoUA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMjvQwDoUA .container {
    flex-wrap: nowrap;
  }
}
.cid-uMjvQwDoUA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uMjvQwDoUA .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uMjvQwDoUA .iconfont-wrapper:hover .mbr-iconfont {
  color: #e1201d;
}
.cid-uMjvQwDoUA .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uMjvQwDoUA .navbar-nav .nav-item:hover {
  color: #e1201d !important;
}
.cid-uMjvQwDoUA .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uMjvQwDoUA .navbar-nav .nav-link:hover {
  color: #e1201d !important;
}
.cid-uMjvQwDoUA .dropdown-menu,
.cid-uMjvQwDoUA .navbar.opened {
  background: #313131 !important;
}
.cid-uMjvQwDoUA .nav-item:focus,
.cid-uMjvQwDoUA .nav-link:focus {
  outline: none;
}
.cid-uMjvQwDoUA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMjvQwDoUA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMjvQwDoUA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMjvQwDoUA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMjvQwDoUA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMjvQwDoUA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMjvQwDoUA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #313131 0%, rgba(49, 49, 49, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uMjvQwDoUA .navbar.opened {
  transition: all 0.3s;
}
.cid-uMjvQwDoUA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMjvQwDoUA .navbar .navbar-logo img {
  width: auto;
}
.cid-uMjvQwDoUA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMjvQwDoUA .navbar.collapsed {
  justify-content: center;
}
.cid-uMjvQwDoUA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMjvQwDoUA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMjvQwDoUA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uMjvQwDoUA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMjvQwDoUA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMjvQwDoUA .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-uMjvQwDoUA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMjvQwDoUA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMjvQwDoUA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMjvQwDoUA .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uMjvQwDoUA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMjvQwDoUA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMjvQwDoUA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMjvQwDoUA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMjvQwDoUA .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-uMjvQwDoUA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMjvQwDoUA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMjvQwDoUA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMjvQwDoUA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMjvQwDoUA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMjvQwDoUA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMjvQwDoUA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uMjvQwDoUA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMjvQwDoUA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMjvQwDoUA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uMjvQwDoUA .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uMjvQwDoUA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMjvQwDoUA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMjvQwDoUA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMjvQwDoUA .dropdown-item.active,
.cid-uMjvQwDoUA .dropdown-item:active {
  background-color: transparent;
}
.cid-uMjvQwDoUA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMjvQwDoUA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMjvQwDoUA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMjvQwDoUA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-uMjvQwDoUA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMjvQwDoUA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMjvQwDoUA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMjvQwDoUA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMjvQwDoUA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMjvQwDoUA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMjvQwDoUA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMjvQwDoUA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMjvQwDoUA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMjvQwDoUA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMjvQwDoUA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMjvQwDoUA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMjvQwDoUA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMjvQwDoUA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMjvQwDoUA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMjvQwDoUA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMjvQwDoUA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMjvQwDoUA .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMjvQwDoUA .navbar {
    height: 70px;
  }
  .cid-uMjvQwDoUA .navbar.opened {
    height: auto;
  }
  .cid-uMjvQwDoUA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uMjvQwDoUA .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uMjvQwDoUA .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uMjvQwDoUA .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uMjvQwDoUA .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uMjvQwDoUA .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uMjvQwDoUA .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uMjvQwDoUA .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uMjvQwDoUA .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uMjvQwDoUA .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uMjvQwDoUA .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v0cdDSvXUp {
  z-index: 1000;
  width: 100%;
}
.cid-v0cdDSvXUp nav.navbar {
  position: fixed;
}
.cid-v0cdDSvXUp .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-v0cdDSvXUp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0cdDSvXUp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0cdDSvXUp .dropdown-item:hover,
.cid-v0cdDSvXUp .dropdown-item:focus {
  background: #e1201d !important;
  color: white !important;
}
.cid-v0cdDSvXUp .dropdown-item:hover span {
  color: white;
}
.cid-v0cdDSvXUp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0cdDSvXUp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0cdDSvXUp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0cdDSvXUp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0cdDSvXUp .nav-link {
  position: relative;
}
.cid-v0cdDSvXUp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0cdDSvXUp .container {
    flex-wrap: nowrap;
  }
}
.cid-v0cdDSvXUp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-v0cdDSvXUp .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-v0cdDSvXUp .iconfont-wrapper:hover .mbr-iconfont {
  color: #e1201d;
}
.cid-v0cdDSvXUp .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-v0cdDSvXUp .navbar-nav .nav-item:hover {
  color: #e1201d !important;
}
.cid-v0cdDSvXUp .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-v0cdDSvXUp .navbar-nav .nav-link:hover {
  color: #e1201d !important;
}
.cid-v0cdDSvXUp .dropdown-menu,
.cid-v0cdDSvXUp .navbar.opened {
  background: #313131 !important;
}
.cid-v0cdDSvXUp .nav-item:focus,
.cid-v0cdDSvXUp .nav-link:focus {
  outline: none;
}
.cid-v0cdDSvXUp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0cdDSvXUp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0cdDSvXUp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0cdDSvXUp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0cdDSvXUp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0cdDSvXUp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0cdDSvXUp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #313131 0%, rgba(49, 49, 49, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-v0cdDSvXUp .navbar.opened {
  transition: all 0.3s;
}
.cid-v0cdDSvXUp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0cdDSvXUp .navbar .navbar-logo img {
  width: auto;
}
.cid-v0cdDSvXUp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0cdDSvXUp .navbar.collapsed {
  justify-content: center;
}
.cid-v0cdDSvXUp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0cdDSvXUp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0cdDSvXUp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-v0cdDSvXUp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0cdDSvXUp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0cdDSvXUp .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-v0cdDSvXUp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0cdDSvXUp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0cdDSvXUp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0cdDSvXUp .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-v0cdDSvXUp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0cdDSvXUp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0cdDSvXUp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0cdDSvXUp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0cdDSvXUp .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-v0cdDSvXUp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0cdDSvXUp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0cdDSvXUp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0cdDSvXUp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0cdDSvXUp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0cdDSvXUp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0cdDSvXUp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v0cdDSvXUp .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0cdDSvXUp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0cdDSvXUp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v0cdDSvXUp .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-v0cdDSvXUp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0cdDSvXUp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0cdDSvXUp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0cdDSvXUp .dropdown-item.active,
.cid-v0cdDSvXUp .dropdown-item:active {
  background-color: transparent;
}
.cid-v0cdDSvXUp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0cdDSvXUp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0cdDSvXUp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0cdDSvXUp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-v0cdDSvXUp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0cdDSvXUp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0cdDSvXUp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0cdDSvXUp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0cdDSvXUp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0cdDSvXUp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0cdDSvXUp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0cdDSvXUp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0cdDSvXUp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0cdDSvXUp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0cdDSvXUp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cdDSvXUp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0cdDSvXUp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0cdDSvXUp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0cdDSvXUp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0cdDSvXUp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0cdDSvXUp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v0cdDSvXUp .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0cdDSvXUp .navbar {
    height: 70px;
  }
  .cid-v0cdDSvXUp .navbar.opened {
    height: auto;
  }
  .cid-v0cdDSvXUp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-v0cdDSvXUp .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-v0cdDSvXUp .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-v0cdDSvXUp .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-v0cdDSvXUp .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0cdDSvXUp .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-v0cdDSvXUp .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v0cdDSvXUp .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v0cdDSvXUp .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-v0cdDSvXUp .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v0cdDSvXUp .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v0cdDSXSMt {
  padding-top: 180px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/fundo-1920x1080.png");
}
.cid-v0cdDSXSMt .img-wrap {
  position: relative;
}
.cid-v0cdDSXSMt .img-wrap img {
  width: 100%;
}
.cid-v0cdDSXSMt .mbr-section-subtitle {
  color: #cebfaf;
  margin-bottom: 14px;
}
.cid-v0cdDSXSMt .mbr-section-title {
  color: #e1201d;
}
.cid-v0cdDSXSMt .mbr-text {
  color: #82786e;
}
.cid-v0cdDSXSMt .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-v0cdDSXSMt .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-v0cdDSXSMt .cards-wrap {
  margin-top: 30px;
}
.cid-v0cdDSXSMt .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-v0cdDSXSMt .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-v0cdDSXSMt .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-v0cdDSXSMt .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #cebfaf;
  position: relative;
  display: block;
}
.cid-v0cdDSXSMt .wrapper .icon1 {
  background-color: #ff0207;
}
.cid-v0cdDSXSMt .wrapper .icon1 .mbr-iconfont {
  color: #e1201d;
}
.cid-v0cdDSXSMt .wrapper .icon2 {
  background-color: #ff0207;
}
.cid-v0cdDSXSMt .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-v0cdDSXSMt .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-v0cdDSXSMt .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-v0cdDSXSMt .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-v0cdDSXSMt .wrapper .mbr-card-title {
  color: #e1201d;
  margin-bottom: 17px;
}
.cid-v0cdDSXSMt .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #82786e;
}
@media (max-width: 768px) {
  .cid-v0cdDSXSMt .mbr-section-btn {
    justify-content: center;
  }
  .cid-v0cdDSXSMt * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-v0cdDSXSMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cdDSXSMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cdDSXSMt .mbr-section-title,
.cid-v0cdDSXSMt .separator,
.cid-v0cdDSXSMt .sep-holder {
  text-align: left;
  color: #f3f3f3;
}
.cid-v0cdDSXSMt .mbr-section-subtitle,
.cid-v0cdDSXSMt .mbr-section-title .accent-word {
  text-align: left;
  color: #ff0207;
}
.cid-v0cdDSXSMt .wrapper .mbr-card-title,
.cid-v0cdDSXSMt .img {
  color: #ffffff;
}
.cid-v0cdDSXSMt .mbr-text,
.cid-v0cdDSXSMt .mbr-section-btn {
  color: #f3f3f3;
  text-align: left;
}
.cid-v0cdDSXSMt .wrapper .mbr-text,
.cid-v0cdDSXSMt .img {
  text-align: left;
  color: #e1201d;
}
.cid-v0cdDTkOe5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #272727;
}
.cid-v0cdDTkOe5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cdDTkOe5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cdDTkOe5 .col-title {
  margin-bottom: 32px;
}
.cid-v0cdDTkOe5 .mbr-section-title {
  color: #24262b;
}
.cid-v0cdDTkOe5 .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0cdDTkOe5 .cards-row {
  row-gap: 32px;
}
.cid-v0cdDTkOe5 .card {
  border-radius: 0;
}
.cid-v0cdDTkOe5 .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-v0cdDTkOe5 .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #e1201d;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-v0cdDTkOe5 .text-wrap {
  flex-grow: 1;
}
.cid-v0cdDTkOe5 .card-title {
  color: #ff0207;
}
.cid-v0cdDTkOe5 .card-text {
  color: #ffffff;
}
.cid-v0cdDTHBKg {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-v0cdDTHBKg .video-wrapper iframe {
  width: 100%;
}
.cid-v0cdDTHBKg .mbr-section-title,
.cid-v0cdDTHBKg .mbr-section-subtitle,
.cid-v0cdDTHBKg .mbr-text {
  text-align: center;
}
.cid-v0cdDTHBKg .mbr-section-title {
  color: #000000;
}
.cid-v0cdDTYsCq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0cdDTYsCq .video-wrapper iframe {
  width: 100%;
}
.cid-v0cdDTYsCq .mbr-section-title,
.cid-v0cdDTYsCq .mbr-section-subtitle,
.cid-v0cdDTYsCq .mbr-text {
  text-align: center;
}
.cid-v0cdDTYsCq .mbr-section-title {
  color: #040402;
}
.cid-v0cdDUcS4q {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-v0cdDUcS4q .video-wrapper iframe {
  width: 100%;
}
.cid-v0cdDUcS4q .mbr-section-title,
.cid-v0cdDUcS4q .mbr-section-subtitle,
.cid-v0cdDUcS4q .mbr-text {
  text-align: center;
}
.cid-v0cdDUcS4q .mbr-section-title {
  color: #040402;
}
.cid-v0cdDUpNoI {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #f3f3f3;
  background: linear-gradient(45deg, #f3f3f3, #ffffff);
}
.cid-v0cdDUpNoI h1 {
  margin-bottom: 0.2rem;
}
.cid-v0cdDUpNoI .container-fluid {
  padding: 0;
}
.cid-v0cdDUpNoI img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-v0cdDUpNoI .mbr-figure {
  height: 100%;
}
.cid-v0cdDUpNoI .col-lg-6 {
  padding: 0;
}
.cid-v0cdDUpNoI .mbr-text {
  color: #747474;
}
.cid-v0cdDUpNoI hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-v0cdDUpNoI .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-v0cdDUpNoI .mbr-section-subtitle-1 {
  color: #e1201d;
}
.cid-v0cdDUpNoI .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
  color: #ffffff;
}
.cid-v0cdDUpNoI .mbr-figure::after {
  content: "";
  background-color: #e1201d;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (min-width: 767px) {
  .cid-v0cdDUpNoI .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-v0cdDUpNoI .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-v0cdDUpNoI .left-block {
    margin-top: 4.5rem;
  }
}
.cid-v0cdDUpNoI .btn {
  color: #101010 !important;
}
.cid-v0cdDUpNoI .btn:hover {
  color: #ffffff !important;
}
.cid-v0cdDUpNoI .media-content,
.cid-v0cdDUpNoI .mbr-section-title,
.cid-v0cdDUpNoI .line-title {
  color: #000000;
}
.cid-v0cdDUpNoI .mbr-text,
.cid-v0cdDUpNoI .mbr-section-btn {
  color: #000000;
}
.cid-v0cdDUD0JM {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #e6e6e6;
}
@media (max-width: 767px) {
  .cid-v0cdDUD0JM h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v0cdDUD0JM .container {
    position: relative;
  }
  .cid-v0cdDUD0JM .row {
    margin: 0;
  }
  .cid-v0cdDUD0JM h2 {
    margin: 0;
  }
}
.cid-v0cdDUD0JM .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-v0cdDUD0JM .mbr-section-subtitle {
  color: #e1201d;
}
.cid-v0cdDUD0JM .line-title {
  width: 40px;
  height: 2px;
  background-color: #e1201d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-v0cdDUD0JM .vertical-line:before {
  content: '';
  background-color: #e1201d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-v0cdDUD0JM .container-column,
.cid-v0cdDUD0JM h2 {
  text-align: left;
  color: #000000;
}
.cid-v0cdDUD0JM .mbr-text {
  color: #000000;
}
.cid-v0cdDUPvts {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-v0cdDUPvts {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v0cdDUPvts {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cid-v0cdDUPvts .f-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .cid-v0cdDUPvts .f-row {
    flex-direction: column;
  }
}
.cid-v0cdDUPvts .f-item {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  .cid-v0cdDUPvts .f-item {
    flex: 1 1 100%;
  }
}
.cid-v0cdDUPvts .text-wrapper {
  padding: 0 2rem;
}
@media (max-width: 1000px) {
  .cid-v0cdDUPvts .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v0cdDUPvts .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0cdDUPvts .image-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 298px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .cid-v0cdDUPvts .image-circle {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cid-v0cdDUPvts .image-circle {
    width: 220px;
    height: 220px;
  }
}
.cid-v0cdDUPvts .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0cdDUPvts .f-row {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .cid-v0cdDUPvts .f-row {
    flex-direction: column;
  }
}
.cid-v0cdDUPvts .mbr-text,
.cid-v0cdDUPvts .mbr-section-btn {
  text-align: right;
  color: #101010;
}
.cid-v0cdDUPvts .card-title {
  text-align: right;
  color: #e1201d;
}
.cid-v0cdDVmui8 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #dfdfdf;
}
.cid-v0cdDVmui8 .item {
  padding-bottom: 2rem;
}
.cid-v0cdDVmui8 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v0cdDVmui8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v0cdDVmui8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v0cdDVmui8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v0cdDVmui8 .carousel-control,
.cid-v0cdDVmui8 .close {
  background: #1b1b1b;
}
.cid-v0cdDVmui8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0cdDVmui8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0cdDVmui8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0cdDVmui8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0cdDVmui8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v0cdDVmui8 .close::before {
  content: '\e91a';
}
.cid-v0cdDVmui8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0cdDVmui8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v0cdDVmui8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0cdDVmui8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0cdDVmui8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0cdDVmui8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0cdDVmui8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v0cdDVmui8 .carousel-indicators li.active,
.cid-v0cdDVmui8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0cdDVmui8 .carousel-indicators li::after,
.cid-v0cdDVmui8 .carousel-indicators li::before {
  content: none;
}
.cid-v0cdDVmui8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0cdDVmui8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0cdDVmui8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0cdDVmui8 .carousel-indicators {
    display: none;
  }
}
.cid-v0cdDVmui8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0cdDVmui8 .carousel-inner > .active {
  display: block;
}
.cid-v0cdDVmui8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0cdDVmui8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0cdDVmui8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0cdDVmui8 .carousel-control,
  .cid-v0cdDVmui8 .carousel-indicators,
  .cid-v0cdDVmui8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0cdDVmui8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0cdDVmui8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0cdDVmui8 .carousel-indicators .active,
.cid-v0cdDVmui8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0cdDVmui8 .carousel-indicators .active {
  background: #fff;
}
.cid-v0cdDVmui8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0cdDVmui8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0cdDVmui8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0cdDVmui8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0cdDVmui8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0cdDVmui8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0cdDVmui8 .carousel {
  width: 100%;
}
.cid-v0cdDVmui8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0cdDVmui8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0cdDVmui8 .modal.fade .modal-dialog,
.cid-v0cdDVmui8 .modal.in .modal-dialog {
  transform: none;
}
.cid-v0cdDVmui8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0cdDVmui8 H6 {
  text-align: center;
}
.cid-v0cdDVmui8 H3 {
  color: #101010;
}
.cid-v0cdDVR0Mp {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #f3f3f3;
}
.cid-v0cdDVR0Mp .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-v0cdDVR0Mp .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-v0cdDVR0Mp .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0cdDVR0Mp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0cdDVR0Mp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0cdDVR0Mp .map-placeholder {
  display: none;
}
.cid-v0cdDVR0Mp .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-v0cdDVR0Mp .card {
  padding: 3rem 8rem;
}
.cid-v0cdDVR0Mp .card .mbr-text {
  color: #06182d;
}
.cid-v0cdDVR0Mp .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-v0cdDVR0Mp .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v0cdDVR0Mp .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-v0cdDVR0Mp .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-v0cdDVR0Mp .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-v0cdDVR0Mp .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-v0cdDVR0Mp .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-v0cdDVR0Mp .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-v0cdDVR0Mp .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v0cdDVR0Mp .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-v0cdDVR0Mp .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0cdDVR0Mp .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-v0cdDVR0Mp .card .form-group {
  padding-right: 0;
}
.cid-v0cdDVR0Mp .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-v0cdDVR0Mp .card .btn-primary {
  border: 1px solid #e1201d !important;
}
.cid-v0cdDVR0Mp .card .btn-primary:hover {
  border: 1px solid #e1201d !important;
}
@media (max-width: 1200px) {
  .cid-v0cdDVR0Mp .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-v0cdDVR0Mp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v0cdDVR0Mp h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-v0cdDVR0Mp * {
    text-align: center !important;
  }
  .cid-v0cdDVR0Mp .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-v0cdDVR0Mp .form-group {
    max-width: 180px;
  }
  .cid-v0cdDVR0Mp .card {
    padding: 2rem 1rem;
  }
}
.cid-v0cdDVR0Mp .card .mbr-section-title {
  color: #e1201d;
}
.cid-v0cdDVR0Mp .card .group-title {
  color: #272727;
}
.cid-v0cdDVR0Mp .card .items .list-item .text2,
.cid-v0cdDVR0Mp .card .items .list-item {
  color: #e1201d;
}
.cid-v0cdDWpJhg {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1920.png");
}
.cid-v0cdDWpJhg .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-v0cdDWpJhg .align-center {
    text-align: center;
  }
}
.cid-v0cdDWCo2g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cecece;
}
.cid-v0cdDWCo2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0cdDWCo2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0cdDWCo2g .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v0cdDWCo2g .plan-body {
  padding-bottom: 2rem;
}
.cid-v0cdDWCo2g .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0cdDWCo2g .price {
  color: #e1201d;
}
.cid-v0cdDWCo2g .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v0cdDWCo2g .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v0cdDWCo2g .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v0cdDWCo2g .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v0cdDWCo2g .plan {
    margin-bottom: 2rem;
  }
}
.cid-v0cdDWYzGj {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #272727;
}
@media (max-width: 767px) {
  .cid-v0cdDWYzGj h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v0cdDWYzGj .container {
    position: relative;
  }
  .cid-v0cdDWYzGj .row {
    margin: 0;
  }
  .cid-v0cdDWYzGj h2 {
    margin: 0;
  }
}
.cid-v0cdDWYzGj .mbr-section-subtitle {
  color: #e9204f;
}
.cid-v0cdDWYzGj .mbr-text {
  margin-top: 1.4rem;
  color: #e1201d;
}
.cid-v0cdDWYzGj h2 {
  color: #ffffff;
}
.cid-v0cdDXabxC {
  padding-top: 135px;
  padding-bottom: 135px;
  background: #f3f3f3;
}
.cid-v0cdDXabxC .mbr-iconfont-social {
  font-size: 1rem;
  color: #272727;
  margin-right: 0.6rem;
}
.cid-v0cdDXabxC .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #e1201d;
  transition: all 0.3s;
}
.cid-v0cdDXabxC .mbr-iconfont-social:hover {
  color: #e1201d;
}
.cid-v0cdDXabxC .mbr-section-title,
.cid-v0cdDXabxC .social-list {
  display: flex;
  align-items: center;
  color: #e1201d;
  text-align: center;
}
.cid-v0cdDXabxC .social-list a {
  transition: 0.3s;
}
.cid-v0cdDXabxC .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-v0cdDXabxC .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-v0cdDXabxC .social-list {
    margin-bottom: 2rem;
  }
  .cid-v0cdDXabxC .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0cdDXabxC .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-v0cdDXabxC .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-v0cdDXabxC .row {
    padding: 0 1rem;
  }
}
.cid-v0cdDXabxC .vertical-line:before {
  content: '';
  background-color: #e1201d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-v0cdDXulzh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v0cdDXulzh .media-container-row {
  align-items: center;
}
.cid-v0cdDXulzh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0cdDXulzh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v0cdDXulzh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v0cdDXulzh .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-v0cdDXulzh .foot-menu-item {
  transform: 0.2s;
}
.cid-v0cdDXulzh .foot-menu-item:hover a {
  color: #e1201d !important;
}
.cid-v0cdDXulzh .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-v0cdDXulzh .foot-menu-item:hover::before {
  width: 60px;
  background-color: #e1201d;
}
.cid-v0cdDXulzh .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-v0cdDXulzh .foot-menu {
    justify-content: center;
  }
  .cid-v0cdDXulzh .mbr-text {
    text-align: center;
  }
  .cid-v0cdDXulzh .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v0cdDXulzh .foot-menu {
    justify-content: flex-end;
  }
}
.cid-v0cdDXulzh .link:hover {
  color: #ffffff;
}
.cid-v0ckboLdvN {
  padding-top: 210px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dark-night-blue-background-with-neon-rays-lines-abstract-scene-menor-2000x1153.jpg");
}
.cid-v0ckboLdvN .row {
  flex-direction: row-reverse;
}
.cid-v0ckboLdvN .head_info {
  text-align: left;
  margin-bottom: 61px;
}
.cid-v0ckboLdvN .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #e1201d;
}
.cid-v0ckboLdvN .head_info .mbr-subtitle {
  color: #cebfaf;
  margin-bottom: 10px;
}
.cid-v0ckboLdvN .head_info .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #82786e;
}
.cid-v0ckboLdvN .head_info .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-v0ckboLdvN .head_info .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-v0ckboLdvN .head_info .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-v0ckboLdvN .head_info .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-v0ckboLdvN .head_info .mbr-section-btn .btn-primary:hover {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #ffffff !important;
}
.cid-v0ckboLdvN .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-v0ckboLdvN .plan .plan-title {
  color: #e1201d;
  margin-bottom: 32px;
}
.cid-v0ckboLdvN .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-v0ckboLdvN .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #cebfaf;
}
.cid-v0ckboLdvN .plan .plan-price .mbr-text {
  color: #e1201d;
  margin-bottom: 0;
}
.cid-v0ckboLdvN .plan .plan-list {
  margin-bottom: 15px;
}
.cid-v0ckboLdvN .plan .plan-list .list-group {
  color: #82786e;
}
.cid-v0ckboLdvN .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-v0ckboLdvN .plan .plan-list .list-group-item:before {
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-v0ckboLdvN .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-v0ckboLdvN .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-v0ckboLdvN .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-v0ckboLdvN .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-v0ckboLdvN .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-v0ckboLdvN .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #f7ed4a !important;
}
.cid-v0ckboLdvN .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  .cid-v0ckboLdvN * {
    text-align: center;
  }
}
.cid-v0ckboLdvN .plan .plan-title {
  text-align: center;
  color: #272727;
}
.cid-v0ckboLdvN .head_info .mbr-section-title {
  color: #ffffff;
}
.cid-v0ckboLdvN .head_info .mbr-text {
  color: #ffffff;
}
.cid-v0ckboLdvN .plan .plan-list .list-group,
.cid-v0ckboLdvN .plan .mbr-section-btn {
  text-align: center;
}
.cid-v0ckboLdvN .plan .plan-price .mbr-text {
  color: #073b4c;
}
.cid-v0ckboLdvN .head_info .mbr-subtitle {
  color: #cebfaf;
}
.cid-v0ckbpaBIb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v0ckbpaBIb .media-container-row {
  align-items: center;
}
.cid-v0ckbpaBIb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0ckbpaBIb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v0ckbpaBIb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v0ckbpaBIb .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-v0ckbpaBIb .foot-menu-item {
  transform: 0.2s;
}
.cid-v0ckbpaBIb .foot-menu-item:hover a {
  color: #e1201d !important;
}
.cid-v0ckbpaBIb .foot-menu-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-v0ckbpaBIb .foot-menu-item:hover::before {
  width: 60px;
  background-color: #e1201d;
}
.cid-v0ckbpaBIb .mbr-text {
  color: #747474;
}
@media (max-width: 992px) {
  .cid-v0ckbpaBIb .foot-menu {
    justify-content: center;
  }
  .cid-v0ckbpaBIb .mbr-text {
    text-align: center;
  }
  .cid-v0ckbpaBIb .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v0ckbpaBIb .foot-menu {
    justify-content: flex-end;
  }
}
.cid-v0ckbpaBIb .link:hover {
  color: #ffffff;
}
.cid-v0ckbpmfop {
  z-index: 1000;
  width: 100%;
}
.cid-v0ckbpmfop nav.navbar {
  position: fixed;
}
.cid-v0ckbpmfop .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-v0ckbpmfop .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0ckbpmfop .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0ckbpmfop .dropdown-item:hover,
.cid-v0ckbpmfop .dropdown-item:focus {
  background: #e1201d !important;
  color: white !important;
}
.cid-v0ckbpmfop .dropdown-item:hover span {
  color: white;
}
.cid-v0ckbpmfop .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0ckbpmfop .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0ckbpmfop .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0ckbpmfop .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0ckbpmfop .nav-link {
  position: relative;
}
.cid-v0ckbpmfop .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0ckbpmfop .container {
    flex-wrap: nowrap;
  }
}
.cid-v0ckbpmfop .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-v0ckbpmfop .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-v0ckbpmfop .iconfont-wrapper:hover .mbr-iconfont {
  color: #e1201d;
}
.cid-v0ckbpmfop .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-v0ckbpmfop .navbar-nav .nav-item:hover {
  color: #e1201d !important;
}
.cid-v0ckbpmfop .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-v0ckbpmfop .navbar-nav .nav-link:hover {
  color: #e1201d !important;
}
.cid-v0ckbpmfop .dropdown-menu,
.cid-v0ckbpmfop .navbar.opened {
  background: #313131 !important;
}
.cid-v0ckbpmfop .nav-item:focus,
.cid-v0ckbpmfop .nav-link:focus {
  outline: none;
}
.cid-v0ckbpmfop .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0ckbpmfop .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0ckbpmfop .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0ckbpmfop .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0ckbpmfop .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0ckbpmfop .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0ckbpmfop .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #313131 0%, rgba(49, 49, 49, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-v0ckbpmfop .navbar.opened {
  transition: all 0.3s;
}
.cid-v0ckbpmfop .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0ckbpmfop .navbar .navbar-logo img {
  width: auto;
}
.cid-v0ckbpmfop .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0ckbpmfop .navbar.collapsed {
  justify-content: center;
}
.cid-v0ckbpmfop .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0ckbpmfop .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0ckbpmfop .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-v0ckbpmfop .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0ckbpmfop .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0ckbpmfop .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-v0ckbpmfop .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0ckbpmfop .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0ckbpmfop .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0ckbpmfop .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-v0ckbpmfop .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0ckbpmfop .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0ckbpmfop .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0ckbpmfop .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0ckbpmfop .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-v0ckbpmfop .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0ckbpmfop .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0ckbpmfop .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0ckbpmfop .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0ckbpmfop .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0ckbpmfop .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0ckbpmfop .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v0ckbpmfop .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0ckbpmfop .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0ckbpmfop .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v0ckbpmfop .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-v0ckbpmfop .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0ckbpmfop .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0ckbpmfop .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0ckbpmfop .dropdown-item.active,
.cid-v0ckbpmfop .dropdown-item:active {
  background-color: transparent;
}
.cid-v0ckbpmfop .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0ckbpmfop .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0ckbpmfop .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0ckbpmfop .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-v0ckbpmfop .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0ckbpmfop .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0ckbpmfop ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0ckbpmfop .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0ckbpmfop button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0ckbpmfop button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v0ckbpmfop button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0ckbpmfop button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0ckbpmfop button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0ckbpmfop button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0ckbpmfop nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0ckbpmfop nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0ckbpmfop nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0ckbpmfop nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0ckbpmfop .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0ckbpmfop a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0ckbpmfop .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v0ckbpmfop .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0ckbpmfop .navbar {
    height: 70px;
  }
  .cid-v0ckbpmfop .navbar.opened {
    height: auto;
  }
  .cid-v0ckbpmfop .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-v0ckbpmfop .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-v0ckbpmfop .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-v0ckbpmfop .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-v0ckbpmfop .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v0ckbpmfop .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-v0ckbpmfop .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v0ckbpmfop .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-v0ckbpmfop .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-v0ckbpmfop .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e1201d 50%, #e1201d 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-v0ckbpmfop .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
